Decrypt message
With this page you can decrypt messages which were encrypted using the post
“Encrypt message”. Be careful, the message will be temporary saved on my
webserver and there it will be piped through gpg
. if you don’t trust my
webserver at www.wittnet.org then please don’t use this service!
This is the command-line of the gpg-command:
cat /tmp/encrypted_message | gpg -d --armor --batch --cipher-algo AES256 --compress-algo none --passphrase \"$pwd\" -o /tmp/decrypted_message
The /tmp
-Directory is private! Limited to the specific apache-thread which is
doing the decryption!