A simple, browser-based utility to encrypt and decrypt files using AES-256.
Deployed at: octoberfileencrypter.vercel.app.
- Client-side file encryption/decryption (no server required)
- Works entirely in the browser (HTML/CSS/JavaScript)
- Use Web Crypto API to encrypt files.
- Minimal UI; single-page app
- Using AES-256 encyption.
- Frontend: HTML, CSS, JavaScript
- Hosting: Vercel
- Clone the repo:
git clone https://github.com/aryansnagar/file-encrypter.git cd file-encrypter