compressBeforeEncryption property
Whether to compress data before encryption.
Default: true
Benefits:
- Reduces storage space (30-70% reduction)
- Reduces bandwidth usage
- Slightly slower encryption/decryption
Recommended: true for most apps
Implementation
final bool compressBeforeEncryption;