ssh-agent-pkcs11 VS rage

Compare ssh-agent-pkcs11 vs rage and see what are their differences.

ssh-agent-pkcs11

A PKCS#11 module which uses certificates stored on remote systems accessed over the SSH Agent protocol (by rkeene)

rage

A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability. (by str4d)
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
ssh-agent-pkcs11 rage
1 36
5 2,326
- -
10.0 9.0
almost 5 years ago 22 days ago
C Rust
- Apache License 2.0
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.

ssh-agent-pkcs11

Posts with mentions or reviews of ssh-agent-pkcs11. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-13.
  • It's Now Possible to Sign Arbitrary Data with Your SSH Keys
    15 projects | news.ycombinator.com | 13 Nov 2021
    It hasn't been able to do it in a meaningful way.

    I've been patching support for this into ssh-agent for about a decade. I wrote a PKCS#11 module which talks to the SSH agent socket to forward your smartcard [0]. Doing so requires three changes to the protocol:

    1. The ability to sign arbitrary data and get back the signed result [1]; normally you get back a hashed result [2].

    2. The ability to decrypt data, this is what you said. This is less important since many things only require signatures (and not all algorithms support encryption/decryption).

    3. The ability to request your certificates [3] [4] this one is kinda obvious.

    The benefits of this are that you can use your smartcard on the remote host to do fully authenticated password-less sudo with pam_pkcs11. You can also do anything else that requires you to use your private key to be used, which can include fetching files (TLS client certificate authentication).

    Within the US Government, passwords have been being phased out since 2004, but the requirements for authenticated privilege elevation remain.

    Another way to accomplish this is to use SSH forwarding of your PC/SC socket but that's less portable and more fragile (and even less secure).

    [0] https://github.com/rkeene/ssh-agent-pkcs11

    [1] https://cackey.rkeene.org/fossil/artifact/0d0e90bbfdee672c?l...

    [2] https://datatracker.ietf.org/doc/html/draft-miller-ssh-agent...

    [3] https://cackey.rkeene.org/fossil/artifact/0d0e90bbfdee672c?l...

    [4] https://datatracker.ietf.org/doc/html/rfc6187#section-2.1

rage

Posts with mentions or reviews of rage. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-29.

What are some alternatives?

When comparing ssh-agent-pkcs11 and rage you can also consider the following projects:

age - A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.

trezor-agent - Hardware-based SSH/GPG/age agent

PasswordPusher - 🔐 An application to securely communicate passwords over the web. Passwords automatically expire after a certain number of views and/or time has passed. Track who, what and when.

whoami.filippo.io - A ssh server that knows who you are. $ ssh whoami.filippo.io

age-plugin-yubikey - YubiKey plugin for age

git-crypt - Transparent file encryption in git

croc - Easily and securely send things from one computer to another :crocodile: :package:

sops - Simple and flexible tool for managing secrets

tarssh - A simple SSH tarpit inspired by endlessh

stakesign - Sign files via blockchain + put your money where your mouth is

wormhole-gui - Cross-platform application for easy encrypted file, folder, and text sharing between devices. [Moved to: https://github.com/Jacalz/rymdport]