Solder Paste How-to Tutorial

The application of Solder Paste is an essential part of short run manufacturing and prototyping. After getting back bare boards from a PCB shop, its time to get down to business and populate those boards. This new tutorial set assumes you have access to things such as stencils for your boards, but does mention a couple of resources on commercially available ways to purchase stencils. Of course, if you have a laser cutter, we can help you out. After getting your solder paste chops down, make sure you check out our guide to toaster oven reflowing.

[Thanks to P. Torrone]

GPU Processing And Password Cracking

Recently, research students at Georgia Tech released a report outlining the dangers that GPUs pose to the current state of password security. There are a number of ways to crack a password, all with their different pros and cons, but when it comes down to it, the limiting factor in all of these methods is processing complexity. The more operations that need to be run, the longer it takes, and the less useful each tool is for cracking passwords. In the past, most recommendations for password security revolved around making sure your password wasn’t something predictable, such as “password” or your birthday. With today’s (and tomorrows) GPUs, this may no longer be enough.

Continue reading “GPU Processing And Password Cracking”

Tokyo Hackerspace – Akihabara Station Video Tour

This is the kind of footage that makes our mouths water here at Hackaday. [Akiba] of Freaklabs has been kind enough to take us all on a video tour of Akihabara Station, a treasure trove for electronics hackers located in the Chiyoda ward of Tokyo. The highlight includes surplus stores, specialty electronics shops, and enough silicon to bring an engineer to tears. Rather than waste time reading about it, follow the link and check out the videos in stunning 720p.

Hackers in other parts of the world, what kind of stores and marketplaces do you have like this? Send us your pictures and videos of local marketplaces that cater to your hacking needs so we can show them off.

PS3 Jailbreak – Now In Apple Flavor!

Image courtesy of DanyL of psx-scene

The newest member of the PS3 jailbreaking tool crowd is the iPod family. More specifically, iPods running the open source media firmware Rockbox. Even better news, theoretically it should be possible to use this same method on any MP3 player running the Rockbox software. Right now the exploit package only works on select generations of the iPod Nano and iPod Classic line, but if the trend set by the PSX-scene forums continues, it would be worth checking back in the near future if your device is not already supported. Thanks to [shuffle2] for providing the hack, and [DanAdamKOF] for the heads up.

If Apple isn’t your device of choice, you can also check out some of your other jailbreaking options.

Barcode Infiltrator

Whenever someone manages to expose vulnerabilities in everyday devices, we love to root for them. [Adrian] over at Irongeek has been inspired to exploit barcodes as a means to attack a POS database. Based on an idea from a Pauldotcom episode, he set out to make a rapid attack device, using an LED to spoof the signals that would be received by scanning a barcode. By exposing the POS to a set of generic database attacks, including XSS, SQL Injection, and other errors easily solved by input sanitation, he has created the first version of an automated system penetration device. In this case the hardware is simple, but the concept is impressive.

With the hardware explained and the source code provided, as well as a basic un-sanitized input cheat sheet, the would-be barcode hackers have a great place to start if they feel compelled to provide a revision two.

[Thanks Robert W.]

Indestructible TI-89

Sometimes, expensive calculators hit the floor. It’s happened to almost anyone with a graphing calculator from TI or HP. Sadly, they don’t always bounce. After this happened to [Howard C.], an Industrial Engineering student from U. of Iowa, he decided to spend $50 on milling his own replacement case out of aluminum rather than trashing the device over a broken battery compartment. [Howard] chose to send us the story rather than write his own blog, so we’ve included all the great pictures he sent us after the break.

Continue reading “Indestructible TI-89”

Todays Arduino Moment

We have gotten a number of Arduino tips in the last couple days, and we thought we would combine them for your convenience. The first tip we received was for some hints provided by [Bill] on some digitalWrite() alternatives. Similar to some previous research we covered, this tip also includes some tips on how to make the direct register writing a little easier by using #define to simplify things. Obviously this wont be as idiot-proof as digitalWrite() is, but we think you can handle it.

Our second tip is for a set of OLED displays from 4dsystems sold as Arduino Shields. They have a couple of different sizes from .96″ to 1.7″, depending on your needs and budget. There is no official display library for them yet, but 4dsystems have been kind enough to provide a few resources to work from. Hopefully we’ll see a few great applications from this, maybe a much bigger pixel Mario? A much smaller Game of Life? Feel free to send us your projects, or leave your ideas in the comments!