Use this utility to generate an encrypted version of a password. You can then use the encrypted version of the password in an INI file, along with the ~Encrypted INI built-in function.
For more information on INI built-in functions, see the Documaker Administration Guide.
Unix parameters\syntax is the same as Windows.
CRYRUW32 string
Parameter |
Description |
cryruw32 TextString /p=.\deflib\ |
Outputs the TextString in encrypted format. /p= identifies the location of the shared deflib. |
cryruw32 /i=file /p=.\deflib\ |
Outputs the content to the file referenced, updates the file directory. /p= identifies the location of the shared deflib. |
Here's an example of how you would run this utility:
C:\fap\mstrres\dms1>cryruw32 mypassword
Encrypted string (0eSYru9MskUELiEy4M1CT1meU)
Once you generate the encrypted version of the string, you can specify this encrypted string in an INI file, along with the ~Encrypted INI built-in function.
Here is an example that shows how you use the encrypted version of the string in an INI file:
< LDAP >
LDAP.PWD = ~ENCRYPTED 0eSYru9MskUELiEy4M1CT1meU
© Copyright 2015, Oracle and/or its affiliates. All rights reserved. Legal notices.