booruguru / UserPie

PHP login script / user authentication framework
http://userpie.com
Other
137 stars 52 forks source link

No encryption before sending password? #3

Closed galexrt closed 7 years ago

galexrt commented 11 years ago

Hi how you can see i forked your project, because you don't crypt the password before sending to server. Maybe this can help you: http://www.wikihow.com/Create-a-Secure-Login-Script-in-PHP-and-MySQL I add the sha512 crypter to my fork so it's safer if someone isn't using php!

Greetings Galexrt Edit: I add the sha512 cryption in the next few days, but my files are online and for you booruguru i use kickstrap(better than bootstrap).

Y2Kay commented 11 years ago

@Galexrt: how did you add a sha512 encryption on the script?

galexrt commented 11 years ago

I add encryption through two little javascripts the first is sha512 crypter and the second is for crypting the forms.

galexrt commented 11 years ago

You can take a look at my project there i use this. https://github.com/Galexrt/SAUM_System/