Skip to content

Releases: wneessen/apg-go

v0.2.7: Refactoring of config flags

26 Mar 13:32
5442429
Compare
Choose a tag to compare
  • Config flags are not global state anymore but have been moved into config-package

v0.2.6: Improvements in logging and error handling

22 Mar 16:56
9bda7a3
Compare
Choose a tag to compare
  • Converted to go module structure
  • Better logging
  • Better error handling
  • Removed Makefile since github takes care of building/releasing

v0.2.5: Minor fixes and updated documentation

21 Mar 17:33
c32a94d
Compare
Choose a tag to compare
  • Fixes in getCharRange() tests
  • Fix for excludeChars. Chars are now escaped before using them as regExp
  • Added sane defaults´
  • Updates README.md

v0.2.4: Added new-style parameters and PW spelling

21 Mar 15:17
956574c
Compare
Choose a tag to compare
  • Using the -l parameter the password will be spelled in the output
  • Using the -M parameter the different password types can be (de-)activated

v0.2.3: More chars, cleanup and better test coverage

21 Mar 12:29
01782c2
Compare
Choose a tag to compare
  • Added more special characters
  • Fixed issue with ` character
  • Added lots of tests
  • Moved character range generation into it's own function
  • Better error handling
  • A bit of code cleanup

v0.2.2: Minor fix in error handling

20 Mar 19:01
a77279f
Compare
Choose a tag to compare
  • Replaced log.Fatal() with log.Fatalf() since we provide %v

v0.2.1

19 Mar 07:43
14f26c4
Compare
Choose a tag to compare

This is basically the same as v0.2.0 but with more pre-compiled binaries

v0.2.0

18 Mar 23:38
adc21f3
Compare
Choose a tag to compare

Initial release