搜索资源列表
des C语言简练代码
- 利用简单的C语言编程完成对des加密的一个较为完整的c程序。
des
- 对称加密算法des实现,c程序编写,在visual c++下运行。-Symmetric encryption algorithm des achieve, c programming in visual c++ run.
rc4_java
- java rc4 加密 rc4加密算法的一个实现-java rc4 encryption
twofish-vb
- 加密解密算法工具,可以实现TWOFISH加密算法的功能。-Tools for encryption and decryption algorithms can be achieved TWOFISH encryption algorithm.
rc4
- vb实现的完整的rc4加密算法,可以自由使用-vb to achieve a complete rc4 encryption algorithm, can be free to use
java_DES加密解密源码
- Java实现des加密解密算法,des加密解密算法(Java implementation of DES encryption algorithm)
VC++ 加密算法200多种
- 各种加密算法大全,再也不用到处去找了,收集整理非常完善。(All Sericute very very easy very very good)
加密算法源码
- 单片机加密算法,包括AES,DES,MD5,RC6,RSA等(SCM encryption algorithm, including AES, DES, MD5, RC6, RSA and so on)
TestAESCipher
- AES(Advanced Encryption Standard)加密算法的C++实现(C++ implementation of AES algorithm)
Column permutation cipher
- 列置换加密算法,C语言实现,比较初级,但是运行没啥问题(Column permutation cipher)
tea加密解析算法
- 在游戏项目中,一般需要对资源或数据进行加密保护,最简单高效的加密算法就是采用位与或之类的,但是比较容易被人分析出来。 TEA加密算法不但比较简单,而且有很强的抗差分分析能力,加密速度也比较快。可以根据项目需求设置加密轮数来增加加密强度。(Simple algorithm of tea encryption and decryption)
rsa_algorithm demo
- RASA加密算法,可加密解密。资源借用,仅供参考。(RASA encryption algorithm, encryption and decryption.)
有限域
- 通过上机操作,使学生对高级加密标准AES算法的执行过程、密钥编排方案和加密算法的实现过程等有一个更加清晰地认识。通过本次实验,加深学生对分组密码的认识。(Through the operation of the computer, we have a clearer understanding of the implementation process of the AES algorithm, the key arrangement scheme and the implementation
RSA加解密算法
- 通过上机操作,使同学生对公钥加密算法RSA密码体制的加、解过程有一个更加清晰地认识。通过本次实验,加深学生对公钥密码体制的认识,为后面的学习打下基础。(Through the operation of the computer, there is a clearer understanding of the process of adding and solving the RSA cryptosystem of the public key encryption algorithm. Thro
证书加密解密
- 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字
sm3算法c语言实现
- 国密加密算法中sm3算法vc6内使用c,c++实现(Implementation of Sm3 algorithm in vc6 in encryption algorithm)
典型密码算法及其C语言实现——附录代码
- 几乎囊括了所有主流的加密算法的c语言实现哦(Almost all the mainstream encryption algorithms are implemented in C language.)
TX-TDC-最新算法
- TX登录 滑块验证码 TDC最新的加密算法.....(TX verification code TDC latest encryption algorithm)
VC 信息加密聊天源代码
- 本聊天程序采用2048bit 的RSA 数据加密算法对数据进行加密和数字签名后发出,因为RSA加密信息需要大量的时间,因此本程序适合用来传递密钥或对非常重要且信息量较少的网络通讯。本程序编译后运行界面如上所示,正常聊天需要进行设置,设定对方IP地址,QQ号或电子邮件地址,接下来就可以发消息了,程序还可以完成如图所示的其它功能。(This chat program uses the RSA data encryption algorithm of 2048 bits to encrypt and
AES加密算法
- AES加密算法,实现了3种密钥长度的算法。