摘要: 一、Python-RSA RSA库只支持PKCS#1的密钥格式 需要安装第三方库rsa pip install rsa python-rsa官方地址:https://stuvel.eu/python-rsa-doc/ RSA非对称加密: 1、公钥进行加密(公开) rsa.encrypt(messag 阅读全文
posted @ 2022-05-19 16:13 云胡 阅读(1803) 评论(0) 推荐(0) 编辑
摘要: 实现方式 docker+jenkins+python 执行自动化框架,生成allure报告 1、服务器上安装docker(略) 2、创建jenkins容器 3、使用Dockerfile创建有接口自动化框架执行环境的python镜像 4、根据python镜像创建容器,拉取git上的代码,使用pytho 阅读全文
posted @ 2022-11-24 17:43 云胡 阅读(1039) 评论(1) 推荐(0) 编辑
摘要: 方法1:直接用在线加密工具进行加密,得到密码 参考地址 https://www.toolscat.com/decode/rsa 输入公钥和密码,直接加密即可 方法2:postman工具 步骤1:接口请求获取公钥,在Tests中将公钥设置为环境变量 //获取公钥 var data = JSON.par 阅读全文
posted @ 2022-05-19 16:40 云胡 阅读(2208) 评论(0) 推荐(0) 编辑
摘要: An error occurred: Data exporter "html" is unable to export data. 阅读全文
posted @ 2020-07-04 16:50 云胡 阅读(1624) 评论(0) 推荐(0) 编辑
摘要: Jenkins在windows环境下的3种部署方式 阅读全文
posted @ 2020-04-30 16:49 云胡 阅读(1638) 评论(0) 推荐(0) 编辑