Top "Dsa" questions

DSA (Digital Signature Algorithm) is a public-key signature algorithm defined by NIST.

What is the difference between DSA and RSA?

It appears they are both encryption algorithms that require public and private keys. Why would I pick one versus the …

encryption rsa key dsa
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
Is there a standardized fixed-length encoding for EC public keys?

I was wondering if there was (and I hope there is) a standard for public key size for ECDH (Elliptic …

cryptography digital-signature dsa elliptic-curve diffie-hellman
Modular Exponentiation in Java

I need a way to calculate: (g^u * y^v) mod p in Java. I've found this algorithm for calculating (…

java math modulus dsa exponentiation
java.security.spec.InvalidKeySpecException and Inappropriate key specification error in java program

As a part of project implementation,I have done: 1. Generete DSA keys 2. Encrypt the private key using AES 3. Save into …

java encryption cryptography dsa
ssh2_auth_pubkey_file authentication always fails

I'm trying to connect to another machine using PHP's ssh2 functions. I know the ssh keys have been created with …

php ssh ssh-keys private-key dsa
How to generate an 2048-bit DSA key pair for Java?

I tried the following methods to generate a DSA private (and public) key with a 2048-bit key length: Via keytool …

java security dsa
C# A random BigInt generator

I'm about to implement the DSA algorithm, but there is a problem: choose "p", a prime number with L bits, …

c# biginteger dsa