https://github.com/dnutiu/cryptex
Browser extension that encrypts text with AES cipher and a custom passphrase. (For demo purposes only).
https://github.com/dnutiu/cryptex
Last synced: 4 months ago
JSON representation
Browser extension that encrypts text with AES cipher and a custom passphrase. (For demo purposes only).
- Host: GitHub
- URL: https://github.com/dnutiu/cryptex
- Owner: dnutiu
- License: gpl-3.0
- Created: 2016-08-20T19:17:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T16:02:01.000Z (almost 10 years ago)
- Last Synced: 2024-12-30T20:51:58.500Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptex
**This extension is partially finished!**
This is my first extension, It's purpose is to encrypt text with AES cipher from [CryptoJS](https://github.com/sytelus/CryptoJS) using a locally stored passphrase.
# How to use
Enter the text you want to encrypt/decrypt in the text box and click the button.
If you want to use a specific key, update the key field.
If you want to reuse the key every time, hit the store button, the next time
you start the extension the key field will be empty but the encryption and
decryption process will use the stored key.