- BYLICKILABS – Intelligence Systems & Communications
![]() |
|---|
Encrypt Studio is a fully local encryption toolkit designed to securely process files and text.
- Version 1.0.0 provides a modern feature set, strong security architecture, and an intuitive user experience.
- All operations run offline, without cloud connections or external data transmission.
- AES‑256‑GCM encryption
- Automatic
.esecsecure container - Password‑based key derivation (PBKDF2)
- Plain text → Base64 encrypted text
- Secure decryption using password
- Live switching between English and German
- Fully translated interface
- Local SQLite event logging
- Logs: action, target, status, timestamp
- No data transmitted externally
- Button directly opens the repository
- Version information
- Company details
- Security architecture (AES‑GCM, PBKDF2)
- SHA‑256
- 200,000 iterations
- 32‑byte key
Includes:
- Magic header
- Salt
- Nonce
- Ciphertext + authentication tag
- Fully local
- No cloud services
- No telemetry
- Python 3.10+
- PySide6 (UI)
- cryptography (AES‑GCM)
- SQLite (EasySQL)
pip install -r requirements.txt
python app.py
All rights reserved. LICENSE
