Automated testing tool for algorithms from JavaCard API supported by particular smart card. Performance testing of almost all available methods. The results for more than 100+ cards.
OMNI NFC Ring returns incorrect data when specific algorithm is tested, yet it is not detected as invalid but as supported algorithm instead. The status word is correct and second byte is 00 (by chance) which implies supported algorithm.
Solution: check for the whole structure, including the first byte (id of algorithm) and expected length.
OMNI NFC Ring returns incorrect data when specific algorithm is tested, yet it is not detected as invalid but as supported algorithm instead. The status word is correct and second byte is 00 (by chance) which implies supported algorithm. Solution: check for the whole structure, including the first byte (id of algorithm) and expected length.
Example: