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.
This utility only runs on Windows, but you can copy the encrypted password this utility generates into an INI file on a UNIX system and use it there in the same way you would use it on a Windows system.
CRYRUW32 string
Parameter |
Description |
string |
Enter the string that you would like to encrypt. |
Once you generate the encrypted version of the string, you can specify this encrypted version of the string in an INI file, along with the ~Encrypted INI built-in function.
Here's an example of how you would run this utility:
C:\fap\mstrres\dms1>cryruw32 mypassword
Encrypted string (0eSYru9MskUELiEy4M1CT1meU)
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 2013, Oracle and/or its affiliates. All rights reserved. Legal notices.