Skip to content

Releases: GoFurry/easyhash

v1.0.0

31 Mar 16:41

Choose a tag to compare

Initial stable release of easyhash.

Highlights

  • Supports PBKDF2, Argon2id, scrypt, bcrypt, and MD5 (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: Argon2id and bcrypt
  • MD5 is included for compatibility only and is not recommended for new systems