-
-
Notifications
You must be signed in to change notification settings - Fork 0
Update README with TitanCrypt Engine integration details #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -17,6 +17,37 @@ _Modular Encrypted Container Engine for Python — Powered by BYLICKILABS_ | |||||||||||||
|
|
||||||||||||||
| <br> | ||||||||||||||
|
|
||||||||||||||
| ### 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.” | ||||||||||||||
|
Comment on lines
+41
to
+43
|
||||||||||||||
| > 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.” | |
| > - 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.” |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version mismatch between release version and source repository version. The release is listed as v1.0.1 but the source repository is listed as v1.0.0. These versions should typically match, or the discrepancy should be explained.