资源列表
Kaisa_VB
- 用VB实现凯撒加密解密算法。适合初学者学习研究,欢迎下载!-Julius Caesar used encryption and decryption algorithms to achieve VB. Study and research for beginners are welcome to download!
Downloads
- RFC 2104 的 SHA1 HMAC 标准库-SHA1 HMAC
SHA_MatLab
- SHA (安全Hash算法)是一种单向散列算法,可用于数字加密或数字签名,是比MD5更加安全的单向散列算法,与MD5算法一起时被应用最广泛的两种算法。
des_demo
- DES加解密代码,经过优化,含有测试用例-DES encryption and decryption code, optimized, containing test cases
CDES
- 源码是一个CDES类,纯C++写的,包含Single Des和Triple Des算法, 内涵DES算法的所有详细流程,可供信息安全初学者学习交流使用。-Source is a CDES class, written in pure C++, including the Single Des and Triple Des algorithm, meaning all the detailed process of DES algorithm, for beginners to learn to
code
- C语言写的3DES算法,经过调试证明程序本身没问题-3DES-3DES algorithm written in C language, after debugging the certification procedure no problem-3DES
12
- 偷懒实现md5加密,很不错的易语言源码,适合易语言爱好者学习。-The lazy md5 encryption, very good and easy language source code for easy language enthusiasts to learn.
d3des
- 一个des加密算法的c程序源码, 可以做为研究学习-this is a des arithme aaaaaaaaaaaaaa
PairKeyExample
- java非对称加密源程序代码实例,本例中使用RSA加密技术,定义加密算法可用 DES,DESede,Blowfish等。 -java encryption algorithm
base64
- 原创,C语言实现Base64编码/解码的标准算法程序。-Original C language standard Base64 encoding/decoding algorithm standard procedures.
简单的密码例子,让密码储存在程序中
- 简单的密码例子,让密码储存在程序中 简单的密码例子,让密码储存在程序中-simple code example, passwords stored in the process simple code example, the password stored procedures
aa
- 凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(shift cipher):模数计算。Ek(x)=(x+k)mod 26,Dk(y)=(y –k)mod 26 如:k=5 “hello world”加密为:mjqqt….
