Hi Marcus,Yes I can do it, but the Cryptogrphy package relies on
InputEventSensor to generate random seeds in this code:
RandomGenerator class>> unpredictableStringsDo: aBlock "Enumerate sources of
information from my environment that should be generally hard to guess." | time
| time := Time mi
You can load the code and I think PBKDF2 does not rely on the troubling code.
But when you do this you will see that it is way too slow. The number of
iterations for modern crypto environment makes a single password action many
seconds to complete.
I use the https://github.com/PierceNg/OpenSSL-