- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PGP Encryption on HP-UX 11.0
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
08-08-2003 12:48 AM
08-08-2003 12:48 AM
I have a problem at hand and I am looking for a solution. I have to (PGP) encrypt
approximately about 60 GB of Data on HP-UX 11.0. I have downloaded the pgp freeware and have installed it and I am trying to configure the Keys and signatures. A user of mine was using it on windows to encrypt small files and He has all the necessary keys with him.
I am not sure, If I have configured it in the right manner. I have a few queries :
There seem to be two types of keys DSS and RSA, which one should I choose ?
How do I configure the necessary keys ?
How do I go about encrypting 60 GB of Data ?
How do I make sure all is well with the encrypted Data ?
I have a combination of both ASCII and Binary Files, how do i encrypt them ?
Would appreciate your help.
Regards,
Manjunath.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 05:38 AM
08-08-2003 05:38 AM
Solution2. man pgp should tell you this. IIRC I think there is a separate 'addkey' or 'keyadd' tool that creates the keys. You just specify the type (RSA, etc) and the bit size. If you can't find a man page, i'm sure http://www.pgpi.com/ has some documentation.
3. Be prepared to wait a LONG time. :) Again look at the pgp man page. Should be something like pgp --encrypt [files].
4. Makes no difference. PGP will encrypt binary or ascii files, but if you enable compression don't expect a lot of savings with binary files.
Discalimer: I've been using gpg (GNU Privacy Guard) for a while, so that may have influenced my memory. You may want to check this out at http://www.gnupg.org/
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 06:00 AM
08-08-2003 06:00 AM
Re: PGP Encryption on HP-UX 11.0
If you want to transmit it in a a secure encrypted way, then use Secure shell
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA
Then exchange public keys and nobody will be able to intercept and use the data.
See attachment.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2003 06:26 AM
08-10-2003 06:26 AM
Re: PGP Encryption on HP-UX 11.0
Thank you for the response. I think I have progressed from the state of blindly feeling an Elephant to the state of atleast gazing its size.
I am going through the PGP Users Guide. I will keep you updated.
Regards,
Manjunath.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2003 09:49 AM
08-21-2003 09:49 AM
Re: PGP Encryption on HP-UX 11.0
I am glad to inform that I am successfully able to encrypt the files using PGP. I added the same keys one which was used on the Windows System, it had an extension of .asc, using the pgp -ka option. The Command pgp -kv lists me all the keys installed and pgp -se signs and encrypts the files with the given user id and pass phrase.
Thank you for your valuable inputs.
Regards,
Manjunath.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 05:26 AM
08-26-2003 05:26 AM
Re: PGP Encryption on HP-UX 11.0
I am unable to encrypt files larger than 2 GB in size. The files are stored on a large enabled file system, the PGP encryption utility exits without any error messages.
Would appreciate any further pointers in this regard.
Regards,
Manjunath.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 05:36 AM
08-26-2003 05:36 AM
Re: PGP Encryption on HP-UX 11.0
I have a problem in encrypting files larger than 2 GB in size. The PGP Utility carshes without any error messages.
Would appreciate your help.
Regards,
Manjunath.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 05:54 AM
08-26-2003 05:54 AM
Re: PGP Encryption on HP-UX 11.0
2) Make sure the filesystem itself is set up for largefiles. If its not, you can use fsadm to convert it to large files. Under 11.00, largefiles must be specified in /etc/fstab
example.
/dev/vg02/orcldata /oracle2 vxfs rw,suid,largefiles,delaylog,datainlog 0 2
3) Check back and make sure the PGP version you are using can handle files that big. Trying to encrypt too much data defeats the purpose of the utility. My prior post deals with that.
Good luck and please, let us know whats going on. I want to try PGP on my HP-UX boxes.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com