Skip to content

furuhata123/CryptoBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoBox

A retro-style file encryption tool with support for AES, RSA, and OTP powered by Python, Flask, pywebview, and pixel-perfect 98.css UI.


Features

  • AES-GCM encryption with password and salt
  • RSA hybrid encryption (AES key encrypted with RSA)
  • OTP one-time pad encryption (true XOR with auto key)
  • Key generation, download, and upload support
  • Built-in logs with animated progress bar
  • Retro Windows 98 interface using 98.css
  • Packaged .exe version for Windows (no Python required)

Tech Stack

  • Python 3.10+
  • Flask + webview
  • cryptography
  • pyinstaller
  • HTML/CSS/JS
  • 98.css

How to Run (Dev Mode)

pip install -r requirements.txt
python main.py

Then open http://127.0.0.1:5000 in browser, or it auto-launches in app window (.exe).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors