public-key-encryption
public key cryptograpy with Java and OpenSSL
In an application I want to store sensitive data (which can be arbitrarily large) so that it can later be used for researching. The point is that I don\'t want the data to lie around unprotected, so I[详细]
2023-02-09 01:55 分类:问答How to generate and use public key cryptography in WinCrypt
I\'m currently experimenting with the Windows Cryptography API and running into some problems with Public-Key-Cryptography. I can find lots of examples of how to encrypt items, but nothing directly ad[详细]
2023-02-08 04:26 分类:问答Can I use a digital signature in this scenario? With c#
I want to sign an xml document using a private key. And then when my client receives the software for them to be able开发者_运维知识库 to verify that the xml document hasnt changed by using a public k[详细]
2023-02-05 18:57 分类:问答Conversion from BigInteger to octet?
I am trying to manually create the signature tag for a web service call. I accessed the certificate from the keystore and accessed the public key for the certificate. I now have the problem in convert[详细]
2023-02-04 00:24 分类:问答Restricting access of a Web application using public key/ private key techniques
I have a requirement of restricting access of a web application (public url available on www) & allowing it to specified set of clients.[详细]
2023-02-03 19:09 分类:问答.Net Skipping Code
I am having a strange problem. I am working on a .net windows project using c# code behind. I am trying to encrypt/decrypt files using public/private keys. This has happened to me a few times since I[详细]
2023-02-03 12:29 分类:问答Problem in Public key cryptography
I have a problem in PKC Consider the following scenario when a sender needs to send a message to the receiver :[详细]
2023-02-03 08:26 分类:问答open source code for RSA implementation in C/C++ (Use library or write my own) [closed]
Closed. This question does not meet Stack Overflow guidelin开发者_JAVA百科es. It is not currently accepting answers.[详细]
2023-02-03 07:31 分类:问答Signing a hash using MSVC++
My program which is written in MSVC++need to sign a h开发者_运维技巧ash. I\'ve found an example from msdn[详细]
2023-02-02 10:58 分类:问答How to read public key from PFX file in java
I am able to read private key from PFX file but not public key. I am using following code to read public key.[详细]
2023-01-31 23:34 分类:问答