Top "Code-security" questions

How to perform obfuscation of source code and protect source in electron js

I recently developed an app with electron framework and am now worried about source code protection after reading security concerns …

javascript security electron obfuscation code-security
c# dll encryption

I need to encrypt my C# code used by by ASP.NET pages. So, when I compile to create an …

dll encryption code-access-security dllexport code-security
How to provide security for a jar file from decompiling the classes present in it using a manifest file

Is there any attribute that is there in the manifest file to provide security to the jar file. [update] I …

java swing executable-jar code-security