It appears they are both encryption algorithms that require public and private keys. Why would I pick one versus the other to provide encryption in my client server application?
|
feedback
|
|
Btw, you cannot encrypt with DSA, only sign. Although they are mathematically equivalent (more or less) you cannot use DSA in practice as an encryption scheme, only as a digital signature scheme. | |||
|
feedback
|
|
From Linux groups ; )
And see "What is better for GPG keys - RSA or DSA?" @ SuperUser : ) Hope it helps you | |||||||||||||
feedback
|
|
I think there's some good info here: http://www.linuxquestions.org/questions/linux-security-4/which-is-better-rsa-or-dsa-public-key-12593/ But maybe you've already seen it (first result of google for searching "dsa rsa" :)) but it's still good. | |||
|
feedback
|