Encryption
Encryption
N
1
ENCRYPTION
Encryption refers to the process of transforming
data into a form that is unreadable.
Terms used:
Encryption
Decryption
Encryption algorithm
2
CONT
OVERVIEW
Encryption techniques
1.ENCRYPTION TECHNIQUES
CONT
CONT
ADVANCED ENCRYPTION
STANDARD (AES)
The Advanced Encryption Standard (AES) is a
symmetric-key encryption algorithm that was adopted as
an encryption standard by the U.S. government in 2000,
and is now widely used.
CONT
A new round key is generated from the encryption key for each
block of data that is encrypted.
CONT
10
CONT
11
CONT
Such a scheme does exist and is based on these conditions:
o
12
CONT
13
CONT
CONT
15
CONT
2.ENCRYPTION SUPPORT IN
DATABASES
CONT
18
CONT
19
CONT
20
CONT
21
CONT
22
CONT
23
24
CONT
The user decrypts the string using her private key, and
returns the result to the database system. The database
system then checks the response.
25
CONT
This scheme has the added benefit of not storing the secret password
in the database, where it could potentially be seen by system
administrators.
26
THE END
27