
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
OMi decrypt policy password
Hi,
I'm using ConfigFile policies which are read by C/C++ executables (windows services). In the policy I put String (password) type parameters. I need to decrypt them but can't find any documentation on this. Is there any lib I can link to, some utility I can call to decypt?
In the documentation I see mentions of a opcpwcrpt command (which by the way does no exist anywhere on the OMi server)...
# cat ./opt/OV/conf/CCC/CCCGroup/CCC.cfg
Passowrd UjDUAVJpp1y7OlD/HuNrfIUuS+d+A8AI
(the password is "password").
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Is there a Java, perl, C++ API to decrypt? I suspect libOvParms.so has the required functionality, but I don't have a header to link against.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Can't use password parameters in ConfigFile policy without this functionality. While it is possible to use the perl API to request the value of the parameter, this is not quite what I need.
The config file will be read by a service on the managed node. The file contains pairs of:
username password
The service does not know that 'password' was in reality %%PASSWORD%% on the server side, so it can't ask for the value of the %%PASSWORD%% parameter.