文件名称:Base64Com
介绍说明--下载内容均来自于网络,请自行研究使用
BASE64编码和解码COM组件
Set Obj=Server.CreateObject("DBstep.Base64") 创建对象
x=Obj.EncodeBase64("要加密的字符串")
y=Obj.DecodeBase64("要解密的字符串")
Set Obj=nothing 释放对象
-BASE64 encoding and decoding COM components
Set Obj=Server.CreateObject("DBstep.Base64")
x=Obj.EncodeBase64(string)
y=Obj.DecodeBase64("string")
Set Obj=nothing
Set Obj=Server.CreateObject("DBstep.Base64") 创建对象
x=Obj.EncodeBase64("要加密的字符串")
y=Obj.DecodeBase64("要解密的字符串")
Set Obj=nothing 释放对象
-BASE64 encoding and decoding COM components
Set Obj=Server.CreateObject("DBstep.Base64")
x=Obj.EncodeBase64(string)
y=Obj.DecodeBase64("string")
Set Obj=nothing
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Base64.cfg
Base64.dll
Base64.dof
Base64.dpr
Base64.res
Base64.tlb
Base64Unit.dcu
Base64Unit.pas
Base64_TLB.dcu
Base64_TLB.pas
DBstep_TLB.dcu
DBstep_TLB.pas
调用说明.txt
Base64.dll
Base64.dof
Base64.dpr
Base64.res
Base64.tlb
Base64Unit.dcu
Base64Unit.pas
Base64_TLB.dcu
Base64_TLB.pas
DBstep_TLB.dcu
DBstep_TLB.pas
调用说明.txt