Password Creator
Monday, February 28, 2005
I was playing around with an idea today and wrote a little utility to create harder to break passwords based on normal passwords. The strength column is just a relative amount of time it might take a hypothetical brute-force algorithm to crack the password. It’s packaged as jar file, which means on a Mac (or a windows-box with Java 1.4.2 or above installed) you can double click on the jar file to start the app. You can grab the jar file here.
*Update*
I’ve setup a page for it. Click the Password Creator link under Pages on the left.