- 博客(2)
- 资源 (10)
- 收藏
- 关注
原创 用vb实现DES加解密算法(二)--加密
sCode 待加密字串sKey 密钥字串(前8位有效)Public Sub DES_Encode(ByRef sCode() As Byte, ByVal sKey As String, ByRef bReturn() As Byte)Attribute DES_Encode.VB_Description = "加密 sCode:明文16进制串
2003-08-27 20:57:00
1533
原创 用vb实现DES加解密算法(三)--解密
sCode 待解密字串 sKey 密钥字串 Public Sub DES_Decode(ByRef sCode() As Byte, ByVal sKey As String, ByRef bReturn() As Byte)Attribute DES_Decode.VB_Description = "解密 sCode:密文16进制串
2003-08-27 20:57:00
1674
1
Programming Rudy 镐头书
2013-06-23
Ruby 元编程
2013-06-23
BugBrain游戏
2008-12-18
神经网络入门教程.CHM
2008-12-04
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人