ある企業は、モバイル アプリケーションを使用せずにブラウザ経由でアクセスできる新しい Web サイトを実装したいと考えています。新しいウェブサイトにより、顧客は機密性の高い医療情報を安全に送信し、オンラインで医療アドバイスを受けることができるようになります。同社はすでに他にも複数の Web サイトを運営しており、さまざまな公衆衛生データや情報を提供しています。新しい Web サイトでは以下を実装する必要があります。 * Web ID 検証の最高の形式 * すべての Web トランザクションの暗号化 * 転送中の最強の暗号化 * データの機密性に基づいた論理的な分離 他に考慮すべき点は次のとおりです。 ※当社は他にも暗号化を使用したウェブサイトを複数運営しております。 * 会社は総支出を最小限に抑えたいと考えています。 * 会社は複雑さを最小限に抑えたいと考えています 会社が新しい Web サイトに実装する必要があるのは次のうちどれですか? (2 つ選択してください)。
正解:B,F
The company should implement an EV certificate and HSTS on its new website. An EV certificate provides the highest level of web identity validation by requiring extensive verification of the organization's identity and domain ownership. HSTS enforces encryption of all web transactions by redirecting HTTP requests to HTTPS and preventing users from accepting invalid certificates. These solutions would enhance the security and trustworthiness of the website without increasing complexity or expenditure significantly. Verified References: * https://www.entrust.com/digital-security/certificate-solutions/products/digital-certificates/tls-ssl- certificates * https://learn.microsoft.com/en-us/azure/active-directory/develop/access-tokens