Quantcast
Channel: Encrypting password at client side and decrypting at server side
Browsing latest articles
Browse All 5 View Live

Re: Encrypting password at client side and decrypting at server side

alamzeb7Basically, I'm making an Ajax call to know if the credentials entered by users are authenticated, and that's the reason I want to encrypt the password at client side as on client side password...

View Article



Re: Encrypting password at client side and decrypting at server side

Well there are ways like using the hash code, by which we save the hash of the password in the database, like I am doing.Then when a user enters the password, in password mode offcoure, then we...

View Article

Re: Encrypting password at client side and decrypting at server side

Basically, I'm making an Ajax call to know if the credentials entered by users are authenticated, and that's the reason I want to encrypt the password at client side as on client side password  having...

View Article

Re: Encrypting password at client side and decrypting at server side

What are you trying to achieve or protect against? Why can't the password be sent directly to the server over SSL?

View Article

Encrypting password at client side and decrypting at server side

Hi, I want to encrypt my password using jquery/javascript and then decrypt it using c# at server side, can anyone tell me the simplest way to accomplish it. Thanks

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images