项目作者: esno

项目描述 :
a simple web-ui to crypt / decrypt text locally
高级语言: JavaScript
项目地址: git://github.com/esno/ciphertext.git
创建时间: 2017-06-20T01:43:26Z
项目社区:https://github.com/esno/ciphertext

开源协议:MIT License

下载


ciphertext

share your secret token with other people and crypt the stuff you want to say.
plaintext will be encrypted with aes-gcm algorithm.

https://esno.github.io/ciphertext

why

Mail encryption is a mess. Most people don’t have a key or at least the key is not reliable.
One simple example: Try to write an encrypted mail to someones business address.

You see? Many companies do not have any public key-server to share their keys.
Others missing mailcrypto completely.

how

  • choose a token and share it to the person you want to write something.
    • share the token only in reallife.
  • insert your token into the top box.
  • insert your plaintext/ciphertext in the left box.
  • press crypt / decrypt.
  • send ciphertext via mail.

compatibility

the webcryptoapi is implemented in:

  • firefox >= 39
  • chromium >= 44