Files
origo/scripts/create-account.sh

6 lines
81 B
Bash
Raw Normal View History

2026-01-15 09:50:55 -05:00
#!/usr/bin/env bash
2026-03-22 13:23:31 -04:00
PASSWORD=$1
echo -n $1 | shasum -a 256
2026-01-15 09:50:55 -05:00
openssl rand -hex 16