Turning a mobile phone into a beacon
I'm trying to build an access control system using BLE beacons and a web server. A mobile phone will transmit a beacon signal near the gate and the beacon will be forwarded to the server to decide whether this person should pass. The problem is transmitting a beacon without encryption is not safe, i need to encrypt the beacons. The question is: is there an API for web applications to resolve the Eddystone EID encrypted beacon without using google web service? Another question: is the Eddystone EID a good idea for encrypting the beacon for access control (regarding security, time, etc..)?