Re[2]: [PHP] Decrypting mcrypted strings on Windows desktop

2002-12-02 Thread Geoff Caplan
Justin, JF> I've done something similar (encrypt a message, send it to a client, let JF> them decrypt locally), and so far, the easiest solution was to simply JF> install PHP and Apache on their PC. Yikes! Thanks for the suggestion, but I sincerely hope there is a simpler solution than this - the

Re: [PHP] Decrypting mcrypted strings on Windows desktop

2002-12-02 Thread Justin French
I've done something similar (encrypt a message, send it to a client, let them decrypt locally), and so far, the easiest solution was to simply install PHP and Apache on their PC. You could also check out PGP-GTK, which is a cross-platform, client-side extension to PHP for making GUI's... haven't w

[PHP] Decrypting mcrypted strings on Windows desktop

2002-12-02 Thread Geoff Caplan
Hi folks, Bit OT but I am hoping someone on the list can help. I need to encrypt short strings in PHP, using mcrypt by preference, email it to the customer, and have him decrypt the string on the Windoze desktop. But all the Windows encryption utilities I can find use proprietary file formats -