Tagged Questions

1
vote
2answers
60 views

Is the supported encryption strength specified in SSL certificates?

I have been trying to find the answer to this all day. I have googled, asked people in the know, trawled sites for SSL Cert vendors etc etc etc. Maybe my search-fu is just failing today. Anyway... ...
1
vote
1answer
2k views

How to do asymmetric encryption with X509 certificates and C#?

I am looking to encrypt files with X509 certificates using public and private keys and send them to a remote server. How would I do this? Is this even possible? How do I generate the certificate ...
0
votes
1answer
89 views

How to encrypt using a X509 public cert with Android?

I am trying to encrypt a text file using a .pfx certificate file using : public void EncryptUsingPublicKey(File in, File out, File publicKeyFile) throws IOException, GeneralSecurityException { ...
0
votes
0answers
243 views

BouncyCastle X509 file encryption compatible with Kleopatra

I am working on encryption/decryption/sign methods which will be compatible with gpg4win Kleopatra. So far I have done all openPGP methods for encryption decryption and signing with bouncycastle ...