The masking routines for the Extension Technology can be written in C or COBOL or any other type that uses the same interface and structure as the COBOL exits.
The ODBC Extension ships with pre-built masking routines, as documented in the Data Masking Guide .
A number of masking routines are provided with your Data Express installation. For your convenience, these routines are built and ready to use. The source files are provided in the c and cobol subdirectories of src within your Data Express installation directory, along with template sources to assist in the creation of new routines.
The following C routines require access to a data store that contains replacement lookup data:
RDBMS = ConnectionType DBNAME = ConnectionAlias DBOWNER = TableOwner USER = UserID PSWD = Password |
For the ODBC Extension, this is the data source name (DSN).
For the Oracle Extension, this is the Oracle TNS service name as specified in your tnsnames.ora configuration file.
For example:
RDBMS = ODBC DBNAME = MYDSN DBOWNER = MYOWNER USER = MYUSER PSWD = MYPASSWORD |
OS | Command |
---|---|
Windows |
dxeencrypt hdblayer |
UNIX |
./ dxeencrypt hdblayer |