🔒 A "Automated Password Generator"-clone written in Go
Find a file
Winni Neessen af6d87c1a3
#53 and #52: Update "Number" references to "Numeric" in password generator
Replaced all instances of "Number" with "Numeric" in the password
generator. This modification will make the password generation code
more intuitive and readable. Moreover, minimum character requirements
were added for each character type, giving more flexibility to the
password generation settings.
2023-08-05 17:54:41 +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 and #52: Update "Number" references to "Numeric" in password generator 2023-08-05 17:54:41 +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 and #52: Update "Number" references to "Numeric" in password generator 2023-08-05 17:54:41 +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 and #52: Update "Number" references to "Numeric" in password generator 2023-08-05 17:54:41 +02:00
mode_test.go #53 and #52: Update "Number" references to "Numeric" in password generator 2023-08-05 17:54:41 +02:00
random.go #53 Add fixed length option for password generation 2023-08-05 15:04:34 +02:00
random_test.go #53 and #52: Update "Number" references to "Numeric" in password generator 2023-08-05 17:54:41 +02:00
sonar-project.properties Integrate with SonarQube 2022-04-12 20:00:16 +02:00