- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Encryption algorythm, freely available in UP U...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 10:46 PM
04-03-2005 10:46 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 11:01 PM
04-03-2005 11:01 PM
Re: Encryption algorythm, freely available in UP UX 11i
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 11:04 PM
04-03-2005 11:04 PM
Solutionlive free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 11:07 PM
04-03-2005 11:07 PM
Re: Encryption algorythm, freely available in UP UX 11i
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 11:08 PM
04-03-2005 11:08 PM
Re: Encryption algorythm, freely available in UP UX 11i
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 11:11 PM
04-03-2005 11:11 PM
Re: Encryption algorythm, freely available in UP UX 11i
It allows you to pipe your input via stdin. Also it allows you to sign as well as encrypt data.