Jump to content

Authentication System


ale.sasha

Recommended Posts

Hello,

    I'm developing a PHP portal, and I'd like a quite secure authentication system that allows me to include a php file (auth.php, for example) on the top of each file in my portal, and it manages the user authentication. It would be nice if the authentication form also sends encrypted data, and if the registration form is included too...

 

Does it exist a such complete authentication system? :D

 

Thank you,

Ale

Link to comment
https://forums.phpfreaks.com/topic/176173-authentication-system/
Share on other sites

Well, I've never heard of an ready-to-use Auth-system... (except .htaccess ;))

But if you want something really safe and controllable, make one yourself...

Mine took 3/4 days... But I've never seen someone using SHA512 as encrypting ;)

 

One thing is for sure...

Google always knows the answer ;)

 

Good luck!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.