String decode({required String secStr, required String key}) { String decode = EncryptUtil.xorBase64Decode(secStr, key); // WH1YHgMs return decode; }