Shishir's end to end encryption protocol

Private messages and files for the people Shishir choose.

How it works

  1. Open Encrypt paste the public key(which Shishir have given to you), and encrypt a message or files. From that moment only our secret key can open the result.
  2. You open Decrypt, load your secret key, type your passphrase, and read the message or save the files.

What's inside

Each message or file is sealed with a fresh 256 bits key, and that key is wrapped with the recipient's public key . The secret key file is itself locked with AES-256 bits under a key derived from my passphrase (SHA-256, 600,000 rounds). Every part is checked for tampering when it's opened.