The biohack.me forums were originally run on Vanilla and ran from January 2011 to July 2024. They are preserved here as a read-only archive. If you had an account on the forums and are in the archive and wish to have either your posts anonymized or removed entirely, email us and let us know.

While we are no longer running Vanilla, Patreon badges are still being awarded, and shoutout forum posts are being created, because this is done directly in the database via an automated task.

PC unlocking with an xNT

Hi. I've had my xNT about a year now and have finally got round to making something other than an Ezon lock work with it. My current (almost finished) project is to unlock my PC with the implant.
https://0xfred.wordpress.com/2015/11/26/nfc-login-2-0-finally-working/

It basically a NFC reader that will type "Ctrl-Alt-Del [password] enter" when it detects my implant's ID. It acts as a USB keyboard so that I could use it at work without having to install any software that might not be approved by the infrastructure guys.

The core of it is a MSP430F5510 microcontroller and a TRF7970A NFC transceiver. The antenna is a custom inductor antenna that works reasonably well with the xNT. Not an amazing range, but less fussy on opsition than a PCB antenna. I can't take the credit for the antenna design as that was the work of Mathieu Stephan.

It can also be done with some off-the-shelf development boards which was version 1.0.

Anyway, if anyone's interested, let me know. I'm not trying to sell these. I'm happy to share the design (hardware and software) with anyone who wants it. I might be able make a few and sell them at cost, but don't really have the time.

Comments

Displaying all 4 comments
  1. how much is the cost per unit?
  2. Good question. I must admit I hadn't really thought about it as it's just a personal project. Maybe about £15 or $20 just to cover costs and postage.
  3. Interesting - so will the password be hardcoded somewhere?
  4. The password is stored in the flash memory of the microcontroller. It's not encrypted right now, but it could be. The device appears as a USB keyboard and also a USB serial port. You can use this serial port to change but not read the password.

    The current state of the project is that I have a working PCB with a mistake that needed some ugly soldering to fix. (The IC just to the right of centre in the photo.) I'll be ordering a corrected version soon. Whilst waiting for that I'll tweak the software.

    I was really just wondering whether it's worth making a few or not.
Displaying all 4 comments