Comeonin v1.0.4
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.BcryptBase64 | Module that provides base64 encoding for bcrypt |
| Comeonin.Config | This module provides an abstraction layer for configuration. The following are valid configuration items |
| Comeonin.Password | Module to generate random passwords and check password strength |
| 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.Pbkdf2Base64 | Module that provides base64 encoding for pbkdf2 |
| Comeonin.Tools | Module that provides various tools for the hashing algorithms |