Quote:
Originally Posted by Redcoder
Depends on the Algorithm used mate. Your PHP prgram has to use the same algorithm as the Windows program.
To prevent prying and such...t hat is when the data is in transit(not when already in the server and you don't want tech guys to check that is has arrived in the server), use SSL encrypted GMAIL servers.
Check out this example that uses the Gmail servers to send the email.
http://www.vishalkumar.in/2009/06/ph...smtp-tutorial/
Happy Holidays Brogrammer!
|
I'm using php's encrypt and decrypt that's all
I would like to be able too decrypt a file with
my laptop without installing an Apache server on it?
I am talking about important files that may sit on
the server, I always use SSL that's not my concern.
I thought maybe there was a light weight window
program out there, that can decrypt that. if anyone
knows of a better way to do this then what I am trying
please let me know.
Thanks
Sonny
UPDATE
I got the email problem fixed at least by using PGP, don't
know why I never did this before.