libopenkey icon indicating copy to clipboard operation
libopenkey copied to clipboard

Open framework to use DESfire cards as secure pseudonymous authentication tokens.

Results 6 libopenkey issues
Sort by recently updated
recently updated
newest added

In https://github.com/henryk/libopenkey/blob/master/libopenkey/libopenkey.c, line 1715: if(buf != NULL) { memset(buf, 0, buf_length); free(buf); } The memset() might be optimized away by the compiler, see eg https://media.ccc.de/v/35c3-9788-memsad Similar in line 1808 and...

I'd like to ask if there is a way to store the data/tokens in LDAP. If yes, can you provide an example? If no, would this be complicated to add...

This is a result of a proof-of-concept, whether libopenkey/PAM can be logged in, just by swiping the RFID card. In this scenario, the username can not be physically entered by...

When running make (after adding CFLAGS=-Wno-deprecated-declarations) I got this error: ``` make_card.c:74:41: error: ‘DESFIRE’ undeclared (first use in this function) if(freefare_get_tag_type(tags[i]) != DESFIRE) ^ make_card.c:74:41: note: each undeclared identifier is...

After running ``` autoreconf -vis ./configure --prefix=/usr/local make ``` I got lots of errors like ``` ../include/openkey.h:44:1: error: 'MifareTag' is deprecated [-Werror=deprecated-declarations] extern int openkey_producer_card_create(openkey_context_t ctx, MifareTag tag, const char...

Getting error code -21 when running card-producer with an empty DESFire card. What libfreefare version are you using? It would be great to know the versions of the other dependencies...