mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
cardhelper
This commit is contained in:
parent
5c2d4a0bbd
commit
dfd408db8d
3 changed files with 21 additions and 10 deletions
|
@ -18,4 +18,5 @@ bool IsCryptoHelperPresent(void);
|
|||
bool Encrypt(uint8_t *src, uint8_t *dest);
|
||||
bool Decrypt(uint8_t *src, uint8_t *dest);
|
||||
void DecodeBlock6(uint8_t *src);
|
||||
uint8_t GetNumberBlocksForUserId(uint8_t *src);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue