Skip to content

Instantly share code, notes, and snippets.

@trumpet7347
trumpet7347 / SSIS_SHA1.cs
Last active February 9, 2018 18:11 — forked from danieljarolim/SSIS_SHA1.cs
SHA1 SSIS Script Component
using System;
using System.Data;
using Microsoft.SqlServer.Dts.Pipeline.Wrapper;
using Microsoft.SqlServer.Dts.Runtime.Wrapper;
using Microsoft.SqlServer.Dts.Pipeline;
using System.Security.Cryptography;
using System.Text;
[Microsoft.SqlServer.Dts.Pipeline.SSISScriptComponentEntryPointAttribute]