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.
开发者_运维百科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
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
Closed. This question needs details or cl开发者_JAVA技巧arity. It is not currently accepting answers.
I want to protect PHP source code at easy way. here is a example. $a = \"\\x46\\122\" . chr(578813952>>23) . \"\" . chr(0105) . \"\\x2d\";
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.
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.
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
开发者_如何转开发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.
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