str4d

Results 674 comments of str4d

@FiloSottile read me the riot act for suggesting the above 😝 The much more standard way to do this is to encrypt the file to an age recipient, and then...

There's no particular reason for not having support in the code. Providing release binaries OTOH would require having an Actions workflow for generating those binaries. GitHub doesn't yet provide M1...

This is an interesting request, for a few reasons: - The first version of this plugin that I wrote _did_ use RSA keys (because that's what I had pure-Rust crates...

#63 enables YubiKeys to be skipped when we ask them to be plugged in, but we still want to handle this case (plugged in, but can't use the PIN). @FiloSottile...

This plugin adds hardware token support to `age` by storing a NIST-P256 key in the PIV applet. We don't currently have support for importing an existing key, but if we...

> Use case: Suppose someone sends me encrypted file using https://github.com/Ciantic.keys with rage then I'd like to decrypt it with key stored in YubiKey. This could work, if it contains...

I tested db880abe2ff8b3c1c208d2e8ead4e21fbe1e05a4 on several of my projects, by adding the following patch: ```toml [patch.crates-io] criterion = { git = "https://github.com/bheisler/criterion.rs", rev = "db880abe2ff8b3c1c208d2e8ead4e21fbe1e05a4" } ``` No issues at all;...

#497 confuses me: it says that the `cargo_bench_support` feature flag is now honored, but all the PR does is remove the warning. `cargo_bench_support` has never done anything (it was added...

Opened https://github.com/bheisler/criterion.rs/pull/541 to add `cargo_criterion_support` to this PR.