Class CryptoHelper

java.lang.Object
pro.gravit.utils.helper.CryptoHelper

public final class CryptoHelper extends Object
  • Method Details

    • encode

      public static byte[] encode(byte[] txt, String pKey)
    • decode

      public static byte[] decode(byte[] pText, String pKey)
    • encodeOrig

      public static void encodeOrig(byte[] txt, String pKey)
    • decodeOrig

      public static void decodeOrig(byte[] pText, String pKey)
    • randomToken

      public static String randomToken(int depth)