(Which feature is characteristic of asymmetric encryption?)
Asymmetric encryption is defined by using a key pair: a public key that can be shared widely and a private key that remains secret to its owner. The keys are mathematically related so that data encrypted with one key can be decrypted with the other (in confidentiality use cases, encryption with the recipient's public key and decryption with the recipient's private key). This design solves key distribution challenges: anyone can encrypt to a recipient without first sharing a secret key securely. It also enables digital signatures, where the private key signs and the public key verifies---supporting authenticity and integrity. Option B describes symmetric cryptography, not asymmetric. Option C is not a defining property; both symmetric and asymmetric algorithms can involve rounds or repeated operations. Option D is incorrect because asymmetric encryption is reversible for the intended holder of the private key; ''irreversible'' describes hashing, not encryption. Therefore, the characteristic feature of asymmetric encryption is the use of both a public and private key.
Edison
16 days ago