hynek / argon2-cffi

Secure Password Hashes for Python
https://argon2-cffi.readthedocs.io/
MIT License
549 stars 47 forks source link

Make PasswordHasher.check_needs_rehash() accept bytes hash #173

Closed merlinz01 closed 5 months ago

merlinz01 commented 5 months ago

PasswordHasher.check_needs_rehash() should also accept bytes hashes to be consistent with the rest of the API.