public final class SimpleCrypt extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String toDecode)
Decrypt the given String.
|
static String |
decode(String toDecode,
int relocate)
Decrypt the given String.
|
static String |
encode(String secret)
Encrypt the given String.
|
static String |
encode(String secret,
int relocate)
Encrypt the given String.
|
public static String decode(String toDecode)
toDecode - The String to decrypt.public static String decode(String toDecode, int relocate)
toDecode - The String to decrypt.relocate - How much places to switch.public static String encode(String secret)
secret - The String to encrypt.Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.