Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Password Generator

  1. #11
    Senior Member
    Join Date
    Oct 2001
    Posts
    872
    Code:
    public class comment {
       public static void main(String[] args) {
          // you really should comment more!
          /*
           * because if you don't its really tedious to sift out needed code in the source
           */
          System.out.println("It really does help. :)");
       }
    }
    ...This Space For Rent.

    -[WebCarnage]

  2. #12
    I'm almost finished with another version, I'll comment it to the walls for ya.

  3. #13
    Junior Member
    Join Date
    Dec 2003
    Posts
    14
    Since I couldn't get your JAVA script to run, I based this little program on your source code, I bundled it into an exe using vb6, and also included the source code for it as well.

    Tell me what you think

    Ohm

    Please forgive lack of documentation in the source code, it was written on a whim!
    Once you download the file, rename it as a .zip file and then unzip it. I'm not sure why it didn't upload correctly.

  4. #14
    you might want to check that attachment, it couldnt get it to download as anything.

  5. #15
    Elite Hacker
    Join Date
    Mar 2003
    Posts
    1,407
    Just save it as a .zip and it works fine.

  6. #16

    New Version

    Heres the new version I made, a little more practical than the last, more options, easier interface. My next step is to add a text box option, so it can output something like 30 passwords, then copy to the clipboard or something, so an admin can hand out passwords easily.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •