Any idiot can do a random password generator, which is why you can find thousands of them. It's practically the next step after writing a "Hello World".
Here's a quick random password generator for *nix:
head -c 56 /dev/urandom | base64
Over-hyping some trivial and mundane program is just what GRC always does.
Here's a quick random password generator for *nix: Over-hyping some trivial and mundane program is just what GRC always does.