LastPass breach gets worse – reddit.com/r/sysadmin

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • pass-import

    A pass extension for importing data from most existing password managers

  • There are apps for mobile devices, some sync with a GitHub repository (which you should make private): https://www.passwordstore.org/#:~:text=password%20(OTP)%20to...

    The contents of the GitHub repo are of course encrypted with your own key, which you need to manually sync to your other devices.

  • keepassxc

    KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.

  • Maybe an overkill, but i use cryptomator, which encrypts the files, the files are synchronized with nextcloud of remote location, but i suppose you can use whatever software you want. Inside that there is a https://keepassxc.org/

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • unison

    Unison file synchronizer (by bcpierce00)

  • Have a look at unison, it's what I use instead of Syncthing and I couldn't be more happy.

    https://github.com/bcpierce00/unison

    edit: Also, KeepassXC!

  • syncthing-android

    Wrapper of syncthing for Android.

  • Yes, it's a service to keep files on your devices in sync with one another. https://syncthing.net/

  • read-codebook

    simple Python and BASH scripts to navigate a Codebook 'strip.db' file

  • > They do lack Linux support

    That is true although I understand this is simply down to lack of user demand for it.

    There appears to be an UNOFFICIAL linux tool called Read-Codebook[1] though...

    [1]https://github.com/teracow/read-codebook

  • lastpass-cli

    LastPass command line interface tool

  • 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.

  • pass-rotate

    A tool for automatically rotating your password on online services

  • I love web scraping, maybe I can update this prior idea. With the high proliferation of botting, a lot of sites are now resistant to this type of scripting, but at this low volume of interaction, it may be doable with some effort like Undetected Chromedriver.

    https://drewdevault.com/2017/05/11/Rotating-passwords.html

    https://github.com/tsudoko/pass-rotate

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts