The specific cryptographic technique that uses a pair of keys, one public and one private, for encryption and decryption, and is also used for digital signatures, is called Public-Key Cryptography, also known as Asymmetric Cryptography. This method relies on two mathematically linked keys: a public key and a private key. A public key is openly distributed and can be shared with anyone; it is used for encrypting data or for verifying digital signatures. The corresponding private key is kept secret by its owner and ....
Log in to view the answer