Matt Dainty
Matt Dainty
Just bumped into this issue again, but for a different reason than before. Given that when any kind of error occurs when talking to Vault this results in the certificate...
@dependabot rebase
@dependabot rebase
So the way the encryption works on 7-zip archives is that it performs the usual compression (with LZMA, or any other algorithm for that matter) in one layer, producing a...
Please try this branch and see if that helps: https://github.com/bodgit/sevenzip/tree/wrong-password It introduces a new `PasswordError` type that will be returned if the archive uses some sort of encryption method but...
So I think you've managed to create a 7-zip archive that doesn't encrypt the headers, (i.e. what files are in the archive and how big they are, etc.), but the...
Not necessarily, it depends what compression algorithm is used. LZMA is the default algorithm so that's the most common but you can use other algorithms such as bzip2, deflate, etc....
@dependabot rebase
Instead of renaming the current action, just create a new one that DTRT. I'd look at doing it myself but it will likely take someone more familiar with writing actions...
So, it turns out it's not too difficult, even for a JavaScript n00b like me! An action is available here: [bodgit/setup-terraform-docs](https://github.com/bodgit/setup-terraform-docs) I started with a new repository using [actions/javascript-action](https://github.com/actions/javascript-action) as...