UP | HOME

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!

Encrypted message (which will be decrypted)

Decrypted text of the message from above

Password:

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!

-- 
Created by Andreas Wittmann



Home - Sitemap - Privacy-policy/Impressum

Coypright 2024 by Andreas Wittmann
All rights reserved