Class ObfuscationEngine

java.lang.Object
org.frankframework.extensions.tibco.pipes.ObfuscationEngine

public class ObfuscationEngine extends Object
Uses a Cipher algorithm similar to the one used in com.tibco.security.ObfuscationEngine used before. That ObfuscationEngine is removed, but we still need to be able to 'obfuscate' strings that way.
Author:
evandongen
See Also:
  • "https://medium.com/@agrawalprince617/eliminating-tibcrypt-dependency-for-a-seamless-java-8-to-17-upgrade-23c95c82a8ad"