EternalWinter/password.sh
2025-10-13 13:49:07 -04:00

3 lines
89 B
Bash
Executable file

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