xyn Posted January 6, 2007 Share Posted January 6, 2007 Hey,For a small company of mine i am just starting, I require my customersconact information, this is Housing address, Email address andtelephone numbers, But To comply with the Data Protection ActI would like to basically save my arse, by encrypting this information,so that third parties spambots can't steal the information. Is there anythingI could / Should do?Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/33085-solved-database-encrypting/ Share on other sites More sharing options...
Daniel0 Posted January 6, 2007 Share Posted January 6, 2007 Third party spam bots cannot access your database (unless you give out your login credentials). If you wish to encrypt data (and still be able to decrypt it again) you might want to look at [url=http://php.net/mcrypt]the mcrypt extension[/url]. Quote Link to comment https://forums.phpfreaks.com/topic/33085-solved-database-encrypting/#findComment-154160 Share on other sites More sharing options...
xyn Posted January 6, 2007 Author Share Posted January 6, 2007 I'll take a look,If i get any issues i'll just post them here. if that's ok? Quote Link to comment https://forums.phpfreaks.com/topic/33085-solved-database-encrypting/#findComment-154172 Share on other sites More sharing options...
Daniel0 Posted January 6, 2007 Share Posted January 6, 2007 Sure. Quote Link to comment https://forums.phpfreaks.com/topic/33085-solved-database-encrypting/#findComment-154174 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.