🔒 A "Automated Password Generator"-clone written in Go
Find a file
Winni Neessen 2143ca99f5
Added option to exclude certain characters in password generation
The code now supports the configuration parameter 'ExcludeChars', which gives users the ability to specify particular characters that should not be included in the generated passwords. This addition was fully implemented both on config.go and random.go, while the relevant option flag was also added to apg.go for user interaction.
2024-03-12 20:31:27 +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 Added option to exclude certain characters in password generation 2024-03-12 20:31:27 +01:00
.gitignore Added goreleaser 2024-03-12 20:13:41 +01:00
.golangci.toml v2: Complete rework of the library and the client 2023-04-18 11:49:44 +02:00
.goreleaser.yaml Added goreleaser 2024-03-12 20:13:41 +01:00
algo.go Refactor spelling of "Pronounceable" and introduce syllable spelling feature 2024-03-12 18:28:01 +01:00
algo_test.go Refactor spelling of "Pronounceable" and introduce syllable spelling feature 2024-03-12 18:28:01 +01:00
apg.go Refactor spelling of "Pronounceable" and introduce syllable spelling feature 2024-03-12 18:28:01 +01:00
config.go Added option to exclude certain characters in password generation 2024-03-12 20:31:27 +01:00
config_test.go Refactor spelling of "Pronounceable" and introduce syllable spelling feature 2024-03-12 18:28:01 +01:00
go.mod Add HIBP password check functionality 2024-03-12 19:00:21 +01:00
go.sum Add HIBP password check functionality 2024-03-12 19:00:21 +01:00
hibp.go Add HIBP password check functionality 2024-03-12 19:00:21 +01:00
hibp_test.go Add tests for HasBeenPwned function 2024-03-12 19:09:51 +01:00
koremutake.go Implement pronouncable password generation and refactor code 2024-03-08 17:07:55 +01:00
mode.go Refactor variable names in mode.go 2024-03-08 10:22:20 +01:00
mode_test.go Refactor error message in mode_test.go 2024-03-08 17:08:05 +01:00
random.go Added option to exclude certain characters in password generation 2024-03-12 20:31:27 +01:00
random_test.go Refactor spelling of "Pronounceable" and introduce syllable spelling feature 2024-03-12 18:28:01 +01:00
sonar-project.properties Integrate with SonarQube 2022-04-12 20:00:16 +02:00
spelling.go Refactor spelling of "Pronounceable" and introduce syllable spelling feature 2024-03-12 18:28:01 +01:00
spelling_test.go Add pronunciation tests in spelling_test.go 2024-03-12 18:43:51 +01:00