最後活躍 1724697805

Generates a random string usable for passwords or tokens

mathias 已修改 1724697800. 還原成這個修訂版本

沒有任何變更

mathias 已修改 1716551291. 還原成這個修訂版本

1 file changed, 3 insertions

secret.sh(檔案已創建)

@@ -0,0 +1,3 @@
1 + #!/bin/sh
2 +
3 + tr -dc A-Za-z0-9 </dev/urandom | head -c 40; echo
上一頁 下一頁