This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues/pull-requests.
hackfridge/terminal/ldap.h

10 lines
243 B
C

#ifndef __LDAP_H__
#define __LDAP_H__
int ldap_dn_by_mifare(char *MifareID, char *DNOut, int *DNLength);
int hash_mifare(char *MifareID, char *salt, char* target);
int ldap_uid_from_dn(char *DN, char *UIDOut);
const int NO_SUCH_CARD;
#endif