Ultima attività 1724697805

Generates a random string usable for passwords or tokens

mathias ha revisionato questo gist 1724697800. Vai alla revisione

Nessuna modifica

mathias ha revisionato questo gist 1716551291. Vai alla revisione

1 file changed, 3 insertions

secret.sh(file creato)

@@ -0,0 +1,3 @@
1 + #!/bin/sh
2 +
3 + tr -dc A-Za-z0-9 </dev/urandom | head -c 40; echo
Più nuovi Più vecchi