mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
🔒 A "Automated Password Generator"-clone written in Go
Winni Neessen
72576961e6
The new function "generatePronouncable" generates pronounceable passwords using the Koremutake syllabic representation. It is executed when 'Generate()' method is called with Algorithm set to 'AlgoPronouncable'. Additionally, significant changes were made to enhance the readability and performance of the 'GetCharRangeFromConfig' and 'checkMinimumRequirements' methods. In 'mode_test.go', the error message format has been updated for clear and concise display. |
||
---|---|---|
.forgejo/workflows | ||
.github | ||
.idea | ||
cmd/apg | ||
.gitignore | ||
.golangci.toml | ||
algo.go | ||
algo_test.go | ||
apg.go | ||
config.go | ||
config_test.go | ||
go.mod | ||
koremutake.go | ||
mode.go | ||
mode_test.go | ||
random.go | ||
random_test.go | ||
sonar-project.properties | ||
spelling.go | ||
spelling_test.go |