Difference between revisions of "/dev/urandom"

From wikieduonline
Jump to navigation Jump to search
Line 15: Line 15:
 
== Related ==
 
== Related ==
 
  [[/dev/random]]
 
  [[/dev/random]]
 +
[[Password generation]]
  
 
== See also ==
 
== See also ==

Revision as of 13:22, 8 October 2022

wikipedia:urandom


head -10 /dev/urandom | sha512sum | cut -b 1-30
head -c 16 /dev/urandom | od -An -t x | tr -d ' '


https://github.com/coreutils/coreutils/blob/master/NEWS

 shred, sort, shuf: now use an internal pseudorandom generator by default.
 This is mainly noticeable in shred where the 3 random passes it does by
 default should proceed at the speed of the disk.  Previously /dev/urandom
 was used if available, which is relatively slow on GNU/Linux systems.

Related

/dev/random
Password generation

See also

Advertising: