# MASVS-CRYPTO: 暗号

モバイルデバイスは携帯性が高く、簡単に紛失したり盗難に遭いやすいため、モバイルアプリには暗号が不可欠です。つまり、デバイスに物理的にアクセスした攻撃者はパスワード、金融情報、個人を特定できる情報など、デバイスに保存されているすべての機密データにアクセスできる可能性があります。暗号は認可されていないユーザーが簡単に読み取ったりアクセスしたりできないように暗号化することで、この機密データを保護する手段を提供します。

このカテゴリのコントロールの目的は検証対象アプリが業界のベストプラクティスに従って暗号を使用していることを確保することです。これは一般的に [NIST.SP.800-175B](https://csrc.nist.gov/publications/detail/sp/800-175b/rev-1/final) や [NIST.SP.800-57](https://csrc.nist.gov/publications/detail/sp/800-57-part-1/rev-5/final) といった外部の標準で定義されています。このカテゴリでは鍵の生成、保管、保護などのライフサイクル全体にわたる暗号鍵の管理についても焦点を当てています。どんなに強力な暗号でも鍵の管理が不十分であれば危険にさらされるため、ユーザーの機密データのセキュリティを確保するには、開発者は推奨されるベストプラクティスに従うことが極めて重要です。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://coky-t.gitbook.io/owasp-masvs-ja/masvscrypto-an-hao/06-masvs-crypto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
