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

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!

Awesome Lists containing this project

README

        

# chrome-easy-encrypt



Easy-decrypt-logo


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! |
| :---------------------: | :---------------------: | :---------------------: |
| ![](./screenshot/1.png) | ![](./screenshot/2.png) | ![](./screenshot/3.png) |

## 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