Skip to content

Releases: RobThree/2FACLIClient

1.0.5

13 Nov 12:22
6df025a
Compare
Choose a tag to compare

Upgraded to .Net 9 and upgraded dependencies. No functional changes.

1.0.4

13 Nov 12:23
6df025a
Compare
Choose a tag to compare

Upgraded to .Net 8 and upgraded dependencies. No functional changes.

1.0.3

16 Oct 13:11
9e82738
Compare
Choose a tag to compare

LastPass now uses PKCS7 padding. You'll need to update your vault (2fa refresh -u <username> -o <totp code>).

1.0.2

25 Jul 22:30
95d4dbb
Compare
Choose a tag to compare
  • (d79154a) Slightly improved formatting of output proper url-decoding of values and separating comma's are now only used when needed)
  • (95d4dbb) Fixed a (possible) issue (#1) where timestamps are in milliseconds vs seconds in the vault - this is now autodetected and should be handled correctly accordingly
  • (cc0c5e3) Fixed a (possible) issue (#2) where secrets appeared to be stored in invalid BASE32 format (lowercase characters); secrets are now forced to uppercase

Full Changelog: 1.0.1...1.0.2

1.0.1

11 May 22:59
81e4403
Compare
Choose a tag to compare
  • You can now switch locale by specifying it in apssettings.json under the Main entry:
    ...
    "Main": {
        "VaultFile": "vault.dat",
        "Locale": "en-US"
    },
    ...
    Supported locales are currently en-US and nl-NL. If you want to help translate, submit a PR!
  • Better error messages
  • Async I/O
  • Minor bugfixes and refactoring / cleanup

1.0.0

11 May 13:27
0761861
Compare
Choose a tag to compare

Initial release