I need to design an applicatio开发者_运维知识库n that protects some data in a database against root attack. It means, that even if the aggressor takes control over the machine where data is stored or
I have a ASP/VB6 web-app that logs in a user. I want开发者_StackOverflow to encrypt the users identity field and pass(querystring) it to a asp.net app and then decrypt it to do a db lookup.
I am working on an application which has got some sensitive information.I am aware that it would be difficult for a layman 开发者_开发知识库to hack into iphone to get the information.If I use SQLite d
I have to encrypt XML file and send in ne开发者_如何学Ctwork to place in a private server. My other application will decrypt and import to SQL the file by giving the actual Public key.
I\'m looking to do some basic encryption of server messages which would be encrypted with C++ and decrypted using Python server side.I was wondering if anyone knew if there were good solution开发者_如
As the question s开发者_如何学Pythontates, does the integer-factorization problem fall into the class of NP-Complete problems?Factoring:
What is the best practice for a secure socket connection (without SSL). I will be moving sensitive data (logins/passwords/accounts) across TCP Socket connection, and wondering if there is a good/fast
I am writing a cryptography application and need to work with 128 bit integers. In addition to standard add, subtract, multiply, divide, and comparisons, I also need a power and modulo开发者_Go百科 f
I\'m trying to figure out how to, using m2crypto, validate the chain of trust from a public key version of a X509 certificate back to one of a set o开发者_运维技巧f known root CA\'s when the chain may
Here\'s the following algorithm: int encryption(int a, int b) { shor开发者_如何学Pythont int c, c2;