I hereby claim:
- I am thirdgen88 on github.
- I am thirdgen88 (https://keybase.io/thirdgen88) on keybase.
- I have a public key whose fingerprint is FCEA 7498 FC40 F972 10A1 3900 DC4B 806A 333E E49A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| set -eo pipefail | |
| # Global variables | |
| declare -u AUTH_SALT | |
| ############################################################################### | |
| # Processes password input and translates to salted hash | |
| ############################################################################### | |
| function main() { |