Line 31:
Line 31:
e.g.
e.g.
randpw 75
randpw 75
−
will result in e.g.:
+
will result in generated password which is displayed on the console e.g.:
~|)UI`;B:C9m;rW^*h)vQTaZYxSLnJNQqPzG[v#rCa,M=`<N`Ns~#Gx2x0ybx<h<v.Uw}w
~|)UI`;B:C9m;rW^*h)vQTaZYxSLnJNQqPzG[v#rCa,M=`<N`Ns~#Gx2x0ybx<h<v.Uw}w
Line 42:
Line 42:
Generate a password and store it to an SME Server db key (or db key property):
Generate a password and store it to an SME Server db key (or db key property):
config set MyStrongPassword `randpw 70`
config set MyStrongPassword `randpw 70`
+
+
+
Generate a password and write it to a file:
+
randpw 70 > mystrongpassword.txt
+
[[Category:Security]]
[[Category:Security]]
[[Category:Contrib]]
[[Category:Contrib]]