cmike Posted September 23, 2010 Share Posted September 23, 2010 Hi all I wonder if somebody could give me some guidance on this. I manage a website programmed in PHP and having MySQL backend. Recently some of my clients raised concerns about the security of their data. It is not credit card information or so, however I would like to sort it out. I have a button on the web site which the clients click to tell me that their data should now be analysed and a report sent to them. My php program pulls out the records for this particular user and writes them into an excel file on my web space(on a shared hosting). The same php program then attaches this excel file to an email and sent it to me. I want to make sure that this data in the excel file is securely transmitted during the above process. Any help would be much appreciated. Carol Link to comment https://forums.phpfreaks.com/topic/214212-encrypt-a-file/ Share on other sites More sharing options...
fortnox007 Posted September 23, 2010 Share Posted September 23, 2010 I bet you need https for this Link to comment https://forums.phpfreaks.com/topic/214212-encrypt-a-file/#findComment-1114636 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.