资源列表
对文件进行加密的aes源程序
- aes的一份转载代码,可以实现文件的加密-Aes reproduced in a code, files can be encrypted
LILI-II
- 无线通信系统中密钥流生成器——LILI-II。以VC++为编程工具,制作了操作简单,实用性较强的用户操作界面,并对Fibonacci 结构、Galois结构两种方式的LFSR-Wireless Communication System Key flow generator -- LILI-II. A VC + + programming tools, has produced a simple, practical, strong user interface, also Fibonacci s
基于密码技术的MobileAgent系统安全问题解决方案
- Agent技术的研究起源于人工智能领域。由于Agent具有自治性、智能性、反应性、主动性等优点,因此越来越受到人们的重视,并被广泛应用于网络技术和分布式计算。Agent技术很好的解决了网络间任务分配及合作的问题,但Agent系统实际应用时的安全问题一直没有得到很好的解决。本文设计了一个可实际应用的Mobile Agent系统安全问题解决方案,该方案可以有效解决实际运行中Agent系统的安全认证及安全通信问题。最后介绍了该方案在个性化E-learning系统中的实际应用情况。-Agent tech
对称密码DES
- 用C语言实现des加密算法,保证可以加密解密-C language des encryption algorithm that can guarantee encryption and decryption
200561673082201
- DES,MD5,ZLIB算法源代码 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL.h ArithDLL.lib ArithDLL.ncb ArithDLL.opt ArithDLL.plg Arithzxz.h Arithzxz.h.BAK Compress.cpp CRC.cpp Defla
CompressionMethodsV1.02
- 目前程序中使用的多种数法的源代码,带加解密例子-current procedures used in a variety of numbers of the source code, are additional examples of declassified
CatsicRSA
- RSA加密解密算法,用C#编制,只要调整系数,即可实现自定义加密-RSA encryption and decryption algorithm, compiled with C#, as long as the adjustment factor can be realized from the definition of encryption
SessionKey_src
- 生成会话rsa密钥-conversation rsa key generation
VB_DTFT_2
- 用VB实现DTFT-2,借花献佛,希望对有些朋友有用!-VB X-2, Jiehuaxianbi, hoping for some useful friends!
Matlabwatermark
- MATLAB实现的水印程序,希望有朋友用到-MATLAB watermark procedures in the hope that a friend used
jiamijiemi
- 一种简单的加密解密程序,功能齐全,速度较快-a simple encryption and decryption procedures, complete functions, faster
filepassword
- 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile(char * pFileName) //解密文件,输入参数为文件名 BOOL DeCryptFile(char * pFileName) //对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法 BOOL Archieve(char * dir, char * arch) BOOL