• Write two or one application, a sender and a receiver. A sender encrypts the message using AES, signs the hash value o
Posted: Sat May 14, 2022 3:57 pm
• Write two or one application, a sender and a receiver. A sender encrypts the message using AES, signs the hash value of a message using her private RSA key, and sends both to the receiver. • The receiver decrypt the message using AES, verifies the signature using public key of the sender, by hashing the message and comparing that to the received signed hash. It accepts the message if it was legitimate.