标签: sha256 cryptojs
我正在使用https://code.google.com/archive/p/crypto-js/
我遇到了一个问题,因为 .NET 生成的sha256 hash是32位,但使用cryptojs生成的哈希是64位..
sha256 hash
请建议如何从cryptojs sha256算法中获取32位哈希值。
sha256
CryptoJS.SHA256("xxxxxxxxxxxxxxxxxxx..").toString()