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