Consider the following encryption scheme to provide confiden
Solution
Solution ::
 (i) No, the given scheme was not good.
 (ii) The given Scheme is under the \"Symmetric Key Cryptography\". Because both sender A and receiver B share a common key.
Symmetric key Cryptography ::
Encryption system in which sender and receiver of a message share single and common key that is used for both encrypt and decrypt message.Symmetric key cryptography
is sometimes also called \"secret key cryptography\". Popular symmetric key system is Data Encryption Standard (DES).
Given that A and B want to communicate with each other. Both A and B share the same two bit nummber T.So the Scheme is not good.
Disadvantages of Symmetric key cryptography ::
 -> Symmetric cryptosystems have the problem of \"key transportation\". Secret
 key is to transmitted to the receiving system before actual message is to
 be transmitted to the receiver. Every means of the electronic communication is \'insecure\' as it is
 impossible to guarantee that the no one will able to tap the communication
 channels. The only secure way of the exchanging keys would be the exchanging
 them personally.
 -> Symmetric key cryptography cannot provide the digital signatures which cannot be repudiated.
*So the given scheme was not good.
/// *** Thank You *** ///

