miz simplest salt & pepper

This commit is contained in:
qo-op 2020-11-17 01:07:32 +01:00
parent 68dfb47542
commit b3ea878591
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@ if [[ "$salt" == "" && "$pepper" == "" ]]; then
&& curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/diceware-wordlist.txt -o ~/.zen/astroport/zen/tools/diceware-wordlist.txt
# LOGIN (=SALT)
salt="$(~/.zen/astroport/zen/tools/diceware.sh 6 | xargs)"
salt="miz $(~/.zen/astroport/zen/tools/diceware.sh 2 | xargs)"
# PASS (=PEPPER)
pepper="$(~/.zen/astroport/zen/tools/diceware.sh 4 | xargs)"
pepper="$(~/.zen/astroport/zen/tools/diceware.sh 2 | xargs)"
fi
echo "........."