com.pelzer.util
Class ObfuscationManager

java.lang.Object
  extended by com.pelzer.util.ObfuscationManager

public class ObfuscationManager
extends Object

Some people might have named this thing the EncryptionManager or something like that, but since this really just slows people down from figuring out passwords and such, it's just obfuscation.


Method Summary
static String clarify(String blargtext)
          Opposite of obfuscate(String)
static void main(String[] args)
          Takes each argument and outputs the obfuscated version of it.
static String obfuscate(String plaintext)
          Takes a string and returns an obfuscated string with no more than 2x a many characters as the original.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
Takes each argument and outputs the obfuscated version of it.


obfuscate

public static String obfuscate(String plaintext)
Takes a string and returns an obfuscated string with no more than 2x a many characters as the original. Only works in the DEV environment.


clarify

public static String clarify(String blargtext)
Opposite of obfuscate(String)



Copyright © 2012. All Rights Reserved.