Nerd News: Password Generator

This may not be of interest to many of my readers, but I wrote a little password generator the other day to create a randomized STRONG password.

This creates an 8 character password using the following:

Special Characters: !, #, $, %, &, (, ), *, +
Numbers: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
Capital Letters: A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
Lower Case Letters: a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z

It is written to produce at 1 capital letter, 1 number, 1 special character and fill the rest with lowercase letters.

1 thought on “Nerd News: Password Generator”

Comments are closed.