Encryption & Authentication Flashcards
1
Q
What is Data Protection/Encryption?
A
- Data protection refers to keeping personal and potentially sensitive information safe from unauthorised access
- Protecting our data is essential to ensuring safety and privacy in the IT world
- Authentication and encryption are two methods which allow us to protect and secure data
2
Q
What is Authentication?
A
Passwords:
- type in characters from the keyboard
- more complex passwords are more secure
- long passwords are more secure
Biometrics:
- using part of the body to gain access
- this may replace password access
- eg. finger print access to a device (fingerprint recognition from wikipedia)
- has two phases. 1. Digitise the information into a database (eg your scanned fingerprint) 2. Access the device with the digitised information (your fingerprint) which matches the version in the database.
- body parts being digitised are scanned by; finger scanner, hand scanner, face scanner, retina scanner and voice scanner
3
Q
What is a Digital Signature?
A
- making one in Adobe Reader; (first part and last part of this video are worthwhile)
- this is NOT just copying an image of your signature onto a letter or document
- this is a mathematical method to keep digital documents or message secure
- commonly used in banking or any organisation to ensure security
4
Q
Public and Private key encryption
A
- Public key cryptography allows someone to send their public key in an open, insecure channel.
- Having a friend’s public key allows you to encrypt messages to them.
- Your private key is used to decrypt messages encrypted to you.