Skip to content

DayDve/pwdgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

Random passwords generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages