From 2378aad97ecbc5ddbbf3919a7af9f6bb464d3279 Mon Sep 17 00:00:00 2001 From: Thorsten Bylicki Date: Sat, 15 Nov 2025 19:05:33 +0100 Subject: [PATCH] Update README with TitanCrypt Engine integration details Added integration announcement for TitanCrypt Engine in SecureArchive. --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 03954eb..b4b5ff2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,37 @@ _Modular Encrypted Container Engine for Python β€” Powered by BYLICKILABS_
+### Integration Announcement + - TitanCrypt Engine is already fully integrated into SecureArchive. + - The latest production release of SecureArchive ships with TitanCrypt Engine as the core encryption and container-management system. + +> This ensures: +- End-to-end encryption using AES-256-GCM +- Strong password-based security via PBKDF2-SHA-512 +- Verified container integrity across all stored data +- Seamless extraction, validation and password rotation support + +--- + +πŸ“¦ Included in Release: +> SecureArchive v1.0.1 +πŸ”— [RELEASE](https://github.com/bylickilabs/SecureArchive/releases/download/v1.0.1/v1.0.1.rar) + +> Source Repository v1.0.0: +πŸ”§ [LINK](https://github.com/bylickilabs/SecureArchive) + +--- + +> TitanCrypt Engine now powers the secure container functionality of SecureArchive. + - delivering real-world encryption for production environments, backed by continuous development from BYLICKILABS. + - β€œSame engine. More security. Ready for deployment.” + +
+ +--- + +
+ ## Table of Contents - [Overview](#overview)