Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.34 KB

File metadata and controls

52 lines (33 loc) · 1.34 KB

ShadowCrypt

Static Badge|92 GitHub License

ShadowCrypt is a secure text encryption and decryption tool built with PyQt6. It allows users to encrypt and decrypt sensitive information, save encrypted files with a custom .axxo extension, and import them seamlessly.

Preview

preview
2026-05-21.17-07-19.mp4

Features

  • Encrypt and decrypt text securely.
  • Generate random encryption keys.
  • Save encrypted data with a custom .axxo file extension.
  • Import and decrypt from .axxo files with a single click.
  • Sleek, modern dark theme UI.
  • Built entirely with Python

Installation

  1. Ensure you have Python 3.x installed.
  2. Clone this repository or download the .zip
  3. Install the required dependencies by running:
    pip install -r requirements.txt
    

Usage

  1. Run the application:
    python main.py
    
  2. Enter your text in the input box.
  3. Provide a key or generate one.
  4. Use the encrypt or decrypt buttons.
  5. Save or import .axxo files as needed.

Requirements

  • PyQt6
  • Cryptography