-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trimet hop fastpass #147
Comments
File ID 0 appears to have some ASN.1-encoded data, which is probably an (EC)DSA signature of some sort. After skipping 0x1C bytes and dumping the bytes into openssl's asn1parse:
|
Can you supply the annotations for this dump or (preferably) another dump with annotations? Like current balance and serial number printed on card |
TLDR: only serial number and issue date is stored on those cards, no balance or trips. I got my hands on one of those.
So it doesn't look like balance is stored on the card. The main serial number may be derivable from MFG number. if it's not the main serial number is unavailable. |
PR: metrodroid/metrodroid#196 . But as I said: almost no info is stored on the card |
The text was updated successfully, but these errors were encountered: