Table of Contents

Search

  1. Introduction
  2. Configuring Hub Console Tools
  3. Building the Data Model
  4. Configuring the Data Flow
  5. Executing Informatica MDM Hub Processes
  6. Configuring Application Access
  7. MDM Hub Properties
  8. Viewing Configuration Details
  9. Search with Solr
  10. Row-level Locking
  11. MDM Hub Logging
  12. Table Partitioning
  13. Collecting MDM Environment Information with the Product Usage Toolkit
  14. Glossary

Sample Data Encryption Properties File

Sample Data Encryption Properties File

The
Resource Kit
includes a sample data encryption properties file,
dataencription.properties
.
The sample data encryption properties file is in the following directory:
On UNIX.
<
infamdm_install_dir
>/hub/resourcekit/samples/DataEncryption/resources
On Windows.
<
infamdm_install_dir
>\hub\resourcekit\samples\DataEncryption\resources
The following example shows the contents of the sample data encryption properties file:
# This is an example of dataencryption.properties file. # File contains encryptor configuration and different parts of the product that should be aware of data encryption. # # Encryptor implementation # # main class that implements DataEncryptor interface. If this option is empty, encryption is turned off. mainClass=com.informatica.dataencryption.sample.InformaticaDataEncryptor # # Part 1. SiperianClient configuration. # # List of API.<ORS_ID>.<BASE_OBJECT_NAME>.<COLUMN_NAME> that should be encrypted before they are sent out # and decrypted when returned back by SiperianClient. # API.localhost-main-MDM_SAMPLE.BASE_OBJECT.C_PARTY.FIRST_NAME=true API.localhost-main-MDM_SAMPLE.PACKAGE.PKG_PERSON_IDD_SEARCH.FIRST_NAME=true API.localhost-main-MDM_SAMPLE.HISTORY.C_PARTY.FIRST_NAME=true API.localhost-main-MDM_SAMPLE.XREF.C_PARTY.FIRST_NAME=true API.localhost-main-MDM_SAMPLE.HM_ENTITY_TYPE.Person.FIRST_NAME=true # # Part 2. Cleanse functions. # # List of input and output ports of cleanse functions that must receive and produce encrypted data. # CLEANSE.firstName=true

0 COMMENTS

We’d like to hear from you!