From 85e5dd9cc64286874715e518c40c60e0832552d9 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 13 Jan 2026 23:35:42 -0600 Subject: [PATCH] Update docs: README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8608685..6b35bb8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This app provides interactive demos for all LocalData storage options: | **Defaults** | Save/load/remove values | UserDefaults | | **Keychain** | Secure credentials with biometrics | Keychain | | **Files** | User profiles with AnyCodable | File System | -| **Encrypted** | AES-256 encrypted logs | Encrypted File System | +| **Encrypted** | Encrypted logs (AES or ChaCha20) | Encrypted File System | | **Sync** | Platform availability & sync policies | Multiple | ## Requirements @@ -58,8 +58,8 @@ The app demonstrates various storage configurations: - JSON and PropertyList serializers ### Encrypted Storage -- AES-256-GCM encryption -- PBKDF2 key derivation with configurable iterations +- AES-256-GCM or ChaCha20-Poly1305 encryption +- PBKDF2 or HKDF key derivation - Complete file protection ### Platform & Sync