| SecureArchive |
|---|
Modern file and folder encryption powered by the TitanCrypt Engine
![]() |
|---|
![]() |
![]() |
|---|
![]() |
|---|
SecureArchive is a standalone, fully offline application for securely encrypting files and directory structures. It uses a proprietary container format (.secarc) and the custom-built TitanCrypt Engine.
- AES-256-GCM encryption
- PBKDF2-SHA-512 key derivation
- Custom .secarc container format
- Fully encrypted manifest
- GUI + CLI
- Password rotation
- Integrity verification
- Bilingual (EN/DE)
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python securearchive_gui.py
SecureArchive/
│
├── securearchive/
│ ├── engine.py
│ ├── crypto.py
│ ├── fsutil.py
│ ├── i18n.py
│ ├── errors.py
│ └── __init__.py
│
├── securearchive_gui.py
├── securearchive_main.py
├── requirements.txt
├── README.md
└── LICENSE.md



