Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试了一些 JavaScript 库,但似乎都没有这个功能?有谁知道如何hex(hmacmd5(input))使用 JavaScript 返回数据?
hex(hmacmd5(input))
CryptoJS.HmacMD5(input.toString(), key);