Encrypt and Decrypt your files easily!
- API reference: https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto
 - Browser compatibility (Most browsers supported): https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto#browser_compatibility
 - Encryption: AES-GCM https://vibornoff.github.io/webcrypto-examples/index.html
 - Hosted URL: https://file-encrypt-decrypt.web.app/
 
- Clone the repository
 
git clone https://github.com/manjushsh/file-encrypt-decrypt.git- Start App
 
cd file-encrypt-decrypt
yarn install
yarn start