alexedwards / argon2id

Argon2id password hashing and verification for Go
MIT License
452 stars 44 forks source link

Support both string and bytes as passwords #27

Open mitar opened 7 months ago

mitar commented 7 months ago

This is backwards compatible, but bumps requirement to Go 1.18.

Fixes #26.