MASTG-BEST-0009: Use Secure Encryption Algorithms
Replace insecure encryption algorithms with secure ones such as AES-256 (preferably in GCM mode) or Chacha20.
For comprehensive guidance on implementing secure encryption in Android, refer to the documentation on "Cryptography" ↗ and "Broken or risky cryptographic algorithm" ↗ on the official Android Developers website.