Operating System - HP-UX
1833846 Members
1953 Online
110063 Solutions
New Discussion

File encryption in HPUX 10.20

 
SOLVED
Go to solution
David MILLARD
Occasional Advisor

File encryption in HPUX 10.20

We have some software whcih creates plain-text flat files and transfers them between systems via ftp.

We have now been told that we should encrypt the files before they are transferred and (obviously) decrypt them at the other end.

I understand that the crypt command is relatively easily cracked, so is there any software (preferably free) that anyone can recommend ?
3 REPLIES 3
Patrick Wallek
Honored Contributor
Solution

Re: File encryption in HPUX 10.20

Check out Gnupg: http://www.gnu.org/directory/gnupg.html

I think this will do exactly what you are looking for.
A. Clay Stephenson
Acclaimed Contributor

Re: File encryption in HPUX 10.20

GNU (ww.gnu.org) has a PGP package (gnupg) that
will do strong enycryption. I would check it out.
If it ain't broke, I can fix that.
Volker Borowski
Honored Contributor

Re: File encryption in HPUX 10.20

What about sftp which comes with ssh ?

www.ssh.com

Volker