Skip to content

Releases: cyclone-github/passgen

v0.1.2

10 Feb 21:50
d4eb373

Choose a tag to compare

  • v0.1.2 uses "crypto/rand" to generate password seed for more secure password generation
  • tested on debian linux and windows 11 (not tested on mac)
  • binaries are compress with upx which is known to cause false positives with some windows antivirus programs
  • if in doubt, inspect source code and compile binaries yourself by installing go from https://go.dev/doc/install
  • also included "passgen_gccgo.bin" for testing purposes. This is compiled with from the same source code, but uses "go build -compiler gccgo passgen.go" which creates a much smaller binary for linux.

v0.1.1

11 Jan 15:30
4561e05

Choose a tag to compare

v0.1.1
2023-01-11

  • added sanity checks to passwordLength & passwordCount inputs
  • passgen.bin was developed and tested on debian linux
  • passgen does not currently support windows

v0.1.0

10 Jan 19:02
157deb8

Choose a tag to compare

Cyclone Password Generator

v0.1.0
2023-01-10
initial release