Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Pass-import Alternatives
Similar projects and alternatives to pass-import
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
keepassxc
KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
-
-
-
-
age
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
bitwarden
Discontinued Bitwarden client applications (web, browser extension, desktop, and cli) [Moved to: https://github.com/bitwarden/clients]
-
bitwarden_rs
Discontinued Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs [Moved to: https://github.com/dani-garcia/vaultwarden]
-
-
-
-
Android-Password-Store
Discontinued Android application compatible with ZX2C4's Pass command line application
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
pass-import discussion
pass-import reviews and mentions
-
Show HN: I built an open source computer-use SDK enabling agents to authenticate
over this weekend myself and two of my friends took part in a hackathon and built this side-project. we have been diving into computer-use recently and developed an sdk to make it easy to implement for devs like us.
one feature we were missing though, was the agent being able to log into services. anthropic understandably blocks this capability with their guardrails, and you wouldn't want your credentials to end up in any model context anyways.
so we added a keychain service to the vm that the agent is using. it was built using the pass cli (https://www.passwordstore.org/). it's not perfect yet but already works solidly (feel free to contribute any improvements).
take a look at the implementation here (https://github.com/cuse-dev/cuse/blob/main/platforms/linux/a...), all feedback is highly appreciated. if you want to get going asap, here is a quick nextjs quickstart repo (https://github.com/cuse-dev/cuse-quickstart), if you want to take a look at the whole sdk, see the documentation (https://docs.cuse.dev).
-
I built an open source computer-use SDK enabling agents to authenticate securely
so we added a keychain service to the vm that the agent is using. it was built using the pass cli (https://www.passwordstore.org/). it's not perfect yet but already works solidly (feel free to contribute any improvements).
-
Operational PGP
> The actual use cases for PGP are few and far between.
I use https://www.passwordstore.org/ with a hardware key on multiple OSes (including Linux, Android and macOS). I don't know of a better alternative to that.
No, I don't want to use 1Password. I want the UX of passwordstore. And I want to be able to somehow trust the password manager I use (if it comes from a random repo on the Internet, it's harder), and to somehow trust that it will still work in a few years. PGP has been around for decades, it feels pretty official and it should stay for a while, given that people have been trying to kill it for decades and complain that it can't seem to die :-).
-
Ask HN: Best password manager? (end 2024)
In my opinion and after trying a few, by far: https://www.passwordstore.org/
- Bitwarden SDK relicensed from proprietary to GPLv3
-
Android "Password Store" client for pass discontinued
“pass” in this context refers to a GPG-encrypted file based password manager: https://www.passwordstore.org/ https://en.wikipedia.org/wiki/Pass_(software) https://wiki.archlinux.org/title/Pass.
“pass” itself can be used in many contexts, but is primarily a desktop command-line tool. “Password Store” is the Android client for it.
- FIDO Alliance publishes new spec to let users move Passkeys across providers
- Do not use secrets in environment variables and
-
Building a Password Manager in Go: Part 2
Inspired by (Pass)[https://www.passwordstore.org/]
-
Building a Password Manager in Go
While embarking on this project, I drew inspiration from the popular command-line password manager pass. The simplicity and effectiveness of pass caught my attention, and I decided to use its API as a blueprint for building my own password manager in Go.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 9 Feb 2025
Stats
roddhjav/pass-import is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of pass-import is Python.