age-plugin-yubikey VS kakoune-lsp

Compare age-plugin-yubikey vs kakoune-lsp and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
age-plugin-yubikey kakoune-lsp
11 9
502 573
- 1.7%
4.9 9.3
18 days ago 5 days ago
Rust Rust
Apache License 2.0 The Unlicense
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.

age-plugin-yubikey

Posts with mentions or reviews of age-plugin-yubikey. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-25.
  • Age: Modern file encryption format with multiple pluggable recipients
    13 projects | news.ycombinator.com | 25 Feb 2023
    _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/)

  • Add the same key to a retired PIV slot of two different Yubikey's
    2 projects | /r/yubikey | 4 Jan 2023
    I am using the yubikey plug-in for age (https://github.com/str4d/age-plugin-yubikey). It creates a private key and writes it to one of the retired PIV slot. What I want to do is to write the same private key to two different Yubikeys.
  • age.el: age encryption support for Emacs
    8 projects | /r/emacs | 29 Dec 2022
    So with age I can also just use my ssh public key to encrypt and my ssh private key to decrypt my files. If I want to get fancy, I can use something like https://github.com/str4d/age-plugin-yubikey to provide the key material for my age operations (which should compose with age.el quite well also, i.e. you can have every decrypt operation have a touch requirement in Emacs that way).
  • age v1.1.0-rc.1: plugin and Yubikeys support
    3 projects | news.ycombinator.com | 11 Jun 2022
    > A good feature of PIV applet of Yubikey 5 is that it stores 24 keys.

    Note that not all 24 of those keys are suitable for age usage. The 4 main keys have specific usage definitions in the PIV specification that mean hardware tokens alter how those key slots behave. Only one of them (the KeyManagement slot) has a definition that allows encryption, and even that I was somewhat suspicious of overlapping with, as I couldn't predict how those existing keys were being used, and didn't want to support every possible key type that might be in that slot (which users likely wouldn't be able to alter).

    age-plugin-yubikey avoids this complexity by only interacting with the 20 "retired" slots, which have no constraining definitions. (I am considering adding restricted support for the KeyManagement slot specifically for CAC card users who aren't allowed to add new keys to their cards [0], but this would be behind a default-off feature flag to keep the primary UX simple.)

    [0] https://github.com/str4d/age-plugin-yubikey/issues/62

  • Age encryption plugin for Yubikey exits beta
    1 project | news.ycombinator.com | 2 May 2022
  • Ask HN: CLI Tool for File Encryption?
    10 projects | news.ycombinator.com | 29 Apr 2022
  • Passage: A fork of password-store that uses age instead of GnuPG
    3 projects | news.ycombinator.com | 17 Dec 2021
    We designed the plugin protocol (https://hackmd.io/@str4d/age-plugin-spec) and generally the age recipient/identity structure specifically to enable the use of hardware or remote keys!

    For example, https://github.com/str4d/age-plugin-yubikey makes it very easy to use PIV tokens, including YubiKeys, with age. (Well, for now with rage, since plugin support is coming in age v1.1.0.)

    I argue against password-protecting keys by default because, unlike using hardware tokens, it doesn't protect against many threat models.

  • Clever uses of pass, the Unix password manager
    22 projects | news.ycombinator.com | 16 Dec 2021
  • Age v1.0.0 – simple, modern and secure file encryption
    8 projects | news.ycombinator.com | 6 Sep 2021
    Hardware? I assume if someone was concerned about key access they wouldn't want keys on their filesystem at all but move them into an HSM instead. Since age identities can come from standard input I assume it'd be feasible to put together a workflow there coming from one of the various cli utilities for interacting with keys. There is already a YubiKey specific age plugin [0] getting worked on as well. Currently in beta but looks interesting. Hopefully that will continue to expand to cover other common options. HSM support is pretty important for a modern encryption utility IMO but unfortunately the landscape is pretty all over the place too, so makes sense to just leave it to plugins or as part of a unix flow.

    ----

    0: https://github.com/str4d/age-plugin-yubikey

  • Yubikey PIV encrypted messaging system
    4 projects | /r/crypto | 27 Aug 2021
    age also has a notion of plugins, one of which is age-plugin-yubikey (written in Rust, there is also yubage written in Go) which allows you to create an age identity whose private key is stored via PIV.

kakoune-lsp

Posts with mentions or reviews of kakoune-lsp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-22.
  • Which editor do you use for your Go coding?
    16 projects | /r/golang | 22 Jun 2022
    Kakoune with LSP (gopls).
  • kak-lsp release 11.1.0
    1 project | /r/kakoune | 8 Dec 2021
  • Kakoune + Julia
    2 projects | /r/kakoune | 27 Oct 2021
    You could dive into installing kak-lsp, which will provide the code intelligence features you want. Kakoune doesn't do windowing on it's own, so your going to need to rely on something like tmux or a terminal emulator that does similar, such as wezterm, or even a tiling window manager (which is what is being used in the video). Kakoune really needs a lot of time invested to configure well though.
  • Massive preludes: why?
    2 projects | /r/rust | 12 Oct 2021
    Why do you need vscode? Kakoune supports code actions, so this should work in the editor with the best editing model ever. See lsp-code-actions from https://github.com/kak-lsp/kak-lsp.
  • Is kakoune more lightweight than vim or minimal? Why kakoune and not vim in your opinion?
    1 project | /r/kakoune | 2 Jun 2021
    In addition, rather than using its own full-fledged programming language for plugins or choosing to use a specific programming language, it provides a limited configuration language that's closer to a domain-specific language and to be used as a "glue" between Kakoune and programs written in any language. For example, the kak-lsp plugin uses a program written in Rust that is integrated with Kakoune with a thin wrapper of Kakoune's configuration language.
  • kak-lsp and godot engine
    2 projects | /r/kakoune | 30 May 2021
    If you're having problems with these capabilities, try to look at the kak-lsp debug output: https://github.com/kak-lsp/kak-lsp#troubleshooting
  • kak-lsp + terraform-ls
    2 projects | /r/kakoune | 18 Feb 2021
    kak-lsp doesn't print to *debug* under normal operation. If you want to check on kak-lsp, enable verbose logging as described here and tail -f the log file.
  • Currently looking for something other than vim and emacs. I have some questions for kakoune.
    1 project | /r/kakoune | 1 Jan 2021
    So, since pretty much everything happens through a shell, you can use anything that produces an executable to write your logic. kak-lsp, for example, is written in Rust, with some kakscript to define the commands, hooks and options a user needs to interface with it.

What are some alternatives?

When comparing age-plugin-yubikey and kakoune-lsp 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.

gdscript.kak - GDScript syntax highlighting for Kakoune

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

kakoune-doas-write - Fork of kakoune-sudo-write to use doas instead.

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

tower-lsp - Language Server Protocol implementation written in Rust

minisign - A dead simple tool to sign files and verify digital signatures.

cargo-limit - Productivity improvements for Rust ecosystem: warnings are skipped until errors are fixed, LSP-independent Neovim integration, etc.

yubikey-agent - yubikey-agent is a seamless ssh-agent for YubiKeys.

nih-plug - Rust VST3 and CLAP plugin framework and plugins - because everything is better when you do it yourself

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

Rust Language Server - Repository for the Rust Language Server (aka RLS)