In order to decrypt an encrypted message, pass the encrypted message and the to the decrypt function. (2 points)
cryptology
cipertext
key
decrypted message
1 answer
decrypt(ciphertext, key) -> decrypted message
cryptology
cipertext
key
decrypted message
1 answer