jsEncrypter icon indicating copy to clipboard operation
jsEncrypter copied to clipboard

当前端加密方式为RSA加密且公钥为url编码,phantomJS无法启动

Open sunu11 opened this issue 7 years ago • 6 comments

我用了您的这款插件,测试的脚本都可以正常使用,我在修改js模板文件,引用我自己测试的这个站点的js的过程中一直出现失败,求帮忙23332

sunu11 avatar Jul 19 '18 07:07 sunu11

调试截图: image

sunu11 avatar Jul 19 '18 07:07 sunu11

请提供一下你修改后的js模板文件

c0ny1 avatar Jul 19 '18 07:07 c0ny1

看了一下,你的调用似乎没错。附件上传一下js模板文件和加密算法的实现文件,我好在这边运行一下。

c0ny1 avatar Jul 19 '18 07:07 c0ny1

我 qq 958130421方便的话我qq向您请教

sunu11 avatar Jul 19 '18 07:07 sunu11

在大佬的帮助下,成功解决,原因:phantomJS不支持encodeURI()方法,可使用encodeURIComponent()方法代替。多谢老哥~

sunu11 avatar Jul 19 '18 09:07 sunu11

closes #1

sunu11 avatar Jul 19 '18 09:07 sunu11