chrome-easy-encrypt
v1.0.2
Published
<div align="center"> <img alt="Easy-decrypt-logo" src="./public/key.png" height="100px" /> </div>
Downloads
3
Maintainers
Readme
chrome-easy-decrypt
Open Source Chrome extension to encrypt and decrypt a message in seconds!
Technical Overview
This extension was bootstrapped with Create React App, which helps a lot in development due to all the great features it has!
I choose mineral-ui
for all the React components: Button
, Select
, TextField
, and many more ... So if you like how they look please go and check their documentation which is awesome!
And at last, to encrypt/decrypt a message I use crypto-js
because it provides a total of 7 ciphers so the user can easily decide which suits best for him.
Setup
# install deps
> yarn
# start project
> yarn start
# run lint
> yarn lint
Screenshots
| Main Page | Filling Required fields | Encrypted! | | :---------------------: | :---------------------: | :---------------------: | | | | |
License
MIT © Emanuel Suriano – @Emasuriano – [email protected]
Contributing
- Fork it (https://github.com/EmaSuriano/chrome-easy-decrypt/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request