Skip to content

martinisaksen/SQLCryptExt

Repository files navigation

SQLCryptExt

Additional encryption options for SQL Server

Encryption options

Hashing

  • PBKDF2
    • SELECT * FROM dbo.PBKDF2('text', 'iterations.salt')

Dependencies

Compatability

This code has been tested against the following versions:

  • 2016
  • 2017

Recognition

This repo is heavily influenced by the work of Solomon Rutzky. I recommend you check his article series that helped start this project.

The hashing algorithim comes from Shawn Mclean and his SimpleCrypto.net project.

About

Additional encryption options for SQL Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published