Password storage options

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Password storage options

Torsten Bergmann
>I require at least bcrypt or PDKBF2, but I much more prefer
>GPU-attack-resistant solutions like scrypt or Argon2.

If required you can use external libraries like scrypt (https://lolware.net/2014/04/29/libscrypt.html)
and call it using UFFI from Pharo

Thanks
T.