You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.3.1
- Update to Go 1.20.1
- Use switch statements for argument matching
- Use worker/pool concurrency pattern when generating characters for a password
Version 1.3.0
- Update to Go 1.20 and update cryptographic functionality appropriately
- Release binaries for ARM architecture (no ARM for Darwin) and OS freebsd and plan9 (none of these new binaries are compressed with UPX in release)
- Project refactor, code quality improvement
- Excluded characters now defined by -r=
- Remove all symbols by passing -s
- Get the version and help output with -v and -h respectively
- See full updated usage with -h or by checking README.md