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
Pseudorandom number generator (PRNG) implemented in VBscript for Classic ASP using a COM DLL and the .NET RNGCryptoServiceProvider class.
First Classic ASP Coding Helper Utility
Add a description, image, and links to the classicasp topic page so that developers can more easily learn about it.
To associate your repository with the classicasp topic, visit your repo's landing page and select "manage topics."