SSL is a transport layer feature.. So with out doing any extra work, your communication to the server is encrypted. So basically there is no alternative to it.
but I saw in discussion forums people are discussing about manual encryption using javascript and send it to server. this method can not compare with SSL....
ramll
Participant
1126 Points
1299 Posts
Secure Socket Layer(SSL)
Jan 08, 2013 02:58 AM|LINK
Hello,
Is there any alternative for Secure Socket Layer(SSL).?
TIA
Ramesh Chand...
Star
12922 Points
2672 Posts
Re: Secure Socket Layer(SSL)
Jan 08, 2013 03:20 AM|LINK
No.
btw, what is your requriement ?
Regards
Ramesh Chandra
sreejukg
All-Star
27513 Points
4099 Posts
Re: Secure Socket Layer(SSL)
Jan 08, 2013 04:15 AM|LINK
SSL is a transport layer feature.. So with out doing any extra work, your communication to the server is encrypted. So basically there is no alternative to it.
but I saw in discussion forums people are discussing about manual encryption using javascript and send it to server. this method can not compare with SSL....
http://stackoverflow.com/questions/6658557/alternative-to-ssl-manual-encryption
My Blog