精英盒子 -> 程序设计 -> Base64加密解密工具 开源 求荣誉 [打印本页]

f4tb0y 2011-08-01 17:26

Base64加密解密工具 开源 求荣誉

[attachment=3]

类似的解码工具网上很多了
小葵的多功能编码工具的容错功能不好
今天用VB研究了下
找了1个模块和1个类模块 轻松编写完成
自己下载附件研究吧
窗口代码展示下。。。汗 相当少吧 核心是两个模块。
  1. Private Sub Command1_Click()
       Dim dih As New Class1
       Text2 = dih.Base64Encode(Text1)
    End Sub

    '解码
    Private Sub Command2_Click()
       Dim dih As New Class1
       Text3 = dih.Base64Decode(Text2)
    End Sub


求荣誉
[attachment=4]

jybox 2011-08-01 17:31
技术含量真的不高啊...

f4tb0y 2011-08-01 17:43
我是菜鸟 我路过




Powered by phpwind v8.7 Code ©2003-2011 phpwind
Time 0.043447 second(s),query:5 Gzip enabled