以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- [求助]参数验证签名 md5,共32字节,字母都为小写 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=161226) |
-- 作者:fczhaobo -- 发布时间:2021/3/10 13:33:00 -- [求助]参数验证签名 md5,共32字节,字母都为小写 Dim signstr As String = uid & hbType & orderid & money & reqtick & apikey Dim sign1 = System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(signstr, "MD5") output.show(sign1) 要求是共32字节,字母都为小写, 结果是:264F5534696649E89F72B982C34FEE44 全是大写,怎么解决,谢谢!
[此贴子已经被作者于2021/3/10 13:33:45编辑过]
|
-- 作者:有点蓝 -- 发布时间:2021/3/10 13:37:00 -- http://www.foxtable.com/webhelp/topics/0239.htm |