This commit is contained in:
poka 2020-03-14 23:56:32 +01:00
parent e506805a5b
commit 2789fa348d
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ echo "CREDENTIAL: $salt / $pepper"
python3 ./key_create_dunikey.py "$salt" "$pepper"
mv ./.secret.dunikey ~/.ssb/secret.dunikey
# CREATE
# CREATE
pub=$(cat ~/.ssb/secret.dunikey | grep "pub" | cut -d ' ' -f 2)
priv=$(cat ~/.ssb/secret.dunikey | grep "sec" | cut -d ' ' -f 2)
ssbpub=$(echo $pub | base58 -d | base64)