mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-10 00:02:54 +01:00
Winni Neessen
87f93ddbc6
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.
5 lines
94 B
Modula-2
5 lines
94 B
Modula-2
module src.neessen.cloud/wneessen/apg-go
|
|
|
|
go 1.22
|
|
|
|
require github.com/wneessen/go-hibp v1.0.6
|