Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Java brute etc

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.

Name: Anonymous 2007-07-29 20:01 ID:woA7arB8

>>1
Right, here's the Awesome Java Bruteforce (AJB):

public static void main() {
   int x = 10000;
   int guess;
   do {
      guess = new java.util.Random().nextInt();
   } while (guess * guess != x);
   System.out.println("Sqrt(" + x ") = " + guess);
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List