A user is using an encryption system where a pair of keys is generated. One key is shared publicly, while the other key is kept secret by the owner and is used to decrypt messages or create digital signatures. Which key is being described?
Show Hint
In Asymmetric Encryption: You Encrypt with the Public Key and Decrypt with the Private Key. In Digital Signatures: You Sign with the Private Key and Verify with the Public Key.