Johannes
Johannes
Sorry for taking so long to respond and thanks for reaching out! > I think a patch worth considering is the modified padding fix by Loup Vaillant, which I implemented...
> I've emailed Rogaway, so I'll let you know what he says if he replies. Please do! > Another thing is why is the associated data being processed by the...
> For encryption, there's no issue. However, with decryption, there are two issues: Right. I keep on forgetting about the requirement during decryption, even when I worked on an implementation...
Experimental support (gated behind the `experimental` feature-flag) for this will be available in the `0.17.5` release.
Hi @DotRed108 It's been some time since I last looked at WASM compilation for this. Are you having a specific issue regarding compiling to a web-assembly target, or something else?
> Firstly, I'd like to express my appreciation for the hard work you've put into this library—it truly looks promising. Thank you! > 1. **Compatibility:** Is `orion` compatible with iOS...
Hi @Rust-Galt, It's true that currently you can't set the `wpk` claim in the footer. The reason is that, the PASERK "wrapped" formats that are safe to put in the...
What it sounds like you're looking for is a Key Encapsulation Mechanism (KEM) and probably _hybrid encryption_. We do have the available primitives for this, specifically a KEM instantiation of...
What's the size of the data that needs to be encrypted? Are these files or something that can fit into memory?
> I'm not yet able to understand hybrid encryption, but yesterday while trying to use libsodium I recall seeing it and concluding it wasn't fit for this; I may be...