Mailing List Archive

libgcrypt card cryptography
hi,

is there a way to process card cryptography operations based on libgcrypt? I
know it's possible with gnupg, but i am not sure about libgcrypt.

greets

--
GMX DSL = Maximale Leistung zum minimalen Preis!
2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl
Re: libgcrypt card cryptography [ In reply to ]
Hello,

> is there a way to process card cryptography operations based on libgcrypt? I
> know it's possible with gnupg, but i am not sure about libgcrypt.

I do not really understand your question, sorry.

In case this helps you: Libgcrypt is a *low-level* cryptography library.
As such, it does not contain smartcard related functionality. If you
are interested in such code, have a look at e.g. scdaemon.

Moritz