technion / ruby-argon2

A Ruby gem offering bindings for Argon2 password hashing
MIT License
229 stars 30 forks source link

Demonstrate salt reuse vulnerability using existing API #50

Closed joshbuker closed 3 years ago

joshbuker commented 3 years ago

Adds a test for salt reuse between hash creations.

technion commented 3 years ago

See #51.