🔒 A "Automated Password Generator"-clone written in Go
Find a file
Winni Neessen ac97b94ec9
Refactor generator and add config options
Refactored the generator to include a new config option, changed function signatures to follow the new structure, and renamed the function 'RandomString' to 'RandomStringFromCharRange' for clarity. Also, added a new mode and algorithm feature to enhance password generation. Furthermore, added several tests for new features and configurations. Adapted the CLI to use the new configuration approach. This refactoring was necessary to improve the customizability and clarity of the password generation process. Fixed minor issues and added '.gitignore' for clean commits in the future.
2023-08-04 16:02:58 +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 Refactor generator and add config options 2023-08-04 16:02:58 +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 Refactor generator and add config options 2023-08-04 16:02:58 +02:00
apg.go Refactor generator and add config options 2023-08-04 16:02:58 +02:00
config.go Refactor generator and add config options 2023-08-04 16:02:58 +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 Refactor generator and add config options 2023-08-04 16:02:58 +02:00
mode_test.go Refactor generator and add config options 2023-08-04 16:02:58 +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