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
2087a4b60c
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
Implement new go-hibp package
2021-09-21 14:03:09 +02:00
require
github
.
com
/
wneessen
/
go
-
hibp
v0
.
1.1
Reference in a new issue
Copy permalink