2FACLIClient

LastPass 2FA CLI Client

MIT License

Stars
6
Committers
2

Bot releases are hidden (Show)

2FACLIClient - 1.0.3 Latest Release

Published by RobThree about 1 year ago

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

2FACLIClient - 1.0.2

Published by RobThree about 1 year ago

  • (d79154a1ec2d04db0155647b5269a14f7c36424b) Slightly improved formatting of output proper url-decoding of values and separating comma's are now only used when needed)
  • (95d4dbb7eabee79f8a458352e0fd949c0ac74f7e) 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
  • (cc0c5e3ff06b58a721f970859b6fed9d412afc8b) 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: https://github.com/RobThree/2FACLIClient/compare/1.0.1...1.0.2

2FACLIClient - 1.0.1

Published by RobThree over 1 year ago

  • 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
2FACLIClient - 1.0.0

Published by RobThree over 1 year ago

Initial release