-
这个是DES加密算法源代码(C++语言类别)
这个是DES加密算法源代码(C++语言类别)-This is the DES encryption algorithm source code (C++ language category)
- 2022-03-22 10:59:10下载
- 积分:1
-
ios_AES_encrypt
本源码为我的毕业设计,题目为,基于iOS平台的数据加密程序,实际为AES加密算法。用objective—C实现,在ios开发平台SDK 下打开可运行(The source code for my graduation project entitled, based on the the iOS platform data encryption program, the actual AES encryption algorithm. Objective-C to achieve open can run in ios development platform SDK)
- 2013-04-27 20:26:28下载
- 积分:1
-
一个用各种加密算法给文件加密的Delphi例子。为了减小文件size把执行文件去掉了。D7下编译。...
一个用各种加密算法给文件加密的Delphi例子。为了减小文件size把执行文件去掉了。D7下编译。-A full example that encript a file with many motheds.You should sompile it under D7.
- 2022-02-05 03:48:24下载
- 积分:1
-
ECDSA_Verilog
说明: 椭圆曲线加解密算法的verilog实现,帮助初学者有效理解ECC算法。(Elliptic curve encryption and decryption algorithm verilog implementation, to help beginners understand the ECC algorithm is effective.)
- 2009-09-01 10:57:39下载
- 积分:1
-
setpassfolder
加密文件夹,十分好用
使用visual basic环境编程(lock file)
- 2013-12-01 17:45:52下载
- 积分:1
-
PolarSSL-简单、 安全的通信
PolarSSL 使琐细便于开发者在他们 (嵌入式) 的产品,包括加密和 SSL/TLS 的能力促进这一功能与最小编码的足迹。
- 2022-08-08 05:54:35下载
- 积分:1
-
AES
AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。(AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and decryption of the specific implementation method.)
- 2010-09-18 10:14:37下载
- 积分:1
-
gs
说明: gs算法,一种相位恢复算法,此处用于图像加密系统DRPE的秘钥与明文预测。(gs algorithm A phase retri algorithm for image encryption system here DRPE secret key and plaintext forecast.)
- 2015-04-23 10:07:48下载
- 积分:1
-
DES encryption algorithm examples of a
DES加密算法实例1-DES encryption algorithm examples of a
- 2022-03-14 07:46:47下载
- 积分:1
-
在 c + + 中实现 RC4 算法
首先,RC4算法生成一个“状态”,这开始为包含在订单值0-255的数组。然后该算法通过阵列迭代和周围交换的元素,基于所述键值。原始密钥然后可被丢弃,因为RC4只使用状态来创建一个伪随机密钥流,由算法选择的元素和吐出出来。密钥流的所述状态单靠额外的好处是,原来的密钥并不需要被保存在内存中。算法初始化状态。执行密钥调度算法(KSA)上的状态下,根据所输入的键(然后其可以被丢弃)。在算法选择(现炒)的状态,并将其输出作为密钥流元素。
- 2023-04-10 10:30:03下载
- 积分:1