Naposledy aktivní 1724697805

Generates a random string usable for passwords or tokens

mathias revidoval tento gist 1724697800. Přejít na revizi

Žádné změny

mathias revidoval tento gist 1716551291. Přejít na revizi

1 file changed, 3 insertions

secret.sh(vytvořil soubor)

@@ -0,0 +1,3 @@
1 + #!/bin/sh
2 +
3 + tr -dc A-Za-z0-9 </dev/urandom | head -c 40; echo
Novější Starší