Hey,
On Sun, Dec 18, 2016 at 3:02 PM, ilf <[email protected]> wrote:
>> Here's a simple way to generate passwords from /dev/random directly in
>> shell:
>> tr -dc "[:graph:]" < /dev/urandom | head -c 32
>> We could also use "alnum" instead of "graph"
This is indeed the most suitable way of doing things. It ensures the
reduction is done correctly ("pick and discard" technique), and it
allows for the user to override the character set (via environment
variable, naturally).
I'll get this shipped somewhat soon. Thanks for your feedback.
Jason
_______________________________________________
Password-Store mailing list
[email protected]
https://lists.zx2c4.com/mailman/listinfo/password-store