Implementing and Operating Cisco Security Core Technologies (SCOR) — Question 574
Which two algorithms must be used when an engineer is creating a connection that will have classified data across it? (Choose two.)
Answer options
- A. RSA-3072
- B. ECDSA-256
- C. AES-256
- D. RC4
- E. SHA-384
Correct answer: C, E
Explanation
AES-256 is a strong encryption algorithm suitable for securing classified data, while SHA-384 is a cryptographic hash function used for ensuring data integrity. RSA-3072 and ECDSA-256 are primarily for key exchange and digital signatures, respectively, and RC4 is considered insecure for modern applications.