How RDB's Backup Encyption Protects Your Data
Remote Data
Backups' AES ecryption protects your data using 4 steps:
 |
|
|
 |
Step 1:
SubBytesEach byte in the state is replaced with its entry in a fixed 8-bit
lookup table, S; bij = S(aij). |
|
|
Step
2: ShiftRowsBytes in each row of the state are shifted cyclically to the
left. The number of places each byte is shifted differs for each row. |
 |
|
|
 |
Step 3:
MixColumnsEach column of the state is multiplied with a fixed polynomial
c(x). |
|
|
Step 4:
AddRoundKeyEach byte of the state is combined with a byte of the round
subkey using XOR operator (¤). |
Protect your data with AES
Encrytion Take a free Remote Data Backups Trial today. |