Online SBI/HDFC netbanking use which encryption technique?
-
MD5
-
MD5-RSA
-
SSL
-
AES (Advance DES)
C
Correct answer
Explanation
SSL (Secure Sockets Layer) and its successor TLS are the encryption protocols used to secure online banking transactions. SSL/TLS creates an encrypted channel between the browser and the banking server, protecting sensitive data. MD5 is a hash function, not encryption. MD5-RSA isn't a standard encryption scheme name. AES is a symmetric encryption algorithm but SSL/TLS is the protocol used for securing the connection.