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 获取 cpu 使用率的单元

Delphi debug权限提升

Delphi 中 使用 tidhttp 提交post数据

Delphi通过url获取网页源码

Delphi tms web core 判断是否包含汉字

Delphi 工程判断内存溢出reportmemoryleaksonshutdown := true;

Delphi 点击关闭叉时,最小化图标

Delphi 屏蔽特殊字符

Delphi trim删除字符串首尾空格

Delphi json 转换成 tfdmemtable

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



打赏

取消

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

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

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

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

评论

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