Releases: GoFurry/easyhash
Releases · GoFurry/easyhash
v1.0.0
Initial stable release of easyhash.
Highlights
- Supports
PBKDF2,Argon2id,scrypt,bcrypt, andMD5(legacy compatibility only) - Provides simple hash generation and verification helpers
- Includes secure default parameters for modern password hashing algorithms
- Adds example usage for common password workflows
- Covers core functionality with tests
Notes
- Recommended algorithms:
Argon2idandbcrypt MD5is included for compatibility only and is not recommended for new systems