What if a certifying authority?s key is lost or compromised ?
Answer / dalgin augustinr
Is the organization which will generate and issues unique
digital certificate to identify an individual. The CA will
generate a pubic and private key pair and the private key
will be secret to the individual.
Its possible to compromise a private key.
When a private key of an individual known to some one else
then its compromised and losted.
| Is This Answer Correct ? | 1 Yes | 4 No |
Actual role of cryptography is data security .Explain with real world example?
What is secret-key cryptography ?
What is merkles tree signature scheme?
what is the difference between encryption and hashing?
What is the difference between hardware and software encryption?
What key size should be used ?
How to find someone else?s public key ?
What is Ciphertext?
what is pretty good privacy?
What are the advantages and disadvantages of public key cryptography compared with secret key cryptography ?
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 Encoding is different from Encryption?