1.0.2 • Published 4 years ago

chrome-easy-encrypt v1.0.2

Weekly downloads
4
License
-
Repository
-
Last release
4 years ago

chrome-easy-decrypt

Open Source Chrome extension to encrypt and decrypt a message in seconds!

Link to the store

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 PageFilling Required fieldsEncrypted!
npm.ionpm.ionpm.io

License

MIT © Emanuel Suriano – @Emasuriano – emanuel.suriano@gmail.com

Contributing

  1. Fork it (https://github.com/EmaSuriano/chrome-easy-decrypt/fork)
  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