Difference between revisions of "Openssl rand"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
  openssl rand -base64 16 | colrm 17
 
  openssl rand -base64 16 | colrm 17
  
 +
Note that you are limited to a particular set of 64 characters (A–Z, a–z, 0–9, + and /) due to base64 encoding on the output.
 +
 +
== Related ==
 
  [[colrm]]
 
  [[colrm]]
  
 
{{mkpasswd}}
 
{{mkpasswd}}

Revision as of 09:35, 1 November 2021

openssl rand -base64 24
openssl rand -base64 16 | colrm 17
Note that you are limited to a particular set of 64 characters (A–Z, a–z, 0–9, + and /) due to base64 encoding on the output.

Related

colrm

mkpasswd, crypt, openssl rand

Advertising: