From 51b29bdb98510237d435a925e17e3be26fe6dc42 Mon Sep 17 00:00:00 2001 From: Yahe Date: Fri, 13 Aug 2021 17:48:13 +0200 Subject: [PATCH] Remove unnecessary URLPREFIX variable from v01 shell example --- ENCRYPTION.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ENCRYPTION.md b/ENCRYPTION.md index 123d11c..989e341 100644 --- a/ENCRYPTION.md +++ b/ENCRYPTION.md @@ -119,7 +119,6 @@ The following Bash command encrypts a message with a given password using the ab # version 01 hybrid encryption MESSAGE="message to encrypt" && RSAKEYFILE="./rsa.pub" && -URLPREFIX="https://secrets.syseleven.de/" && RSAKEYCOUNT="0001" && VERSION="01" && NONCE=$(printf "%016x0000000000000000" "$(date +%s)") &&