rsacryptoserviceprovider
how to access private key from eToken with jsp
It\'s my first time to here, so please forgive me at first time if I make mistake. I am new to RSA(Cryptography), My requirement is, accessing private key from eToken for decryption and store decrypte[详细]
2023-04-10 12:30 分类:问答RSACryptoServiceProvider - Value cannot be null - rgb
My DNN module encrypts some data using my public key and presents it to the user. The user submits this data to me for processing. I decrypt the data with my private key and use it. I use the .Net RSA[详细]
2023-04-08 15:09 分类:问答Using RSACryptoServiceProvider in C# to encrypt/decrypt an excel file?
How can I use private/public keys for encryption/decryption of an an excel file in C#.NET? The article RSA Encryption in C# describes a way of doing this encryption, but this example only works for e[详细]
2023-03-27 21:12 分类:问答C#: RSACryptoServiceProvider Encrypt and VerifyData?
here are my methods for encrypting and decrypting data using RSA: private RSACryptoServiceProvider _RSACSP { get; set; }[详细]
2023-03-21 07:21 分类:问答Verifying a Digital Signature produced by C# on an Android Device
I\'m writing an Android application that would like to verify that a string produced by a C# program is authentic (i.e. produced by another application that I\'ve written). To do that, I\'m signing th[详细]
2023-02-27 08:04 分类:问答Object already exists in RSACryptoServiceProvider
I copied the source code from one application to another, both running on the same machine.I am also using the same string for containerName below in both applications.[详细]
2023-02-05 20:37 分类:问答Perl & .NET RSA working together? Encrypting in .NET from Perl public key? Loading private key from Perl?
I\'ve got an application that is going to be taking a public key from a 3rd party. The public key is generated in Perl using Crypt::RSA::Key. Using the BigInteger class, I\'m able to load this key and[详细]
2023-01-30 04:43 分类:问答Generate random RSA keys with RSACryptoServiceProvider
How do I generate 开发者_StackOverflowrandom RSA public and private keys (RSAParameters) using RSACryptoServiceProvider class?[详细]
2023-01-26 06:14 分类:问答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 分类:问答How to specify public key in RSACryptoServiceProvider .NET class
I need to sign an xml-doc with digital signature. I know that there is a way to do this in .NET but i cannot understand how to specify my own puplic key in RSACryptoServiceP开发者_开发问答rovider. I n[详细]
2023-01-14 19:09 分类:问答