摘要: Dim sText As String = "abcdefg1234567" Dim oMD5 As Cryptography.MD5 = Cryptography.MD5.Create Dim oBuffer() As Byte = System.Text.Encoding.Unicode.GetBytes(sText) oBuffer = oMD5.ComputeHash(oBuffer) D... 阅读全文
posted @ 2010-01-15 16:34 Mo 阅读(172) 评论(0) 推荐(0) 编辑
摘要: Dim sText As String = "123456" Dim sKey As String = "MoMoMoMo" Dim sIV As String = "oMoMoMoM" Dim bKey() As Byte = System.Text.Encoding.UTF8.GetBytes(sKey) Dim bIV() As Byte = System.Text.Encoding.UTF... 阅读全文
posted @ 2010-01-15 16:03 Mo 阅读(170) 评论(0) 推荐(0) 编辑