Re: Password Generation
From: Matjaz Ladava (matjaz_at__nospam_ladava.com)
Date: 05/27/03
- Next message: Roshawn: "Re: Password Generation"
- Previous message: Ramesh Narayanan: "Re: Support"
- In reply to: Roshawn: "Password Generation"
- Next in thread: Roshawn: "Re: Password Generation"
- Reply: Roshawn: "Re: Password Generation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 27 May 2003 09:01:05 +0200
Strong passwords are just a term. You can make-up an algorithm, that creates
n (where n is somewhere between 6-12) characters passwords containing
letters (upper and lower) + numbers and then stores them in your DB
(encrypted with whatever algorithm you are using, MD5, SHA1, DES, ...). Make
sure, that your application requests users to change password on first-logon
(they must provide strong-passwords for new passwords). Probably you will
have a flag in your users database for this.
If you are generating passwords on your registration page, then send users
new passwords automatically trough email.
Regards
Matjaz Ladava
"Roshawn" <abreount316@msn.com> wrote in message
news:2aa801c323e9$7bddee40$a401280a@phx.gbl...
> Hi ASP.NETters,
>
> I know that you can generate random numbers using
> the .NET Framework. I was wondering if you could also
> generate random passwords (preferably strong passwords)
> as well. My goal is to send members their username and a
> random password so they can then access the site. Any
> ideas would be appreciated.
>
> Thanks,
> Roshawn
- Next message: Roshawn: "Re: Password Generation"
- Previous message: Ramesh Narayanan: "Re: Support"
- In reply to: Roshawn: "Password Generation"
- Next in thread: Roshawn: "Re: Password Generation"
- Reply: Roshawn: "Re: Password Generation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|