mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Update README.md
This commit is contained in:
parent
6a919a1b72
commit
108e518701
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Winni's Advanced Password Generator Clone
|
# Advanced Password Generator Clone
|
||||||
_apg.go_ is a simple APG-like password generator script written in Go. It tries to replicate the
|
_apg.go_ is a simple APG-like password generator script written in Go. It tries to replicate the
|
||||||
functionality of the
|
functionality of the
|
||||||
"[Automated Password Generator](https://web.archive.org/web/20130313042424/http://www.adel.nursat.kz:80/apg)",
|
"[Automated Password Generator](https://web.archive.org/web/20130313042424/http://www.adel.nursat.kz:80/apg)",
|
||||||
|
@ -99,4 +99,4 @@ _apg.go_ replicates some of the parameters of the original APG. Some parameters
|
||||||
- ```-C```: Generate complex passwords (implies -L -U -N -S and disables -H) (Default: off)
|
- ```-C```: Generate complex passwords (implies -L -U -N -S and disables -H) (Default: off)
|
||||||
- ```-l```: Spell generated passwords (Default: off)
|
- ```-l```: Spell generated passwords (Default: off)
|
||||||
- ```-h```: Show a CLI help text
|
- ```-h```: Show a CLI help text
|
||||||
- ```-v```: Show the version number
|
- ```-v```: Show the version number
|
||||||
|
|
Loading…
Reference in a new issue