If user will not enter password then it will generate any random password.Please help me out I am really new to ASP.Net
how to generete random password
I want to develop a login form that except the password and store it in encrypted format and while retriveing that password it will show in decrypted format.
Satyapriya NayakPosted May 7, 2013, 9:57 AM
http://www.c-sharpcorner.com/uploadfile/brij_mcn/generating-random-passwords-with-asp-net-and-C-Sharp/default.aspx
VulpesPosted May 7, 2013, 9:55 AM
For illustration purposes, I've used a console application: