I am working on some application wich will get HDD serial number and then i will use that HDD serial number for licence (cd-key) registration with product. Now the problems wich i can come to:
if I use rsa encrypt key to encrypt a static string + random data, and then, in my program, decrypt it with the correspond rsa decrypt key and check to see if static string is present, would that be i
I am fairly new to C# programming so this is likely a beginner\'s question. I get a \"\'A.Test.That.Fails\' is inaccessible due to its protection level\" error on the following code snippet and I fai
I am trying to protect my dll from disassemblers. I am using \"Eazfuscator.NET Assistant\" as dll encryption tool. but after that the Reflector still can read the source code. is it anything i need t
I\'m looking for a solution to prevent a Jetty server to be taken down by a DDoS or similar. Currently the servlets will open a new thread for each incomming connections, so 1 mio incomming connection
Is there any way to protect开发者_开发百科 a shared library (.so file) against reverse engineering ?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
in my web.config file i\'ve got the following: <authentication mode=\"Forms\"> 开发者_如何转开发<forms name=\".ASPXAUTH\" protection=\"All\" loginUrl=\"~/Account/Login.aspx\" timeout=\"2880\"
Please tell me how to protect our resource in a apk package. With a simple rename-extract process, any one can copy and thief application drawable 开发者_如何转开发resource like images or soundFX file
I have a php class that connects to a database which has the password to the database hard coded into it.I do NOT hav开发者_JAVA百科e have access to folders outside the webroot.Reading this forum and