code-security Questions
3
I recently developed an app with electron framework and am now worried about source code protection after reading security concerns related to electron javascript code.
I mean reverse engin...
Creatural asked 25/9, 2019 at 17:25
3
Solved
I'm implementing an automatic "evaluator" for a course I'm currently teaching. The overall idea is that every student delivers a DLL with some algorithms implemented. My evaluator loads all these D...
Cool asked 22/6, 2012 at 12:34
2
Solved
I'm building a custom CodeAccessSecurityAttribute to handle authorization for my WCF services. I built class A as such:
public class A : CodeAccessSecurityAttribute
{
public A() : base(SecurityAc...
Ml asked 14/2, 2011 at 18:13
2
Solved
I need to encrypt my C# code used by by ASP.NET pages. So, when I compile to create an DLL file I do need to encrypt my DLL file. Please do help me how to encrypt DLL file...
Hostile asked 23/2, 2011 at 15:23
2
Solved
I used to work in JavaScript a lot and one thing that really bothered my employers was that the source code was too easy to steal. Even with obfuscation, nothing really helped, because we all knew ...
Deuterium asked 30/3, 2010 at 23:54
1
© 2022 - 2025 — McMap. All rights reserved.