This repository has been archived on 2025-08-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Alexandria/scripts/generate_secret.sh
2025-08-03 01:50:18 +02:00

1 line
51 B
Bash
Executable file

tr -dc A-Za-z0-9 </dev/urandom | head -c 256; echo