|
|
|
|
|
by joncrocks
3386 days ago
|
|
Asymmetric encryption is generally synonymous with public key cryptography[1], as there are few processes which are asymmetric and useful. In terms of definitions, with an asymmetric system, knowing the key with which something was encoded doesn't allow you to decrypt it. With symmetric cryptography, if you know the key, you can decode whatever was encrypted. [1] https://en.wikipedia.org/wiki/Public-key_cryptography |
|