|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pelzer.util.ObfuscationManager
public class ObfuscationManager
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 |
|---|
public static void main(String[] args)
public static String obfuscate(String plaintext)
public static String clarify(String blargtext)
obfuscate(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||