This commit is contained in:
Your Name 2025-10-13 13:49:07 -04:00
commit a54152fcc0
18 changed files with 658 additions and 0 deletions

3
password.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
php -r "echo password_hash('$1', PASSWORD_BCRYPT);" > secrets/password.secret