3
votes
1answer
251 views

Validating data on RFID chip that has RSA signatures and SHA1 hash values

I have a RFID chip that has a digital signature using RSA and has data hashed using SHA1. I would like to compare data from the chip and user input in a program but I believe in order to do that I ...