Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GnuPG help.

Status
Not open for further replies.

cb49747

MIS
Apr 23, 2002
181
US
I'm trying to decrypt a file that was encrypted with my puclic key.

the command I'm using is
gpg -d /data/home/webpmt/html/orcc.pgp

This is the error
gpg: Warning: using insecure memory!
gpg: please see for more information
gpg: Warning: unsafe permissions on file "/var/gpg: decrypt_message failed: unexpected data


Anyone have any ideas.

Chris Burger
 
The warning about insecure memory is not related to the problem, if you set it the executable to be suid root that will go away.

The "unexpected data" probably means the attachment got mangled and is corrupted.
 
ok,

Problem fixed. Stupid error I had the wrong file.

how do I set the executable to be suid root?

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top