No announcements
Found 2941817 threads
-
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 | 1732 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 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 | 8014 Views | Created by Derderer - Wednesday, January 9, 2019 7:48 AM | Last reply by Derderer - Thursday, January 10, 2019 1:22 PM -
0 Votes
RSA public key Error
private RSAParameters _publickey; public RSAParameters PublicKey { get { return _publickey; } set { ...Answered | 2 Replies | 521 Views | Created by Roy Jiny - Sunday, April 22, 2018 10:50 AM | Last reply by Fei Hu - Monday, April 23, 2018 3:03 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 ...Answered | 4 Replies | 4412 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 private key encryption
If you want to know how to implement source code by using C++ or C language.Answered | 1 Replies | 1083 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
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 | 2644 Views | Created by FengH - Tuesday, October 13, 2015 9:43 PM | Last reply by FengH - Friday, October 16, 2015 5:25 PM -
0 Votes
[U8.1] [C#] Generate RSA public key - from key that was sent from the server
I'm writing universal app, the server written in Java.Answered | 5 Replies | 678 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
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 | 3683 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
Export a custom RSA key container to an XML file.Answered | 9 Replies | 14162 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 -
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 | 3689 Views | Created by cuneyiit - Thursday, June 20, 2013 1:47 PM | Last reply by Karel Pokorny - Wednesday, November 12, 2014 3:31 PM -
0 Votes
Import EXISTING Public and Private keys into RSA
Below is an example of exported keys.Answered | 3 Replies | 1210 Views | Created by IanBrown61 - Wednesday, October 22, 2014 8:18 AM | Last reply by Devon_Nullman - Friday, October 24, 2014 12:24 PM -
0 Votes
RSA Key Generation
You can read ...Answered | 1 Replies | 2288 Views | Created by Sharmistha Roy - Saturday, November 19, 2011 4:04 PM | Last reply by Jacob Brown - Saturday, November 19, 2011 5:07 PM -
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 | 906 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
RSA decoding
For those getting this exception, you can take a look at the following Stackoverflow ...Answered | 2 Replies | 3524 Views | Created by Vitaliy Korney - Monday, October 29, 2012 11:20 AM | Last reply by Rafaga12 - Tuesday, December 18, 2012 12:50 AM -
1 Votes
Public Key / Private Key
this might get you started: RSACryptoServiceProvider Class see the example at the bottom the RSA (an ...Answered | 1 Replies | 1892 Views | Created by MDMoura - Tuesday, September 11, 2012 5:27 PM | Last reply by Scruffy John - Tuesday, September 11, 2012 7:01 PM -
1 Votes
Porting RSA Public Key from Java to C#
Generate public/private keys in Java App 2.Answered | 1 Replies | 13795 Views | Created by ybawany - Monday, January 8, 2007 7:52 AM | Last reply by Figo Fei - Thursday, January 11, 2007 7:21 AM -
0 Votes
How to export SQL RSA key
I need to decrypt this field with RSA key.Answered | 7 Replies | 1064 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 Encryption and decription in C#
You will get more from this world!Answered | 2 Replies | 3938 Views | Created by Homecsiga - Sunday, October 17, 2010 8:21 AM | Last reply by Mike Dos Zhang - Tuesday, October 19, 2010 7:34 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 | 3892 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
[WPSL] RSA x509 algorithm for windows phone 8
f=255&MSPPError=-2147217396 2.To fetch the public key from the X509 ceterfication, you need to first initialize the X509Certificate object and pass ...Answered | 5 Replies | 1011 Views | Created by Sudip Das1 - Friday, November 6, 2015 12:00 PM | Last reply by Sudip Das1 - Tuesday, November 17, 2015 12:43 PM - Items 1 to 20 of 2941817 Next ›
No announcements