Jump to content

Sending encrypted/password protected email in php script


turtleman8605

Recommended Posts

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.

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.