Comment on The WarpWallet ChallengeparentComments−WizzleKake12yHow'd you get the crypto_scrypt() call to go so fast?one call to crypto_scrypt takes about a second on my machine. The pbkdf2 is the fast part. I'm using the crypto_scrypt from here: https://github.com/keybase/triplesec/tree/master/contrib/scr...−nwh12yI just used pieces of John the Ripper and threw together something that worked.−WizzleKake12yBS alert...
Comments
How'd you get the crypto_scrypt() call to go so fast?
one call to crypto_scrypt takes about a second on my machine. The pbkdf2 is the fast part. I'm using the crypto_scrypt from here: https://github.com/keybase/triplesec/tree/master/contrib/scr...
I just used pieces of John the Ripper and threw together something that worked.
BS alert...