cryptojs sha256哈希长度得到64位而不是32位

时间:2016-07-28 06:21:41

标签: sha256 cryptojs

我正在使用https://code.google.com/archive/p/crypto-js/

中的加密js

我遇到了一个问题,因为 .NET 生成的sha256 hash是32位,但使用cryptojs生成的哈希是64位..

请建议如何从cryptojs sha256算法中获取32位哈希值。

CryptoJS.SHA256("xxxxxxxxxxxxxxxxxxx..").toString()

0 个答案:

没有答案