Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary URLPREFIX variable from v01 shell example
Browse files Browse the repository at this point in the history
  • Loading branch information
yahesh authored Aug 13, 2021
1 parent ff7f2e4 commit 51b29bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ENCRYPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)") &&
Expand Down

0 comments on commit 51b29bd

Please sign in to comment.