Difference between revisions of "Password generator"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* <code>[[openssl rand -base64]] 24</code> | * <code>[[openssl rand -base64]] 24</code> | ||
* <code>[[head]] -c 16 [[/dev/urandom]] | od -An -t x | tr -d ' '</code> | * <code>[[head]] -c 16 [[/dev/urandom]] | od -An -t x | tr -d ' '</code> | ||
+ | |||
+ | == Related == | ||
+ | * C: <code>[[rand]]</code> | ||
== See also == | == See also == |
Revision as of 13:22, 8 October 2022
mkpasswd
openssl rand -base64 24
head -c 16 /dev/urandom | od -An -t x | tr -d ' '
Related
- C:
rand
See also
Advertising: