- Joined
- Jun 14, 2011
- Messages
- 15
- Reaction score
- 0
Can someone tell/explain me the risks if i am not having any security on the passwords in my Mysql Server Database....
('".sql_sanitize($username)."','".sha1($password)."','".sql_sanitize($birth)."','".sql_sanitize($email)."','".sql_sanitize($ipaddress)."')") or die(mysql_error());.......
cuz the owner.. me.. will only be able to see the passwords right.. so why the security :tongue: ????????
Thank You.:closedeyes:
('".sql_sanitize($username)."','".sha1($password)."','".sql_sanitize($birth)."','".sql_sanitize($email)."','".sql_sanitize($ipaddress)."')") or die(mysql_error());.......
cuz the owner.. me.. will only be able to see the passwords right.. so why the security :tongue: ????????
Thank You.:closedeyes:

