ElectronNET / Electron.NET

:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
https://gitter.im/ElectronNET/community
MIT License
7.32k stars 726 forks source link

Code Sercurity #177

Closed anaether closed 6 years ago

anaether commented 6 years ago

Hello,

I want to ask how we can secure our code that is finally generated by the Electron.CLI build is made? For C# it would help a bit to work with obfuscation/encoding. My first check was with IL-Spy that says that this is an unmanaged assembly. At addion how we can clean the build up? The folder structure looks a bit strange and messy.

Good Regards, cRUSHER

samdubey commented 5 years ago

Have you found answer to code security question?

anaether commented 5 years ago

Hi @samdubey not really. When i found a way i will update this ticket.

srameh commented 4 years ago

I am looking for a similar solution. Have you guys found a fix for this?