techker Posted October 28, 2008 Share Posted October 28, 2008 hey guys i have a usermanagement script that i made and my insert users does not incript the password in the database? is it in the phpmyadmin that i set something to incript it or it's in my script? Quote Link to comment https://forums.phpfreaks.com/topic/130424-password/ Share on other sites More sharing options...
rhodesa Posted October 28, 2008 Share Posted October 28, 2008 you will have to put it in your script. but, you can either use PHP(md5,crypt, or sha1) or with MySQLs encryption functions: http://dev.mysql.com/doc/refman/5.0/en/encryption-functions.html Edit: Either way it's in the script though, as the MySQL encryption stuff would be something you would add to the query (which is in the script) Quote Link to comment https://forums.phpfreaks.com/topic/130424-password/#findComment-676556 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.