Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]Roobiz[/eluser]
[quote author="maltzurra" date="1280151085"]Interesting library, good job. But to be honest, there are some pieces of code I don't like at all.

Like the way "remember me" cookies are being stored. I would NOT recommend to store your password in cookies. Even when it's sha1() encrypted. Concat fields, use salts, tokens... Whatever you prefer, but storing password in a file this way, it is just so risky.

Great job anyway Smile[/quote]

For me $rmbcode = sha1(sha1(password + salt));

Well it's not very good but not too bad at all... The way to reverse a sha1 is not very easy so...


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 07-26-2010, 07:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB