Multiple choice technology architecture Which of the following encryption is better suited for storing the passwords ? SHA AES 3DES RSA Reveal answer Fill a bubble to check yourself A Correct answer Explanation SHA is a cryptographic hash function suitable for password storage because it's one-way (prevents recovery). AES and 3DES are reversible encryption algorithms, and RSA is asymmetric encryption used for key exchange, not password hashing.