Commit graph

13 commits

Author SHA1 Message Date
2100a2a227 Added cosign key 2024-03-13 23:05:16 +01:00
0a8d201d8f Updated .gitignore 2024-03-12 21:55:50 +01:00
79f921f9ad
Add .gitgnore and SPDX headers in several files
This commit introduces the .gitignore configuration file and adds SPDX headers to several files including test and documentation files. The headers provide license information in a standardized format which can be easily picked up by automated tools for license compliance checks. Additionally, it deleted a .idea/.gitignore file, which is a project specific IDE configuration file not necessary for the repository. It also introduced a README.md file providing more insightful information about the project.
2024-03-12 20:59:07 +01:00
2022e0953d Added goreleaser 2024-03-12 20:13:41 +01:00
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
befa6c2723
Remove old code for the v2 refactor 2023-04-06 12:21:20 +02:00
362e5e9f18
Removed .idea from .gitignore 2021-03-27 17:11:59 +01:00
427e80fc4e
Updated .gitignore 2021-03-21 17:26:13 +01:00
dfa8eda0bd
Updated README and gitignore files 2021-03-19 08:31:02 +01:00
b2bd67804c
Updated .gitignore again 2021-03-19 00:49:35 +01:00
bfcb4348e3
Updated .gitignore 2021-03-19 00:41:44 +01:00
5d743f70ae
v0.1.0: Initial check-in 2021-03-18 23:26:41 +01:00
ebdad33364
Initial commit 2021-03-18 23:13:10 +01:00