RSA is a common public key algorithm, which can be used for encryption and signature. It is a core component of most the security protocols used on the Internet, including the SSL/TLS protocol suite. For IBM Rational Software Architect, use rational-rsa.

learn more… | top users | synonyms

1
vote
1answer
71 views

Storing certificates in pkcs11 keystore

I am generating an RSA keypair in pkcs11 keystore, it was storing into smartcard and i am generating pkcs10 request. when i download the equivalent certificate how can i store it into ...
1
vote
1answer
46 views

Import DER encoded public key using crypto API

Is it possible to import DER encoded public key using MS crypto API? So i can verfiy signatures ? I need a piece of code or help for MS Crypto API for importing DER encoded public-key/certificate.
-3
votes
1answer
88 views

PHP encryption/decryption using RSA differs between PHP and Java [closed]

I want to create script which encrypt the plain text using public key and decrypt using private key. I used phpseclic library but the encryption cipher text shows this: §ñŽÔÌpn9ˆéí>piKÈ¡.
0
votes
0answers
51 views

Implement RSA_public_decrypt, or encryption verification, kernel mode

I want to check whether a string is encrypted by RSA algorithm or not. This encryption checker must implemented in Kernel mode and worse than that it has to write in Win XP. I investigate OpenSSL and ...
1
vote
0answers
49 views

RSA implementation with PHP

I'm trying to program an implementation of the RSA algorithm. For that I need to compute modular exponentiations with very big numbers in PHP. For example: c^d Mod n, where c,d,n are about 1024 bits ...
-1
votes
1answer
39 views

How to install the Python-RSA 3.1.1 package in Python 3.2? [closed]

So far I've tried these methods to install the package pip install rsa andpython setup.py install but it seems like I installed the one for python2.7. How can I install the one for python3.2? Or ...
2
votes
2answers
152 views

Encryption between web service users

I've got a web service (similar to an online store) where users save their data. I need to encrypt that data, so that only managers and users themselves could read that data. Every manager and user ...
0
votes
1answer
46 views

Typo3 login password hash

How can I build the rsa hash of the Typo3 login in php manually? I need to create a spider script which just goes to every site, and the problem is therefor I have to be logged in. So I thought I do ...
0
votes
1answer
112 views

Digital Signature SunMSCAPI provider & MS Crypto API

I want to sign file with the SunMSCAPI provider. As public key and signatures needs to be imported using MS Crypto API. Generally generating signatures with SHA1withRSA, ends up with big-endian to ...
0
votes
1answer
89 views

Is there any alternative to the map class in C++?

I'm making a simple RSA crypter in C++ and I have all the calculation algorithms done, but I ran into the problem of getting the text input and converting it into numbers so that I can Xor the numbers ...
2
votes
1answer
209 views

RSA - bouncycastle PEMReader returning PEMKeyPair instead of AsymmetricCipherKeyPair for reading private key

