The "Password Generator" program is a command-line utility written in C that empowers users to effortlessly generate passwords of varying lengths directly from their terminal. With the program, users can specify the desired password length by providing an argument when running the command. This simple yet effective tool streamlines the process of creating strong, random passwords, enhancing security in a convenient and accessible manner. Simply execute the command, specify the desired password length, and watch as secure passwords are generated on the spot.
The available password intensities, along with their corresponding lengths, are as follows:
- Default (8 characters)
- Strong (12 characters)
- Solid (16 characters)
- Complex (18 characters)
- Intense (24 characters)