Make a unique filesystem path, without creating the file
Random832
random832 at fastmail.com
Mon Feb 22 14:41:01 EST 2016
More information about the Python-list mailing list
Mon Feb 22 14:41:01 EST 2016
- Previous message (by thread): Make a unique filesystem path, without creating the file
- Next message (by thread): Make a unique filesystem path, without creating the file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Feb 22, 2016, at 14:32, Marko Rauhamaa wrote: > urandom() is not quite random and so should not be considered > cryptographically airtight. > > Under Linux, /dev/random is the way to go when strong security is > needed. Note that /dev/random is a scarce resource on ordinary systems. http://www.2uo.de/myths-about-urandom/
- Previous message (by thread): Make a unique filesystem path, without creating the file
- Next message (by thread): Make a unique filesystem path, without creating the file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list