Skip to content

EmaSuriano/chrome-easy-decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrome-easy-encrypt

Easy Encrypt

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

Technical Overview

  • React application bootstrapped with Create React App and embedded in a chrome popup.
  • The components are based on mineral-ui.
  • The process of encryption/decryption is handled by crypto-js.
  • Only client-side, no server communication.

Setup

# install deps
> yarn

# start project
> yarn start

# run lint
> yarn lint

Screenshots

Main Page Filling Required fields Encrypted!

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

License

MIT © Emanuel Suriano