cdepillabout / password

datatypes and functions for easily working with passwords in Haskell
http://hackage.haskell.org/package/password
55 stars 16 forks source link

Regression tests / Golden tests for password hashes #75

Closed Vlix closed 3 weeks ago

Vlix commented 9 months ago

It might be a good idea, seeing as we had a base64 major version bump, that we add golden tests to make sure the hashes we produce stay the same (for backwards compatibility). We wouldn't want a database full of passwords to suddenly not be parseable.

If anyone implements this make sure to cover the following:

Vlix commented 3 weeks ago

Again, thank you for the effort @blackheaven