conduit_password_hash

Creator: coderz1093

Last updated:

0 purchases

conduit_password_hash Image
conduit_password_hash Images

Languages

Categories

Add to Cart

Description:

conduit password hash

conduit_password_hash #

Implements PBKDF2 algorithm for securely hashing passwords.
Usage:
var generator = PBKDF2();
var salt = generateAsBase64String();
var hash = generator.generateKey("mytopsecretpassword", salt, 1000, 32);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.