JoS*_*Sav 1 vb.net encryption sha512 winforms
嘿伙计们,
我正在努力解密哈希我的sha512加密方式.我正在寻找一种方法来解密它.
顺便说一下,这是我加密的方式:
Dim uEncode As New UTF8Encoding()
Dim bytClearString() As Byte = uEncode.GetBytes("to encrypt")
Dim sha As New _
System.Security.Cryptography.SHA512Managed
Dim WordEncrypt As String = ""
Dim hash() As Byte = sha.ComputeHash(bytClearString)
For Each b As Byte In hash
WordEncrypt &= b.ToString("x2")
Next
Run Code Online (Sandbox Code Playgroud)
我现在需要知道如何解密它.
| 归档时间: |
|
| 查看次数: |
2036 次 |
| 最近记录: |