No announcements
Found 758746 threads
-
0 Votes
RSA private key from PEM file and Java code converting to C#
According to your description, you want to convert Java code to C# correctly and use the RSA private key from *.pem file.Answered | 3 Replies | 9556 Views | Created by Derderer - Wednesday, January 9, 2019 7:48 AM | Last reply by Derderer - Thursday, January 10, 2019 1:22 PM -
1 Votes
RSA Loading a PEM Key?
http://stackoverflow.com/questions/243646/how-to-read-a-pem-rsa-private-key-from-net jon.stromer.galleyAnswered | 2 Replies | 9589 Views | Created by Tuck. _ - Sunday, February 14, 2010 7:30 PM | Last reply by jgalley - Tuesday, February 16, 2010 5:13 PM -
0 Votes
Factorizing RSA Public key
Okay, first of RSA is not vulnerable: http://en.wikipedia.org/wiki/RSA_%28algorithm%29 So far each detected hole has been fixed.Answered | 2 Replies | 1907 Views | Created by David Ranjeeth - Wednesday, February 27, 2013 11:08 AM | Last reply by Christopher84 - Wednesday, February 27, 2013 12:16 PM -
1 Votes
writing private key into the pem file
Hi all, This is the code i am using for writing the private key into pem file .Answered | 3 Replies | 4849 Views | Created by Rev_sb - Wednesday, November 20, 2013 10:50 AM | Last reply by Jane Wang - MSFT - Thursday, November 21, 2013 8:56 AM -
0 Votes
RSA Key Generation
You can read ...Answered | 1 Replies | 2433 Views | Created by Sharmistha Roy - Saturday, November 19, 2011 4:04 PM | Last reply by Jacob Brown - Saturday, November 19, 2011 5:07 PM -
2 Votes
Convert PFX Certificate to PEM Format for private key/public key - LAMP PHP and HealthVault
Hi Shushu, I don't know the format makecert uses for the private key.Answered | 5 Replies | 20671 Views | Created by Shushu Inbar - Thursday, June 3, 2010 8:30 AM | Last reply by robmay - Wednesday, June 9, 2010 8:09 PM -
0 Votes
.PEM file
A PEM file could be an audio module, a Corel Word Perfect Program Editor Macro document or a Privacy Enhanced Mail Certificate, a base64-encoded certificate file, such as a ...Answered | 1 Replies | 6227 Views | Created by JoePattison - Wednesday, November 9, 2011 7:59 PM | Last reply by Luigi Bruno - Wednesday, November 9, 2011 10:17 PM -
0 Votes
How to export SQL RSA key
I need to decrypt this field with RSA key.Answered | 7 Replies | 1278 Views | Created by Olga12908 - Wednesday, May 6, 2020 6:05 AM | Last reply by vera.S - Tuesday, May 19, 2020 8:28 AM -
1 Votes
How to select RSA public key
NCryptEncrypt uses the public key portion of your key pair by default for performing the encryption and NCryptSignHash uses the private key portion of your ...Answered | 4 Replies | 4638 Views | Created by Qiusheng Xie - Tuesday, March 6, 2012 1:36 AM | Last reply by Qiusheng Xie - Thursday, March 8, 2012 12:38 AM -
3 Votes
RSA Encryption Decryption with existing key.
An RSA key is defined by two large primes, p and q, and a public exponent e.Answered | 3 Replies | 1040 Views | Created by AkhilPtpm - Wednesday, August 27, 2014 8:29 PM | Last reply by dns jinung - Wednesday, September 3, 2014 9:55 AM -
0 Votes
Importing an Existing PEM Certificate into SQL Server (NO private key available)
It's the following: "The certificate, asymmetric key, or private key file is not valid or does not exist; or you do not have permissions for it.Answered | 9 Replies | 4226 Views | Created by gawogawo - Monday, October 26, 2015 12:30 PM | Last reply by gawogawo - Thursday, October 29, 2015 11:23 AM -
2 Votes
How to set RSA key length
Qiusheng, NCRYPT_LENGTH_PROPERTY is the property name that you will need to use with NCryptSetProperty and after you are done setting key properties, you ...Answered | 2 Replies | 4130 Views | Created by Qiusheng Xie - Wednesday, March 7, 2012 7:34 AM | Last reply by Qiusheng Xie - Thursday, March 8, 2012 12:43 AM -
0 Votes
RSA Public Key Encryption in IE11
If I replace "RSA-OAEP" with "RSAES-PKCS1-v1_5" for both key generation and encryption, the above code works.Answered | 4 Replies | 2880 Views | Created by FengH - Tuesday, October 13, 2015 9:43 PM | Last reply by FengH - Friday, October 16, 2015 5:25 PM -
0 Votes
RSA public key Error
using (RSACryptoServiceProvider rsa = new RSACryptoServiceProvider(2048)) { _publickey = rsa.ExportParameters(false); ...Answered | 2 Replies | 687 Views | Created by Roy Jiny - Sunday, April 22, 2018 10:50 AM | Last reply by Fei Hu - Monday, April 23, 2018 3:03 AM -
0 Votes
RSA public private key encryption
RSA Encryption Example for C++.Answered | 1 Replies | 1306 Views | Created by Dr. Bean - Wednesday, May 25, 2016 7:40 PM | Last reply by Hart Wang - Thursday, May 26, 2016 5:40 AM -
0 Votes
Microsoft CryptoAPI: how to convert PUBLICKEYBLOB to DER/PEM?
Could you verify my account so I could post the picture with both keys compared?Answered | 5 Replies | 3137 Views | Created by Leff Ivanov - Tuesday, March 29, 2016 10:40 AM | Last reply by Hart Wang - Thursday, March 31, 2016 3:01 AM -
0 Votes
OpenSSL RSA checking data with public key encryption
Hi, To be more specific - if the private key was used then it's a signature, not an encrypted file.Answered | 1 Replies | 3816 Views | Created by LIUFA - Wednesday, September 16, 2009 1:58 PM | Last reply by Pawel Koselski - Wednesday, September 16, 2009 9:36 PM -
0 Votes
How to Import a Public/Private key pair into RSA Key Container
I have found a solution to import openssl keys into .NET RSA system.Answered | 9 Replies | 14491 Views | Created by Junbin Duan - Wednesday, June 18, 2008 1:25 PM | Last reply by Nacho García - Friday, September 17, 2010 7:51 AM -
0 Votes
How to Sign with RSA private key by CNG
But there is another question, why X509 certificate which has private key(RSA) not deleted by NCryptDeleteKey()?Answered | 10 Replies | 2225 Views | Created by _Wayne56 - Wednesday, February 26, 2020 5:31 AM | Last reply by _Wayne56 - Thursday, February 27, 2020 12:01 PM -
3 Votes
RSA
Hi all, I have an RSA Private Key generated by OpenSSL.Answered | 3 Replies | 3031 Views | Created by CNT LM - Monday, May 14, 2012 10:51 PM | Last reply by Pavel Celba - Tuesday, May 15, 2012 8:49 PM - Items 1 to 20 of 758746 Next ›
No announcements