chartle
DIS Legend
- Joined
- Jul 10, 2008
- Messages
- 16,340
1. My issue comes with the security. The only thing that should be stored on the actual chip is a reference ID. The actual guest information should be stored in a secure database and queried with the ID from the wrist band.
2. If the first consideration is security it can be done right but, sadly, security is often an after-thought when implementing these kinds of solutions. The best way to handle the encryption is most likely a dual key pair (public/private keys like SSL). It is transactionally lightweight and the public keys can be easily revoked or set to expire.
3. Also, if they are going to allow charging they really need to have a second factor of authentication. A simple PIN (not stored on the RFID bracelet or hashed if it is) would drastically increase the security.
4. In reality the key to the world cards are most likely not very secure either.
1. Thats pretty much how it works with the current KTTW cars and tickets. Nothing except a number is stored on the card. Other info maybe there like simple ticket info but it doesn't need to be there.
2. Doesn't really work for RFID. The reader sends a signal and the RFID passively send back a number, the same one every time. If I gave you an encrypted code for my CC number its no different than if I gave you the number. Yes you don't know the real number but it doesn't matter if the encrypted code works just like the real number.
3. This could cause problems with forgotten PINS. Remember Disney wants you to buy things with as little barriers as possible. Its like when people first started to use credit cards over cash. You never handed over any real money so its difficult to keep track. Disney wants you to pick up the item touch your band and be off.
4. Yes but KTTW cards can only be read by physically holding the card.