On 18/12/2016 14:02, ilf wrote:
I also proposed a method to do this without base64:

ilf:
Here's a simple way to generate passwords from /dev/random directly in shell: tr -dc "[:graph:]" < /dev/urandom | head -c 32

As I said at the time, that's terrible because it will consume 4KB or 8KB of data from urandom for every password you generate, most likely depleting the entropy pool completely.

_______________________________________________
Password-Store mailing list
Password-Store@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/password-store

Reply via email to