uFCoder 2.62
Loading...
Searching...
No Matches
Ultralight C specific commands

Functions specific to Ultralight C cards. More...

Functions

UFR_STATUS DL_API ULC_write_3des_key (IN uint8_t *new_3des_key, IN uint8_t *old_3des_key)
 Write key into the card.
 
UFR_STATUS DL_API ULC_write_3des_key_factory_key (IN uint8_t *new_3des_key)
 Write key into the card.
 
UFR_STATUS DL_API ULC_write_3des_key_no_auth (IN uint8_t *new_3des_key)
 No authentication. Write key into the card.
 

Detailed Description

Functions specific to Ultralight C cards.

Function Documentation

◆ ULC_write_3des_key()

UFR_STATUS DL_API ULC_write_3des_key ( IN uint8_t * new_3des_key,
IN uint8_t * old_3des_key )

Write key into the card.

Parameters
new_3des_keypointer to array of 16 bytes which contains new 2K 3DES key
old_3des_keypointer to array of 16 bytes which contains current 2K 3DES key
Returns
Operation status

◆ ULC_write_3des_key_factory_key()

UFR_STATUS DL_API ULC_write_3des_key_factory_key ( IN uint8_t * new_3des_key)

Write key into the card.

Parameters
new_3des_keypointer to array of 16 bytes which contains new 2K 3DES key
Returns
Operation status

◆ ULC_write_3des_key_no_auth()

UFR_STATUS DL_API ULC_write_3des_key_no_auth ( IN uint8_t * new_3des_key)

No authentication. Write key into the card.

Parameters
new_3des_keypointer to array of 16 bytes which contains new 2K 3DES key
Returns
Operation status