Operating System - HP-UX
1833514 Members
2717 Online
110061 Solutions
New Discussion

Re: Encryption algorythm, freely available in UP UX 11i

 
SOLVED
Go to solution
Enrico Venturi
Super Advisor

Encryption algorythm, freely available in UP UX 11i

Hello colleaues,
I'm looking for an encryption / decryption algorythm available in HP UX 11i, free software, for C/C++, PERL and Java environments.

Thanks a lot
Enrico
5 REPLIES 5
David de Beer
Valued Contributor

Re: Encryption algorythm, freely available in UP UX 11i

Enrico,

What sort of encryption are you trying to do? If it's network encryption - then use IPSec, download from software.hp.com

I have config examples to get you started between M$&HP - if it's network encryption you're after.

Regards,
David de Beer.
harry d brown jr
Honored Contributor
Solution

Re: Encryption algorythm, freely available in UP UX 11i

Three quick ones: crypt, openssl (http://hpux.ee.ualberta.ca/hppd/hpux/Languages/openssl-0.9.7e/) , md5

live free or die
harry d brown jr

Live Free or Die
Enrico Venturi
Super Advisor

Re: Encryption algorythm, freely available in UP UX 11i

I was not clear enough, sorry!

I have to save some passwords; i needs a repository to save encrypted passwords, which should be retrieved and decrypted when it's needed to log into the MySQL database (it isn't relevant the passwords usage).

harry d brown jr
Honored Contributor

Re: Encryption algorythm, freely available in UP UX 11i

David's suggestion of ipsec can be found here (http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J4256AA)

another link for openssl: http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=OPENSSL11I

And like David asked, what are you trying to encrypt?

live free or die
harry d brown jr
Live Free or Die
Steve Lewis
Honored Contributor

Re: Encryption algorythm, freely available in UP UX 11i

See http://www.gnupg.org

It allows you to pipe your input via stdin. Also it allows you to sign as well as encrypt data.