Skip to content

Releases: xorond/passtrust

Passtrust 2.1 - bugfix

13 Oct 07:06
Compare
Choose a tag to compare
  • fixed bug with -p function not working 2d09e8d

Passtrust 2.0

12 Oct 19:38
Compare
Choose a tag to compare
  • make the script importable from other ruby applications 32167dd

Passtrust version 1.3 - bug fixes and visual changes

10 Oct 21:14
Compare
Choose a tag to compare
  • fixed issue with sysrandom gem failing to build on android devices. it's now also optional like clipboard. this is achieved by patching sysrandom into securerandom. d7998be bee0359
  • fixed bug with program exiting with an error if nothing has been typed in 002fbc1
  • visual changes
  • readability changes

Passtrust version 1.2 - improvements and bugfixes

01 Oct 12:54
Compare
Choose a tag to compare
  • fixed a false prompt on the -p flag
    7c5423c
  • updated linux and android install scripts to include clipboard gem
    a255ec2
  • merged the verification function with the ask_passphrase function
    d81ac3b
  • use Sysrandom instead of SecureRandom (sysrandom is a more secure alternative)
    36b9972
  • visual fixes and improvements
    547de6d
    86ac6a4
    72fe8d4
  • passtrust now on AUR

Passtrust version 1.1 - Bugfixes and Windows support

25 Sep 20:02
Compare
Choose a tag to compare
  • clipboard is now an optional dependency.

    Windows users should install with bundler install --without optional until the issue with the clipboard gem is worked out.
    There seems to be no issue about this on Linux, so Linux users can run bundler install --with optional

  • updated installation instructions

  • hardened features such as copying a fake password three consecutive times into the clipboard after the timer goes off (versus the 1 copy before).

PassTrust version 1.0

23 Sep 14:52
Compare
Choose a tag to compare

This is the first release of the passtrust password generator.