Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


GPG | 14 comments | Create New Account
Click here to return to the 'GPG' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
GPG
Authored by: kerim on Dec 17, '01 10:57:57AM

This is great - that means that it should be possible to write applescripts to extract e-mail messages from Entourage and decode them with GPG. Right now I have to log in to Terminal in order to encrypt and decrypt messages. I would be very happy if someone with some applescripting experience could suggest how such a script might work. It would need to go through the following process:

(1) save e-mail as a temp document
(2) convert temp document line endings to UNIX
(3) tell GNU gpg to decrypt ("%sudo gpg -o final -d temp")
(4) convert the final document line endings to Mac
(5) open file with text edit.

One difficult part is that passwords will need to be entered . . .



[ Reply to This | # ]