secret.june
This commit is contained in:
parent
52849a64fe
commit
18976c3795
24
sms/NEW.sh
24
sms/NEW.sh
|
@ -60,6 +60,13 @@ g1pub=$(cat /tmp/secret.dunikey | grep "pub" | cut -d ' ' -f 2)
|
|||
g1sec=$(cat /tmp/secret.dunikey | grep "sec" | cut -d ' ' -f 2)
|
||||
|
||||
########################################################################
|
||||
echo "## encrypt salt $salt & pepper $pepper"
|
||||
echo "SALT=\"$salt\"; PEPPER=\"$pepper\"" > /tmp/secret.june
|
||||
########################################################################
|
||||
$MY_PATH/natools.py encrypt -p $G1PUB -i /tmp/secret.june -o /home/pi/.zen/SMS/$XZUID/secret.june.encrypt
|
||||
[[ ! $? == 0 ]] && echo "FAILED" && exit 1
|
||||
|
||||
########################################################################
|
||||
echo "## CREATE $g1pub QRCODE"
|
||||
########################################################################
|
||||
qrencode -s 6 -o "$HOME/.zen/SMS/$XZUID/qrcode.png" "$g1pub"
|
||||
|
@ -98,11 +105,15 @@ echo "## REGISTER Nextcloud : $XZUID / $phone "
|
|||
fi
|
||||
|
||||
## REPONSE SMS
|
||||
MESS="Néonaute $XZUID,
|
||||
Votre nouvelle Identité Interplanétaire est ACTIVE.
|
||||
Vous rejoignez le JEu de l'évasion...
|
||||
MESS="Néonaute,
|
||||
Votre Identité Interplanétaire est $XZUID.
|
||||
Vous avez rejoint MadeInZion et commencez le JEu de l'évasion...
|
||||
|
||||
Votre compte NextCloud se trouve sur https://taurus.copylaradio.com
|
||||
|
||||
Re-terraformez la TERRE? https://oasis.astroport.com
|
||||
Devenez %MAKER ? https://copylaradio.com
|
||||
|
||||
Escape Game DIY : https://oasis.astroport.com
|
||||
Telegram : https://t.me/onenation_madeinzion_astroport
|
||||
|
||||
Monnaie Libre
|
||||
|
@ -110,11 +121,10 @@ $salt
|
|||
$pepper
|
||||
https://gchange.fr et https://cesium.app
|
||||
|
||||
Chaton NextCloud : https://taurus.copylaradio.com
|
||||
Datacenter P2P : https://copylaradio.com
|
||||
Datacenter P2P :
|
||||
|
||||
MadeInZion
|
||||
Crypto Nation P2P LIBRE.
|
||||
Crypto Pays P2P LIBRE.
|
||||
"
|
||||
|
||||
# Send response SMS
|
||||
|
|
Loading…
Reference in New Issue