Comeonin v1.1.4
Modules summary
Comeonin is a password hashing library that aims to make the secure validation of passwords as straightforward as possible
Module to handle bcrypt authentication
Module that provides base64 encoding for bcrypt
This module provides an abstraction layer for configuration. The following are valid configuration items
Module to generate random passwords and check password strength
Pbkdf2 is a password-based key derivation function that uses a password, a variable-length salt and an iteration count and applies a pseudorandom function to these to produce a key
Module that provides base64 encoding for pbkdf2
Module that provides various tools for the hashing algorithms