On 2017-01-17, Jonathan Thornburg <[email protected]> wrote: > A much safer -- and easier -- approach is to take data > directly from /dev/arandom and encode it as alphanumerics:
Yep. > This makes use of the following script 'alphanumeric.encode', which > should be somewhere in $PATH: Or simply: openssl rand -base64 <bytes> -- Christian "naddy" Weisgerber [email protected]

