Protecting MySQL Connect Information?
Moderator: General Moderators
Protecting MySQL Connect Information?
In your oppinion whats the best way to protect your mysql query to connect to you database? I am building a site wich will have lot of members and want to protect this information. THanks in advance!
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
encrypt it
-
Hi,
came along a new class on phpclasses.org today, that encrypts php-code, so your code and db-login-data may be encrypted. Looks quite ok, try out yourself!
http://www.phpclasses.org/browse/package/1730.html
djot
-
Hi,
came along a new class on phpclasses.org today, that encrypts php-code, so your code and db-login-data may be encrypted. Looks quite ok, try out yourself!
http://www.phpclasses.org/browse/package/1730.html
djot
-
Last edited by djot on Wed Jul 14, 2004 3:16 am, edited 1 time in total.
Re: encrypt it
I dont know if that may be such a good idea...what if you loose the database information or if you need to edit that file...?djot wrote:-
Hi,
came along a new class on phpclasses.org today, that encrypts php-code, so your code and db-login-data may be encrypted. Looks quite ok, try out yourself!
http://www.phpclasses.org/browse/package/1730.html
djot
-