Welcome Guest, Not a member yet? Register   Sign In
Redux Authentication 2 Beta Released
#1

[eluser]Popcorn[/eluser]
Home Page | Roadmap | SVN Server ( Requires Registration ) | Submit Ticket

PM me with your email address so I can add you to the SVN server.

So, what's Redux Authentication 2 about?

The point of Redux Authentication 2 is to build upon Redux 1.*, but have a more stable, feature filled and generally better authentication library.

At the moment version 1 has some bugs with the method returns and has some other niggling issues such as forcing you to use an "email" as the login handle, not having a remember me, etc ...

Version 2 will fix those issues and go farther as to include a ready made website with administrative back-end, the ability to pick and select what columns you want to use to login with, an installation controller for fast set-up, Access Control Lists and integration with phpBB, Vanilla and other popular web applications.

I would love to hear what you think about Redux Authentication 2's future plans and if you any feature requests I would love to hear them.

You can view the Road Map and see what is planned

Kind Regards,
-Mathew Davies.
#2

[eluser]johnwbaxter[/eluser]
Sounds great.

Hurry up then....
#3

[eluser]Popcorn[/eluser]
Thanks audiopleb.

SVN is now available. Topic Updated
#4

[eluser]Unknown[/eluser]
Great news for me! Thank you for the release and waiting eagerly for the final version.

Thanks a lot!
#5

[eluser]apersaud[/eluser]
"integration with phpBB, Vanilla and other popular web applications."

You have my mouth watering. If you can integrate with Wordpress logins - that would be extremely awesome!


I think the best thing that could help would also be a example site that we can quickly learn how to use the auth library.
#6

[eluser]bennyhill[/eluser]
Yes please, some kind of tutorial!!
#7

[eluser]Xeoncross[/eluser]
Quote:Unlike version 1, version 2 will use one dynamic salt. This would be enough protection against rainbow tables and would have one less configuration option to deal with. The hash column in the users table is going to removed and I will use a value such as the date registered as the dynamic salt.

Please don't do this. That is the ONLY reason that I am using your auth system! :bug:
#8

[eluser]Popcorn[/eluser]
Can you explain to me why 1 dynamic salt is bad practice?

At the moment, the salt is the first 10 characters of the hashed password. When entering a password into the database for the first time the salt is randomly generated and pre-pended to the hashed password.

It's basically doing the same thing as before, but without the hashed column in the table. This saves on table space.
#9

[eluser]Xeoncross[/eluser]
[quote author="Popcorn" date="1222119155"]At the moment, the salt is the first 10 characters of the hashed password. When entering a password into the database for the first time the salt is randomly generated and pre-pended to the hashed password.

It's basically doing the same thing as before, but without the hashed column in the table. This saves on table space.[/quote]

True, for 1 million users it would take about 40MB more space - but at that point I don't think it would matter. ;-)

Maybe you could keep a smaller VARCHAR(10) salt so that users with matching passwords would still get different hashes. Any extra step you can add to hashes is worth it.
#10

[eluser]Popcorn[/eluser]
Users with matching passwords still have different hashes. Maybe you mis-understood the new concept?




Theme © iAndrew 2016 - Forum software by © MyBB