我是 Go 初学者,遇到了一个问题。我想用 UTF16 little endian 编码一个字符串,然后用 MD5(十六进制)对其进行散列。我找到了一段 Python 代码,它完全符合我的要求。但我无法将其转移到 Google Go。
md5 = hashlib.md5()
md5.update(challenge.encode('utf-16le'))
response = md5.hexdigest()
挑战是一个包含字符串的变量。
精慕HU
慕姐4208626
元芳怎么了
相关分类