sum updoots
This commit is contained in:
@@ -2,9 +2,13 @@
|
|||||||
set -e
|
set -e
|
||||||
attrib_hash=$(cat "./attribution-checksum.sha512")
|
attrib_hash=$(cat "./attribution-checksum.sha512")
|
||||||
|
|
||||||
echo "enter passphrase to test"
|
if [ -z "$1" ]; then
|
||||||
read passphrase
|
echo "enter passphrase to test"
|
||||||
echo
|
read passphrase
|
||||||
|
echo
|
||||||
|
else
|
||||||
|
passphrase="$1"
|
||||||
|
fi
|
||||||
|
|
||||||
tested_hash=$( ( echo -n "$passphrase"; cat "./contents.7z" ) | sha512sum | awk '{print $1}')
|
tested_hash=$( ( echo -n "$passphrase"; cat "./contents.7z" ) | sha512sum | awk '{print $1}')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user