How to deecode your ODI encoded password in SDK

Posted by tina.wang on Oracle Blogs See other posts from Oracle Blogs or by tina.wang
Published on Fri, 14 Sep 2012 09:21:29 +0000 Indexed on 2012/09/14 15:44 UTC
Read the original article Hit count: 1120

Filed under:

Someone asked me he want to use SDK to create ODI repository, but latest 11g API in SDK use plain password parameter. But he don't want to use plain text for security reason. So he want to transfer an encoded password, then decode it inside his code. He ask me whether there is a way. 

After some investigating, I find com.sunopsis.dwg.DwgObject class has a static method snpsDecypher(String), it can satisfy his requirement. But seems this method is deprecated, I am trying to find the new replaced method. 

© Oracle Blogs or respective owner

Related posts about /Oracle