Commit 859113f
committed
Migrate RSA encryption to SHA-1 OAEP for Android KeyStore compatibility
- Change RSA key size from 4096 to 2048 bits
- Change OAEP hash from SHA-256 to SHA-1 for device compatibility
- Add explicit OAEPParameterSpec for consistent cross-provider behavior
- Refactor getAESKey() into helper methods for readability
- Replace fragile string matching with direct PKCS1 migration attempt1 parent f992aea commit 859113f
2 files changed
Lines changed: 252 additions & 156 deletions
File tree
- auth0/src
- main/java/com/auth0/android/authentication/storage
- test/java/com/auth0/android/authentication/storage
0 commit comments