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-12 17:02:56 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f2a57cf46f
apg-go
/
go.mod
6 lines
94 B
Modula-2
Raw
Normal View
History
Unescape
Escape
Update go.mod module path and Go version The go.mod file was updated to reflect a new module path and an upgrade in Go version. The module path is now set to src.neessen.cloud/wneessen/apg-go, and the Go version has been updated to 1.22.
2024-03-07 21:15:36 +01:00
module
src
.
neessen
.
cloud
/
wneessen
/
apg
-
go
v2: Complete rework of the library and the client
2023-04-18 11:49:44 +02:00
Update go.mod module path and Go version The go.mod file was updated to reflect a new module path and an upgrade in Go version. The module path is now set to src.neessen.cloud/wneessen/apg-go, and the Go version has been updated to 1.22.
2024-03-07 21:15:36 +01:00
go
1.22
Add HIBP password check functionality Implemented HIBP password check feature which will crosscheck generated passwords with the HIBP pwned passwords database. This functionality enhances security by not recommending potentially compromised passwords. A new flag, CheckHIBP has been added to enable or disable this feature.
2024-03-12 19:00:21 +01:00
require
github
.
com
/
wneessen
/
go
-
hibp
v1
.
0.6
Reference in a new issue
Copy permalink