You plan to store passwords in a Windows Azure SQL Database database.
You need to ensure that the passwords are stored in the database by using a hash
algorithm,
Which cryptographic algorithm should you use?
A.
ECDSA
B.
RSA-768
C.
AES-256
D.
SHA-256
D
D
SHA isn’t encryption, it’s a one-way hash function. AES (Advanced_Encryption_Standard) is a symmetric encryption standard.