Most active commenters
  • stavros(6)
  • Galanwe(3)
  • edent(3)

←back to thread

353 points tahnok | 21 comments | | HN request time: 0.967s | source | bottom
1. Galanwe ◴[] No.41834576[source]
Is there a similar ring with NFC?

I have no use for the smart health thingies, which really look like a data driven health gimmicks to me.

NFC on the other hand I could find hundreds of applications, from payment to access and transport cards.

replies(7): >>41834612 #>>41834668 #>>41834697 #>>41834767 #>>41835177 #>>41838600 #>>41907420 #
2. m463 ◴[] No.41834612[source]
I think you're onto something.

I would be ok with a watch too.

replies(1): >>41835062 #
3. gorbypark ◴[] No.41834668[source]
They do exist, I believe. I don't have one but came across many for sale on AliExpress when looking for a writer to clone my RFID apartment door entry thingy. Seems like they even have some that are dual NFC/RFID that would work as regular NFC as well as for my apartment door (125khz).
4. franga2000 ◴[] No.41834697[source]
The problem with that idea is that all secure implementations of RFID lock the user out, meaning you can't just buy an NFC ring/fob/implant and copy your bank card or transit card onto it. The only implementations where the user can do that are terribly insecure and, while still commonly used, are slowly getting phased out.

So for anything other than systems you control or are good friends with the IT guy for, you're out of luck.

replies(1): >>41834772 #
5. edent ◴[] No.41834767[source]
Yes. I have the Z1 Ring.

Getting secure tokens (like payment, door unlock, etc) is possible but can be complicated. The ring is a small target, so not always easy to find the received if you're using it with a phone.

Oh, and the software is low level and finickity. I managed to accidentally set mine to read only mode permanently.

Review at https://shkspr.mobi/blog/2024/02/giving-the-finger-to-mfa-a-...

replies(1): >>41836120 #
6. Galanwe ◴[] No.41834772[source]
Right I agree with you on theory. But in practice, I already do clone most of my smart cards on small NFC stickers on the back of my phone case.

The things is 99.9% of access cards (where I leave at least) are default-encrypted mifare classic, making cloning trivial. Transport cards are an other beast since they have their own backlog and proper encryption, but there are ways.

So all in all, dumping the card is not the issue for me, it's the medium on which to put the clones that is still a question mark.

The "NFC sticker on the back of the phone" is cool because it's almost as if your phone opens the door (stock android won't let me easily swap NFC SC ID), but NFC is fidgety when multiple chips are in close proximity, leading to frequent misses.

I have found multi-chips NFC cards on Ali Express. These are basically a single antenna wired to an array of chips directed by a keypad. That seems viable on paper but you still get to carry the card and press the right switch.

The ideal solution would be a smart ring with a reflashable NFC chip, along with a programmable MCU to implement the rolling logic between cards.

replies(2): >>41836132 #>>41837115 #
7. hotfixguru ◴[] No.41835062[source]
A friend of a friend mods Casio watches[0] to have NFC, and sells them on his website.

[0] https://delaveris.com/collections/nfc

8. DaSHacka ◴[] No.41835177[source]
Dangerous Things (popular RFID/NFC implant makers) sell dual 125khz+13.56mhz clonable rings, but they're way overpriced ($130). I bought my "V1" back when they were still $60, and FWIW, if you know what you're doing, it does work.

I've also seen some rings on Aliexpress that purport to support the same capabilites, but havent personally tried them out yet.

replies(1): >>41836169 #
9. stavros ◴[] No.41836120[source]
I have a suspicion this is a whitelabeled NFC ring I got from AliExpress for $12. That one includes a T5577 chip and a Mifare tag. You can read and write the Mifare tag with your phone, as normal, and the T5577 with a Flipper Zero or a Proxmark (also from Ali, $40).

The NFC tag is a small target, probably because of the size of the antenna, but the RFID one has pretty good range. I got five of those rings, very much recommended if you have stuff to auth to.

replies(1): >>41837089 #
10. stavros ◴[] No.41836132{3}[source]
Reflashing the NFC chip on the ring is a bit of a pain (it takes a second, but if I have to spend a second doing it every day, I might as well get my keys out). Since every phone has an NFC chip nowadays, though, can't we use that to emulate all our Mifare cards?
replies(1): >>41836908 #
11. stavros ◴[] No.41836169[source]
I've tried the Aliexpress ones, they work fine. I have like five of them.
replies(1): >>41839925 #
12. Galanwe ◴[] No.41836908{4}[source]
> can't we use that to emulate all our Mifare cards?

Unfortunately, no.

From my experience at least, most access cards are simple mifare classic cards, and they have no payload: the reader just got a list of allowed card IDs, maintained by the building IT.

While you can freely rewrite mifare data from Android, it won't let you change your ID unless you root your phone. I guess this is similar to the old days where you weren't supposed to change your MAC addresses.

13. edent ◴[] No.41837089{3}[source]
I think your suspicions are wrong. Those $12 rings will allow you to serve NDEF messages or similar. They won't do U2F, payment, car unlock etc.
replies(1): >>41837133 #
14. wellthisisgreat ◴[] No.41837115{3}[source]
Sounds interesting, which sticker are you using?
15. stavros ◴[] No.41837133{4}[source]
It doesn't look like the Z1 does payment either, though. I don't know how they do U2F, but it looks like it comes with a custom reader, which is non-standard. I don't know how Tesla unlock works, so I can't say there.
replies(1): >>41838411 #
16. edent ◴[] No.41838411{5}[source]
There is no custom reader. It works with standard NFC readers on Linux and Android.
replies(1): >>41838505 #
17. stavros ◴[] No.41838505{6}[source]
Ahh interesting, thank you.
18. weinzierl ◴[] No.41838600[source]
I have no use for the smart health thingies too, but instead of NFC I want to use it as a controller and display.

Is there a ring with touch or physical buttons. A clicky wheel would even be better. As display I image multiple discreet RGB-leds, but other option could work as well.

19. DaSHacka ◴[] No.41839925{3}[source]
Which vendor did you buy from?

When aquiantances ask me for recommendations I always tell them to look into Aliexpress over Dangerous Things as they're significantly cheaper, but I've also heard really mixed things about the various offerings on the site.

replies(1): >>41840060 #
20. stavros ◴[] No.41840060{4}[source]
The only time I've been scammed was when I bought a 16 TB USB drive for $3, or a $10 mosquito bite thing that didn't work. Basically, if the thing sells for much cheaper than anywhere else, it's a scam, otherwise you're OK.

I've bought from Ali hundreds of times, maybe thousands of items. The quality isn't always great (what can you expect for the price?), but it's very rarely scams.

Stay away from microSD cards, though.

21. fennecbutt ◴[] No.41907420[source]
I'm still disappointed the Samsung ring didn't come with nfc payments, therefore I didn't buy it.

What an oversight by their executives, are they even doing their jobs, do they even know their market. And the price? Absurd.