Related to this question encrypt binary with 7z without filenames?
In C# how can i put binary in STDin? i was hoping the below would work but it doesnt. And it makes
Write directly to the base stream:
new BinaryWriter(p.StandardInput.BaseStream)