I have a function that successfully reads a openssl formatted private key: static AsymmetricKeyParameter readPrivateKey(string privateKeyFileName) { AsymmetricCipherKeyPair keyPair; using ...
0
votes
0answers
27 views

Encrypting Client Data: Advice Needed [closed]

I am trying to come up with a way of using encryption to achieve the security goals for a project I am working on. I'm looking for advice, comments or criticism on the solution I've come up with. ...
0
votes
1answer
35 views

Using OpenSSL with _huge_ RSA keys

I try to use OpenSSL with huge RSA keys. Last night, i generated a 65536 bit RSA key (it took me 6 hours). It seems like OpenSSL is able to generate such keys but it isn't able to encrypt with such ...
3
votes
2answers
222 views

Getting error java.lang.ArrayIndexOutOfBoundsException: too much data for RSA block

I have private pem key file, I am using that file for signing and encrypting the data. Signing works fine and I am also able to verify on another platform, but while encrypting the data, I am getting ...
1
vote
3answers
33 views

Alternative to RSA encryption in java

RSA encryption system with key size 1024 has a size limitation of 117bytes which can be used for encryption. This is for encrypting objects. Can any one suggest an alternative solution??
0
votes
3answers
191 views

C# encrypt PHP decrypt using RSA

I'm trying to build a simple RSA encryption decrpytion process between C# and PHP. I've accomplished encrypting in PHP and decrpyt in C# with phpseclib(http://phpseclib.sourceforge.net/). However I'm ...
1
vote
2answers
84 views

RSA algorthum calculations

I have been working though a network book and hit the RSA section. Consider the RSA algorithm with p=5 and q=11. so I get N = p*q = 55 right? and z = (p-1) * (q -1) = 40 I think I got this right ...
-1
votes
3answers
203 views

How to import a Public Key into RSA For decryption

This may seem like a stupid question but I have been searching for the last hour and a half. I have a message that is encrypted with a PRIVATE KEY of a RSA key pair. I have the PUBLIC KEY that I need ...
0
votes
1answer
86 views

How to use the SingleKnownHostProvider in the `settings.xml`?

I want to configure my Maven settings.xml to contain the RSA fingerprint of our internal repository (with id "internal"). I found an answer on how to ignore the fingerprint and found a class called ...
1
vote
1answer
117 views

Trouble with RSA using phpseclib in PHP

I'm trying to use the RSA implementation in phpseclib, I thought it would be easier to do the code once in a function and re-use the function. When I've tried texting the code I get a error saying ...
0
votes
2answers
153 views

Bad data exception when decrypting using RSA with correct private and public key pair in C#

This is my code for decryption process: private RSACryptoServiceProvider _rsa; private string _privateKey; private string _publicKey; public RsaLibrary() { //initialsing ...
0
votes
1answer
138 views

build public key PEM file with existing modulus and exponent in php with openssl library

I have public's key's modulus and exponent. Can I generate the public key with openssl api in php ? I've read the http://php.net/manual/en/ref.openssl.php but there seems no function that archive ...
1
vote
1answer
92 views

Trouble verifying RSA PSS signature in Perl with Crypt::RSA and Crypt::RSA::SS::PSS

I'm unable to verify a PSS-signed signature in Perl using Crypt::RSA and Crypt::RSA::SS::PSS. Here's the situation: I have a device that has a 1024-bit RSA key, and signs data using PSS, SHA1 and ...
0
votes
0answers
109 views

RSA in objective C for iPhone

I am trying to get asymmetric encryption working in a program... I started out using code from the Apple documentation site (Certificate, Key, and Trust Services Programming Guide, section on ...
0
votes
1answer
229 views

Public key encryption with RSACryptoServiceProvider

I have been over an article at CodeProject a for a while that explains how to encrypt and decrypt using the RSA provider: RSA Private Key Encryption While the old version from 2009 was buggy, the ...
1
vote
0answers
58 views

Java: CoreAnimation: 911 by 34488 image is too large for software renderer, ignoring

Why does Java freezes and throws the "CoreAnimation: 911 by 34488 image is too large for software renderer, ignoring" error, when I try to resize the window by mouse? This is a primitive RSA ...
0
votes
1answer
54 views

Why do I get NoSuchAlgorithmException in android when trying to encrypt with bouncycastle?

First of all note that all the code is already tested on my linux machine. There are relevant unit tests to confirm it. But the code does not work on android. I have included my own bouncycastle ...
1
vote
1answer
67 views

RSA creation time, why drop after 16384bit?

i was playing around with RSA Key creation and start to measure the time it takes to create RSA key with a spezific bit strength. My key question was, how long does it take to create a 16384 bit RSA ...
0
votes
1answer
29 views

Encrypt session between two servers [closed]

The architecture of my system is such that the mysql database lies on a particular machine while the application code lies on another. How do I encrypt/protect the data passing between them? I have a ...
0
votes
0answers
37 views

sign using zend crypt rsa

I want to generate a private and public rsa key and use them in a Zend Crypt Rsa (1.12) signature. I'm a newbie and have tried the following: Generating a private/public key using ssh-keygen -t rsa. ...
1
vote
1answer
64 views

RSA Encryption causes errors

I'm hoping you can help me with a weird error I've been getting while trying to implement a QueryString encryption module using RSA for my encryption type. My question is 2 fold: Can you help me ...
0
votes
1answer
62 views

Unable to properly encrypt data in Javascript using jsbn

I am having trouble encrypting data in JavaScript using Tom Wu's jsbn library. I wind up with an encrypted data, however when I try and decrypt the data on PHP, openssl_private_decrypt returns false. ...
0
votes
0answers
30 views

MethodAccessException when signing hash in Windows Phone 7

I'm getting MethodAccessException when executing this line of code: byte[] signedData = rsaProvider.SignData(DataToSign, "SHA1"); rsaProvider is instance of RSACryptoServiceProvider which is part ...
0
votes
1answer
85 views

Calling openssl_pkey_get_private() on just created private key via Copy and Paste

The following code creates a public/private key pair, opens the key using openssl_pkey_get_private() function successfully and emits the key pair to the display. A previously created key is then copy ...
2
votes
1answer
61 views

Eclipse SSH key generation - key strength

The Eclipse SSH key generation screen (General -> Network Connections -> SSH2) generates a 1024 bit RSA key, which is too weak to be used ...
0
votes
1answer
160 views

Generating mega's RSA key pair in python [closed]

Recently I got stuck when trying to generate an RSA keypair for mega using Python. So my question is : How can i convert the RSA attributes from the Array format (used in JavaScript) into "long ...
0
votes
1answer
335 views

rsa encryption decryption using c

I'm trying to write C code of RSA encryption and decryption using Open SSL. But I am not able to do so. I googled it but whatever code I got from internet it was out of my head. main function goes ...
1
vote
2answers
47 views

Standard format for digital signature

I want to make a javascript library for signing messages. I expect the format to be something like... --- BEGIN SIGNED MESSAGE --- This is a plain old message It goes on and on... --- BEGIN RSA OF ...
0
votes
2answers
96 views

How do you import public key in C#?

I can create both the server's and client's asymmetric keys and then I export them and attempt to exchange them. My problem, and I have not been able to find a solution to this, is that I want to ...
0
votes
0answers
129 views

Importing PEM encrypted key pair in java using bouncycastle

I'm writing a program that uses RSA for various tasks. I know how to generate and write the key pair to file, but I cannot load the encrypted (AES-256-CFB) key pair to a KeyPair object. So the ...
5
votes
5answers
598 views

Encryption PHP, Decryption Java

I have a web-service in php that generates a keypair to encrypt a message, and one application in java that retrives the privatekey and decrypt the message. For php I'm using ...
1
vote
1answer
646 views

Read RSA PrivateKey in C# and Bouncy Castle

I have successfully written to public and private key files with OpenSSL format. Files: -----BEGIN PUBLIC KEY----- MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpHCHYgawzNlxVebSKXL7vfc/i ...
0
votes
1answer
141 views

Decryption of encrypted text in PHP

I am trying to decode encrypted data in PHP, however the return value keeps coming back as null. The data to be decrypted comes into the PHP file as a data argument. $dataArg1 = $_REQUEST["data"]; ...
1
vote
2answers
36 views

Convert a javascript private key to one usable in PHP

How do I convert the JavaScript notation: // JavaScript Code function decrypt() { // key = [ [d], [p], [q] ]; var key=[[119141457,185046352,2676254],[40632295,2191],[122927507,2595]]; ...
1
vote
0answers
42 views

generating RSA keys through the browser

HTML5 has the element that sends an SPKAC to the server (as I understand it). But how do you do it in IE? One CA's websites gives me the following prompt: This Web site is attempting to perform a ...
0
votes
1answer
190 views

How to decrypt RSA text from p, q and d ('data greater than mod len' error)

I'm trying to decrypt some text using the p, q & d RSA parameters. This is my code: use Crypt::OpenSSL::RSA; my $cipher_text = ...
1
vote
2answers
149 views

RSA encryption/decryption crashes on android 2.2 [duplicate]

i'm developing an android app. Unfortunately i have a compatibility problem. My source code works with firmware 4.1, but crashes with devices with firmware 2.2. The error seems to be a ...
0
votes
1answer
156 views

RSA/ECB/PKCS1Padding Decryption on iPhone

I have searched alot regarding my task which is like , i am getting data through XML which is encrypted using RSA/ECB/PKCS1Padding from backend and they have given me a file name "publickey.der". ...
-1
votes
1answer
149 views

Using AES or RSA for messages with Arduino NFC? [closed]

As stated in the title I'm having a hard time deciding on which encryption to use for the messages send between a NFC-shield on an Arduino and a cellphone. I want to use a fast but safe encryption and ...
4
votes
0answers
165 views

Problems outsourcing RSA encryption and decryption

i have a problem with RSA encryption and decryption. I'm developing in android and would like to outsource the RSA encryption and decryption. My source code worked well before i tried to outsource it. ...

1 2 3 4 5 32