G1BILLET random s & p

This commit is contained in:
fred 2023-04-08 15:37:28 +02:00
parent 661add1ed1
commit 4811fb33e0
1 changed files with 2 additions and 0 deletions

View File

@ -89,7 +89,9 @@ if [[ ${QRCODE:0:5} == "~~~~~" ]]; then
## FORMAT IS "/?salt=${USALT}&pepper=${UPEPPER}"
DISCO=$(cat ~/.zen/tmp/${MOATS}/decoded | cut -d '?' -f2)
arr=(${DISCO//[=&]/ })
s=$(urldecode ${arr[0]} | xargs)
salt=$(urldecode ${arr[1]} | xargs)
p=$(urldecode ${arr[2]} | xargs)
pepper=$(urldecode ${arr[3]} | xargs)
# echo "<br>${salt} <br>${pepper} <br>" >> ~/.zen/tmp/${MOATS}/disco