Additional encryption options for SQL Server
- PBKDF2
- SELECT * FROM dbo.PBKDF2('text', 'iterations.salt')
This code has been tested against the following versions:
- 2016
- 2017
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.