our website has two login area. One use js to Login and other use postback. I saw userid and password goes in such a way anyone can hack in the middle of the path.
how we can provide security for login credentials. Two things coming to my mind. One is ssl and certificate and other is encryption.
we have some constraint so we can not use ssl and certificate.
just give me best routine for encrypting credentials.
just give one js routine which will encrypt credentials and give me one c# routine which decrypt credentials encrypted by js.
if any other way exist for login credentials security then plzz discuss here. Thanks.
how we can provide security for login credentials. Two things coming to my mind. One is ssl and certificate and other is encryption.
we have some constraint so we can not use ssl and certificate.
just give me best routine for encrypting credentials.
just give one js routine which will encrypt credentials and give me one c# routine which decrypt credentials encrypted by js.
if any other way exist for login credentials security then plzz discuss here. Thanks.