Commit graph

7 commits

Author SHA1 Message Date
520564794a
doc: update install methods 2026-04-09 09:25:16 +02:00
a6b59eb001
doc: corrections and removal of outdated info 2026-04-03 15:38:53 +02:00
5641a746b7 feat: enhance security by adding security_tier parameter and improving secure memory handling
This commit introduces the security_tier parameter to all SecureChatCompletion calls, allowing users to specify security levels (standard, high, maximum). It also refactors secure memory management in SecureCompletionClient.py to use secure_bytearray instead of secure_bytes, improves memory protection by aligning addresses to page boundaries, and enhances the secure memory locking mechanism. The README.md has been updated to document the new security_tier parameter and include missing import statements.
2026-02-03 13:59:46 +01:00
01335c64b0 docs: enhancement and clarification 2026-01-17 11:12:40 +01:00
f668fd9db5 docs: improvement 2026-01-17 11:04:54 +01:00
19504d7308 feature:
- adding security enhancements to meet server side practices
- best effort RSA Key protection for ephemeral keys
- AES in memory protection
2026-01-17 10:59:16 +01:00
5c27f51941
Hello World! 2025-12-17 16:03:20 +01:00