VORT Editor is a modern Python-based application for creating, editing, validating, and encrypting custom .vort files.
Designed with a hacker-inspired interface and focused on secure local file management.
- 🔐 Encode / Decode system using Fernet encryption
- 📄 Custom
.vortfile structure - 🧠 SHA256 integrity validation
- 💬 Real-time text editing
- 🟢 Hacker-style dark interface
- 📁 File save/open support
- 🔒 Editor lock system
- 💾 Automatic encrypted backups
- 🖱️ Windows Registry integration
- 📦 Windows release build included
- 📂 Right-click → New → VORT file support
- Python 🐍
- PySide6
- Cryptography (Fernet)
App-CLI/
│
├── CLI.py
├── Requirements.txt
├── README.md
├── LICENSE
├── Release/
├── Registry/
├── Installer-Inno/
└── Assets/APP UI Screenshot :
/assets/screenshot.pngThen use:
Clone the repository:
git clone https://github.com/Behnooddev/Python-CLI.gitInstall dependencies:
pip install -r requirements.txtRun the application:
python CLI.py.vort files contain a custom structure including:
- SHA256 integrity validation
- Random salt generation
- Base64 payload encoding
The editor also supports encrypted content using Fernet symmetric encryption.
The project includes:
- Windows Registry integration
- Custom
.vortfile association - Right-click creation support
- Standalone Windows release build
This software is provided for educational and personal use.
The developer, Behnood Shafiei, is not responsible for:
- misuse of the software
- data loss
- damages
- security issues
- legal problems caused by user actions
Users are fully responsible for how they use this software.
Developed by Behnood Shafiei
Cybersecurity, networking, and backend development enthusiast.
You are allowed to use, modify, and share this project with proper credit to the original developer:
Behnood Shafiei
Removing author credits or claiming the project as your own is not permitted.