SaaSHub helps you find the best software and product alternatives Learn more →
Passage Alternatives
Similar projects and alternatives to passage
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
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.
-
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.
-
-
-
-
-
-
-
rage
A simple, secure and modern file encryption tool (and Rust 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
passage discussion
passage reviews and mentions
-
Git-crypt – transparent file encryption in Git
You'd be better off with passage[0] -- it's a fork of pass but uses age for encryption. You can just make a directory hierarchy with appropriate .age-recipients files at the right levels.
[0]: https://github.com/FiloSottile/passage
-
Ask HN: Developer PC setup automations for company owned devices
I believe there is `pass-age` https://github.com/FiloSottile/passage ... unifies to `ssh` keys as the key material.
https://github.com/FiloSottile/age
```
- GPG vs AGE, signing and encryption
-
Self-hosted Secrets Manager (or something alike)
passage
-
Age: Modern file encryption format with multiple pluggable recipients
_o/ hi all, age author here!
The OP link is the spec, here's a few other things you might find interesting
- the Go reference implementation https://age-encryption.org
- the Go library docs https://pkg.go.dev/filippo.io/age
- the CLI man page https://filippo.io/age/age.1
- an interoperable Rust implementation by @str4d https://github.com/str4d/rage
- a YubiKey plugin by @str4d https://github.com/str4d/age-plugin-yubikey
- the draft plugin protocol specification (which we should really merge) https://github.com/C2SP/C2SP/pull/5/files?short_path=07bf8cc...
- a Windows GUI by @spieglt https://github.com/spieglt/winage
- a discussion of the authentication properties of age https://words.filippo.io/dispatches/age-authentication/
- a discussion of a potential post-quantum plugin https://words.filippo.io/dispatches/post-quantum-age/
- a password-store fork that uses age instead of gpg https://github.com/FiloSottile/passage (see also: how I use it with a YubiKey https://words.filippo.io/dispatches/passage/)
-
Gnu Pass and possibly a general linux question...
https://github.com/FiloSottile/passage and https://github.com/FiloSottile/passage/issues/24
-
Bitwarden Acquires Passwordless.dev
Without looking close at your suggestion, you might want to look at passage [0] by the creator of age. It's a fork of pass [1] using age as the backend.
[0] https://github.com/FiloSottile/passage
- passage: A fork of password-store (https://www.passwordstore.org) that uses age (https://age-encryption.org) as backend.
-
age.el: age encryption support for Emacs
I wanted to reduce the amount of key management in my life to the bare minimum. I don't use gpg for its intended purpose (maintaining a web of trust with folks that you communicate with), but rather only use it for Emacs file encryption and things like password-store (which I'm replacing with https://github.com/FiloSottile/passage and will also port the Emacs pass frontend to work with).
- pass: password manager for true geeks. Control everything yourself, sync among devices, enjoy your security. Cheat sheet for setting it up
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 Apr 2025
Stats
FiloSottile/passage is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of passage is Shell.