Update docs: README
This commit is contained in:
parent
9530eb9e20
commit
85e5dd9cc6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user