Filippo Valsorda
Filippo Valsorda
Previously: #2, #127
Ah, looks like in PowerShell 6+ the issue is not UTF-16 anymore, but the CRLF line endings. Again, we need to look for a way to say "this is binary,...
@namitgpta that's unexpected, can you paste the command sequence and the corruption?
This is a long-running issue affecting all versions of PowerShell (PowerShell/PowerShell#1908). Here are the results of running a small test program (https://go.dev/play/p/jlY_sKptwpP) on Windows 10. cmd.exe ``` filippo@MEGABRANTIS C:\Users\Filippo>.\winshellcheck.exe w...
@thepudds, hi! That looks very promising. Is it FILE_TYPE_PIPE for `|` redirection under cmd.exe and/or WSL, though? I bet there's some other attributes we can use to tell them apart.
This came up thinking through YubiKey scenarios with @str4d: what do you do with your existing backups encrypted to YubiKey A and YubiKey B when YubiKey A breaks and you...
Yeah, I recently had to do something similar to migrate from gpg to age! The issue is that this is a pretty fundamental property of hybrid encryption: to change the...
@ChristopherA That would be nice, but it wouldn't support converting an existing key to a mnemonic, which I expect will be a somewhat common use case. You can still easily...
We can't print what recipients a file is encrypted to, but there should be a way to get a text/JSON output with number and types of recipients, header version, and...
Hey, that sounds like a valid feature to have, thanks. Can you comment a bit on how you expect the API to look like? UploadWithCustomMetadata? I'm not super happy about...