DES算法加密解密控件for C Builder --------- 可以将需要加密的文字加密成16进制或非16进制 的字符串;也可以反过来解密之。 --------------- 操作十分方便,只需放入本控件, 然后调用4个加解密函数即可轻松完成! ----------------- Copy this directory to bcb working directory opening des.bpk and install. Example: String x,y; x = WCDE
library fundll; { Important note about DLL memory management: ShareMem must be the first unit in your library's USES clause AND your project's (select Project-View Source) USES clause if your DLL exports any procedures or functions that pass strings
关于IntToHex,在Delphi中使用频率也是挺高的,不过像我这种菜鸟,对IntToHex的具体用法仍是不太熟悉,后来看了这个小程序,了解了一些,分享给大家,特别是以下代码会加深你对IntToHex函数的用法理解。 procedure TForm1.Button1Click(Sender: TObject); var S:integer; begin S:=2147483647; showmessage(inttoHex(s,8)); showmessa