Hi,
We have a .Net application, used to extract and modify content from repository. Now our requirement is to encrypt the user password and send it over the wire to DFS service.
I did look into documentation, and couldn't find anything equivalent to 'RegistryPasswordUtils' for .Net. Basically, I'd want something similar to its java counterpart (i.e. include dfc.jar, and use the API to encrypt the user password at runtime)
Background is, that we've a number of users, and want to perform the encryption at runtime. SSL could be an option here, however we are looking at message level security, and not transport level security.
Thanks in advance.
Thanks
Ravi