Skip to content

Encrypt and Decrypt your files easily on your browser. All computation done locally. No files are uploaded to any server.

License

Notifications You must be signed in to change notification settings

manjushsh/file-encrypt-decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeQL

Browser based File encryption and decryption using SubtleCrypto API

Encrypt and Decrypt your files easily!

How to run :

  • Clone the repository
git clone https://github.com/manjushsh/file-encrypt-decrypt.git
  • Start App
cd file-encrypt-decrypt
yarn install
yarn start