Tagged Questions

0
votes
3answers
31 views

How to sign a xml file with a rsa key in .net ?

Hello, I am trying to sign a xml file in C# .Net 3.5 with a private RSA Key generated by openSSL. Here is how I proceeded : I converted the RSA key from pem format to xml format using the chilkat …
0
votes
1answer
102 views

encryption with python

if i want to use recip = M2Crypto.RSA.load_pub_key(open('recipient_public_key.pem','rb').read()) than how it will retrieve the key .what the recip will print. i need to get the public key of the …
1
vote
1answer
36 views

Java to Python RSA

I'm trying to encrypt a string from Java to Python, using the library Bouncy Castle J2ME on the client side and Python M2Crypto on the other. Everything is pretty good, I can decrypt it properly, but …
0
votes
2answers
28 views

Protecting RSACryptoServiceProvider private key with password or otherwise

I want to encrypt some server data using .NET's RSACryptoServiceProvider and decrypt it when someone enters a key/password via a web page. What are my options for protecting, or ideally not even …
1
vote
3answers
77 views

How does the RSA private key passphrase work under the hood?

RSA private keys may be assigned a "passphrase" which - as I understand it - is intended to provide some secondary security in case someone makes off with the private key file. How is the passphrase …
0
votes
2answers
93 views

Window CryptoAPI: Can I choose the public exponent when generating an RSA key pair?

Using the Windows CryptoAPI, is there any way to specify which public exponent to use when generating a new key-pair (ie. 3 instead of 65537)? As a bonus question: how would I access this …
1
vote
2answers
41 views

storing credit card info

So I would like to modify a PHP / MySQL application in order to store credit card but not cvv and bank account info securely. PCI DSS require 1024 RSA/DSA. A small number of users will be given …
0
votes
1answer
41 views

Load RSA keys from files

Hello, I used openSSL command to create 2 files: 1 for RSA public key & 1 for RSA private key. How do I recover RSA keys using C? Specifically, I have these functions: …
0
votes
1answer
19 views

How do I automate a “last modified” text field in an RSM diagram?

My team is using Rational Software Modeler to build some UML diagrams. Each diagram has a little text box stating a human-readable title, the last-modified date, and some other information about the …
0
votes
1answer
20 views

How do I do distributed UML development (à la FOSS)?

I have a UML project (built in IBM's Rational System Architect/Modeler, so stored in their XML format) that has grown quite large. Additionally, it now contains several pieces that other groups would …
0
votes
2answers
820 views

How to encrypt small data block with only RSA public key using Microsoft ECSP?

I need to encrypt a small block of data (16 bytes) using 512 bit RSA public key -- quite an easy task for most cryptography libraries known to me, except for MS CSP API, as it seems. Documentation for …
0
votes
2answers
40 views

OpenSSL “Seal” in C (or via shell)

I'm working on porting some PHP code to C, that contacts a web API. The issue I've come across is that the PHP code uses the function openssl_seal(), but I can't seem to find any way to do the same …
0
votes
1answer
1k views

Java/JCE: Decrypting “long” message encrypted with RSA

I've got a message contained in an byte[], encrypted with "RSA/ECB/PKCS1Padding". To decrypt it I create a Cipher c and initiate it with c = Cipher.getInstance("RSA/ECB/PKCS1Padding"); Untill now I …
1
vote
3answers
56 views

Small RSA or DSA lib without dependencies

Is there a small library for RSA or DSA without any dependencies like GMP or OpenSSL? (Written in C or Asm)
0
votes
2answers
54 views

How to import PKCS#8 RSA privateKey (created by OpenSSL) in C#

I'm trying to find a way to read a privateKey created using OpenSSL PKCS#8 RSA in C# without use external library. Someone know how can i do this?

1 2 3 4 5 8 next
15 30 50 per page