易语言Base64编码API源码
系统结构:Base64编码,Base64解码,CryptBinaryToStringA,CryptStringToBinaryA,
======调试程序入口
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |
======Base64
| |
| |------ Base64编码
| |
| |------ Base64解码
| |
| |
======调用的Dll
| |
| |---[dll]------ CryptBinaryToStringA
| |
| |---[dll]------ CryptStringToBinaryA
调用的DLL命令:
.DLL命令 CryptBinaryToStringA, 逻辑型, "Crypt32.dll", "CryptBinaryToStringA", , 编码
.参数 pbBinary, 字节集, , 需要转换的数据
.参数 cbBinary, 整数型, , 数据长度
.参数 dwFlags, 整数型, , 解码标志
.参数 pszString, 字节集, , 数据缓存
.参数 pcchString, 整数型, 传址, 返回长度
.DLL命令 CryptStringToBinaryA, 逻辑型, "Crypt32.dll", "CryptStringToBinaryA", , 解码
.参数 pszString, 字节集, , 需要转换的数据
.参数 cchString, 整数型, , 数据长度
.参数 dwFlags, 整数型, , 编码标志
.参数 pbBinary, 字节集, , 数据缓存
.参数 pcbBinary, 整数型, 传址, 返回长度
.参数 pdwSkip, 整数型
.参数 pdwFlags, 整数型
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。