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