What is the difference between DSA and RSA?

后端 未结 5 1703
无人及你
无人及你 2021-01-29 18:24

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

5条回答
  •  独厮守ぢ
    2021-01-29 19:23

    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.

提交回复
热议问题