search for: kgodel

Displaying 1 result from an estimated 1 matches for "kgodel".

Did you mean: godel
2007 Dec 09
2
Questions about rails 2.0
...|user_name, password| user = User.find_by_nick(user_name) user && password == user.password end (ok, in this case the password is not encrypted, but it’s just an example :) ) Last question, what changes with the normal authentication? is it better using this by http? why? thanks :) # kgodel on 08 Dec 23:10: David, You mention that the cookies are “in a hashed form that can’t be forged”. Why should I believe you? Since “forged” is a rather vague word do you mean collision resistant, pre-image resistant, or 2nd pre-image resistant? I haven’t glanced at all the code yet so I’ll assu...