Skip to content

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.

Tests

MASTG-TEST-0221: Weak Symmetric Encryption Algorithms