bouncycastle
BouncyCastle PrivateKey To X509Certificate2 PrivateKey
I create a certificate using BouncyCastle var keypairgen = new RsaKeyPairGenerator(); keypairgen.Init(new KeyGenerationP开发者_Python百科arameters(new SecureRandom(new CryptoApiRandomGenerator()), 1[详细]
2023-03-08 19:33 分类:问答Bouncy castle java - Triple DES cryptography is symetric or asymmetric?
Bouncy castle java - Tripl开发者_运维技巧e DES cryptography is symemtric or asymmetric? I am using bouncy castle Java API for implementing tripleDES, but I do not know if it is symmetric or asymmetri[详细]
2023-03-07 09:54 分类:问答BouncyCastle error: can't recognise key type in ECDSA based signer
I have been doing some simple testing with BouncyCastle\'s crypto library and RSA\'s crypto library. What I am doing is generating a private/public key pair like so:[详细]
2023-03-05 15:39 分类:问答How iphone crypt AES256 output 32 Byte Hex String?
Dear Gurus, I have code on java with bouncy castle lib, like this : private static String AES (boolean encrypt, String inputString, String keyString) {[详细]
2023-03-05 14:12 分类:问答Force to decrypt file with wrong key - C# + Bouncy Castle
I\'m writing a simple application where users can encrypt/decrypt files using one of the block algorithms like Rijndael. I have to encrypt the session key as well with the same algorithm and store it[详细]
2023-03-05 09:18 分类:问答need a help in order to Encrypt/decrypt file using bouncy castle in c#
please help; i have creted a server application that generate a x.509v3 certificates. than, i export a publique and private key in .txt file ( format hex, or pem) ;[详细]
2023-03-05 04:21 分类:问答BouncyCastle installation problems
I\'m trying to add BouncyCastle as a security provider on Windows XP Pro so I can use it to add some certs to an Android application per the instructions here. Unfortunately I can\'t get it to add the[详细]
2023-03-04 16:16 分类:问答PGP Encryption & PGP Decryption
I\'m having trouble decrypting files using the BouncyCastle OpenPGP API. I followed this post: http://rafayal.blogspot.com/2009/06/pgp-decryption-with-c.html to decrypt files. How开发者_高级运维ever,[详细]
2023-03-04 06:37 分类:问答Unable to cast object of type 'Org.BouncyCastle.Asn1.DerSequence' to type 'Org.BouncyCastle.Asn1.DerInteger'
in my c # project, I put this piece of code : initially, I recovered from the certificate that I created with bouncy castle, the key pair, then I extract the private key, my goal is that , it is in a[详细]
2023-03-03 22:41 分类:问答Encrypt/Decrypt using Bouncy Castle in C#
I am using the \"BouncyCastle.Crypto.dll\" for encrypt/decrypt a string in my app. I am using the following code from this blog:[详细]
2023-03-03 02:38 分类:问答