1、base64

网上有一份开头就是

// Encoding lookup table

char base64encode_lut[] = {  的base64.h,

在loadrunner中加密有bug,最后会是“/”结尾,原因不明。

这里提供的开头是

static unsigned char base64encode_lut[] = 的base64.h,实测可用。

2、md5

实测可用

3、sha1

未测试

 

文件下载

 

相关文章:

  • 2022-12-23
  • 2021-08-19
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-11
  • 2021-06-05
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
相关资源
相似解决方案