Opera, GPG and AutoHotkey
Sunday, 13. January 2008, 16:59:24
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:
- Install AutoHotkey and GnuPG from Gpg4win. You will also need a key manager like WinPT or GPA.
- Edit the script if you haven't installed GnuPG in the default directory.
- Now launch it. Press ctrl-g in any textbox and the content will be signed using your default key.
operagpg-0.02.ahk












Jzarecta # 24. November 2008, 18:38
I also wonder if this could have been doing by using the javascript scripting language inside Opera.
I think javascript can't get Filesystem access, but I am not sure.
Anonymous # 24. November 2008, 21:35
@jzarecta: I thinking simular...
But javascript can communicate with a Server.
If this server is localhost.
Javascript can say the content of a textarea field to the server...
the server (PHP) can encrypt it and send the text back.
I don't know.... can M2 use javascript?