Skip to content

Instantly share code, notes, and snippets.

@danieljarolim
danieljarolim / SSIS_SHA1.cs
Last active December 19, 2021 13:42
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;