首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > .NET >

求delphi hash_hmac函数,该怎么处理

2013-04-26 
求delphihash_hmac函数$hash hash_hmac(sha1, (GET&.rawurlencode($Url).&.rawurlencode($CanShu)

求delphi hash_hmac函数

$hash = hash_hmac("sha1", ('GET&'.rawurlencode($Url).'&'.rawurlencode($CanShu)), $SecretOAuthKey.'&', TRUE);


php 有hash_hmac函数 求delphi 版
[解决办法]
http://code.google.com/p/fundamentals/source/browse/trunk/Source/Utils/cHash.pas?r=30

热点排行