boughtonp / cfpassphrase

MOVED TO https://codeberg.org/boughtonp/cfpassphrase
https://www.sorcerersisle.com/software/cfpassphrase
GNU Lesser General Public License v3.0
17 stars 2 forks source link

Check and upgrade to latest scrypt release #17

Open boughtonp opened 8 years ago

boughtonp commented 8 years ago

Check latest versions for official scrypt and Java port - identify current version & upgrade.

boughtonp commented 4 years ago

Already using latest wg/scrypt 1.4.0, which maps to Tarsnap/scrypt 1.1.6

Tarsnap/scrypt has three newer tagged versions (1.2.0, 1.2.1, 1.3.0) but: 1) the Tarsnap repo contains more than just the scrypt algorithm 2) there is excessive refactoring making the real changes hard to decipher

The only change I can see for sure is one to ensure that r and p (Memory cost and Parallelization) do not accept values of zero.

Two options for solving this issue:

(Deferred from v0.2 to a later release.)