mgol
January 25th, 2009, 06:54 PM
I see that many users of launchpad (and not only) are using quite long pgp public keys. For example, sabdfl has uploaded a file as big as 62762 bytes:
http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x5D3CE77FD54F0847
I tried to generate gpg key using:
gpg --gen-key
and then export it using:
gpg --export -a -o public_key.txt <name>
Even if I choose 4096 ELG-E keysize, which is maximum, I get a public file sized only 2405 bytes, which is quite small, compared to what others have.
How to make it bigger? Thanks a lot.
http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x5D3CE77FD54F0847
I tried to generate gpg key using:
gpg --gen-key
and then export it using:
gpg --export -a -o public_key.txt <name>
Even if I choose 4096 ELG-E keysize, which is maximum, I get a public file sized only 2405 bytes, which is quite small, compared to what others have.
How to make it bigger? Thanks a lot.