Re: spw – secure password generator

Jim Cheetham jim at gonzul.net
Tue Dec 20 09:10:01 GMT 2016


Sure, /dev/urandom is the canonical source of random data, and
generally speaking you should always use it, unless you are doing
specific sanity-checking math on the data.

Using OneRNG directly is completely possible, but not generally recommended.

-jim


More information about the Discuss mailing list