[Pharo-users] Re: Cryptography repo on github not loading on Pharo 10

2023-12-01 Thread Davide Varvello via Pharo-users
Thank you, NorbertI'll use your approach, thank you very much CheersDavide On Thursday, November 30, 2023 at 11:06:09 PM GMT+1, Norbert Hartl wrote: 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

[Pharo-users] Re: Cryptography repo on github not loading on Pharo 10

2023-11-30 Thread Norbert Hartl
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

[Pharo-users] Re: Cryptography repo on github not loading on Pharo 10

2023-11-30 Thread Davide Varvello via Pharo-users
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