• v0.2 f23bd5fe14

    Bug fixes Stable

    gmgauthier released this 2020-11-07 10:11:53 +00:00 | 21 commits to master since this release

    Release 0.2

    • handle missing length, and invalid length
    • fix help text
    • use cmake on osx, for better uniformity cross-platform
    Downloads
  • 0.1 2a10f23cb9

    gmgauthier released this 2020-10-22 12:13:58 +00:00 | 29 commits to master since this release

    rudimentary tool for generating random passwords. This was written in C++ and compiled:

    • On linux, with cmake on gcc 9.3 and linux kernel 5.4.0-52
    • On Mac OS X 10.15; cpp 4.2.1; apple clang 12; darwin 19.6.0

    just copy the binary into a directory on your path, and use it to generate random string passwords, which can be copy-pasted into the browser or wherever.

    Downloads