source-code-protection
Compile PHP to prevent "theft"?
If I create an application in java I compile it and it\'s hard to steal the code even if I send you the application. I know you can do it with reverse engineering and such but anyways.[详细]
2023-04-12 12:01 分类:问答Best method to check that a file hasn't been modified or altered
开发者_运维百科I\'m working on a solution and one of the features is to check that some files have not been tampered in other words hacked. I was planning on using the MD5 sum with a mixture of create[详细]
2023-04-05 09:52 分类:问答Packer detection of PE files
I want to know how detectors like Peid exe tools or protectid detect the packer/protection of pe files. I thought maybe some constant values when a program is packed, but i dont know well. Can someone[详细]
2023-04-02 17:01 分类:问答How to protect a java application from reverse-engineering or code stealing? [closed]
Closed. This question needs details or cl开发者_JAVA技巧arity. It is not currently accepting answers.[详细]
2023-03-27 15:01 分类:问答Obfuscating string values in PHP source code
I want to protect PHP source code at easy way. here is a example. $a = \"\\x46\\122\" . chr(578813952>>23) . \"\" . chr(0105) . \"\\x2d\";[详细]
2023-03-06 00:44 分类:问答node.js - Code Protection?
I want to use node.js in my next project, but my boss does not lik开发者_JAVA百科e that our competitors can read the source code.[详细]
2023-03-04 00:14 分类:问答Protect Ruby code
I\'m writing Ruby app and I want to use some top-secret algorithms. So how would be the best to protect them from unauthorized access.[详细]
2023-02-18 21:23 分类:问答Avoid an application to have access to disk operations
Let\'s guess in my application I allow to load a DLL with LoadLibrary WIN32. As i don\'t know the code of that DLL it can be malicious. So my question is, there is some way to tell windows to apply so[详细]
2023-02-18 09:49 分类:问答How to save VBA code to DLL library?
开发者_如何转开发For security purpose, I want to save my macros from VBA in Excel workbook to DLL library file I\'d be calling from the file later.[详细]
2023-02-09 10:57 分类:问答How do I protect JavaScript files?
I know it\'s impossible to hide source code but, for example, if I have to link a JavaScript file from my CDN to a web page and I don\'t want the people to know the location and/or content of this scr[详细]
2023-02-05 22:14 分类:问答