str4d / rage

A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.
https://age-encryption.org/v1
Apache License 2.0
2.68k stars 104 forks source link

Remove split between recipient and passphrase encryption #507

Closed str4d closed 3 months ago

str4d commented 3 months ago

Closes #504.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 60.80000% with 49 lines in your changes missing coverage. Please review.

Project coverage is 51.72%. Comparing base (e568a64) to head (f69c29b).

Files Patch % Lines
rage/src/bin/rage/main.rs 30.00% 21 Missing :warning:
rage/src/bin/rage-mount/main.rs 12.50% 14 Missing :warning:
age/src/encrypted.rs 36.36% 7 Missing :warning:
age/src/protocol.rs 89.65% 3 Missing :warning:
age/src/error.rs 0.00% 2 Missing :warning:
age/src/format.rs 93.33% 1 Missing :warning:
age/src/scrypt.rs 88.88% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #507 +/- ## ========================================== - Coverage 52.01% 51.72% -0.30% ========================================== Files 43 42 -1 Lines 3937 3938 +1 ========================================== - Hits 2048 2037 -11 - Misses 1889 1901 +12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.