nomyo/nomyo
alpha-nerd-nomyo 197d498ea2 feat: implement secure memory operations for enhanced data protection
Integrate secure memory handling in SecureCompletionClient to protect plaintext payloads from disk swapping and memory lingering. The implementation uses a secure_bytes context manager to safeguard sensitive data during encryption. Added fallback mechanism with warning when SecureMemory module is unavailable. Updated docstring to reflect the new security measure.
2026-01-13 12:13:05 +01:00
..
__init__.py feat: implement secure memory operations for enhanced data protection 2026-01-13 12:13:05 +01:00
nomyo.py feat: implement secure memory operations for enhanced data protection 2026-01-13 12:13:05 +01:00
SecureCompletionClient.py feat: implement secure memory operations for enhanced data protection 2026-01-13 12:13:05 +01:00
SecureMemory.py feat: implement secure memory operations for enhanced data protection 2026-01-13 12:13:05 +01:00