July 10, 2014
7 a.m.
I just extracted some PBKDF2 code from a bigger project. So if you want to derive keys from an non-optimal source (e.g. user input) or store non-reversible passwords with (tunable) secure salting/hashing then PBKDF2 is your friend. The blog is here: http://readthesourceluke.blogspot.de/2014/07/pbkdf2-for-pharo.html The source is on SH: http://smalltalkhub.com/#!/~udos/PBKDF2 Have fun! CU, Udo