DIY RFID Shielded Wallet Keeps Data Thieves At Bay

diy_rf_shielded_wallet

[Serge] was in search of a new wallet, but he was concerned about ne’er do wells with RFID readers stealing his data. He could have gone out to the store and plunked down $20-$30 for a shielded walled, but where’s the fun in that? Instead, he decided to make his own.

Using Kevlar-Nomex fabric, he laid out the general structure for his wallet. This ultra-strong fabric has a breaking strength of 500lbs, but blocking RF isn’t exactly its forte. To provide some electromagnetic shielding, [Serge] added a nice uniform layer of silver epoxy to the Kevlar, which carries an added bonus of strengthening the material. He fired up the sewing machine, adding a nylon strip to the exterior of the wallet for reinforcement, then he worked on forming the bill pouch and card holders.

The final result is a plain yet incredibly rugged wallet that’s sure to keep his various RFID-enabled cards safe. We really dig how unassuming the wallet is – no flash, all function. Nice job, we’ll take one!

rfid_door_lock_tutorial

Easily Movable RFID Door Lock Is Great For Dorm Rooms

One of the first things that [Eric] hacked together when he got to college was an RFID door locking system. He found that he was often in a rush to get in and out of his dorm room, and that using a simple wireless key was a great way to streamline his days.

Over the years, he has refined his design, and while his original prototype was functional, it was a bit rough around the edges. In the video posted on his site, he thoroughly explains how his system was built, and shows off the revisions he has made over time. One key consideration when building this system was the fact that the installation had to be non-permanent. Since schools typically frown on physically altering your rooms, he found a non-intrusive means to mount his system in the way of zip ties and foam board.

His RFID door lock looks to work quite nicely, and we especially like the inclusion of the reed switch to ensure that the system knows if the door has been opened or not. If you have about half an hour to spare and are interested in building an RFID entry system of your own, be sure to check out [Eric’s] video below for all the details.

Continue reading “Easily Movable RFID Door Lock Is Great For Dorm Rooms”

Live CD For RFID Hacking On The Go

live_rfid_sniffing_distro

[Milosch] wrote in to tell us that he has recently released a bootable RFID live hacking system – something he has been diligently working on for quite some time. The live distro can be used for breaking and analyzing MIFARE RFID cards, as well as a reasonable selection of other well-known card formats. The release is based off the Fedora 15 live desktop system, and includes a long list of RFID hacking tools, as well as some applications that allow for NFC tag emulation.

His toolkit also contains a baudline-based LF RFID sniffer package, allowing for a real-time waveform display of low frequency RFID tags. The LF sniffer makes use of a cheap USB sound card, as well as a relatively simple reader constructed from a handful of easy to find components.

We have seen some of [Milosch’s] handiwork before, so we are fairly confident that his toolkit contains just about everything you need to start sniffing and hacking RFID tags. If you’re interested in grabbing a copy of the ISO, just be aware that the live CD is only compatible with 64-bit systems, so older laptops need not apply.

RFID Shower Time Logger

Paul, as he describes himself, is “a student without a big budget,” which might have been part of the inspiration for this hack .  Paul wanted to see how much time he was spending under the shower each day, so came up with this monitoring device using the ever-awesome Arduino processor and a RFID tag that many of you are certainly familiar with.  One simply waves the tag in front of the reader to start the timer, and waves it again to stop it.

One may not, however, be familiar with “thingspeak” and “weatherspark“, two other important elements of this hack.  Thingspeak is “an open application platform designed to enable meaningful connection between things and people,” and was used to interface the weather data on weatherspark with the shower monitor.  This was to help figure out if there was a connection between outside temperature and the length of showers taken.

The results of this experiment should be interesting, so hopefully some will be published soon!

[via hackedgadgets]

RFID Record Player

Like most of us at Hack a Day, [Bertrand Fan] has a huge collection of digital music that was all obtained through legal channels. Missing the physical process of choosing and playing an album, [Bertrand] built an RFID record player to get rid of the paradox of choice that arises when thousands of albums are at your fingertips.

The records are repurposed Christmas ornaments with RFID disk tags pasted under the label. These records are read by a RedBee RFID reader and sent to a Popcorn Hour media server, but we’re guessing this could be easily adapted to any HTPC.

The only limitation we see is the fact that the RFID chip is hard coded to individual songs. We think it would be easier to have the RFID chip store an album’s CDDB discid, but feel free to leave a comment and say how you would catalog thousands of albums on RFID tags.

We’re a little tired of skipping though our music collection like a portable CD player from 1990, so we’re pretty impressed that [Bertrand] came up with something that would get us to sit down and listen to our Terabytes of FLAC-encoded music. Check out the video after the jump for a demo of the RFID record player.

Continue reading “RFID Record Player”

Using An AVR As An RFID Tag

A few years ago, [Beth] came up with the idea of using an AVR as an RFID tag. She’s gotten sidetracked with a few other projects in the meantime but her idea has surfaced again, this time as a duct tape RFID tag. The build is just four components: 0.1 µF and 1 nF capacitors, an ATtiny85 microcontroller, and 100 turns of 40 AWG magnet wire, all soldered together and placed on a duct tape substrate.

Like most RFID tags, the power is drawn from the reader through the coil, but even in low power versions the ATtiny is only rated down to 1.8 Volts. Since the microcontroller is only getting about 1 Volt from the coil, the clock oscillator of the ATtiny won’t work. This isn’t a problem in this build, because the coil is connected to the the clock input – the 125 kHz coming off the reader provides the clock. Very clever.

Of course, the microcontroller is going to need some firmware to send some bits to the reader, so she used the AVRFID firmware (check out the comments in the source for a great walkthrough) to transmit under the HID protocol, itself a derivative of [Beth]’s earlier work with the EM4102 protocol.

Not only are we impressed with this hack, we’re amazed [Beth] is still perfecting her work more than two years after her first post on the subject. That’s dedication and unbridled cleverness.

Via adafruit

RFID Smart Card Reader

[Navic] wrote in to show us his latest project. This is a portable smart card reader with a nice LCD display. he just happened to have a Basic Stamp 2px, smart card reader, and smart card reader/writer sitting around waiting to be used. What better use than a hand held smart card reader?  Tossing the bits together in a nice project enclosure, [Navic] scoured the code available to him and pieced together what he needed. Now, when you slide in a card, you get a nice readout of the data on that pretty blue screen. Unfortunately, if you pull the card before the read is finished, everything just freezes.

You can see the final video after the break, and you can also see some in-progress videos linked in youtube. He asks if he should add the ability to write, and we say YES. Store that data, then write (duplicate) to another device.

Continue reading “RFID Smart Card Reader”