You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AES-256 Encryption Support: Integrated support for the AES-256 encryption algorithm, providing a stronger level of data protection.
Automatic Key Rotation: Added functionality for automatic key rotation to bolster security and ensure that encryption keys are periodically updated without user intervention.
Fixes
Data Corruption Issue: Addressed a critical issue where data corruption occurred during encryption. This fix ensures data integrity across different devices and scenarios.
Fallback Mechanism: Implemented a fallback to regular SharedPreferences in case of encryption failure. This change resolves crashes reported on certain Samsung Android devices.
Security Enhancements
Brute Force Protection: Strengthened protection mechanisms to prevent brute force attacks, enhancing the overall security of the encryption processes.