This commit is contained in:
@ -2,11 +2,12 @@
|
|||||||
|
|
||||||
|
|
||||||
ENCRYPTION_KEY=`openssl rand -hex 32`
|
ENCRYPTION_KEY=`openssl rand -hex 32`
|
||||||
echo $ENCRYPTION_KEY
|
echo "Secret: $ENCRYPTION_KEY"
|
||||||
|
|
||||||
SECRETS_PLAINTEXT_FILE=secrets.txt
|
SECRETS_PLAINTEXT_FILE=secrets.txt
|
||||||
SECRETS_CIPHERTEXT_FILE=secrets.enc
|
SECRETS_CIPHERTEXT_FILE=secrets.enc
|
||||||
|
|
||||||
|
echo -n "Checksum: "
|
||||||
if [ `uname` = "Darwin" ]; then
|
if [ `uname` = "Darwin" ]; then
|
||||||
cat $SECRETS_PLAINTEXT_FILE | md5
|
cat $SECRETS_PLAINTEXT_FILE | md5
|
||||||
elif [ `uname` = "Linux" ]; then
|
elif [ `uname` = "Linux" ]; then
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
U2FsdGVkX1+ieFWR0PfwpZvaYyk9EzC6noAzAyjeRxrX4UDdQ5cIE1Rdtymt/eo5
|
U2FsdGVkX1/DwEZGvknc8YAi/Q1qFosoM3KijruFtWGOpr7IDpW2cSGosg3Afc+t
|
||||||
acU7SqzyrCRaJyCvAgqrqbNCn3qgL+PENLZbcyT8115MlIVSmMfkBXhN6Mc1KMOo
|
d7D/pJFDAT+TZhZZyTLnf4Y4kTOkaTe5GrFBMDKM0w/qQW5eZGNvmOo6s5/a1RKH
|
||||||
todGAfQ9twY/tsuoxwTeb621IBiq4XwhRPMI1+xsoNk=
|
OMRZOWrnDa4U1pgjVE6p225PSQf+IpKFherLnZ2QJIQ=
|
||||||
|
Reference in New Issue
Block a user