This commit is contained in:
thek4n 2025-04-28 21:50:44 +03:00
parent 866f46967c
commit 5774abe938

View File

@ -2,4 +2,6 @@
set -ue set -ue
openssl rand -base64 12 len="${1:-20}"
LC_ALL=C tr -dc 'A-Za-z0-9@#%^&*()_+=-{}[]:;<>,.?/' < /dev/urandom | head -c "${len}"| xargs echo