I have the seemingly simple task of encoding a file in 3DES (or AES) on HP Unix for sending over a non-secure link. How can I accomplish this encryption?
Any reason for these encryption algorithms in particular? You could use a stronger algorithm, like those supported in Gnu's Privacy Guard (same as PGP) for free.
If you take a look out on sourceforge, you should be able to get ccrypt (I believe that it uses Rijndael) or sectar (an encrypting tar utility that uses AES). Haven't tried either of them, especially on an HPUX box, but I can't think of a reason off-hand why they would not compile.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.