https://github.com/emasuriano/chrome-easy-decrypt
Chrome extension to encrypt and decrypt a message in seconds!
https://github.com/emasuriano/chrome-easy-decrypt
chrome-extension crypto-js decrypt encrypt react
Last synced: about 1 month ago
JSON representation
Chrome extension to encrypt and decrypt a message in seconds!
- Host: GitHub
- URL: https://github.com/emasuriano/chrome-easy-decrypt
- Owner: EmaSuriano
- License: mit
- Created: 2018-05-28T08:29:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T16:33:09.000Z (about 5 years ago)
- Last Synced: 2025-03-01T00:10:53.894Z (about 2 months ago)
- Topics: chrome-extension, crypto-js, decrypt, encrypt, react
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/easy-encrypt/pdpinaffkgjneengfdgoohjipndeopcn
- Size: 1.47 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# chrome-easy-encrypt
Easy Encrypt> Open Source Chrome extension to encrypt and decrypt a message in seconds!
- [Link to the store](https://chrome.google.com/webstore/detail/pdpinaffkgjneengfdgoohjipndeopcn)
- [Roadmap](./ROADMAP.md)## Technical Overview
- React application bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app) and embedded in a chrome popup.
- The components are based on [`mineral-ui`](http://mineral-ui.com/).
- The process of encryption/decryption is handled by [`crypto-js`](https://github.com/brix/crypto-js).
- **Only client-side, no server communication.**## Setup
```bash
# install deps
> yarn# start project
> yarn start# run lint
> yarn lint
```## Screenshots
| Main Page | Filling Required fields | Encrypted! |
| :---------------------: | :---------------------: | :---------------------: |
|  |  |  |## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request## License
MIT © Emanuel Suriano