reading-hackspace / Infrastructure

2 stars 0 forks source link

Document members, door entries and Xero subs data formats #7

Closed Gavatastic closed 10 months ago

BarnabyShearer commented 8 years ago

Currently the door system uses three files per token. These are numbered in a hex representation of the Mifare ID: 0x820x930xfd0xae.jpg, 0x820x930xfd0xae.txt, 0x8a0x8a0x390x15.dat

The JPEG is a mugshot of the member. The DAT file is the 1K memory dump of the card (containing all keys and verification data), and the txt file is, line delineated: REGEX for finding bank payments Full Name Email Address

The DAT files are on the door itself; the other files are only send over PGP encrypted emails, and stored encrypted on my laptop.

BarnabyShearer commented 8 years ago

The code running the door which uses the DAT files is https://zi.is/p/browser/bridgeofdeath

BarnabyShearer commented 8 years ago

http://developer.xero.com/documentation/api/api-overview/

BarnabyShearer commented 8 years ago

I did also write a webservice for authenticating against the members list:

https://members.rlab.org.uk/static/doc/index.html