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

Encrypting a Password for the Schema

Encrypting a Password for the Schema

You can encrypt a database schema password to secure it.
  1. To encrypt a database schema password, run the following command from a command prompt:
    java -classpath siperian-common.jar com.siperian.common.security.Blowfish <
    key_type
    > <
    plain_text_password
    >
    Where
    key_type
    is the Blowfish key and
    <
    plain_text_password
    >
    is the password.
    The results are echoed to the terminal window:
    Plaintext Password:
    password
    Encrypted Password:
    encrypted password

0 COMMENTS

We’d like to hear from you!