A programmer must write a piece of code to encrypt passwords and credit card information used by an online
shopping cart. The passwords must be stored using one-way encryption, while credit card information must be
stored using reversible encryption. Which of the following should be used to accomplish this task? (Choose
two.)
A.
SHA for passwords
B.
3DES for passwords
C.
RC4 for passwords
D.
AES for credit cards
E.
MD5 for credit cards
F.
HMAC for credit cards