文件名称:Authcode
介绍说明--下载内容均来自于网络,请自行研究使用
.版本 2
.支持库 spec
.支持库 iconv
Result = authcode (“abc123”, #ENCODE, “1234567”, ) 加密英文
调试输出 (Result)
Result = authcode (“20xliOi5P/Ie8s4FOj2NZJx/13n5PMBE1vmT2PRtozqzzz8=”, #DECODE, “1234567”, ) 解密英文
调试输出 (Result)
Result = authcode (“wz8bGQX2/ciIiugG1t9F7ftiYXzHBf/WupVIP3oyodxDhgCSk2Y=”, #DECODE, “1234567”, ) 解密中文
易语言与E4a Authcode加解密 调试输出 (到文本 (编码转换 (到字节集 (Result), #编码_UTF_8, #编码_GBK, ))) 注意转换编码格式
-Version 2
Support Library spec
Support library iconv
Result = authcode ( abc123 ,#ENCODE, 1234567 ,) encryption English
Debug output (Result)
Result = authcode ( 20xliOi5P/Ie8s4FOj2NZJx/13n5PMBE1vmT2PRtozqzzz8 = ,#DECODE, 1234567 ,) decryption English
Debug output (Result)
Result = authcode ( wz8bGQX2/ciIiugG1t9F7ftiYXzHBf/WupVIP3oyodxDhgCSk2Y = ,#DECODE, 1234567 ,) decryption Chinese
Easy language and E4a Authcode encryption debugging output (to the text (transcoding (to byte set (Result),# coding _UTF_8,# coding _GBK,))) Note transcoding format
.支持库 spec
.支持库 iconv
Result = authcode (“abc123”, #ENCODE, “1234567”, ) 加密英文
调试输出 (Result)
Result = authcode (“20xliOi5P/Ie8s4FOj2NZJx/13n5PMBE1vmT2PRtozqzzz8=”, #DECODE, “1234567”, ) 解密英文
调试输出 (Result)
Result = authcode (“wz8bGQX2/ciIiugG1t9F7ftiYXzHBf/WupVIP3oyodxDhgCSk2Y=”, #DECODE, “1234567”, ) 解密中文
易语言与E4a Authcode加解密 调试输出 (到文本 (编码转换 (到字节集 (Result), #编码_UTF_8, #编码_GBK, ))) 注意转换编码格式
-Version 2
Support Library spec
Support library iconv
Result = authcode ( abc123 ,#ENCODE, 1234567 ,) encryption English
Debug output (Result)
Result = authcode ( 20xliOi5P/Ie8s4FOj2NZJx/13n5PMBE1vmT2PRtozqzzz8 = ,#DECODE, 1234567 ,) decryption English
Debug output (Result)
Result = authcode ( wz8bGQX2/ciIiugG1t9F7ftiYXzHBf/WupVIP3oyodxDhgCSk2Y = ,#DECODE, 1234567 ,) decryption Chinese
Easy language and E4a Authcode encryption debugging output (to the text (transcoding (to byte set (Result),# coding _UTF_8,# coding _GBK,))) Note transcoding format
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Authcode加解密.e