An open API service indexing awesome lists of open source software.

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).

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.