turtleman8605 Posted May 28, 2008 Share Posted May 28, 2008 Is this possible? Can someone point me in the right direction here? Link to comment https://forums.phpfreaks.com/topic/107682-sending-encryptedpassword-protected-email-in-php-script/ Share on other sites More sharing options...
Gighalen Posted May 28, 2008 Share Posted May 28, 2008 Please be a little more specific as to what you are trying to do? Link to comment https://forums.phpfreaks.com/topic/107682-sending-encryptedpassword-protected-email-in-php-script/#findComment-552008 Share on other sites More sharing options...
turtleman8605 Posted May 28, 2008 Author Share Posted May 28, 2008 I am trying to find some way for a script to send sensitive data via email. The information should be encrypted or password protected, or both such that when the recipient opens it, he or she can enter either a password or the encryption key and view the data. Link to comment https://forums.phpfreaks.com/topic/107682-sending-encryptedpassword-protected-email-in-php-script/#findComment-552016 Share on other sites More sharing options...
rhodesa Posted May 28, 2008 Share Posted May 28, 2008 No, there is no universal way to do this. An easy work around is to email them a link, which takes them to a webpage where they enter their username/password to view the data. Link to comment https://forums.phpfreaks.com/topic/107682-sending-encryptedpassword-protected-email-in-php-script/#findComment-552018 Share on other sites More sharing options...
Gighalen Posted May 28, 2008 Share Posted May 28, 2008 I don't believe there is a way to do that. However, once you have all your data set as variables how you would want to send it in an email, you could just insert it into a db and generate a user and password and send those to the email, so that the client can go to a page, type in the user and pass, and then retrieve the data that way. Link to comment https://forums.phpfreaks.com/topic/107682-sending-encryptedpassword-protected-email-in-php-script/#findComment-552019 Share on other sites More sharing options...
turtleman8605 Posted May 28, 2008 Author Share Posted May 28, 2008 Ok, thats kinda what I thought.... thanks. Link to comment https://forums.phpfreaks.com/topic/107682-sending-encryptedpassword-protected-email-in-php-script/#findComment-552038 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.