목차

Search

  1. 소개
  2. Hub 콘솔 도구 구성
  3. 데이터 모델 작성
  4. 데이터 흐름 구성
  5. Informatica MDM Hub 프로세스 실행
  6. 응용 프로그램 액세스 구성
  7. MDM Hub 속성
  8. 구성 세부 정보 보기
  9. 행 수준 잠금
  10. MDM Hub 로깅
  11. 테이블 분할
  12. 제품 사용 툴킷을 사용하여 MDM 환경 정보 수집
  13. 용어

샘플 데이터 암호화 속성 파일

샘플 데이터 암호화 속성 파일

리소스 키트
에는 샘플 데이터 암호화 속성 파일인
dataencription.properties
가 포함됩니다.
샘플 데이터 암호화 속성 파일은 다음 디렉터리에 있습니다.
UNIX의 경우.
<
infamdm_install_dir
>/hub/resourcekit/samples/DataEncryption/resources
Windows의 경우.
<
infamdm_install_dir
>\hub\resourcekit\samples\DataEncryption\resources
다음 예에서는 샘플 데이터 암호화 속성 파일의 내용을 보여 줍니다.
# 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