Skip to content

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.

License

Notifications You must be signed in to change notification settings

bylickilabs/SecureArchive

Repository files navigation




SecureArchive SecureArchive CI

Modern file and folder encryption powered by the TitanCrypt Engine

image



1 4
514142180-0d214464-654b-42dc-8c97-3ec91d93e524

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.

Features

  • 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)

Installation

python -m venv .venv
source .venv/bin/activate pip install -r requirements.txt

Start GUI

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

About

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.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages