[PATCH] stop using pwgen

Brian Candler b.candler at pobox.com
Sun Dec 18 16:36:01 CET 2016


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.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.zx2c4.com/pipermail/password-store/attachments/20161218/4ccc6127/attachment.html>


More information about the Password-Store mailing list