clients VS lastpass-cli

Compare clients vs lastpass-cli and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
clients lastpass-cli
184 10
8,336 2,857
1.5% -0.3%
10.0 7.4
about 17 hours ago 19 days ago
TypeScript C
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

clients

Posts with mentions or reviews of clients. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-13.

lastpass-cli

Posts with mentions or reviews of lastpass-cli. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-17.
  • LastPass to Bitwarden: Secure Notes and more questions
    1 project | /r/Bitwarden | 28 Feb 2023
  • Want to put my Ansible playbooks on a public GitHub (for my resume) but don't want my ansible-vault encrypted files up there. What are my options?
    2 projects | /r/ansible | 17 Feb 2023
  • LastPass breach gets worse – reddit.com/r/sysadmin
    7 projects | news.ycombinator.com | 25 Jan 2023
    The other difficulty is it appears there is little-to-no support for API/automation:

    https://github.com/lastpass/lastpass-cli/issues/602

    https://github.com/lastpass/lastpass-cli/issues/624

    https://github.com/lastpass/lastpass-cli/issues/604

    ...their CLI tool is de-facto deprecated (unsupported) and has several unreliability issues (ie: `lpass ls/userls ...` reports differing amounts of values depending on when a user was added to the folder or not). Basically `lpass ls ... | xargs -n1 ...` cannot be trusted, and you can only get an accurate list of passwords (or users) from the actual GUI.

    It makes automation, auditing, reporting, near impossible.

  • I Lost All Faith in LastPass
    5 projects | news.ycombinator.com | 29 Dec 2022
    When saving the CSV, do not copy-paste the content of the HTML manually, instead use the popup to download the file that LastPass provides. You might need to allow popups for LastPass extension the first time you perform the export, then perform another one to get the popup.

    # 2. Export attachments

    Use lastpass-cli to export attachments. A script is provided in version 1.3.4: https://github.com/lastpass/lastpass-cli/blob/v1.3.4/contrib...

  • Planning a move from LastPass.
    1 project | /r/Bitwarden | 28 Dec 2022
    https://github.com/lastpass/lastpass-cli/blob/master/contrib/lpass-att-export.sh helped me batch-export my attachments.
  • LastPass says hackers stole customers' password vaults
    1 project | /r/technews | 25 Dec 2022
    You can see the source code for a lastpass client here.
  • Help creating a package for a program
    1 project | /r/GUIX | 4 Jul 2022
    (define-module (lastpass-cli) #:use-module (guix utils) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system cmake) #:use-module (guix licenses) #:use-module (gnu packages bash) #:use-module (gnu packages curl) #:use-module (gnu packages xml) #:use-module (gnu packages gnupg) #:use-module (gnu packages pkg-config) #:use-module (gnu packages tls) ) (define-public lastpass-cli (package (name "lastpass-cli") (version "1.3.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/lastpass/lastpass-cli/releases/download/v" version "/lastpass-cli-" version ".tar.gz")) (sha256 (base32 "06v7d1khk5ylhmf1giqpgq97gsn6mnqhg0637gnryv704wb5jkxr")))) (build-system cmake-build-system) (arguments ;; disable tests? '(#:tests? #f)) (native-inputs (list pkg-config)) (inputs (list bash openssl curl libxml2 pinentry)) (synopsis "Command line interface to LastPass.com") (description "") (home-page "https://github.com/lastpass/lastpass-cli") (license gpl2))) lastpass-cli
  • Tell HN: Bitwarden does not export attachments in backups
    9 projects | news.ycombinator.com | 11 Jun 2022
    Their CLI seems to support showing attachments: https://github.com/lastpass/lastpass-cli/blob/8767b5e53192ad...
  • Clever uses of pass, the Unix password manager
    22 projects | news.ycombinator.com | 16 Dec 2021
    FYI for those interested in CLI password management, there is a pretty good CLI for LastPass called lpass that even supports your Yubikeys.

    https://github.com/lastpass/lastpass-cli

  • Passwords in Automation, Automation Platforms?
    4 projects | /r/PowerShell | 20 Nov 2021

What are some alternatives?

When comparing clients and lastpass-cli you can also consider the following projects:

vaultwarden - Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs

age-plugin-yubikey - YubiKey plugin for age

gnome-clipboard-history - Gnome Clipboard History is a clipboard manager Gnome extension that saves what you've copied into an easily accessible, searchable history panel.

psPAS - PowerShell module for CyberArk Privileged Access Security REST API

bw_web_builds - Web vault builds for vaultwarden

PoShKeePass - PowerShell module for KeePass

link-preview-js - Parse and/or extract web links meta information: title, description, images, videos, etc. [via OpenGraph], runs on mobiles and node.

docker-credential-helpers - Programs to keep Docker login credentials safe by storing in platform keystores

Ditto - Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.

pass-import - A pass extension for importing data from most existing password managers

bitwarden - Bitwarden client applications (web, browser extension, desktop, and cli) [Moved to: https://github.com/bitwarden/clients]

OnePIF - KeePass 2.x plugin to import 1Password Interchange Format (1pif) files.