Medusa - Encrypt files

Medusa - Encrypt files

3 24 52
calendar_today agoschedule1 min read

Medusa

An open source, client-side file encryption tool, with lossless decryption.

Encrypt any file into a .medusa file using a password, share the file and decrypt with the password.
No servers. No cloud. No accounts.


Disclaimer: This tool is provided "as is". The author is not liable for data loss. Test decryption before deleting originals.


Features

  • Lossless: Original filename and mime type are preserved.
  • Portable: .medusa files are self-describing and can be shared.
  • Client-Side Only: 100% browser. Your password never leaves your device.
  • XOR Core: Fast symmetric XOR encryption. v1. Later versions will have more industry-grade techniques.
  • Zero Dependencies: Vanilla JS + Web APIs only

Security Model

v1 Uses XOR

  • Medusa v1 uses a XOR encryption technique.
  • This provides casual privacy and obfuscation. It is not resistant to known-plaintext or frequency attacks.
  • Do not use for classified, financial, or other high-sensitivity data.
  • The goal of v1 is speed, simplicity, and a stable file format. Future versions will be drop-in compatible via the header version field.
  • Use at your own risk. Keep backups.

Quick Start

Web App

  1. Open index.html in Chrome, Firefox, or Edge
  2. Drop file → Enter password → Save file.ext.medusa
  3. Drop .medusa → Enter password → Get original file back

Wrong password = corrupted output. There is no password hint or recovery.

Development

git clone https://github.com/yourname/medusa
cd medusa

Open index.html. No build, no install.

Project Structure

├── index.html
├── src/
    ├── style.css
    ├── main.js
    ├── lib/
        └── #lib functions 
└── public/
    └── medusa.png

Contributing

PRs welcome for: UI, performance, tests, CLI port.
For crypto changes, open an issue first. v1 stays XOR.

License

MIT © 2026

🔥 Join developers growing publicly
Share your knowledge, build in public, and grow your developer presence with a global community.

More Posts

Comparison: Universal Import vs. Plaid/Yodlee

Pocket Portfolio - Mar 12

MCP Is the USB-C of AI. So Why Are You Plugging Everything In?

Ken W. Algerverified - Jun 10

Your Backup Data Knows More Than You Think. HYCU aiR Is Finally Asking It the Right Questions.

Tom Smithverified - May 14

The Interface of Uncertainty: Designing Human-in-the-Loop

Pocket Portfolio - Mar 10

The Security Scanning Landscape in 2026

Lucky - Jun 8
chevron_left
1.5k Points79 Badges
23Posts
11Comments
6Connections
I am frontend web developer with over three years of experience driven by a passion to join like-min... Show more

Related Jobs

View all jobs →

Commenters (This Week)

1 comment
1 comment
1 comment

Contribute meaningful comments to climb the leaderboard and earn badges!