What is Plaintext?
Answers were Sorted based on User's Feedback
Answer / pugal
The original message is called a plaintext. The disguised
message is called a ciphertext. Encryption means any
procedure to convert plaintext into ciphertext. Decryption
means any procedure to convert ciphertext into plaintext.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / supriya
1)The input message or data that has to be fed into the
algorithm as input is called as plain text.
2)cipher text is the scrambled message.
3)encryption is
plain text---------------->cipher text
4)decryption is
cipher text ------------->plain text
and original message is obtained and the message is
d-ciphered
| Is This Answer Correct ? | 0 Yes | 0 No |
What is cryptology?
What is the mceliece cryptosystem?
What is the rabin signature scheme?
How does one get a key pair ?
A company wants to transmit data over the telephone, but it is concerned that its phones may be tapped. All of its data is transmitted as four-digit integers. It has asked you to write a program that will encrypt its data so that the data may be transmitted more securely. Your script should read a four digit integer entered by the user in a prompt dialog and encrypt it as follows: Replace each digit by (the sum of that digit plus 7) modulus 10. Then swap the first digit with the third, and swap the second digit with the fourth. Then output XHTML text that displays the encrypted integer.
How can we use quantum properties in cryptography ?
What are some other public key cryptosystems ?
What is the function of random numbers in encryption and how are they generated?
What are "stream" and "block" ciphers?
What is the difference between a message authentication code (MAC) and a one-way hash?
How to remove the Kryptel (Silver Key) icon from the desktop?
What is multiple encryption?