Record Encryption
- •
def
- •
encrypting individual records (or columns) within a database, rather than the entire database — also alled record-level encryption
- •
- •
implementation
- •
uses separate symmetric keys for each column, rather than one key for the whole database
- •
- •