开发者

What is the output format of SHA256

开发者 https://www.devze.com 2023-03-16 04:47 出处:网络
What is the output format of the SHA256? It is composed by lett开发者_开发知识库ers and numbers only? And it is case insensitive?As with most (all?) crypto hashes, the output of SHA-256 is binary data

What is the output format of the SHA256? It is composed by lett开发者_开发知识库ers and numbers only? And it is case insensitive?


As with most (all?) crypto hashes, the output of SHA-256 is binary data. How that binary data is encoded in a text format is up to you. For example, you could encode it as hex, or base64.

0

精彩评论

暂无评论...
验证码 换一张
取 消