Definitions by: saaiqSAS Last Updated: 27/2/2025 1. Dynamic Key : (Object Key) A set or array of randomly shuffled objects. These objects can be characters, binary values, or any other types of data units.

2. Static Key : (Index Key) A set or array of randomly shuffled indexes, used to reference the positions of objects in a sequence.

3. D-Space : (Dynamic Keyspace) The set of all possible permutations of a Dynamic Key for a given key length. The key length can be specified using the format 'D-XXX-Space', where 'XXX' represents the length of the key.

4. S-Space : (Static Keyspace) The set of all possible permutations of a Static Key for a given key length. The key length can be specified using the format 'S-XXX-Space', where 'XXX' represents the length of the key.

5. 'e' Prefix: (eXX-Space) Refers to the effective keyspace, which is a subset of the total keyspace used in a particular context.

6. KC-Space : ([1 Dynamic + 1 Static] Keyspace) The set of all possible combinations of Dynamic Keys and Static Keys, represented as the product of D-Space and S-Space. The effective KC-Space (eKC-Space) is the product of the effective D-Space (eD-Space) and the effective S-Space (eS-Space).

7. Sub-Space : (Substitution Table Space) The set of all possible substitution tables for a given set of unique objects in the Dynamic Key, mapping each object to another within the set.

8. ext-objects, ext-chars : (External Objects) Objects that are not included in the Dynamic Key.

9. local-objects, local-chars : (Local Objects) Objects that are included in the Dynamic Key.

10. Charset : (Character Set) Part of the SAS-RCS/RBS Dynamic Key that contains the ROS Dynamic Key (object array).

11. serps : (Separator) Characters used to separate RGM encoded strings from one another and other local-chars.