Skip to content

MASTG-BEST-0009: Use Secure Encryption Algorithms

Content in BETA

This content is in beta and still under active development, so it is subject to change any time (e.g. structure, IDs, content, URLs, etc.).

Send Feedback

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