I'm sending a message encrypted with PHP's mcrypt via email to a client. I could use any of the forms of encryption, but what is an easy method for the client to decrypt. I've looked at gnupg as an alternative, but PHP's mcrypt would be so much easier.
Most windows GUI decryptors expect also to be doing the encryption, it seems. I assume that each encryption algorithm is the same, so that with the correct pass-phrases, you can decrypt.
This is sort of newbie/off-topic, but I'm hoping someone with some depth of mcrypt knowledge will take pity.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Welcome to Open Discussion
I'm sending a message encrypted with PHP's mcrypt via email to a client. I could use any of the forms of encryption, but what is an easy method for the client to decrypt. I've looked at gnupg as an alternative, but PHP's mcrypt would be so much easier.
Most windows GUI decryptors expect also to be doing the encryption, it seems. I assume that each encryption algorithm is the same, so that with the correct pass-phrases, you can decrypt.
This is sort of newbie/off-topic, but I'm hoping someone with some depth of mcrypt knowledge will take pity.