今天在研究项目的时候,发现有项目开始使用sm4国密加密了
所以记录一下这个加密的例子
var sKey "JeF38U9wT9wlMfs2";
var sm4 new JSSM4(sKey);
function SM4_decrypt(text) {let dedata sm4.decryptData_ECB(text);return dedata;
}
function SM4_e…
报错问题:Message: MicrosoftWebDriver.exe executable needs to be in PATH. Please download from http://go.microsoft.com/fwlink/?LinkId619687
解决方案:
1、查看Microsoft Edge版本:设置-关于Microsoft Edge
(若一直显…