Category: Projects

  • RC4/ARCFOUR Implementation in PHP

    I wrote this RC4/ARCFOUR implementation in PHP – based on the original C source code posted on usenet in 1994. The rc4() call itself is completely self-contained, two other methods rc4_test() and rc4_benchmark() have been provided for testing and are optional. My motivation for writing it was to replace the dependency on MCrypt in my…

  • Instant Password Recovery Tool

    I made this back in April 2004, it only took a couple of hours to write and build the database. Basically, I took a wordlist of 535,683 words and hashed them in MD5, SHA1 & LANMAN. The results are stored in a simple MySQL table, indexes on that table make lookups REALLY fast and thats…