Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 861 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 861 Bytes

made-with-bash

Random Password Generator

About:

This script can be used to generate a random password.
Inspired by this: https://delinea.com/resources/password-generator-it-tool

Usage:

pwdgen [options] [password_length]

Options:

    --nosymbols      Exclude symbols (!@#$%^&*()+) from the password
    --nonumbers      Exclude numbers from the password
    --nolowercase    Exclude lowercase letters from the password
    --nouppercase    Exclude uppercase letters from the password
    --ignoresimilar  Ignore similar characters (oO0il1)
    --duplicates     Allow duplicate characters in the password
    --includespecific <characters> Include specific characters in the password
    --help            Show this help message