Tag Archives: password cracking

The password problem

Odds are good if you’ve reached this blog, you have an account on at least one website somewhere on the wild wild web. This account could be on a web application ranging from something as critical as a finical institution … Continue reading

Posted in SamuraiNet Archive | Tagged , , , , , | 1 Comment

crackIt: aircrack-ng automated

I was playing around with my wireless network early today and realized I didn’t have the key written down near by where I was working. Rather than expending the effort of getting up and moving, I decided I’d just crack … Continue reading

Posted in SamuraiNet Archive | Tagged , , , , , , , | 4 Comments

Reading Rainbow: Episode 8

Restrictive passwords make cracking more difficult by requiring that users use a wider range of characters; however, can restrictive password policies actually decrease time required to crack? This blog goes into the math behind it. http://lukenotricks.blogspot.com/2008/03/more-on-counting-restrictive-password.htm Mozilla has a new … Continue reading

Posted in SamuraiNet Archive | Tagged , , , , , , | Leave a comment

pwlib.java

I have finished up the first version of pwlib.java. It was created in Java 1.4, because I haven’t bothered to update Java in ages. I should be revising it for 1.6 soon enough, but this is something to get you … Continue reading

Posted in SamuraiNet Archive | Tagged , , , , , | Leave a comment

pwlib.php

This is my first build of the php version of pwlib. Nothing is quit set in stone yet and for all I know I might scrap the whole thing. This should be enough to see how it will interface. If … Continue reading

Posted in SamuraiNet Archive | Tagged , , , , , | Leave a comment

Multi-language password cracking libraries

After creating customized password cracking apps for some time, I have finally grown tired of using different alogirthms with no real flexability in them so I have decided to create a library to do this for me. Since I work … Continue reading

Posted in SamuraiNet Archive | Tagged , , , , , , , | 1 Comment