docs: enhancement and clarification

This commit is contained in:
Alpha Nerd 2026-01-17 11:12:40 +01:00
parent f668fd9db5
commit 01335c64b0
2 changed files with 8 additions and 4 deletions

View file

@ -63,7 +63,6 @@ python3 test.py
- **Optional persistence**: Keys can be saved to `client_keys/` directory for reuse across sessions
- **Password protection**: Optional password encryption for private keys (recommended for production)
- **Secure permissions**: Private keys stored with restricted permissions (600 - owner-only access)
- **Secure memory protection**: Plaintext payloads protected from disk swapping and memory lingering
### Secure Memory Protection