Ask a Question related to ASP.NET Security, Design and Development.
-
DDK #1
Forgot Password encrypted email system
I really wish there were some examples explaining how to create a forgot
password email link system when you encrypt a password in a database and use
ASP.NET/C# preferably. Since the password is encrypted in SHA1, I can't
just send a user their password by email. So I'm not sure the best way to
accomplish a forgot password module when the password is encrypted in the
database. I've tried to find info on this but have not found anything that
really talks about this. Any help, links, or book suggestions would be
greatly appreciated.
Thanks,
d.
DDK Guest
-
Selling encrypted PDFs online with buyer's email as password?
Hi all I am planning on selling a PDF file online. The content is the same for every buyer, however I'd like to encrypt the PDF with the buyer's... -
Forgot ColdFusion Administrator password
Try google http://www.google.com/search?hl=en&q=ColdFusion+MX+forgot+Administrator+password&btnG=Google+Search -
Forgot CF Admin password-what do I do?
I forgot my CF Admin password. Does anyone have any suggestions? -
adminastator password forgot
how can i reset my adminastrators password as i cant use my login accont or install things with out my password -
i am administrator and i forgot my password?
Bobby; The password is Case Sensitive. Check Caps Lock and try various of Capital combinations. http://support.microsoft.com/?kbid=321305 Or... -
Nicole Calinoiu #2
Re: Forgot Password encrypted email system
Generate a new, random password and send that (as well as save its hash to
the db). In the e-mail, recommend that the user change their password at
first login.
HTH,
Nicole
"DDK" <ddkennard@hotmail.com> wrote in message
news:u9OQ1sAnDHA.1084@tk2msftngp13.phx.gbl...use> I really wish there were some examples explaining how to create a forgot
> password email link system when you encrypt a password in a database andthat> ASP.NET/C# preferably. Since the password is encrypted in SHA1, I can't
> just send a user their password by email. So I'm not sure the best way to
> accomplish a forgot password module when the password is encrypted in the
> database. I've tried to find info on this but have not found anything> really talks about this. Any help, links, or book suggestions would be
> greatly appreciated.
>
> Thanks,
> d.
>
>
Nicole Calinoiu Guest



Reply With Quote

