passage VS lastpass-cli

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

passage

Password store and secret manager using age encryption. This is my attempt to replace passwordstore's use of PGP, with age encryption. I am sure there are more elegant ways to accomplish this, but it is working for my purposes. (by chrisswanda)

lastpass-cli

LastPass command line interface tool (by lastpass)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
passage lastpass-cli
2 10
14 2,857
- -0.3%
0.0 7.4
over 2 years ago 18 days ago
Shell 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.

passage

Posts with mentions or reviews of passage. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-16.

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 passage and lastpass-cli you can also consider the following projects:

gopass - The slightly more awesome standard unix password manager for teams

age-plugin-yubikey - YubiKey plugin for age

passforios - Pass for iOS - an iOS client compatible with Pass command line application.

clients - Bitwarden client applications (web, browser extension, desktop, and cli)

psPAS - PowerShell module for CyberArk Privileged Access Security REST API

pass-otp - A pass extension for managing one-time-password (OTP) tokens

PoShKeePass - PowerShell module for KeePass

pass-coffin - A password store extension to hide data inside a signed and encrypted coffin

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

Android-Password-Store - Android application compatible with ZX2C4's Pass command line application [Moved to: https://github.com/android-password-store/Android-Password-Store]

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