Launch Codes is a lightweight and very useful tool that you can use to generate powerful passwords. It will instantly create passphrases up to 20 characters, including symbols, to offer you the strongest protection available. the characters are randomly selected to make cracking these passwords a very tough task.
Here are some key features of "Launch Codes":
· Produces passwords with no awkward, difficult key combinations or confusing characters. Is that a zero or an O?
· Produces segmented passwords that are easy to read and type. The shift key is only pressed when typing the first character.
· Uses cryptographically random bytes from /dev/urandom or Microsoft CryptGenRandom to seed a Mersenne twister that randomly selects characters.
· Produces passwords that have measurable bit-strength. If you need a 64-bit password, Launch Codes can produce one in that range.
· Generates passwords locally on your computer rather than requesting passwords from online password generation websites.
· Meets the most stringent password requirements. May contain 4 of 4 (upper, lower, numeric and special characters).
· Uses standard, well-tested C++ libraries to produce random character selections.