-
AES对称加密解密文件
说明: AES算法(即 Rijndael 算法)是一个对称分组密码算法。数据分组长度必须是 128 bits,使用的密钥长度为 128,192 或 256 bits。对于三种不同密钥长度的 AES 算法,分别称为“AES-128”、“AES-192”、“AES-256”。本文在分析了 AES 加密原理的基础上着重说明了算法实现的具体步骤,并用 C++ 实现了对文件的加密和解密。(AES algorithm (Rijndael algorithm) is a symmetric block cipher algorithm.The data packet length must be 128 bits and the key length used is 128,192 or 256 bits.For the three AES algorithms with different key lengths, they are called "aes-128", "aes-192", and "aes-256".In this paper, on the basis of analyzing the principle of AES encryption, the concrete steps of the algorithm are emphatically explained, and the encryption and decryption of files are realized by C++.)
- 2020-12-21 21:19:08下载
- 积分:1
-
liziqun
说明: 用C语言编的关于粒子群的流程和代码,期待进一步验证(Made with C language on the particle swarm process and code, look forward to further verify)
- 2008-09-20 15:31:02下载
- 积分:1
-
flashfxp
- 2008-11-30 10:08:01下载
- 积分:1
-
IEEE-9
9节点前推回代法潮流计算,基本潮流!源程序(9 nodes forward and backward substitution method flow calculation, the basic trend! Source)
- 2011-05-07 14:34:26下载
- 积分:1
-
moving-object-recognition-and-track
本程序完成了对运动图像的识别与跟踪功能,程序里自带了测试的图像(The program to complete the identification and tracking of moving images, the program comes with the test image)
- 2012-08-23 19:46:48下载
- 积分:1
-
sushu
说明: 用C++的类的概念写的一个有关寻找一定范围内素数个数并把它们输出的C++源程序(With C++ The concept of the class written by a certain range to find the number of prime numbers and their output C++ Source)
- 2008-10-26 19:50:29下载
- 积分:1
-
在VC环境下编写的21点游戏,课程设计使用
在VC环境下编写的21点游戏,课程设计使用,可以扩展算法,增加庄家和玩家之间的积分翻倍关系。在visual c++6.0中可以完成编译和运行。
在VC环境下编写的21点游戏,课程设计使用,可以扩展算法,增加庄家和玩家之间的积分翻倍关系。在visual c++6.0中可以完成编译和运行。
- 2022-01-26 06:26:38下载
- 积分:1
-
win9x/NT/2K/XP平台上虚拟打印机的源码和两个例子
资源描述
win9x/NT/2K/XP平台上虚拟打印机的源码和两个例子 ,本资料共包含以下附件:虚拟打印机.rar
内涵完整代码
- 2022-07-21 22:29:36下载
- 积分:1
-
CPPBUILDER-package-design
创建和编辑包
创建一个包需要指定:
· 包的一个名字。
· 新包要求使用或链接的其他包的列表。
· 包编译时包含或绑定的单元文件的列表。包实质上是这些包含已编译.BPL功能的源代码单元的封装,包含(Contains)列表是想编译进包的定制组件的源代码单元放置的地方。一个包由C++源文件(.CPP)和扩展名为.BPK的工程选项文件定义。这些文件由包编辑器生成。
(Creating and editing package to create a package needs to be specified: a name of the package. The new package requires the use of or linked list of other packages. Compile a list of unit package that contains the file or binding. These packages contain essentially compiled. Source code package BPL unit functions, including (Contains) list is to source code modules compiled into the custom component package placed. A package of C++ source file (. CPP) and the extension. Engineering options file defines the BPK. These files are generated by the package editor.)
- 2014-02-19 21:28:41下载
- 积分:1
-
xatavase
symbian 格子的生成和使用源代码 让你明白九宫格生成原理 适合游戏开发(Symbian grid generation and use of source code to let you understand the nine grid generation principle suitable for game development)
- 2019-01-06 03:47:51下载
- 积分:1