Changes

Jump to navigation Jump to search
no edit summary
Line 3: Line 3:  
/bin/bash -c "for i in {1..20}; do openssl rand -base64 32; done"
 
/bin/bash -c "for i in {1..20}; do openssl rand -base64 32; done"
 
</pre>
 
</pre>
echos 10 Passwords like this:
+
echos 20 Passwords like this:
 
<pre>
 
<pre>
 
6gUUuothdHwwaWHjA/UhyCiV3FWpPC1lBQTIY3IiQn8=
 
6gUUuothdHwwaWHjA/UhyCiV3FWpPC1lBQTIY3IiQn8=
Line 26: Line 26:  
juTzIS+ul4rAbyHOrFxKCn1A7HogaeUpJjhVcxjHQDo=
 
juTzIS+ul4rAbyHOrFxKCn1A7HogaeUpJjhVcxjHQDo=
 
</pre>
 
</pre>
 +
Remark: If you use '''-base64 64''' you got longer Passwords

Navigation menu