ale.sasha Posted October 1, 2009 Share Posted October 1, 2009 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? Thank you, Ale Quote Link to comment https://forums.phpfreaks.com/topic/176173-authentication-system/ Share on other sites More sharing options...
lucifersolutions Posted October 3, 2009 Share Posted October 3, 2009 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! Quote Link to comment https://forums.phpfreaks.com/topic/176173-authentication-system/#findComment-929385 Share on other sites More sharing options...
ale.sasha Posted October 3, 2009 Author Share Posted October 3, 2009 Thank you for the reply, but the problem is: I'm not a good hacker, so I don't know how to make as secure as possible a page... Thank you anyway Ale Quote Link to comment https://forums.phpfreaks.com/topic/176173-authentication-system/#findComment-929553 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.