Story Details

  • Using your Apple device as an access card in unsupported systems

    Posted: 2025-01-19 18:01:42

    This project describes a method to use an Apple device (iPhone or Apple Watch) as an access card even with unsupported access control systems. It leverages the device's NFC capabilities to read the card's data, then emulates the card using an Arduino and RFID reader/writer. The user taps their physical access card on the RFID reader connected to the Arduino, which then transmits the card data to an Apple device via Bluetooth. The Apple device then stores and transmits this data wirelessly to the Arduino when presented to the reader, effectively cloning the original card's functionality. This allows users to unlock doors and other access points without needing their physical card.

    Summary of Comments ( 92 )
    https://news.ycombinator.com/item?id=42759557

    HN users discuss the practicality and security implications of using an Apple device as an access card in unsupported systems. Several commenters point out the inherent security risks, particularly if the system relies solely on NFC broadcasting without further authentication. Others highlight the potential for lock-in and the difficulties in managing lost or stolen devices. Some express skepticism about the reliability of NFC in real-world scenarios, while others suggest alternative solutions like using a Raspberry Pi for more flexible and secure access control. The overall sentiment leans towards caution, with many emphasizing the importance of robust security measures in access control systems.