• v1.0.1 8edc65ff4b

    max released this 2023-01-24 19:48:22 +00:00 | 0 commits to master since this release

    Security

    • Properly generate passwords cryptographically
    • Use expect() instead of unwrap()

    Performance

    • When removing disallowed characters, use a HashSet instead of creating a new string every time
    • Create build profiles for officially supported architectures/operating systems (this now properly optimizes release builds, making binaries much smaller now)
    Downloads
  • v1.0.0 052723bfdb

    max released this 2023-01-11 04:20:50 +00:00 | 8 commits to master since this release

    Version 1.0.0 release, see README.md for details on usage. Includes basic password generation, specify character length, and exclude characters.

    Downloads