- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: encrypt on HPUX - decrypt on Solaris
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
10-12-2006 07:34 AM
10-12-2006 07:34 AM
encrypt on HPUX - decrypt on Solaris
may suggest in answer to a potential
issue/problem.
I will be scripting a process to Sftp
a file between an internal HPUX system
and a vendor Solaris system.
I would prefer to encrypt the file on
the HPUX side and correspondingly decrypt
on the Solaris side.
What tools/applications might be suggested
to accomplish this task, using strong
encryption...
Thank you in advance !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 07:51 AM
10-12-2006 07:51 AM
Re: encrypt on HPUX - decrypt on Solaris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 08:06 AM
10-12-2006 08:06 AM
Re: encrypt on HPUX - decrypt on Solaris
http://www.gnupg.org/
We use this to transport files between one of our HP-UX systems and a vendor system of an unknow type.
It works quite well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 08:40 AM
10-12-2006 08:40 AM
Re: encrypt on HPUX - decrypt on Solaris
stand-by:
http://www.pgp.com/
http://www.pgpi.org/
> [...] a vendor Solaris system.
For any of this stuff, you need to coordinate
with the folks at the other end, who may
already be set up for some of the options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 09:55 AM
10-12-2006 09:55 AM
Re: encrypt on HPUX - decrypt on Solaris
I have had good results with GPG across platforms.The basic setup is this.
As a NON-ROOT user on both the HP-UX and Solaris servers, a public/Private keypair will need to be generated using GPG. You and your vendor will then exchange PUBLIC key files(DO NOT provide your private key to the vendor). The file is then encrypted by you using your private key on the HPUX box and can be Decrypted using the public key you provided to the vendor on their solaris box.
-Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 08:21 PM
10-12-2006 08:21 PM
Re: encrypt on HPUX - decrypt on Solaris
Luckily the gpg command knows what to do when you tell it to encrypt - it asks for the public key of the recipient. Only the recipient has the private key that is required to decrypt it.
GPG is good and fairly strong these days, provided your source of random data is good and you use the longest keys supported.
When combined with sftp as the transport, it isn't bad at all.
A good tip for gpg is proper key management. Do not keep your private or public keys on a server that is connected to the internet. If anyone gets your private key, then you are as open as clear text.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2006 12:50 AM
10-13-2006 12:50 AM
Re: encrypt on HPUX - decrypt on Solaris
As others have noted, if you want to encrypt the file on hpux and decrypt it on solaris, then gpg is your answer.
My question, though, is why do you want to do that? If you're interest is in preventing the file from being intercepted somewhere in the transmission, then sending it via scp or sftp already does that. The entire tunnel is encrypted end to end.
If, on the other hand, you want to ensure only one person or group on the receiving end can access the file, then you're right; gpg is the answer.
HTH;
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2006 06:14 AM
10-13-2006 06:14 AM
Re: encrypt on HPUX - decrypt on Solaris
is a need to provide file encryption to
preserve the confidential nature of
the contents (there is actually less of
a need for sFtp as the transport.
It has been suggested by the vendor to
use either of two other applications/tools
not mentioned by this community, being
bcrypt and plexcrypt. Any experience
with either of these, or comment ?
Thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2006 06:16 PM
10-13-2006 06:16 PM
Re: encrypt on HPUX - decrypt on Solaris
Google, I probably wouldn't choose either of
them.
"bcrypt" looks simple, but it uses private
keys, so key management involves someone
sending a private pass phrase to someone
else somehow.
http://bcrypt.sourceforge.net/
"PlexCrypt software is written purely in
Java", so I'll bet that's fast. Apparently,
they want money for it, too (although not
much).
http://www.plexobject.com/software/plexcrypt/
I'd ask your vendor's folks why they aren't
friends with GnuPG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 12:08 AM
10-16-2006 12:08 AM
Re: encrypt on HPUX - decrypt on Solaris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 12:11 AM
10-16-2006 12:11 AM
Re: encrypt on HPUX - decrypt on Solaris
suggested alternatives.