Skip navigation.

Opera and other unimportant things

a boring blog

Posts tagged with "gnupg"

Lost my GPG key

, ,

Your GnuPG is something you really shouldn't loose. You can get a new one, of course, but if your signature is suddenly different, people might get confused.
Okay, I did it anyway. More precisely, I deleted it mistakenly and it is not restorable.
In my particular case, the preoblem wouldn't be that big. I rarely use it and no one has signed it. And in addition, I have created a revocation certificate.
But I also have deleted a revocation certificate.

WinPT reicht doch...

, ,

Nachdem ich versucht hatte, mir ein Programm für Autohotkey und Opera selber zusammenzubasteln, sehe ich nun: WinPT kann das schon besser als alles was ich basteln könnte.
Alles was ich tun musste, war Hotkeys zu definieren.

&%$§ GnuPG...

, ,

If you want to direct the output of a command line application to a file, you can do that using the ">" operator:
echo blabbeldebup > nonsense.txt

But that doesn't work with the Windows version of GnuPG so I can't use its output. That makes it much harder, if not impossible to get public keys from a keyserver since the script does not know which one :mad:
But at least it can encrypt, decrypt, verify and sign messages now, although encrypting isn't more comfortable than using WinPT yet. But I think it's already usable for signing and verifying.
operagpg-0.03.zip

Opera, GPG and AutoHotkey

, , , ...

I like Opera Mail. If fits my needs almost perfectly with it's concept of filters and categories. But I - and many others - miss an integration of GnuPG.
To get at least some integration, I am creating an AutoHotkey script that will basically do what everyone who needs GPG with Opera has to do as yet: Copy&Paste. Just automatically.

How to use it:
  1. Install AutoHotkey and GnuPG from Gpg4win. You will also need a key manager like WinPT or GPA.
  2. Edit the script if you haven't installed GnuPG in the default directory.
  3. Now launch it. Press ctrl-g in any textbox and the content will be signed using your default key.

operagpg-0.02.ahk