How to Insert Password into SQL Server with Encrypted and Retrieve with Decrypted in asp.net mvc 4 -


Register with your username and password, and when the user wants to login with his username and password, the password must be decrypted and the login should be.

This process should be there, anyone can help me, there is no way to solve this if someone, thanks in advance.

Use the membership provider, it is easy to register and login and also encrypts and Decrypt the password and check the username availability



Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -