public class Atbash
extends Object
Atbash is an interesting case-insensitive symmetric obfuscation technique that inverts letters by swapping with letters in the mirrored position from the opposite end of the English alphabet, while leaving all other characters unchanged. Where most messages are written using letters from the English alphabet, this method provides a useful disguise.
Modifier and Type | Field and Description |
---|---|
static String |
VERSION
Version number of this Package (read-only).
|
Modifier and Type | Method and Description |
---|---|
static String |
transform(String message)
Transforms a message using the Atbash algorithm.
|
public static final String VERSION