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.
5
votes
5answers
626 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
692 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
146 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
199 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
152 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
163 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
157 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
166 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.
...
0
votes
1answer
96 views
PemReader in java
I am working with PEMReader and I have this code which doesn't work.
protected static KeyPair doReadKeyPair(InputStream is) throws Exception {
PemReader r = new PemReader(new ...
3
votes
1answer
161 views
Windows 8 Metro RSA Encryption: AsymmetricKeyAlgorithmProvider ImportPublicKey Fails
I am attempting to pass some encrypted data between a Win 8 Metro app and a RESTful WCF service. Initially the Metro app requests a public key and the WCF service returns it as a raw Stream as to ...
4
votes
1answer
36 views
RSA Algorythm key generation
I'm currently struggling with RSA encryption algorythm.
My problem is located at the public/private key generation ,here are my steps:
1. -Generate 2 prime numbers p, q with p > q and nbBits(p) ...
0
votes
2answers
121 views
Implement RSA in Java without using Cipher
I'm trying to implement the RSA encryption/decryption algorithm on a text of String. However, everything I have found online either uses Cipher, or they are performing the algorithm on an integer. ...
0
votes
1answer
130 views
phpseclib is using openssl during create key?
I was under the impression that phpseclib didn't need openssl however when I try the following code...
$rsa = new Crypt_RSA();
$key = $rsa->createKey();
I get the following error as IF it is ...
1
vote
2answers
78 views
Suggestions for an encryption scheme
I have a client which is distributing music to businesses. He has the distribution rights and all the legal stuff is taken care of. I am building a media player for him that will support encrypted ...
1
vote
1answer
465 views
Generate RSA Public key from modulus and exponent in bytes in Objective-c
I'd searching many websites trying to understand how does RSA works.
I have a modulus ...
1
vote
1answer
88 views
Why do I get different RSA encrypted files between Ruby and command-line OpenSSL?
I'm trying to test the interoperability of openssl when used in Ruby on one side, and on the command line on the other side.
I generated a RSA certificate and extracted its public key this way:
...
1
vote
0answers
157 views
Integrating RSA SecurID with Active Directory Federation Services
I'm attempting to create a custom AD FS 2.0 Sign In Page that will allow me to authenticate a user with an RSA SecurID token. I have read through the AD FS 2.0 Step-by-Step Guide: Integration with ...
5
votes
2answers
319 views
RSA encryption in Java, decrypt in PHP
Assume I have the following Java code to generate a Public-private keypair:
KeyPairGenerator generator = KeyPairGenerator.getInstance ("RSA");
SecureRandom random = ...
0
votes
1answer
90 views
No cipher suites in common while establishing a secure connection
I'm trying to establish a secure connection between two Java projects but I'm getting a SSLHandshakeException (no cipher suites in common). This are the methods to create sockets in both sides:
...
0
votes
2answers
172 views
The data to be decrypted exceeds the maximum for this modulus of 36 bytes
I'm trying to make a password safe, but theres something wrong with how I use RSA.
Heres my codes:
private void testencodedecode()
{
string mehdi = "mehdi";
var enc = ...
1
vote
0answers
35 views
InvalidCiphertextexception - what causes this to occur
I have a set of aes keys encrypted and stored on my hard disk.
I am trying to decrypt aes keys sequentially using asymmetric blockcipher by providing necessary padding and privatekey of rsa.
However ...
0
votes
1answer
137 views
c# WebApi How to create rsa private and public key
I am looking at this article, and it is very useful for securing your web Api application. My problem is I do not understand how to generate your own RSA keys, it does not say anywhere in the article ...
-4
votes
1answer
298 views
rsa calculations [closed]
I am trying to solve RSA for 2 small numbers. I can calculate n,phi and e but I always get stuck when I have to calculate d. Please help me with the same.
example.
p = 3, q = 7,
...
-5
votes
2answers
38 views
Where RSA is used? [closed]
Someone please state two or three applications of RSA algorithm. I heard that RSA is used for SSL. Is that true?
-2
votes
1answer
133 views
IOS SecKeyEncrypt
The situation is simple and straightforward.We have modulus , exponent and plaintext.We need to construct SecKeyRef object for using it in SecKeyEncrypt.
Note : The padding should be PKCS1.
2
votes
1answer
384 views
Load a RSA private key in Java (algid parse error, not a sequence)
I'm trying to load a private RSA key generated with ssl into java, my code is:
Generate the key:
openssl genrsa -out mykey.pem 1024
Result:
-----BEGIN RSA PRIVATE KEY-----
...
0
votes
1answer
56 views
Signature RSA for data with length as key length
I have to create a signature from given data, but the problem is that data has length as key length. All implementation of RSA Signers in JAVA allow to put data of max. key length minus one length. ...
0
votes
0answers
14 views
about security between the andriod pay plug-in and the server
I have a question about security between the andriod pay plug-in and the server.
i want to develop a pay plug-in to service some apps. these apps can call my pay plug-in. so there will be two pairs ...
0
votes
1answer
122 views
javax.crypto.BadPaddingException: data hash wrong
I try to write a crypto package in java that wraps the javax.crypto package and makes it more comfortable to use. So I implemented a RSACore class that only wraps javax.crypto. Then I implemented two ...
0
votes
1answer
127 views
Generating RSA public key on linux, converting to base64, and importing into VB.NET
I would like to hardcode a string into a VB.NET program containing the base64 String representation of an RSA public key I generate on a linux computer.
On the linux box:
I use ssh-keygen to ...
3
votes
1answer
321 views
Encryption in Android using RSA algorithm with given modulus and exponent
I have previously used a RSACryptoServiceProvider in C# to encrypt some data, and now I have to replicate this encryption in an Android program. I want my Android program to generate the same result ...
0
votes
0answers
37 views
pydkim for DKIM-Signature, what is for domainkeys-signature?
I am using pydkim to sign my email. it generates: DKIM-Signature
but authentication results shows:
Authentication-Results: domainkeys=neutral (no sig); dkim=pass (ok)
is there any other tool in ...
-1
votes
1answer
292 views
ssh cannot use the IdentityFile config in file ~/.ssh/config
client:Mac 10.8,server:Ubuntu 10.04 LTS 64bit
I use 'ssh-keygen -t rsa' generate public/private keys.
First, I input: ssh -i /Users/phenix/.ssh/poponet_rsa root@popo.net, I can login to the server ...
2
votes
3answers
172 views
Batch File w/ Delayed Variable Expansion - URL Encoding - equal sign - RSA Token Converter
I am automating RSA soft token conversion and passing the conversion string over to Outlook. I realize I cannot make the string into a URL using a batch to outlook command line, however that is not ...
1
vote
1answer
112 views
What is a “mechanism” in PKCS11?
What does mechanism mean in PKCS11? For example: CKM_RSA_PKCS.
What is the difference between a mechanism (CKM_RSA_PKCS) and a signature algorithm (NoneWithRSA)?
1
vote
2answers
321 views
Encrypting/decrypting with RSA Bouncy Castle not working properly
I'm trying to encryt/decrypt using RSAEngine library at bouncy castle, with a 2048 bit length key. I'm able to create the keys, store in different files and get from the files, but when I decrypt an ...
1
vote
0answers
82 views
A secure way to sign a request with RSA key and Play Framework 2.0
I'm using the Play Framework 2.0, and I need to secure some requests, based on a private RSA key.
I would like to get some advice to secure the whole thing and prevent illegal access.
Basically, for ...
1
vote
1answer
37 views
Converting KeyPair to RSAKey
I'm trying to find out the bitlength of a KeyPair. While looking around for solutions on how to go about doing this, I came across the following code snippet.
public boolean checkKey(RSAKey key) {
...
0
votes
1answer
40 views
Does a CSR need to be signed with the matching private key?
When generate a CSR using OpenSSL you have two options:
1) Generate a Private key when the CSR is generated
2) Use the private key to derive a public key and use the public key to create the CSR
Does ...
0
votes
0answers
61 views
RSA. Plaintext is given in string, how to convert that to an integer?
let's say I have RSA and the input with "one" or maybe "two", and I would like to run RSA on that to obtain the ciphertext. Does anyone know how to convert those strings into an integer that I attempt ...
1
vote
0answers
91 views
RSA Message too long Javascript JSBN
I am using JSBN in javascript to encrypt a set of string (message) of facebook data to securely send them to my server (PHP) and decrypt them there.
Some users are experiencing "Message too long" on ...
1
vote
0answers
96 views
Optimized large prime generator in C++ for embedded devices
Is there any stand-alone OPTIMIZED large prime number generator implementation in C or C++ for embedded devices (I need it for generating RSA keypairs) ?
I've tested several libraries e.g. polarSSL, ...
0
votes
0answers
70 views
Git is hanging after any 'git' command [closed]
My Git commands are causing the command line to hang. For example, if I run 'git init' in a new folder, the command line will just show a new line and no output as if it is running something. Ever ...
0
votes
0answers
73 views
Encrypting a private key with a passphrase
I am working on a system where I need to store an RSA private key on a server.
I intend to use OpenSSL to generate the private key and to apply a passphrase to it so that the private key is encrypted ...
0
votes
0answers
142 views
Connect from Android to SSH server without password [closed]
I want to run scripts on an Ubuntu PC from my Android phone just with a tap, no passwords or other stuff.
Things I did so far:
I managed to connect via SSH to the PC, but I cannot configure a ...
1
vote
2answers
1k views
Decryption with openssl not working
Here is my php script
<?php
$pubfile = fopen("public_key.pem", "r");
$public = fread($pubfile, 8192);
fclose($pubfile);
openssl_get_publickey($public);
$prifile = fopen("private_key.pem", "r");
...
2
votes
1answer
122 views
RSA Encryption in ECB Mode
I'm having issues with my code.
What I am trying to do is encrypt a file using ECB Mode (meaning, encrypt blocks of text with no chaining into the next block).
It works perfectly sometimes, but ...
1
vote
2answers
83 views
Typo3 with login, salted and rsa
we have a Typo3 plattform that has fe_login, salted and rsa activated. When i create a FE User in BE and check the MySQL user has salted password. In fronend the user logs in with RSA, but the ...




