Data Encryption
Data Encryption
cryptography :-
o concerned solely with message confidentiality (encryption)—
conversion of messages from a comprehensible form into an
incomprehensible one and back again at the other end
Symmetric-key encryption
-> Each computer has a secret key (code) that it can use to encrypt a packet of
information before it is sent.
-> We should know which computers will be talking to each other so that you
can install the key on each one.
-> It is essentially the same as a secret code that each of the two computers
must know in order to decode the information
Limitations :-
- The requirement of a shared secret key, with one copy at each end.
- requirement to choose, distribute and store keys without error and without loss is
difficult to reliably achieve.
• private key is known only to your computer, while the public key is
given by your computer to any computer that wants to communicate
securely with it