On 07/16/2015 12:13 AM, punksgt wrote: > Here is the details of my keys: > > |/home/bege/.gnupg/pubring.gpg > ----------------------------- > pub 2048R/7E4B6B9B 2015-07-15 > uid Chad H <[email protected]> > > /home/bege/.gnupg/secring.gpg > ----------------------------- > sec 2048R/7E4B6B9B 2015-07-15 > uid Chad H <[email protected]>
It seems that your key is only primary key (which is for signing other key and for signing data). For encryption, you also need a subkey for encryption (or primary key should have a flag for encryption). You can add a subkey for encryption by 'gpg --edit 7E4B6B9B' or you can create new key with primary key and subkey for encryption. Default is "RSA and RSA", which means RSA primary key and RSA encryption key. -- _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
