登录
首页 » Delphi » Delphi

Delphi

于 2020-12-20 发布
0 172
下载积分: 1 下载次数: 0

代码说明:

说明:  Delphi标准AES加解密算法,DEMO(Delphi Standard AES encryption and decryption algorithm, demo)

文件列表:

Delphi\AesTest.dpr, 274 , 2016-03-23
Delphi\AesTest.dproj, 24452 , 2017-12-07
Delphi\AesTest.dproj.local, 1201 , 2017-12-07
Delphi\AesTest.identcache, 218 , 2017-12-07
Delphi\AesTest.res, 297852 , 2017-12-07
Delphi\AesTest.stat, 176 , 2016-03-29
Delphi\bin\AesTest.exe, 7921162 , 2017-12-07
Delphi\ElAES.pas, 139553 , 2015-08-19
Delphi\JDAESExtend.pas, 9005 , 2017-12-07
Delphi\untAES.pas, 2589 , 2015-08-19
Delphi\untTest.dfm, 3667 , 2017-12-06
Delphi\untTest.pas, 4294 , 2017-12-06
Delphi\Win32\Debug\AesTest.exe, 7681660 , 2017-12-06
Delphi\Win32\Debug\ElAES.dcu, 73890 , 2017-12-07
Delphi\Win32\Debug\JDAESExtend.dcu, 9331 , 2017-12-07
Delphi\Win32\Debug\untAES.dcu, 4450 , 2017-12-07
Delphi\Win32\Debug\untTest.dcu, 10995 , 2017-12-07
Delphi\__history\JDAESExtend.pas.~1~, 8654 , 2016-03-30
Delphi\__history\JDAESExtend.pas.~2~, 8652 , 2017-12-06
Delphi\__history\JDAESExtend.pas.~3~, 8737 , 2017-12-06
Delphi\__history\JDAESExtend.pas.~4~, 8749 , 2017-12-06
Delphi\__history\JDAESExtend.pas.~5~, 8793 , 2017-12-06
Delphi\__history\JDAESExtend.pas.~6~, 8791 , 2017-12-06
Delphi\__history\JDAESExtend.pas.~7~, 9007 , 2017-12-07
Delphi\__history\untTest.dfm.~1~, 3809 , 2016-03-29
Delphi\__history\untTest.dfm.~2~, 3667 , 2017-12-06
Delphi\__history\untTest.pas.~1~, 3991 , 2016-03-30
Delphi\__history\untTest.pas.~2~, 4124 , 2017-12-06
Delphi\__history\untTest.pas.~3~, 4154 , 2017-12-06
Delphi\__history\untTest.pas.~4~, 4264 , 2017-12-06
Delphi\__history\untTest.pas.~5~, 4284 , 2017-12-06
Delphi\Win32\Debug, 0 , 2017-12-06
Delphi\bin, 0 , 2017-12-07
Delphi\Win32, 0 , 2017-12-06
Delphi\__history, 0 , 2017-12-07
Delphi, 0 , 2017-12-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Win7ElevateV2_Source
    了rundll32注入提升权限从而绕过UAC的方法,你可以让rundll32通过加载dll来执行你的代码
    2010-06-08 14:48:38下载
    积分:1
  • SM2 SM3 SM4对称加解密,国密密钥对的生成
    此工具支持国密各种算法:SM4对称加解密,国密密钥对的生成,SM3信息摘要,SM2数字签名以及验证签名,SM2非对称加解密,PKCS7签名数据包形成以及PKCS7验签, 生成PKCS7数字信封已经解PKCS7签名数据,后续会添加PKCS7签名数字信封相关功能。输入输出格式都严格按照国家密码管理局的相关规定。形成一个本地工具方便大家使用。(This tool supports various national algorithms: SM4 symmetric encryption and decryption, national secret key pair generation, SM3 information summary, SM2 digital signature and verification signature, SM2 asymmetric encryption and decryption, PKCS7 signature data packet formation and PKCS7 checkin, PKCS7 digital envelopes have already solved PKCS7 signature numbers, and then PKCS7 signature digital envelopes will be added. Related functions. The input and output formats are in strict accordance with the relevant regulations of the State Encryption administration. The formation of a local tool is convenient for everyone to use.)
    2018-05-18 14:31:51下载
    积分:1
  • 基于VC++的包过滤防火墙
    说明:  本文先介绍了个人防火墙开发的研究现状、VC++6.0和MFC程序的一些技术特点,然后对基于包过滤个人防火墙的开发进行了详细的介绍和描述。通过本文可以清楚地看到一个普通个人防火墙的开发过程。本防火墙中,用户可以自行设定过滤规则,以达到对不同源和不同目标的IP地址、端口和协议的过滤。允许用户将当前规则保存为*.rul的文件格式,供下次使用时直接导入。 本防火墙由以下几个模块组成:过滤规则添加模块,过滤规则显示模块,过滤规则存储模块,文件储存模块,安装卸载规则模块,IP封包过滤驱动功能模块。用户只需要通过主界面菜单和按钮就可以灵活地操作防火墙,有效地保护Windows系统的安全。(This article first introduced the personal firewall development research present situation, VC++6.0 and MFC procedure some technical characteristics, then based on the packet filter personal firewall development carried on the detailed introduction and description.Through this article you can clearly see a common personal firewall development process.In this firewall, users can set their own filtering rules to achieve the filtering of IP addresses, ports and protocols for different sources and different targets.Allows the user to save the current rule as a *.rul file format for import next time. This firewall consists of the following modules: filter rules add module, filter rules display module, filter rules storage module, file storage module, installation and unloading rules module, IP packet filter driver function module.Users only need to through the main interface menu and buttons can be flexible operation of the firewall, effectively protect the security of the Windows system.)
    2020-07-08 14:28:57下载
    积分:1
  • DrawOfMemory
    DrawOfMemory源码包,VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。参数定义:   int Mult:总共需要显示几类数据   int AllNum:每类数据总的数据量   int Value[]:数据值数组,组成形式:数据1+数据2+数据3+ ...   COLORREF PenColor:每类数据的画笔的颜色   CWnd *pWnd:需要显示曲线的控件指针   还有一些函数不一一列举了,请自行下载源码查看(DrawOfMemory source package, VC++ memory mapping code examples, including a number of practical VC++ function: for example DrawLine function: the value passed to the function displayed in the form of the image to the corresponding controls (int AllNum: the total amount of data, int Value []: an array of data values​ ​ , COLORREF PenColor: brush color, CWnd* pWnd: need to show the curve control pointers) DrawWave function, will pass into the function value is displayed in the form of an image to the corresponding controls DrawMultiLine function: the passed into the function value is displayed in the form of an image to the corresponding control, you can display multiple data segments. Parameters are defined: int Mult: A total of several types of data to be displayed int AllNum: total amount of data for each type of data int Value []: an array of data values​ ​ , consisting of forms: Data 1 Data 2+ 3+ ...+ data COLORREF PenColor: brush color for each type of)
    2014-07-02 10:52:43下载
    积分:1
  • Bluetooth_Core_Specification_v1.2
    蓝牙协议1.2版,pdf格式,共四卷 1、Master Table of Contents &Compliance Requirements 2、Architecture & Terminology Overview 3、Core System Package 4、Core System Package(Bluetooth protocol version 1.2, pdf format, a total of four volumes of 1, Master Table of Contents )
    2008-01-29 19:59:20下载
    积分:1
  • linux
    Error out early if we have compiler trouble.
    2014-08-20 11:27:16下载
    积分:1
  • A very good learning book vc .. Just getting started network programming stude...
    非常好的一本vc网络学习书.. 对刚入门的网络编程同学,非常值得 - A very good learning book vc .. Just getting started network programming students, a very worthy
    2022-04-12 08:22:43下载
    积分:1
  • 实验一 BP神经网络数据分类
    说明:  采用BP神经网络对文本成绩进行分类,附有成绩文本数据,易于更改。(BP neural network is used to classify text scores, with text data of scores, which is easy to change.)
    2020-06-16 11:40:01下载
    积分:1
  • 一个vc下的通讯
    一个vc下的通讯程序-a vc the communication process
    2022-03-18 13:17:12下载
    积分:1
  • shutdown
    打开后,会自动计时关机 如要停止,按否按钮20次 或从任务管理器中可停止(Opened, will automatically shut down if the time to stop, according to whether the button 20 times or from the Task Manager to stop)
    2009-06-10 17:23:46下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载