Overview

RandPass is a random password generator built for both everyday use and security-conscious workflows. Passwords can be built from a configurable set of characters, or generated as sequences of random words, an approach that tends to be both more memorable and stronger against brute-force attacks.
Character-based generation gives full control over which groups are used: lowercase letters, uppercase letters, digits, symbols, or a fully custom character set. Options to eliminate visually similar characters and enforce uniqueness help avoid common pitfalls.
Word-based generation includes several standard word lists, such as Diceware and EFF, and supports custom word list files.
The application also accepts command line parameters for scripted or unattended password generation.