jmeter MD5加密

 MD5.jar已经上传到博客园的文件中

第一步  添加变量${Qpassword}

第二步 调用MD5加密

 

 

import hehe.Str2MD5;
String res = new Str2MD5().MD5("${Qpassword}");
vars.put("Qpassword",res.toString());

 

 

 

第三步 将加密之后的数据给使用

 

posted @ 2018-03-23 09:53  天空是我喜欢的颜色  阅读(856)  评论(0编辑  收藏  举报