Is SHA-256 Case Insensitive?

后端 未结 4 482
予麋鹿
予麋鹿 2021-01-17 10:21

I\'m running a service that is using SHA-256 on two sides of the application - one is a server-side PHP implementation and the other is a client-side iOS implementation. The

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-17 10:41

    If the binary representation of the input is the same on both sides the binary representation of the hash value will be the same. Hex is case insensitive.

提交回复
热议问题