Skip to content

aryansnagar/file-encrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” File Encrypter

A simple, browser-based utility to encrypt and decrypt files using AES-256.
Deployed at: octoberfileencrypter.vercel.app.

✨ Features

  • 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.

πŸ“¦ Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Hosting: Vercel

πŸš€ Getting Started (Local)

  1. Clone the repo:
    git clone https://github.com/aryansnagar/file-encrypter.git
    cd file-encrypter

About

File encryption using AES-256 encryption algorithm.

Topics

Resources

Stars

Watchers

Forks