Quick and simple 128-bit AES encrypted NFC compatible login tool.
- Add 7-byte UID support.
- Increase maximum password size.
- Add full documentation and usage guide.
- Arduino Pro Micro (Leonardo)
- PN532 NFC RFID Module
- 4-byte UID ISO/IEC 14443 Type A 13.56 MHz Chip
- Connect SDA to Digital Pin 2.
- Connect SCL to Digital Pin 3.
- Set PN532 DIP switches to I2C.
- Use AESencrypt.ino to generate Base64 encoded password.
- Paste encoded password into AESdecrypt.ino and run to verify.
- Paste encoded password into NFClogin.ino to use as a HID.
- Encryption limited to a single 4-byte UID.
- Maximum password size currently limited to 16 characters.