Library
Keytranslate Database Table
Holds key derivation information. Used in high security environments where all data rows are encrypted with individual keys and individual users authorised to see a subset of the records.
Most of the information in this table is encrypted and not intended for direct manipulation
Fields
- physkey
 - #100, Datatype: String 44 bytes
Unique key for this row - LayerIn
 - #110, Datatype: Integer
Input layer this row requires - KeyIn
 - #111, Datatype: String 250 bytes
 - LayerOut
 - #120, Datatype: Integer
Output layer this row generates - KeyOut
 - #121, Datatype: String 250 bytes
 - RowSalt
 - #130, Datatype: String 120 bytes
 - RowTransform
 - #131, Datatype: String 250 bytes
 - RowChecksum
 - #132, Datatype: String 128 bytes
A checksum for all fields in this table to detect tampering - GroupChecksum
 - #110, Datatype: String 128 bytes
A checksum component for all elements in a group to allow multiple row integrity to be confirmed