on 10/18/00 6:43 PM, Neil Clark at [EMAIL PROTECTED] wrote: > Okay, hash-ing the password seems to be an overkill - why not simply > generate a random key which you can use with encrypt(form.password, key) > this value can then be placed in the db along with the key... when it comes > to it, simply decrypt the form.password with the given key and you're away. > If they don't match - see ya, if they do - cool. ;-) > > People 'peeking' in your DB should never be a problem if it is set up > correctly with security et al..... But because you are providing the key anyone with access to the database and a copy of ColdFusion can instantly decrypt all the passwords. The hash method is far better because even if the database security is broken the passwords are still secure. -- Rob Keniger big bang solutions <mailto:[EMAIL PROTECTED]> <http://www.bigbang.net.au> ------------------------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubscribe' in the body to [EMAIL PROTECTED]
- RE: Storing passwords in database as one way hash Jon Tillman
- RE: Storing passwords in database as one way ... Robert Everland III
- RE: Storing passwords in database as one ... Norman Elton
- RE: Storing passwords in database as one ... Steve Bernard
- RE: Storing passwords in database as one ... Jon Tillman
- RE: Storing passwords in database as one way hash Dan O'Keefe
- Re: Storing passwords in database as one way hash Hong
- RE: Storing passwords in database as one way hash Dave Watts
- RE: Storing passwords in database as one way hash Chapman, Katrina
- RE: Storing passwords in database as one way hash... Neil Clark
- RE: Storing passwords in database as one way ... Rob Keniger
- RE: Storing passwords in database as one ... Neil Clark
- Re: Storing passwords in database as ... Rob Keniger
- RE: Storing passwords in databas... Neil Clark
- Re: Storing passwords in databas... Jon Tillman
- RE: Storing passwords in dat... Neil Clark
- RE: Storing passwords in database as one way ... Jon Tillman
- RE: Storing passwords in database as one ... Neil Clark
- RE: Storing passwords in database as one way ... Steve Bernard
- RE: Storing passwords in database as one ... Cameron Childress
- RE: Storing passwords in database as one way hash BORKMAN Lee

