No announcements
Found 2795603 threads
-
0 Votes
Extract RSA key value from XmlString
Its ExportParameters() method gives you direct access to the Modulus value.Answered | 3 Replies | 3536 Views | Created by Redray - Tuesday, February 24, 2009 10:09 PM | Last reply by nobugz - Wednesday, February 25, 2009 11:50 AM -
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 | 1717 Views | Created by David Ranjeeth - Wednesday, February 27, 2013 11:08 AM | Last reply by Christopher84 - Wednesday, February 27, 2013 12:16 PM -
0 Votes
RSA Key Generation
You can read ...Answered | 1 Replies | 2278 Views | Created by Sharmistha Roy - Saturday, November 19, 2011 4:04 PM | Last reply by Jacob Brown - Saturday, November 19, 2011 5:07 PM -
1 Votes
How to select RSA public key
The key handle returned by NCryptCreatePersistedKey refers to a key-pair which internally holds both public () and private components of your RSA key.Answered | 4 Replies | 4397 Views | Created by Qiusheng Xie - Tuesday, March 6, 2012 1:36 AM | Last reply by Qiusheng Xie - Thursday, March 8, 2012 12:38 AM -
0 Votes
RSA public key Error
private RSAParameters _publickey; public RSAParameters PublicKey { get { return _publickey; } set { _publickey = ...Answered | 2 Replies | 507 Views | Created by Roy Jiny - Sunday, April 22, 2018 10:50 AM | Last reply by Fei Hu - Monday, April 23, 2018 3:03 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 | 891 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
How to export SQL RSA key
I need to decrypt this field with RSA key.Answered | 7 Replies | 1048 Views | Created by Olga12908 - Wednesday, May 6, 2020 6:05 AM | Last reply by vera.S - Tuesday, May 19, 2020 8:28 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 | 2610 Views | Created by FengH - Tuesday, October 13, 2015 9:43 PM | Last reply by FengH - Friday, October 16, 2015 5:25 PM -
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 | 3876 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 private key encryption
RSA Encryption Example for C++.Answered | 1 Replies | 1057 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
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 | 3672 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
RSA decoding
For those getting this exception, you can take a look at the following Stackoverflow ...Answered | 2 Replies | 3509 Views | Created by Vitaliy Korney - Monday, October 29, 2012 11:20 AM | Last reply by Rafaga12 - Tuesday, December 18, 2012 12:50 AM -
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 | 14115 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 -
3 Votes
RSA
Is there a way to call OpenSSL from within a visual fox program?....Answered | 3 Replies | 2888 Views | Created by CNT LM - Monday, May 14, 2012 10:51 PM | Last reply by Pavel Celba - Tuesday, May 15, 2012 8:49 PM -
0 Votes
[U8.1] [C#] Generate RSA public key - from key that was sent from the server
AesCbcPkcs7 algorithm, for example(change code to fit your scenario): // convert message string to binary var input = CryptographicBuffer.ConvertStringToBinary(message, ...Answered | 5 Replies | 673 Views | Created by nadav.beithalevi - Sunday, September 6, 2015 11:31 AM | Last reply by Franklin Chen - Wednesday, September 16, 2015 7:56 AM -
0 Votes
RSA private key from PEM file and Java code converting to C#
Finally I got this code, which signs from private.pem file, and verify it from public.pem file.Answered | 3 Replies | 7794 Views | Created by Derderer - Wednesday, January 9, 2019 7:48 AM | Last reply by Derderer - Thursday, January 10, 2019 1:22 PM -
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 | 1425 Views | Created by _Wayne56 - Wednesday, February 26, 2020 5:31 AM | Last reply by _Wayne56 - Thursday, February 27, 2020 12:01 PM -
4 Votes
how can i set key pairs for RSA !?!?!
@Marcel Roma: am sorry for being late, i finally resorted to the use of RijndaelManaged & tripleDES to encrypt/decrypt data since it is not possible to let the user determine ...Answered | 11 Replies | 2977 Views | Created by emy noor - Sunday, November 15, 2009 8:59 AM | Last reply by emy noor - Sunday, December 6, 2009 7:20 AM -
0 Votes
obtain a key with RSA encryption that is code signing enabled
http://msdn.microsoft.com/en-us/library/windows/desktop/aa364691(v=vs.85).aspx You ned to get a certificate from a website.Answered | 1 Replies | 1900 Views | Created by mlempjr - Wednesday, November 14, 2012 12:11 AM | Last reply by Joel Engineer - Wednesday, November 14, 2012 2:53 AM -
1 Votes
WinRT RSA encryption : import public key exponent/modulus
Is there any info, how to prepare keyblob of any format from Exponent and Modulus public key values?Answered | 2 Replies | 3680 Views | Created by cuneyiit - Thursday, June 20, 2013 1:47 PM | Last reply by Karel Pokorny - Wednesday, November 12, 2014 3:31 PM - Items 1 to 20 of 2795603 Next ›
No announcements