Operating System - HP-UX
1819681 Members
3514 Online
109605 Solutions
New Discussion юеВ

crypt in Unix and Decrypt in Windows.

 
baiju_3
Esteemed Contributor

crypt in Unix and Decrypt in Windows.

Hi ,

I like to know , how we can crypt a file in Unix (ftp to Windows server)and Decrypt the same in Windows .

Thanks in advance,
blal.

Good things Just Got better (Plz,not stolen from advertisement -:) )
5 REPLIES 5
RAC_1
Honored Contributor

Re: crypt in Unix and Decrypt in Windows.

Crypt?? or zip or compress like thing??
gzip, tar, bzip2, compress all can do that.

On windows-winzip know gzip, tar and compress.

Anil
There is no substitute to HARDWORK
A. Clay Stephenson
Acclaimed Contributor

Re: crypt in Unix and Decrypt in Windows.

There are many crypt/decrypt utilities available but one approach would be to download and install zip on your HP-UX box.
http://hpux.connect.org.uk/hppd/hpux/Misc/zip-2.3/

You may also want to get unzip from the same source. These UNIX versions are compatible with the Windows pkzip utilities and support encryption.
If it ain't broke, I can fix that.
A. Clay Stephenson
Acclaimed Contributor

Re: crypt in Unix and Decrypt in Windows.

Plan B. Use sftp or ssh so that encryption during transmission is implicit and automatic.
If it ain't broke, I can fix that.
baiju_3
Esteemed Contributor

Re: crypt in Unix and Decrypt in Windows.

Hi

I am not talking about zip . Need eto encrypt a file in unix and decrypt the same in windows.

Thanks.
RAC
Good things Just Got better (Plz,not stolen from advertisement -:) )
A. Clay Stephenson
Acclaimed Contributor

Re: crypt in Unix and Decrypt in Windows.

If you had bothered to examine the man page for zip/unzip, you would have found that there is an encryption option.
If it ain't broke, I can fix that.