checksums
The checksums table is used internally by the iProcess Engine to provide security checks on the active_logins and port_range tables.
Structure
The checksums table has the following structure:
TABLE checksums (
| area_id | NOT NULL, | |
| area_name | NOT NULL, | |
| check_sum | NOT NULL) |
|
Column |
Description |
|
|
Unique ID of the area using this checksum |
|
|
Name of the area using this checksum. Currently this is always |
|
|
Encrypted checksum for the indicated area. |
Primary Key
The following primary key is defined for this table.
|
Key Name |
Column(s) |
|
|
|
Triggers
None.
Indexes
None.
Table Activity
The checksums table contains one row for each checksum used internally by the iProcess Engine.
Rows are added, updated and deleted in the following situations.
|
A row is... |
When... |
|
added |
the iProcess Engine is started. |
|
updated |
a login is performed. |
|
deleted |
never. |