Skip to content

Releases: pattmax00/RustPass

Release v1.0.1

24 Jan 19:50
Compare
Choose a tag to compare

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)

Release v1.0.0

11 Jan 04:26
Compare
Choose a tag to compare

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