Skip to content

Small C program I created a few years ago to test performance of hashing implementations in several encryption libraries by implementing the Thomson wifi router default password calculation algorithm.

License

tonyfg/thomson_wifi_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Thomson wifi password tester

Small C program I created a few years ago to test the performance of hashing implementations in several encryption libraries by implementing the Thomson wifi router default password calculation algorithm. It supports multiple CPUs as well as multicore CPUs and compiles against libopenssl, libtomcrypt, and libgcrypt.

Since there are almost no vulnerable routers out there anymore I'm releasing this into the wild.

PS: In case anyone cares, libtomcrypt seems to be the faster of the 3 libraries (at least in my computer).

The source code is licenced under the WTFPL, but when compiled with each of the SSL libraries it is also licenced under that library's licence to avoid licencing conflicts.

WTFPL

© 2014 WTFPL – Do What the Fuck You Want to Public License.

About

Small C program I created a few years ago to test performance of hashing implementations in several encryption libraries by implementing the Thomson wifi router default password calculation algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published