rage/age-core
Jack Grigg a23763cbc3 age-core: Reject last lines in AgeStanza bodies with trailing bits
If a Base64 line has length 2 or 3 mod 4, there are more bits in the
encoding characters than can be decoded into bytes. RFC 4648 states:

   For example, if the input is only one octet for a base 64 encoding,
   then all six bits of the first symbol are used, but only the first
   two bits of the next symbol are used.  These pad bits MUST be set to
   zero by conforming encoders, which is described in the descriptions
   on padding below.

The `base64` crate enforces this check, but in the 0.7.0 refactor we
forgot to enforce it ourselves.
2021-12-23 22:12:33 +00:00
..
src age-core: Reject last lines in AgeStanza bodies with trailing bits 2021-12-23 22:12:33 +00:00
Cargo.toml v0.7.0 2021-10-18 17:52:37 +01:00
CHANGELOG.md v0.7.0 2021-10-18 17:52:37 +01:00
README.md Update READMEs 2020-07-29 02:06:18 +12:00

age-core Rust library

This crate contains common structs and functions used across the age crates.

You are probably looking for the age crate itself. You should only need to directly depend on this crate if you are implementing a custom recipient type.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.