Encryption and hashing Flashcards
1
Q
What is encryption?
A
Process of encoding a message so that it can be read only by the sender and the intended recipient.
2
Q
What is Symmetric encryption?
A
Same key used to encrypt and decrypt message. Both parties need to know key and keep it secret. Could be kept the same or uniquely generated every time.
3
Q
What is Asymmetric encryption?
A
Two different keys.
Encrypted and decrypted with different keys.
Virtually impossible to work out one key from the other.
Together they form key pairs, one is public key other is private key. Public key can be shared, private key is secret
4
Q
What is hashing?
A
Change data item into something different
5
Q
What are two uses of hashing?
A
- Generating disk addresses for storing data on a random access device
- Storing and checking passwords