Re: Can IPAD or Android Tablets create Keys and use gnupg

2012-08-28 Thread Mika Suomalainen
le Code page]. [APG home page]:http://thialfihar.org/projects/apg/ [K9 Mail Google Code page]:http://code.google.com/p/k9mail/ - -- Mika Suomalainen -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Public key: http://mkaysi.github.com/PGP/0x82A46728.txt Comment: gpg --fet

Re: Changing the email address of a key

2012-08-28 Thread Mika Suomalainen
ress in key, nor remove it (or if you do, keyservers will still contain the old uid). You can use gpg --edit-key KEYID and then select the uid with correct number and give command "revuid", so the uid appears as revoked to people who get your key. - -- Mika Suomalainen -BEGIN

Re: [gnupg-users] Preferred hash algorithm when signing

2012-08-21 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 21.08.2012 14:21, Javier González del Tánago Liberal kirjoitti: > > I've made various test and I've realized that the hash algorithm > when signing is always SHA1, ignoring the preferred one. This > doesn't happen when I encrypt+sign. How have you

Re: Malformed Revokation Certificate?

2012-08-10 Thread Mika Suomalainen
he password? gpg --import revocationcert.asc It's automatically attached to the revoked public key in case you have the revoked public key in your keyring. - -- Mika Suomalainen -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Public key: http://mkaysi.github.com/PG

Re: Future of GnuPG 1.x.x?

2012-08-05 Thread Mika Suomalainen
your signature. I think that the problem is spaces before your KeyID. gpg2 directly gives same error. - -- Mika Suomalainen -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Public key: http://mkaysi.github.com/PGP/key.txt Comment: gpg --keyserver pool.sks-keyservers.net --r

Re: Future of GnuPG 1.x.x?

2012-08-05 Thread Mika Suomalainen
s I can know, my emails can be verified and they are written with UTF-8. Also my ÄÖÅ should work (they are also Finnish chars, not only Swedish/Danish/Czech). - -- Mika Suomalainen -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Public key: http://mkaysi.github.com/PGP/key.

Re: asymmetry of 'adduid' and 'deluid'

2012-07-25 Thread Mika Suomalainen
yserver. 3. Delete UID. 4. Get key from keyserver. 5. The deleted UID appears. You should use command revuid, if you want to revoke UID. - -- Mika Suomalainen NOTICE! I am on mobile broadband with very limited time, so I cannot read emails very much. The best time to contact me is probably weeken

Re: Is there a GnuPG command that shows the number of keys on a keyring?

2012-07-25 Thread Mika Suomalainen
with-colons --list-keys|grep "^pub:"|wc -l > > As usual this also works with gpg. There is also gpg --export -a|gpg --import but that takes time depending on how many keys there are in keyring. ``` gpg: Total number processed: 309 gpg: unchanged: 309 ``` - --

Re: getting gnupg keys from old computer to new

