MASTG-BEST-0009 安全な暗号アルゴリズムを使用する (Use Secure Encryption Algorithms)

安全でない暗号アルゴリズムを AES-256 (GCM モードが望ましい) や ChaCha20 などの安全なものに置き換えます。

Android で安全な暗号を実装するための包括的なガイダンスについては、公式 Android Developers ウェブサイトの "暗号機能" および "Broken or risky cryptographic algorithm" のドキュメントを参照してください。

Last updated

Was this helpful?