Generating Random Passwords 6 – Fixing the Non-Printing Characters

In the last post, Generating Random Passwords 5 – Saving The Password, there was an issue with the passwords that were posted here.  Did you catch it?  They were not 32 characters long, even though I had specified that.  Or rather, they had characters we could not see.  These characters did not render, but were there.

Continue reading “Generating Random Passwords 6 – Fixing the Non-Printing Characters”

Generating Random Passwords

As a programmer, I will often need a password for a service account. A service account being an account that a computer program uses, and not a human. As such, the password can be long, and does not exactly need to be type-able.

I tried looking online for a random password generator, and none of them, I felt, were up to the task of creating passwords for my service accounts.

Continue reading “Generating Random Passwords”