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
What is decryption?
what are some of the current encryption schemes?
What are some other public key cryptosystems ?
Do digital signatures help detect altered documents and transmission errors?
What is the Popular Symmetric-Key Encryption Method
why hash functions are not used for encryption but authentication ?
What Is Encryption?
What are the cfb and ofb modes?
What is the elgamal cryptosystem?
What is meant by 1024, 2048, 5096 bit encryption?
What is private key cryptography and how we compare it with public key cryptography?
What is exhaustive key search ?
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.
What is the difference between Kryptel and Silver Key?
What are "stream" and "block" ciphers?