Swipe This
September 16th, 2005Have you ever looked at your credit/debit card or driver license and wondered what data lie within the magnetic stripe or barcode? Cards are convenient, and you probably swipe them at a lot of stores. Some stores now require that they swipe or scan your driver license for alcohol purchases. What data is on your card, and what is the retailer storing in their system?
To find out what’s on your cards, you can build a magstripe reader for under $50 and use open-source software to read them. Stripe Snoop is software that not only reads your card’s data, but also parses it, identifies the card issuer, and tells you what the content means. On the hardware section of the site, you’ll find instructions for using some inexpensive components to make your own card reader. Make Volume 1 from O’Reilly has an article by the same author with nice detailed illustrations and directions (the link is just an excerpt).
At work, I have access to a retailer commercial card swipe and barcode scanner, so I decided to take a peek at some of my cards. Read on to find out what I found.
Read the rest of this entry »
In the old days, CtrlAltDelete was used as a last measure with an unresponsive computer. If things were locked up, CtrlAltDelete would do a “soft” restart. It worked because the key combination was captured by the BIOS to run an interrupt routine in the operating system. Today, the “three finger salute” does a lot more than a restart. CtrlAltDelete is also used for everything from logging in to changing a password.
The Tao Te Ching is an old book probably written in the sixth century by Lao Tsu. It is about ancient Chinese philosophy that says to accept what is in front of you without wanting it to be something else. Or simply put, just be.