Cyclone PassGen Changelog

What's new in Cyclone PassGen 0.1.2

Nov 14, 2023
  • 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.