- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PGP encryption of a string of data
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
02-02-2009 12:37 PM
02-02-2009 12:37 PM
PGP encryption of a string of data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2009 02:00 PM
02-02-2009 02:00 PM
Re: PGP encryption of a string of data
a program?
Perhaps a better question would get a better
answer. PGP is "a pgp utility/program".
GnuPG seems to be more popular these days.
Both can encrypt/decrypt data, typically in
files. OpenSSL might be useful, too.
Google should be able to find more info on
any/all of them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2009 02:02 PM
02-02-2009 02:02 PM
Re: PGP encryption of a string of data
pgp encrypts files prior to transmission. The crypt function will do fine on a data string in a shell script.
What you should do is use PGP release which is part of http://software.hp.com Internet Express.
Use it to encrypt the file prior to transporting it as an email attachment.
http://www.hpux.ws/?p=7
Send it with this script.
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
02-02-2009 02:19 PM
02-02-2009 02:19 PM
Re: PGP encryption of a string of data
Who said anything about transmitting
anything?
> the tool/program must use private and
> public keys for this function.
> [...] The crypt function will do fine [...]
Does "crypt" do that? Define "fine".
"man crypt":
[...]
crypt implements a one-rotor machine designed
along the lines of the German Enigma, but
with a 256-element rotor. Methods of attack
on such machines are widely known; thus crypt
provides minimal security.
[...]
Perhaps "minimal security" would not be
"fine" in this context.
Again, an intelligible description of the
actual problem to be solved might go a long
way toward selecting a suitable solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2009 08:01 PM
02-02-2009 08:01 PM
Re: PGP encryption of a string of data
Is this the thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=996886