1753930 Members
9617 Online
108810 Solutions
New Discussion юеВ

Re: UNIX PGP encryption

 
SOLVED
Go to solution
Chern Jian Leaw
Regular Advisor

UNIX PGP encryption

HI,

I'm trying to use PGP (Pretty Good Privacy) on a HP11.0 machine. I tried generating my own public/private key pair:
#pgp -kg
(- Selected a 512 bits as the RSA key size.
- For public key, I used by username:
cjl04
-entered a "test" as my passphrase )

It produced the following error:
Can't create output file '/.pgp/secring.pgp'
Can't create output file '/.pgp/pubring.pgp'

Could someone help me out on this?

Also, what is meant by the keyring and keyfile i.e as in the phrase "To add a key file's contents to your public or secret key ring"?
The above phrase is from the pgp man page.
pgp -ka keyfile [keyring]

Also, how can I tell what is the keyring, and how it is generated?

Thanks.
5 REPLIES 5
Steve Steel
Honored Contributor
Solution

Re: UNIX PGP encryption

Hi

Look at

http://www-old.cs.umn.edu/help/security/pgp.html

Make sure you made the directory properly


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
U.SivaKumar_2
Honored Contributor

Re: UNIX PGP encryption

Hi,
try this
#mkdir /.pgp
do it again now.
regards,
U.SivaKumar
Innovations are made when conventions are broken
Chern Jian Leaw
Regular Advisor

Re: UNIX PGP encryption

Steve, Siva,

Could you guys explain to me what is meant by the phrase:
"To add a key file's contents to your public or secret key ring"?
The above phrase is from the pgp man page.
pgp -ka keyfile [keyring]

Also, how can I tell what is the keyring, and how it is generated ?

Thanks.
U.SivaKumar_2
Honored Contributor

Re: UNIX PGP encryption

Hi,
please refer this link.

http://www.pgpi.org/doc/pgpintro/

regards,
U.SivaKumar

Innovations are made when conventions are broken
Steve Steel
Honored Contributor

Re: UNIX PGP encryption

Hi

keyring. = Key file

Public. Open access
Secret = Personal

see

http://www.cs.wm.edu/pgp.html

http://www.rubin.ch/pgp/glossar.en.html


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)