Skip to content

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.

License

Notifications You must be signed in to change notification settings

bylickilabs/EncryptStudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encrypt Studio v1.0.0

  • BYLICKILABS – Intelligence Systems & Communications
EncryptStudio v1 0 0

🔐 About Encrypt Studio

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.

🚀 Key Features

✔ File Encryption

  • AES‑256‑GCM encryption
  • Automatic .esec secure container
  • Password‑based key derivation (PBKDF2)

✔ Text Encryption

  • Plain text → Base64 encrypted text
  • Secure decryption using password

✔ Language Selection (EN/DE)

  • Live switching between English and German
  • Fully translated interface

✔ EasySQL Logging

  • Local SQLite event logging
  • Logs: action, target, status, timestamp
  • No data transmitted externally

✔ GitHub Integration

  • Button directly opens the repository

✔ Info Dialog

  • Version information
  • Company details
  • Security architecture (AES‑GCM, PBKDF2)

🛡 Security & Architecture

🔑 Key-Derivation (PBKDF2)

  • SHA‑256
  • 200,000 iterations
  • 32‑byte key

🔰 Container Format (.esec)

Includes:

  • Magic header
  • Salt
  • Nonce
  • Ciphertext + authentication tag

🔒 Data Handling

  • Fully local
  • No cloud services
  • No telemetry

🗂 Technology Stack

  • Python 3.10+
  • PySide6 (UI)
  • cryptography (AES‑GCM)
  • SQLite (EasySQL)

📌 Installation

Requirements

pip install -r requirements.txt

Start

python app.py

© BYLICKILABS – Intelligence Systems & Communications

All rights reserved. LICENSE

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published