ShellCode

Results 58 comments of ShellCode

> It depends on AEADs API so only &[u8] Considering this library is the one wrapping it, I guess it would make sense to provide a higher level streaming interface...

> Maximum message size is 64GB (AES) or 256GB (XChaCha20) so you need to split your 10TiB files for each encryption. Good to know, thanks. But that was not my...

@filipkemuel Adding `MimeType=x-scheme-handler/freetube;` to the desktop file does work indeed, but FreeTube doesn't seem to handle the `freetube://` scheme correctly. The application sets the search bar input to "freetube-bin" and...

This mechanism already exists in `extract.py` ``` emails_already_found = set() credit_cards_already_found = set() ``` But it would be great to do that everywhere

Autoremove duplicates on pcaps and keep everything in live capture ?

Hello Jack, thanks for your interest in what I've done here ;) I'm pretty busy with life right now and don't really have time to implement new features myself, but...

Still doesn't work but I feel like I'm on the right track with the current state of the code.

Actually... It works properly the way it is. I have another issue which prevents the mark from propagating. Let me know if you like the API the way it is...

Faced the same issue. For future readers, here's what I came up with: ```rust let const_declarations = [ ... ] .map(|s| "#[allow(clippy::redundant_static_lifetimes)]\n".to_string() + s.as_str()) .join("\n\n"); ```

Something that might be worth adding to the readme is a mention to the setup mode which allows you to enroll keys from userland and is [part of the UEFI...