Difference between revisions of "Password generator"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
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> | ||
+ | * <code>doveadm pw -s SHA512-CRYPT</code> | ||
+ | |||
+ | == Related == | ||
+ | * C: <code>[[rand]]</code> | ||
+ | * [[Password manager]] | ||
== See also == | == See also == |
Latest revision as of 13:42, 8 October 2022
mkpasswd
openssl rand -base64 24
head -c 16 /dev/urandom | od -An -t x | tr -d ' '
doveadm pw -s SHA512-CRYPT
Related[edit]
See also[edit]
Advertising: