Data Representation: Encryption and Databases Flashcards
Name 3 modern methods of data encryption
- Asymmetric encryption
- Symmetric encryption
- Caesar Cipher
what is asymmetric encryption?
this method encrypts and decrypts data using two different keys
what is symmetric encryption?
this method encrypts and decrypts information using the same key
Define Database
an organized store of data
Define entity
something that is recognized in being capable of an independent existence. It is usually a physical object, but it can also be a concept
Define attribute
an item of data stored about an entity
What is a primary key?
a unique identifier for each record in a table; usually a field that is guaranteed to hold unique information for each record
Define foreign key
a field in one table that uniquely identifies with another table
What is a relational database?
a database that allows data elements in one table to be related to any piece of data in another table as long as both tables contain a common element