public class EncryptorsKt
public static boolean getEncryptionEnabled()
Is encryption enabled?
@NotNull
public static java.lang.String shaS256(@NotNull
java.lang.String s)
Encrypt with sha256.
@NotNull
public static java.lang.String encrypt(@NotNull
java.lang.String s)
Encrypt a string and return the result.
@NotNull
public static java.lang.String decrypt(@NotNull
java.lang.String s)
Decrypt a string and return the result.
public static void initEncryptor()
Init encryption utilities.