Forum Moderators: coopster
I have used something like this with Perl, and basically it uses a Perl module and a private key to encrypt the data. Then, a desktop application I have uses a local copy of the private key to decrypt the data. I'm wondering if there is anything similar I can do with PHP. (Incidentally, I didn't code the Perl version myself - I just use the system.)
Does PHP offer good encryption, and if so, can I get a desktop application that will decrypt it?
Thanks in advance for any ideas,
Matthew