Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unix encryption and Windows decryption

Status
Not open for further replies.

kasparov

Programmer
Feb 13, 2002
203
GB
I need to send a file from our Unix (Solaris 8) system to another organisation which only runs Windows. The file contains secure data & I'm placing it on an SSL secured server but I also need to encrypt the file.

Can anyone advise how I can encrypt the file in Unix so that the users on the other site can decrypt in Windows? Ideally we need to do this at no cost (ha!) because the other organisation are unlikely to want to spend any money on this.

Any advice appreciated, Chris

 
Without looking, I'm pretty sure OpenSSL should be available for Windows, which gives you a huge choice of encryption and decryption methods.

Annihilannic.
 
Not sure of the effectiveness of this, nor have I actually tried it, but zip (pkzip/winzip) has an encryption option (see -e switch).

Not sure if zip is available on Solaris, but it is available on SCO.

Code what you mean,
and mean what you code!
But by all means post your code!

Razalas
 
Use gpg on your side; they can use PGP or maybe gpg too. Swap your public keys and go on.
gpg is for free; PGP is free or shareware for personal use afaik. But I guess there is gpg for Windows too.


We run it on Linux and AIX; our partner uses PGP on Windows.

laters
zaxxon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top