https://github.com/esno/ciphertext
a simple web-ui to crypt / decrypt text locally
https://github.com/esno/ciphertext
aes-encryption cryptography webcryptoapi
Last synced: 8 months ago
JSON representation
a simple web-ui to crypt / decrypt text locally
- Host: GitHub
- URL: https://github.com/esno/ciphertext
- Owner: esno
- License: mit
- Created: 2017-06-20T01:43:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T11:30:08.000Z (about 5 years ago)
- Last Synced: 2025-01-09T05:51:17.283Z (about 1 year ago)
- Topics: aes-encryption, cryptography, webcryptoapi
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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