public-key-encryption
Encrpytion between iPhone and a php page with Key exchange
I need to send data to and from a php-page from my iPhone application and now I have a couple of questions to get it right the first time, and the best result:)[详细]
2023-03-06 00:35 分类:问答Creating OpenPGP messages in Java using FIPS 140-2 library
I am currently upgrading an application that generates OpenPGP messages to be FIPS 140-2 compliant.Currently I generate PGP messages that use RSA/AES-256 encryption which are both approved algorithms[详细]
2023-03-05 23:38 分类:问答GnuPG encrypting all file uploads
I would like to encrypt a file as it gets uploaded, generally what happens is that it gets written to disk and then you can en开发者_C百科crypt it from there, I would like to encrypt it before that ha[详细]
2023-03-05 07:44 分类:问答How to load RSA Public Key generated by openSSL into RSACryptoServiceProvider?
I am writing a .Net Class that reads a cookie from our central authentication server. It contains the UserId, some timestamps and a signature created by openssl_sign() using a 2048 Bit RSA key and a S[详细]
2023-03-04 22:31 分类:问答How to import PKCS#12 into Seahorse
I have a PKCS#12 file which I have successfully imported into Firefox. Now, I would like to import the same file into Linux in order to use public-Key cryptography with these开发者_如何学编程 keys. I[详细]
2023-03-04 14:51 分类:问答Public Key Encryption
I just wanted to make sure I am on the right track Sender generates private key, encrypts message Sender requests receivers public key[详细]
2023-03-04 01:39 分类:问答What is the correct way to use the Crypto Api for encryption and decryption between client and server?
After many headaches and people advising to stop, I finally managed to get my Server/Client App to work with this API and create the required keys, i.e. Session and Exchange.[详细]
2023-03-03 21:12 分类:问答What is X.509 and how does one use it?
What is X.509? How 开发者_如何学编程does one use it in REST web service for authentication?X.509[详细]
2023-03-02 01:40 分类:问答bash/ssh test for public key authentication
Is there a way to program开发者_如何学编程matically test whether ssh can authenticate using a public key? I would like to do something like this (preferably in bash, but am open to a python solution):[详细]
2023-02-28 14:15 分类:问答SSL certificate strategy for untrusted server
I\'m developing a product that needs to act as a server over a local network for other client applications to connect to, under the following constraints:[详细]
2023-02-27 19:26 分类:问答