https://github.com/manjushsh/file-encrypt-decrypt
Encrypt and Decrypt your files easily on your browser. All computation done locally. No files are uploaded to any server.
https://github.com/manjushsh/file-encrypt-decrypt
aes-encryption aes-gcm browser decryption encryption encryption-decryption file-encryption javascript subtlecrypto
Last synced: 4 months ago
JSON representation
Encrypt and Decrypt your files easily on your browser. All computation done locally. No files are uploaded to any server.
- Host: GitHub
- URL: https://github.com/manjushsh/file-encrypt-decrypt
- Owner: manjushsh
- License: gpl-3.0
- Created: 2022-01-15T12:10:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T04:12:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T02:51:37.604Z (6 months ago)
- Topics: aes-encryption, aes-gcm, browser, decryption, encryption, encryption-decryption, file-encryption, javascript, subtlecrypto
- Language: TypeScript
- Homepage: https://file-encrypt-decrypt.vercel.app/
- Size: 2.19 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/manjushsh/file-encrypt-decrypt/actions/workflows/codeql.yml)
# Browser based File encryption and decryption using SubtleCrypto API
Encrypt and Decrypt your files easily!
- API reference:
- Browser compatibility (Most browsers supported):
- Encryption: AES-GCM
- Hosted URL:# How to run :
- Clone the repository```bash
git clone https://github.com/manjushsh/file-encrypt-decrypt.git
```- Start App
```bash
cd file-encrypt-decrypt
yarn install
yarn start
```