PowerShell / SecretManagement

PowerShell module to consistent usage of secrets through different extension vaults
MIT License
317 stars 46 forks source link

Provide Password/Passphrase Generator #204

Open stolaf opened 1 year ago

stolaf commented 1 year ago

Summary of the new feature / enhancement

Like Bitwarden-Cli please implement Password/Passphrase Generator for the SecretManagement Module:

Proposed technical implementation details (optional)

Options: -u, --uppercase Include uppercase characters. -l, --lowercase Include lowercase characters. -n, --number Include numeric characters. -s, --special Include special characters. -p, --passphrase Generate a passphrase. --length Length of the password. --words Number of words. --separator Word separator. -c, --capitalize Title case passphrase. --includeNumber Passphrase includes number.

No response