SergejKiller

Results 5 comments of SergejKiller

Should be fixed by https://github.com/hadeutscher/OvercookedTool/pull/24

Unfortunately I cannot attach the random file types. So I've attached the json file, which you can manually encrypt and decrypt and see if the content says the same. This...

That's the correct file. If you encrypt it and then immediately decrypt it using the old tool, do you get the same file size?

It seems .NET6+ change in behavior: https://github.com/dotnet/core/issues/6895

As .NET3 is obsolete I've been using OvercookedTool with .NET8 and run into that problem. My change should be compatible with .NET3 framework as well, but I do not have...