private-key
What difference does key length make when signing a file?
I\'ve never taken any classes on encryption or security and I\'m trying to teach myself some basics, so forgive me if this is a silly question (don\'t worry, I\'m not working on anything sensitive)[详细]
2023-03-23 17:04 分类:问答What is the Android-counterpart of public-private-key-encryption with openssl_seal & openssl_open (both PHP)?
I just began to develop a android-app which needs to communicate with a server/database. On server side I use PHP to collect data or execute queries. I read a lot about security (XSS, SQL injection, e[详细]
2023-03-22 22:11 分类:问答Access denied when creating keystore for Android app
I am trying to sign my Android app so I can release it in Market. When I generate the keystore, I get an access denied error. How do I fix this?[详细]
2023-03-18 07:14 分类:问答Store and retrieve private key from Mac keychain programmatically
In a Mac application, I have a requirement to store the private key sent from the server for logged in user in a secure way and retrieve it back whenever needed programmatically. I know that keychain[详细]
2023-03-16 08:48 分类:问答Encrypt / Decrypt with Private key
I would like to implement some security in some of the Flash/PHP applications that I have. I have some Flash apps that communicate with PHP files, and the PHP is sending the data as get string ( e.g.[详细]
2023-03-13 23:04 分类:问答Is there any method to directly load a certificate & private key to SSLServerSocket (Java) programmatically?
I am from a \'C\' background. I am trying to analyze how to write a Java SSL Server. So, far the examples I found talk about loading certificate and private to a Key Store and the programmatically as[详细]
2023-03-13 06:30 分类:问答Exception when trying to read a PrivateKey from Windows certstore
I created a private and public key pair using OpenSSL and then I generated a .p12 file to import it into my Windows certstore. The key pair and .p12 files were created in Windows XP and I am trying to[详细]
2023-03-09 02:11 分类:问答Private key encryption method wanted
I am programming some server-client software and wanted some encryption. Both the server and client share a private key which is fixed length. Haven\'t decided what length I am going to have the key,[详细]
2023-03-06 13:10 分类:问答Cryptography : Generation of RSA Private Key Using Modulus & Exponent
I am new to cryptographic world. I need to generate a corresponding RSA private key from the data provided below.[详细]
2023-02-27 03:39 分类:问答Get sha1 message digest from plaintext+private key in delphi
I want to create a Sha1 me开发者_JAVA技巧ssage digest, and it should use my private key as input along with the plain text.[详细]
2023-02-22 23:54 分类:问答