Skip to content

Feature release 1.2.0

Compare
Choose a tag to compare
@jvarho jvarho released this 16 May 10:20
· 184 commits to master since this release
  • Support for the $7$ Modular Crypt Format that's been semi-standardized and
    used by libsodium. (The $s1$ format remains the default.)
  • Use libsodium 0.5+ pwhash as another fallback when parameters support it.
  • More liberal in reading MCF hashes, so those from other implementations work.
  • Fuzz testing of scrypt inputs.