Top "Rsa" questions

RSA is a common public key algorithm, which can be used for encryption and signature.

Encrypt and Decrypt text with RSA in PHP

Is there any class for PHP 5.3 that provides RSA encryption/decryption without padding? I've got private and public key, p,…

php rsa
C# RSA encryption/decryption with transmission

I've seen plenty of encryption/decryption tutorials and examples on the net in C# that use the System.Security.Cryptography.…

c# cryptography rsa
How to Generate Unique Public and Private Key via RSA

I am building a custom shopping cart where CC numbers and Exp date will be stored in a database until …

c# encryption cryptography rsa key
RSA: Get exponent and modulus given a public key

I need to encrypt some data using RSA in JavaScript. All of the libraries around ask for an exponent and …

openssl rsa public-key
How to Load RSA Private Key From File

I am working on a test harness for a SAML 1.1 Assertion Consumer Service. The test must generate a signed SAMLResponse …

java rsa saml
Using SHA1 and RSA with java.security.Signature vs. MessageDigest and Cipher

I'm trying to understand what the Java java.security.Signature class does. If I compute an SHA1 message digest, and …

java encryption cryptography rsa digital-signature
How do you use an identity file with rsync?

How do you use an identity file with rsync? This is the syntax I think I should be using with …

unix rsa rsync dsa
Cracking short RSA keys

Given the following RSA keys, how does one go about determining what the values of p and q are? Public …

math rsa encryption-asymmetric public-key-encryption
How do RSA tokens work?

I would like to understand how RSA tokens (SecurID) work, what is the algorithm used there, is it the same …

algorithm encryption cryptography rsa access-token
What RSA key length should I use for my SSL certificates?

I'm in the process of creating a CSR, and I wonder which is arguably the best length for my RSA …

ssl cryptography rsa ssl-certificate csr