This is a class of VBscript functions that can be used for password hashing in Classic ASP. As well as a standard hashing function, Argon2, Bcrypt and PBKDF2 are also supported via COM DLL's.
-
Updated
Mar 24, 2019 - ASP
This is a class of VBscript functions that can be used for password hashing in Classic ASP. As well as a standard hashing function, Argon2, Bcrypt and PBKDF2 are also supported via COM DLL's.
Bcrypt hashing algorithm implemented in VBscript for Classic ASP using a COM DLL
Argon2 hashing algorithm implemented in VBscript for Classic ASP using a COM DLL
PBKDF2 hashing algorithm implemented in VBscript for Classic ASP using a COM DLL
First Classic ASP Coding Helper Utility
Pseudorandom number generator (PRNG) implemented in VBscript for Classic ASP using a COM DLL and the .NET RNGCryptoServiceProvider class.
To associate your repository with the classicasp topic, visit your repo's landing page and select "manage topics."