Fog

A pseudo-encryption algorithm that makes the data appear to be encrypted. This algorithm is cryptographically extremely weak, and should only be used to hide data from reading the plain text using a text editor.

Methods
void decrypt(byte[] bytes, int off, int len)
void decrypt(byte[] bytes, int off, int len)
void encrypt(byte[] bytes, int off, int len)
void encrypt(byte[] bytes, int off, int len)
int getKeyLength()
int getKeyLength()
void setKey(byte[] key)
void setKey(byte[] key)