Name: Anonymous 2007-07-29 14:38 ID:hgb5ar6O
I need a Java application that will allow me to brute force in Java, if you have one, or can make one, it would be much appreciated.
while(FALSE) { printf("this part is ignored\n") }
do { printf("this part is not ignored until the expression in while() is evaluated"); } while(FALSE);