delphi encddecd 加密解密


本文整理自网络,侵删。

 大家恐怕还不知道Delphi自带了一个字符串编码解码的单元吧,这个文件就在
c:\program files\borland\delphi6\source\Internet\encddecd.pas
procedure EncodeStream(Input, Output: TStream);
procedure DecodeStream(Input, Output: TStream);
function  EncodeString(const Input: string): string;
function  DecodeString(const Input: string): string;

相关阅读 >>

Delphi 释放res资源文件

Delphi 拖动form上的图片,form一起动

Delphi 串口查询所有com口

Delphi 获取百度ai 获取token

Delphi richedit选中文字右键菜单的实现

Delphi程序禁止结束进程

Delphi绘制标题栏

Delphi 时间与相关类型(3): tfiletime、tsystemtime 及 dos 时间

github上通过星级评估排名前10的最受欢迎的开源Delphi项目

Delphi vclunzip组件解压缩文件用法

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...