encryption - What is the difference between DSA and RSA? -


It appears that they are both encryption algorithms which require a public and private key. Why do I create another to provide encryption in my client server encryption?

; )

DSA signature is fast, but is slow in verification . A DSA key similar to RSA (1024 bits) generates a small signature. An RSA 512 bit key is broken, but only see a 280 DSA key

and @superuser :)

Also note that the use of DSA is only for signature / Can be done for verification, while RSA can also be used for encryption / decrypt. / P>


Comments