Files
origo/scripts/create-account.sh
2026-03-22 13:23:31 -04:00

6 lines
81 B
Bash

#!/usr/bin/env bash
PASSWORD=$1
echo -n $1 | shasum -a 256
openssl rand -hex 16