j
k
j a
j l
urandom - kernel random number source devices
To generate password of length “15” $ head -c 15 /dev/urandom | base64
To generate password of length "30" $ head -c 30 /dev/urandom | base64
regards, T.Dhanasekar
Attachments:
Back to the thread
Back to the list