Search:

Type: Posts; User: Json

Search: Search took 0.08 seconds.

  1. Thread: password

    by Json
    Replies
    9
    Views
    4,468

    Re: password

    I believe I've finished my password generator and here we go.

    To test it out


    public static void main(final String... arguments) {
    final char[] password = Password.generate(8);
    ...
  2. Thread: password

    by Json
    Replies
    9
    Views
    4,468

    Re: password

    I'm currently working on a little password generation class with built in password strength checker. I will post it here once it is done. Probably tomorrow.

    // Json
Results 1 to 2 of 2