shaneMangudi / bcrypt-nodejs

Native implementation of bcrypt for NodeJS
Other
574 stars 69 forks source link

bcrypt.compare* should return false on hashes of length != 60 #23

Closed joshball closed 10 years ago

joshball commented 10 years ago

The native version returns false for invalid hashes (of length != 60) Tests included.