String encode({required String orgStr, required String key}) { String encode = EncryptUtil.xorBase64Encode(orgStr, key); // WH1YHgMs return encode; }