🔒 A "Automated Password Generator"-clone written in Go
Find a file
Winni Neessen 1e1ae45e74
#53 Refactor password generator to include additional modes
Updated the password generator to include default modes for characters along with options to enable complex password mode and toggle specific character types in passwords from the command line. This allows for greater customization and more user control in password generation, especially useful for applications with unique password requirements."
2023-08-05 14:47:30 +02: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 #53 Refactor password generator to include additional modes 2023-08-05 14:47:30 +02: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 tests and refactor Algorithm constants 2023-08-04 20:35:31 +02:00
algo_test.go #53 Add tests and refactor Algorithm constants 2023-08-04 20:35:31 +02:00
apg.go Refactor generator and add config options 2023-08-04 16:02:58 +02:00
config.go #53 Refactor password generator to include additional modes 2023-08-05 14:47:30 +02:00
config_test.go Refactor generator and add config options 2023-08-04 16:02:58 +02:00
go.mod v2: Complete rework of the library and the client 2023-04-18 11:49:44 +02:00
mode.go #53 Reorder modes and add new test case for mode flags 2023-08-04 18:38:32 +02:00
mode_test.go #53 Add ModeHumanReadable and refactor mode tests 2023-08-04 20:29:43 +02:00
random.go Refactor generator and add config options 2023-08-04 16:02:58 +02:00
random_test.go Refactor generator and add config options 2023-08-04 16:02:58 +02:00
sonar-project.properties Integrate with SonarQube 2022-04-12 20:00:16 +02:00