bouncycastle
how can sign a file with BouncyCastle dll in c#
I starting with BouncyCastle Crypto dll and I\'n not found enought documentation. I need one example of how can I sign a file with different alghoritms[详细]
2023-01-19 23:51 分类:问答How to export non-exportable private key from store
I need to export private key from Win开发者_JAVA百科dows store. What should I do if the key is marked as non-exportable? I know that it is possible, program jailbreak can export this key.[详细]
2023-01-19 12:20 分类:问答Why is desktop AES file IO incompatible with Android AES file IO?
I have ported an application from Android to desktop that uses AES to encrypt some private data. Both applications are able to encrypt and decrypt the data for their own use but unable to decrypt the[详细]
2023-01-19 06:44 分类:问答Illegal Argument Exception while decrypting with Bouncy Castle Crypto
Can any one point me in the right direction. I am not sure why I am getting an illegal argument exception while decrypting a key. This used to wor开发者_JAVA技巧k earlier. Here is the stacktrace.[详细]
2023-01-17 09:15 分类:问答BouncyCastle Decryption works, but not Encryption?
I\'m getting an encrypted string from an external service that I need to decrypt, and then re-encrypt using the BouncyCastle API.[详细]
2023-01-15 21:08 分类:问答Looking for a model explaining the internal structure of a PGP-signed & encrypted file
I\'m trying to debug & extend an existing piece of Java code using BouncyCastle to decrypt and verify secured attachments.[详细]
2023-01-13 02:49 分类:问答Convert a PKCS#8 private key to PEM in java
Hello everyone I\'m trying to convert a PKCS#8 private key that I generate in my java program to a PEM encoded file.[详细]
2023-01-12 19:07 分类:问答Java - Sending certificate through socket
i need to send a v3certificate from the server to the client using socket. To do this: server side, i generate a certificate which i encode with base64.encode , then i send it to the client.[详细]
2023-01-10 10:53 分类:问答Documentation for Bouncy Castle AES 256 encryption in .Net?
I\'m trying to implement t开发者_如何学Che Bouncy Castle encryption library in a .Net project, but am not finding a lot of .Net-related documentation.The class/method structure isn\'t even close to th[详细]
2023-01-10 05:38 分类:问答Get certificate detail from public key?
Is there any way to get certificate detail from public key? I had to use Bouncy Castle jar for this but somehow I can\'t solve thi开发者_运维技巧s problem.You can use the openssl toolkit to inspect ce[详细]
2023-01-10 01:04 分类:问答