2012-07-17 Thread Mika Suomalainen
pg --export -a > pubring.asc ``` Then files secring.asc and pubring.asc should appear at your home folder. On new computer, just run ``` gpg --import secring.asc gpg --import pubring.asc ``` when they are in your home folder and they should get imported. - -- Mika Suomalainen NOTICE! I am on

Re: ideal.dll // fixing thread breaking

2012-06-29 Thread Mika Suomalainen
used by Hotmail. I am using GMail as headers probably say if you look at them. PS. Could you install and setup Enigmail and try to verify PGP/MIME by yourself? - -- [Mika Suomalainen](https://mkaysi.github.com/) || NOTICE! I am on mobile broadband with very limited time, so I cannot read emails very

Re: ideal.dll // fixing thread breaking

2012-06-29 Thread Mika Suomalainen
On 27.06.2012 18:33, Peter Lebbing wrote: > For future reference, that URL is in the headers of every mail you get from > the > list, btw. -- [Mika Suomalainen](https://mkaysi.github.com/) || NOTICE! I am on mobile broadband with very limited time, so I cannot read emails very much.

Re: ideal.dll // fixing thread breaking

2012-06-29 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28.06.2012 21:50, Peter Lebbing wrote: > On 28/06/12 17:24, Mika Suomalainen wrote: >>> Were you able to verify that signature? > I don't believe my Enigmail is willing to check any PGP/MIME > signatures for me... must be so

Re: ideal.dll // fixing thread breaking

2012-06-29 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On 28.06.2012 18:55, Brad Rogers wrote: > On Thu, 28 Jun 2012 18:24:32 +0300 Mika Suomalainen > wrote: > > Hello Mika, > >>> Were you able to verify that signature? > Several people use PGP/MIME, all of which ver

Re: ideal.dll // fixing thread breaking

2012-06-28 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28.06.2012 14:52, Peter Lebbing wrote: > On 28/06/12 12:40, Mika Suomalainen wrote: >>> I think that it's not on those, which are PGP/MIME signed. > The PGP/MIME signed mail by Brad Rogers in this very thread does &

Re: ideal.dll // fixing thread breaking

2012-06-28 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27.06.2012 18:33, Peter Lebbing wrote: > For future reference, that URL is in the headers of every mail you > get from the list, btw. I think that it's not on those, which are PGP/MIME signed. - -- [Mika Suomalainen](https://mkaysi

Re: Need a GUI for e ncrypt/decrypt in Ubuntu 11.10

2012-06-16 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16.06.2012 13:18, Peter Lebbing wrote: > On 15/06/12 18:39, Mika Suomalainen wrote: >> Err, are gpg shell and "gpg --edit-key" two different things? > > You can use GnuPG from a shell by issuing (f.e.) the command "gp

Re: Need a GUI for e ncrypt/decrypt in Ubuntu 11.10

2012-06-15 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14.06.2012 19:06, Avi wrote: > On Thu, Jun 14, 2012 at 11:33 AM, > wrote: > >> From: Mika Suomalainen To: >> gnupg-users@gnupg.org Cc: Date: Wed, 13 Jun 2012 18:29:17 +0300 >> Subject: Re: Need a GUI for e ncr

Re: Need a GUI for e ncrypt/decrypt in Ubuntu 11.10

2012-06-14 Thread Mika Suomalainen
t to list > signatures on keys. And how to sign keys. Overall, I found GPA to > be a better experience. > To list signatures: > gpg2 --list-sigs KEYID To sign > gpg2 --edit-key KEYID sign - -- [Mika Suomalainen](https://mkaysi.github.com/) || NOTICE! I am on mobile broadband with

Re: Need a GUI for e ncrypt/decrypt in Ubuntu 11.10

2012-06-13 Thread Mika Suomalainen
hat's wrong with GnuPg shell ? +1, I do almost everything with gpg shell. The only things, which I don't do with it are signing and encrypting of emails, which Enigmail does. - -- [Mika Suomalainen](https://mkaysi.github.com/) || [gpg --keyserver pool.sks-keyservers.net --recv-ke

Re: can someone verify the gnupg Fingerprint for pubkey?

2012-06-11 Thread Mika Suomalainen
now what finger is (i.e. a > quick check whether someone is online and what his plans and > projects are). 16, Linux user since 2008 :) > But you are right: This is a _user_ mailing list and thus I would > do a better jobs by briefly explaining such stuff. > > > Salam-Shalo

Re: can someone verify the gnupg Fingerprint for pubkey?

2012-06-11 Thread Mika Suomalainen
t > (self-signatures and other signatures as you said in your email ) > and covers other aspects of how GPG works with regards to the PGP > model? I cannot recommend a book, but I can link to this Wikipedia article, https://en.wikipedia.org/wiki/Web_of_trust . - -- [Mika Suomalainen](https:/

Re: Gpg4win

2012-06-09 Thread Mika Suomalainen
ion of gpgv2.exe for the older one? Thanks. > I think that you should ask on gpg4win-users...@wald.intevation.org . It's linked at http://www.gpg4win.org/community.html . - -- [Mika Suomalainen](https://mkaysi.github.com/) || [gpg --keyserver pool.sks-keyservers.net --recv-keys 4D

Re: can someone verify the gnupg Fingerprint for pubkey?

2012-06-09 Thread Mika Suomalainen
___ Gnupg-users mailing > list Gnupg-users@gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-users - -- [Mika Suomalainen](https://mkaysi.github.com/) || [gpg --keyserver pool.sks-keyservers.net --recv-keys 4DB53CFE82A46728](http://mkaysi.github.com/PGP/key.txt) || [Why do I sign my e

Re: can someone verify the gnupg Fingerprint for pubkey?

2012-06-07 Thread Mika Suomalainen
> > >> Date: Wed, 6 Jun 2012 21:54:01 +0200 From: >> pe...@digitalbrains.com To: gnupg-users@gnupg.org Subject: Re: >> can someone verify the gnupg Fingerprint for pubkey? >> >> On 06/06/12 17:58, Mika Suomalainen wrote: >>>> D869 2123 C406 5DEA 5E0F

Re: can someone verify the gnupg Fingerprint for pubkey?

2012-06-06 Thread Mika Suomalainen
tdb check due at 2012-07-29 gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) ``` - -- [Mika Suomalainen](https://mkaysi.github.com/) || [gpg --keyserver pool.sks-keyservers.net --recv-keys 4DB53CFE82A46728](http://mkaysi.github.com/PGP/key.txt) || [Why do I sign my emails

Re: no password needed to export secret-keys?

2012-06-05 Thread Mika Suomalainen
ase then >> you > have to >> (make a backup of the secring and then) change the passphrase > (--edit-key), >> export the secret key afterwards and then either change the >> passphrase > back or >> overwrite the secring with the backup. >> >>

Re: no password needed to export secret-keys?

2012-06-04 Thread Mika Suomalainen
gured? Can you explain how this is secure? > > > Thanks for your assistance. This would be a nice feature to have. If you don't receive any replies about this, you could report bug to Ubuntu about this and mark it as security problem. > ubuntu-bug gnupg - -- [Mika Suomalainen](

Re: GnuPG 2.1 Windows 7, pinentry does not allow paste, no way to bypass?

2012-06-04 Thread Mika Suomalainen
ported. Deal breaker. I read through the forums and could not >> find a way around this. > > man gpg-agent --no-grab > > > Hauke Has Windows finally got "man"? :) - -- [Mika Suomalainen](https://mkaysi.github.com/) || [gpg --keyserver pool.sks-keyservers.net --r

Re: Is there a "-----END PGP SIGNED MESSAGE-----" tag?

2012-06-01 Thread Mika Suomalainen
uot;-END PGP MESSAGE-" > tag for messages encrypted with gnupg. Am I missing something > here? > > ___ Gnupg-users mailing > list Gnupg-users@gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-users Do you mean - -EN

Re: Setting comments in gpg.conf

2012-05-31 Thread Mika Suomalainen
nt Works for me > > It results in this line in an ASCII armoured signed message: > Comment: Works for me > > HTH, > > Peter. > Thanks, it seems that the problem was that I used line > comment: test and that > made it fail. - -- [Mika Suomalainen](https://mkaysi

Setting comments in gpg.conf

2012-05-31 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Is it possible to put comments to gpg.conf? With comments I mean "gpg - --comment "something". - -- [Mika Suomalainen](https://mkaysi.github.com/) || [gpg --keyserver pool.sks-keyservers.net --recv-keys 4DB53CF

Re: Gnupg-users Digest, Vol 104, Issue 37

2012-05-31 Thread Mika Suomalainen
he message where you are replying to or at least use correct subject? PS. Please don't use HTML. - -- [Mika Suomalainen](https://mkaysi.github.com/) || [gpg --keyserver pool.sks-keyservers.net --recv-keys 4DB53CFE82A46728](http://mkaysi.github.com/PGP/key.txt) || [Why do

Re: Secret key not available

2012-05-25 Thread Mika Suomalainen
to deliver files to different groups in my company, > but that's just a guess. > > Thanks! > > Bob - -- [Mika Suomalainen](https://mkaysi.github.com/) || [gpg --keyserver pool.sks-keyservers.net --recv-keys 4DB53CFE82A46728](http://mkaysi.github.com/PGP/key.txt) || [Why do

Re: encrypt message for very if use a key

2012-05-25 Thread Mika Suomalainen
.mx That message means, that the key is not signed by your key. You can remove it by (l)signing the key. gpg --edit-key secur...@gooddata.com lsign y save quit and then you shouldn't see that warning. lsign = sign the key locally and prevent signature from being exported. - -- [Mika Suomalainen

Re: Testing GPG EMail encryption

2012-05-24 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23.05.2012 18:57, Brad Rogers wrote: > On Wed, 23 May 2012 12:30:54 +0300 Mika Suomalainen > wrote: > > Hello Mika, > >> I cannot verify your signature, because you use PGP/MIME and >> this mailing list uses mailing

Re: Testing GPG EMail encryption AKA PGP/MIME

2012-05-23 Thread Mika Suomalainen
ng PGP/MIME in this email. Can you verify my signature >> on this email? You can find link to my public key in my >> signature. > > Sure: > > [[PGP Signed Part:Good signature from 4DB53CFE82A46728 Mika > Suomalainen (trust undefined) created at 2012-05-23T17:35:40+0200

Re: Testing GPG EMail encryption AKA PGP/MIME

2012-05-23 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23.05.2012 18:54, Werner Koch wrote: Weird. All PGP/MIME signed emails here cannot be verified if they are from mailing lists. PS. I am on this list so you don't need to CC me unless your email client forces it. - -- [Mika Suomalainen](

Re: Testing GPG EMail encryption

2012-05-23 Thread Mika Suomalainen
ention Enigmail. As far as I know, GPGTools doesn't even include Enigmail. - -- [Mika Suomalainen](https://mkaysi.github.com/) || [gpg --keyserver pool.sks-keyservers.net --recv-keys 4DB53CFE82A46728](http://mkaysi.github.com/PGP/key.txt) || [Why do I sign my emails?](http://mkaysi.github.com/

Re: Testing GPG EMail encryption AKA PGP/MIME

2012-05-23 Thread Mika Suomalainen
ave said enough in http://mkaysi.github.com/PGP/WhyDoISignEmails.html . -- [Mika Suomalainen](https://mkaysi.github.com/) || [gpg --keyserver pool.sks-keyservers.net --recv-keys 4DB53CFE82A46728](http://mkaysi.github.com/PGP/key.txt) || [Why do I sign my emails?](http://mkaysi.github.com/

Re: Testing GPG EMail encryption

2012-05-23 Thread Mika Suomalainen
cryption by emailing Adele. pub 1024D/92AB3FF7 2002-03-06 uid Adele (The friendly OpenPGP email robot) uid Adele (Der freundliche E-Mail-Roboter) sub 1024g/62BDBFD4 2002-03-06 - -- [Mika Suomalainen](https://mkaysi.github.com/) || [gpg --keyserver pool.sks

Re: Why the "--export-secret-key" switch is not listed in help screen?

2012-05-06 Thread Mika Suomalainen
uldn't be rarely used. The first thing to do after creating a key should be backing it up somewhere just in case something happens someday in my opinion. - -- Mika Suomalainen gpg --keyserver pool.sks-keyservers.net --recv-keys 4DB53CFE82A46728 Key fingerprint = 24BC 1573 B8EE D666 D

Re: Why the "--export-secret-key" switch is not listed in help screen?

2012-05-06 Thread Mika Suomalainen
tion by Googling for "gpg cheat sheet". Hopefully someone else can answer this question. PS. Sorry for weird looking paste. It's directly copy-pasted from most and copy-pasting from pager looks weird always. - -- Mika Suomalainen gpg --keyserver pool.sks-keyservers.net

Re: gpg.conf

2012-05-03 Thread Mika Suomalainen
ts.gnupg.org/mailman/listinfo/gnupg-users I think that your issue is, because you are uncommenting flags. See manual page gpg for correct configuration flags. I will attach my gpg.conf to this message for example in case you find it useful. - -- Mika Suomalainen gpg --keyserver pool.sks-keyservers.net --recv

Re: SSH Agent keys >4096 bit?

2012-05-03 Thread Mika Suomalainen
l page "ssh-add" (and "ssh-agent"). The ssh-agent should usually start when you login. - -- Mika Suomalainen gpg --keyserver pool.sks-keyservers.net --recv-keys 4DB53CFE82A46728 Key fingerprint = 24BC 1573 B8EE D666 D10A AA65 4DB5 3CFE 82A4 6728 Please don't toppost, if p

Re: Gpg4Win and GnuPG

2012-05-03 Thread Mika Suomalainen
p://lists.gnupg.org/mailman/listinfo/gnupg-users Isn't Windows Server 2008 only for servers? If it allows installing normal programs there probably aren't, but I am not sure as I haven't ever used Windows servers. PS. Please don't top post if possible. - -- Mika Suomal

Re: Gpg4Win and GnuPG

2012-05-03 Thread Mika Suomalainen
lead to some confusion. >> >> >> Shalom-Salam, >> >> Werner >> >> -- Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz. >> > > ___ Gnupg-users mailing > list Gnupg-users@gnupg.org > http://lists.gnupg.org

Re: Gpg4Win and GnuPG

2012-05-03 Thread Mika Suomalainen
me other programs. - -- Mika Suomalainen gpg --keyserver pool.sks-keyservers.net --recv-keys 4DB53CFE82A46728 Key fingerprint = 24BC 1573 B8EE D666 D10A AA65 4DB5 3CFE 82A4 6728 I use GPG/INLINE, because some mailing list programs modify the headers of messages and this way make signature.asc files (PGP/M

Re: GPG on Windows 7?

2012-05-02 Thread Mika Suomalainen
://lists.gnupg.org/mailman/listinfo/gnupg-users GPG4Win works on Windows 7 too. http://gpg4win.org/ - -- Mika Suomalainen gpg --keyserver pool.sks-keyservers.net --recv-keys 4DB53CFE82A46728 Key fingerprint = 24BC 1573 B8EE D666 D10A AA65 4DB5 3CFE 82A4 6728 I use GPG/INLINE, because some maili

Re: gpg2

2012-04-24 Thread Mika Suomalainen
sked the question when Linux first runs - it starts a number of scripts > one of which must > be by default launch gpg 1.4.11 and not gpg2. > > David > > > > ___ > Gnupg-users mailing list > Gnupg-users@gnupg.org > h

Re: gpg2

2012-04-24 Thread Mika Suomalainen
res gpg1, so you might get warnings when trying to remove it. I recommend just keeping both. 3. As I said above, both use ~/.gnupg. If you want to use gpg2 with Enigmail, open Enigmail preferences and on basic tab you should see gpg location. Check the "override with" box and write (or b

Re: UBUNTU\Thunderbird\ENIGMAIL\GnuPG

2012-04-20 Thread Mika Suomalainen
want to use gpg2 with Enigmail, use /usr/bin/gpg2 . /usr/bin/gpg should work with default Ubuntu install, but if you want to use /usr/bin/gog2, you might need to install "gnupg2". If you are unsure, just use /usr/bin/gpg, it should work with all Debian based systems (including Debi

Re: UBUNTU\Thunderbird\ENIGMAIL\GnuPG

2012-04-20 Thread Mika Suomalainen
20.04.2012 16:37, Mike Acker kirjoitti: > On 04/20/2012 09:18 AM, Mika Suomalainen wrote: >> 20.04.2012 15:46, Mike Acker kirjoitti: >>> 19.04.2012 14:45, Mike Acker kirjoitti: >>> I'm trying to setup Enigmail on an UBUNTU system and it gives me GnuPG: >&g

Re: UBUNTU\Thunderbird\ENIGMAIL\GnuPG

2012-04-20 Thread Mika Suomalainen
un GPG > commands from the Terminal window so GPG is clearly available. > /usr/bin/gpg -- Mika Suomalainen gpg --keyserver pool.sks-keyservers.net --recv-keys 4DB53CFE82A46728 Key fingerprint = 24BC 1573 B8EE D666 D10A AA65 4DB5 3CFE 82A4 6728 0x82A46728.asc Description: application/pgp-

Re: Gnupg-users Digest, Vol 103, Issue 11

2012-04-19 Thread Mika Suomalainen
2 depending on do you have package "gnupg" or "gnupg2" installed. If you have gnupg2, I recommend /usr/bin/gpg2. PS. Your question would be more belieable if your email client wasn't telling that you use Windows. -- Mika Suomalainen gpg --keyserver pool.sks-keyservers.net --re

Re: new user anxiety

2012-04-16 Thread Mika Suomalainen
t you (or person whose key you have signed) hasn't signed that key. See also http://www.cryptnet.net/fdp/crypto/keysigning_party/en/keysigning_party.html#reason_examples I hope that this helps. -- Mika Suomalainen gpg --keyserver pool.sks-keyservers.net --recv-keys 4DB53CFE82A46728 Key fingerprint = 24