chrome-easy-encrypt

1.0.2 • Public • Published

chrome-easy-decrypt

Easy-decrypt-logo

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 Page Filling Required fields Encrypted!

License

MIT © Emanuel Suriano – @Emasurianoemanuel.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

Package Sidebar

Install

npm i chrome-easy-encrypt

Weekly Downloads

1

Version

1.0.2

License

none

Unpacked Size

289 kB

Total Files

17

Last publish

Collaborators

  • emasuriano