Comeonin v0.7.0
Modules summary ↑
Comeonin | Comeonin is a password hashing library that aims to make the secure validation of passwords as straightforward as possible |
Comeonin.Bcrypt | Module to handle bcrypt authentication |
Comeonin.Config | This module provides an abstraction layer for configuration. The following are valid configuration items |
Comeonin.Pbkdf2 | 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 |
Comeonin.Tools | Module that provides various tools for the hashing algorithms |