Updated README and gitignore files

This commit is contained in:
Winni Neessen 2021-03-19 08:31:02 +01:00
parent d884110209
commit dfa8eda0bd
Signed by: wneessen
GPG key ID: 385AC9889632126E
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -8,6 +8,7 @@ apg
bin/
.go/
build/
.idea/
# Test binary, built with `go test -c`
*.test

View file

@ -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