Answer Posted / dalgin augustinr
Key size can be set depend up on the purpose of use. key
can be created with 256, 512,1024,2048...
256 and 512 are already cracked and its
not too secure.
1024 is an effective and secure key size that we can use
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
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 ?
How Encoding is different from Encryption?
What are "stream" and "block" ciphers?
What is the elgamal cryptosystem?
What is the difference between a message authentication code (MAC) and a one-way hash?
What is are "proprietary" and "public" cryptographic algorithms?
What is probabilistic encryption?
What is the difference between Kryptel and Silver Key?
What is merkles tree signature scheme?
What are knapsack cryptosystems?
Actual role of cryptography is data security .Explain with real world example?
What is a zed encoder? How does it work?
How is an s-box value of AES can be modified? How is it done?
What is cryptographic synchronisation?