noir-clojure / lib-noir

A set of libraries for ring apps, including stateful sessions.
Eclipse Public License 1.0
479 stars 47 forks source link

0.9.5 breaks existing stored passwords #110

Closed jmingtan closed 9 years ago

jmingtan commented 9 years ago

For users upgrading to 0.9.5 and making use of noir.util.crypt/compare, we could mention under "Breaking Changes" that since the hashing algorithm has been changed from bcrypt to scrypt, existing stored password hashes will throw an exception when attempting to validate them.

yogthos commented 9 years ago

Ah good point, I just updated the readme with the notice.