vibe.crypto.passwordhash

Password hashing routines

Members

Functions

generateSimplePasswordHash
deprecated string generateSimplePasswordHash(string password, string additional_salt)

Generates a password hash using MD5 together with a 32-bit salt.

testSimplePasswordHash
deprecated bool testSimplePasswordHash(string hashstring, string password, string additional_salt)

Tests a password hash generated using generateSimplePasswordHash.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.

Authors

Sönke Ludwig