rage icon indicating copy to clipboard operation
rage copied to clipboard

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

Results 72 rage issues
Sort by recently updated
recently updated
newest added

As discussed last week, here's a WIP french translation. It's roughly 50% done I guess.

Simple porting of the sync `Seek` implementation of `StreamReader` to use async calls. The implementation adds a new field named `seek_state` to the `StreamReader` when the `async` feature is enabled....

Per https://github.com/str4d/rage/pull/507#discussion_r1703367459, I'm going to remove `Identity::unwrap_stanza`, and make `Identity::unwrap_stanzas` a required method. The latter will also be documented as always receiving all stanzas from the same file (rather than...

I added this in #507 as part of the long-overdue refactor, but subsequent refactors might make it unnecessary. If that becomes the case, I don't want to leave it as...

Bumps the dependency to at least 4.1.3 as per the advisory [Advisory](https://rustsec.org/advisories/RUSTSEC-2024-0344.html) (even though this crate may not be using the function mentioned in the advisory, it is better to...

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.1 to 4.5.0. Release notes Sourced from codecov/codecov-action's releases. v4.5.0 What's Changed build(deps-dev): bump @​typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0 by @​dependabot in codecov/codecov-action#1446 build(deps-dev): bump ts-jest from...

dependencies
github_actions

The `rage` README file says that > Hardware PIV tokens such as YubiKeys are supported through the [age-plugin-yubikey](https://github.com/str4d/age-plugin-yubikey) plugin. but `age-plugin-yubikey` only supports a particular subset of PIV tokens (per...

Hi! I noticed that in the `Cargo.toml` file Link-Time Optimization (LTO) for the project is not enabled. I suggest switching it on since it will reduce the binary size (always...

## General Info The error message was not as intuitive as it could have been. It would be more intuitive for the keygen to create a directory if one doesn't...

## What were you trying to do Encrypt an .mp4 file with passphrase. It worked with a different password so I guess the error is about the passphrase. I was...