You need to ensure that the passwords are stored in the database by using a hash algorithm, Which cryptographic algorithm should you use?

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?

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



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Rik

Rik

D

SHA isn’t encryption, it’s a one-way hash function. AES (Advanced_Encryption_Standard) is a symmetric encryption standard.