Obfuscate Credentials
To obtain the obfuscation functionality, use the ObfuscationUtilitySample.java sample available on GitHub.
Use the IngrianProvider.obfuscate API to obfuscate username and password. The following sample shows how this API obfuscates Username using the API:
String userName = "Username";
String userNameEncrypted = IngrianProvider.obfuscate(userName.getBytes());
Obfuscated Text: 066C56CDC1A4737392D22317C61523CD