- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to encrypt file in hpux
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
11-25-2007 01:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2007 01:36 AM
11-25-2007 01:36 AM
SolutionUse crypt command for encryption an decryption of file with key.
#crypt
where filename is name of file u want to encrypt and filename.x is the out encrypted file. After executing above command you will ask for Key for encryption. This is only key which you can use to read content of encrypted file later. It is like locking file with password.
and to decrypt use same command with reverse order of file...
see man page for more details..
-=ShRi=-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2007 02:28 AM
11-25-2007 02:28 AM
Re: how to encrypt file in hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2007 02:28 AM
11-25-2007 02:28 AM
Re: how to encrypt file in hpux
Also available if requred is PGP for HP-UX
http://software.hp.com
Search for Internet Express
Pick your OS version then PGP. Lots of other nice goodies there.
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
11-25-2007 06:49 PM
11-25-2007 06:49 PM
Re: how to encrypt file in hpux
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=EVFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2007 05:43 AM
11-26-2007 05:43 AM
Re: how to encrypt file in hpux
In our shop we use several options, PGP, OpenSSL, Sterling Sofware Direct Connect (specifally for ftp), and Valicert.
OpenSSL is quite robust in it's usage as you may choose ciphers from 128-256 bit encryption and it can be obtained from the porting center at no charge and is compatible with versions that run on windoze.
It is my preference over PGP as there are no key rings to maintain and the key file itself may be encrypted, assuming one wants to maintain a key file.
Best of luck on this.
dl