🔒 A "Automated Password Generator"-clone written in Go
Find a file
Winni Neessen 93f092e690
Add phonetic spelling functionality to password generator
The update introduces a new 'SpellPassword' setting in the configuration that, when enabled, spells out the generated passwords in the phonetic alphabet. The accompanied changes include the addition of 'spelling.go' and 'spelling_test.go' files containing the spelling logic and corresponding tests. The domain-specific error handling is also enhanced for unsupported characters.
2024-03-08 16:03:02 +01:00
.forgejo/workflows Add Codecov, SonarQube, REUSE Compliance, and golangci-lint workflows 2024-03-07 21:36:57 +01:00
.github Update docker-publish.yml 2022-05-12 10:04:48 +02:00
.idea v2: Complete rework of the library and the client 2023-04-18 11:49:44 +02:00
cmd/apg Refactor variable names and improve code readability in apg.go 2024-03-08 16:02:32 +01:00
.gitignore Refactor generator and add config options 2023-08-04 16:02:58 +02:00
.golangci.toml v2: Complete rework of the library and the client 2023-04-18 11:49:44 +02:00
algo.go #53 Add coinflip algorithm and improve error messages 2023-08-05 18:10:11 +02:00
algo_test.go Replace AlgoUnsupported with AlgoCoinflip in algo_test.go 2024-03-07 21:22:14 +01:00
apg.go Refactor Generator struct and New function in apg.go 2024-03-08 10:21:57 +01:00
config.go Add phonetic spelling functionality to password generator 2024-03-08 16:03:02 +01:00
config_test.go Add password generation algorithm option and corresponding tests 2024-03-07 21:16:04 +01:00
go.mod Update go.mod module path and Go version 2024-03-07 21:15:36 +01:00
mode.go Refactor variable names in mode.go 2024-03-08 10:22:20 +01:00
mode_test.go Improve code readability by refactoring variable names 2024-03-07 23:22:28 +01:00
random.go Refactor variable names in random.go 2024-03-08 10:22:34 +01:00
random_test.go #52 and #53: Increase password generation flexibility and error handling 2023-08-06 18:55:47 +02:00
sonar-project.properties Integrate with SonarQube 2022-04-12 20:00:16 +02:00
spelling.go Add phonetic spelling functionality to password generator 2024-03-08 16:03:02 +01:00
spelling_test.go Add phonetic spelling functionality to password generator 2024-03-08 16:03:02 +01:00