Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to use /dev/urandom

# read 30 random bytes to random.bytes
head -c 30 /dev/urandom > random.bytes
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
5+2 =