mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Updated README and gitignore files
This commit is contained in:
parent
d884110209
commit
dfa8eda0bd
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,6 +8,7 @@ apg
|
|||
bin/
|
||||
.go/
|
||||
build/
|
||||
.idea/
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# apg.go
|
||||
_apg.pl_ 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
|
||||
"[Automated Password Generator](https://web.archive.org/web/20130313042424/http://www.adel.nursat.kz:80/apg)",
|
||||
which hasn't been maintained since 2003. Since more and more Unix distributions are abondoning the tool, I was
|
||||
|
|
Loading…
Reference in a new issue