This website requires JavaScript.
Explore
Help
Register
Sign in
wneessen
/
apg-go
Watch
1
Star
1
Fork
You've already forked apg-go
0
mirror of
https://github.com/wneessen/apg-go.git
synced
2024-11-09 15:52:54 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
58c20de5cf
apg-go
/
go.mod
6 lines
87 B
Modula-2
Raw
Normal View
History
Unescape
Escape
v0.3.1: New password length behaviour To address issue #13, the password length behaviour of the original APG has been reproduced. Previously, when a minLength of 5 and a maxLength of 10 was given, apg-go se the pwLength to the preferred maxLength. With v0.3.1 it will choose a random length between minLength and maxLength instead, same as the original C-lang apg did. For this the minLength has been defaulted to a sane value of 12 (instead of the 8 of the original apg). The default for maxLength stayed at 20. Also the default number of generated passwords has been changed from 1 to 6, to replicate the behaviour of the original apg.
2021-04-17 11:04:14 +02:00
module
github
.
com
/
wneessen
/
apg
-
go
v0.2.6 - converted to go module structure - Better logging - Better error handling - Removed Makefile since github takes care of building/releasing
2021-03-22 17:53:36 +01:00
go
1.16
v0.3.3: Separated HIBP code into its own module
2021-09-19 18:20:16 +02:00
Bump github.com/wneessen/go-hibp from 1.0.2 to 1.0.3 Bumps [github.com/wneessen/go-hibp](https://github.com/wneessen/go-hibp) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/wneessen/go-hibp/releases) - [Commits](https://github.com/wneessen/go-hibp/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: github.com/wneessen/go-hibp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-06-10 21:22:26 +02:00
require
github
.
com
/
wneessen
/
go
-
hibp
v1
.
0.3
Reference in a new issue
Copy permalink