- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to encrypt the content while you tar or gzip s...
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
Discussions
Discussions
Discussions
Forums
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
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-30-2003 12:44 PM
тАО10-30-2003 12:44 PM
How to encrypt the content while you tar or gzip something?
Does anybody know how to put it into reality?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2003 12:47 PM
тАО10-30-2003 12:47 PM
Re: How to encrypt the content while you tar or gzip something?
You'd be best to simply post the file on a non-anonymous ftp server and require a user id and password to download.
Even better, secure ftp, which comes with HP Secure Shell(port of openssh).
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
тАО10-30-2003 01:02 PM
тАО10-30-2003 01:02 PM
Re: How to encrypt the content while you tar or gzip something?
U might mis-understand me or I mis-understand you. :)
I have some file important. I wanna leave them on HP-UX server. If I leave them there originally, everybody can see the files such as source code. So, I should gzip them and only correct password can un-gzip them.
This is my question.
My understanding is I should install some special SW to have such a function, right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2003 02:22 PM
тАО10-30-2003 02:22 PM
Re: How to encrypt the content while you tar or gzip something?
This will ask you for password, keyin the password you want.
You may further tar/gzip this file.
For uncrypting the file.
crypt < "crypted_file" > uncrypted file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2003 02:26 PM
тАО10-30-2003 02:26 PM
Re: How to encrypt the content while you tar or gzip something?
$ man crypt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2003 02:29 PM
тАО10-30-2003 02:29 PM
Re: How to encrypt the content while you tar or gzip something?
You can very easily lock down the files so that they can not be viewed by your average user on the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2003 05:20 PM
тАО10-30-2003 05:20 PM
Re: How to encrypt the content while you tar or gzip something?
http://hpux.connect.org.uk/hppd/hpux/Misc/zip-2.3/
and zip with the "-e" option to add a password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2004 06:50 AM
тАО03-15-2004 06:50 AM
Re: How to encrypt the content while you tar or gzip something?
Can the password be passed to the UNIX Zip process with a environment variable or source file rather than a terminal prompt?