Re: EuForum, where is password setting?

new topic     » goto parent     » topic index » view thread      » older message » newer message

> I don't want to know your favorite, memorable password,
> or that of any other user. I'd rather just assign
> random 6-character strings, and not be under suspicion
> when someone cleans out your PayPal account. smile

You could always store the password as an md5 hash, and when a user
attempts to log in, hash their submitted password and compare it
against the stored hash. md5 hashes aren't perfect, but much safer
than storing plain text passwords in a Eu database, and take a very
long time to crack. I see this technique used in various PHP apps on
the web.

~Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu