I'm not sure I totally understand your requiremens, though if you are
looking to run RSA encryption on strings and are not using any of the
authentication parts of gpg, then openssl is the way to go. I suspect it's
not possible with gpg's provided interface.
If using pgp is really more convenient
On 08/04/16 16:28, Erik Nellessen wrote:
> When I encrypt data using GnuPG, GnuPG uses hybrid encryption. This
> really is a good idea for most use cases. But in my (I admit, rather
> special) use case, only using asymmetric encryption/decryption is
> what I need. Is it possible to use asymmetric e
When I encrypt data using GnuPG, GnuPG uses hybrid encryption. This really is a
good idea for most use cases. But in my (I admit, rather special) use case,
only using asymmetric encryption/decryption is what I need. Is it possible to
use asymmetric encryption only? The interface I would wish to
On 7 April 2016 at 17:03, Kristian Fiskerstrand
wrote:
> is ldap listed as a schema when doing KEYSERVER --help ? you can also
> check if ldd /usr/bin/dirmngr shows a linkage to libldap
Sorry - how do I check the schema? I'm not sure what command you are
asking me to run.
With regards to the ldd
On 8 April 2016 at 11:55, Kristian Fiskerstrand
wrote:
>>> is ldap listed as a schema when doing KEYSERVER --help ? you can
>>> also check if ldd /usr/bin/dirmngr shows a linkage to libldap
Thanks for this suggestion. dirmngr wasn't listing ldap, so I've
installed the extra bits, rebuilt and now
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 04/08/2016 12:38 PM, Philip Colmer wrote:
> On 7 April 2016 at 17:03, Kristian Fiskerstrand
> wrote:
>> is ldap listed as a schema when doing KEYSERVER --help ? you can
>> also check if ldd /usr/bin/dirmngr shows a linkage to libldap
>
> Sorry