资源列表
100%%
- Video Encryption and Decryption using RSA Algorithm
BASE64
- Demo演示BASE64 编码和解码字符串,C++builder编写并调试通过(BASE64 encryption and decryption AnsiString)
AESUtil
- public static String encode(String in, String key) throws InvalidKeyException, NoSuchAlgorithmException, NoSuchPaddingException, IllegalBlockSizeException, BadPaddingException { String hex = ""; byte[] bytIn = in.getBytes(
MD5
- public static String MD5(String inStr) { MessageDigest md5 = null; try { md5 = MessageDigest.getInstance("MD5"); } catch (Exception e) { System.out.println(e.toString()); e.p
modern_cryptography
- 《现代密码学:原理与协议》内容简介:密码学在确保数据的私密性和完整性,以及计算机网络的安全性方面扮演了关键角色。乔纳森·卡茨和耶胡达·林德尔所著的《现代密码学:原理与协议》一书提供了对现代密码学严格而又容易理解的介绍,关注形式化的定义、精确的假设以及严格的证明。(A brief introduction to modern cryptography: Principles and protocols: cryptography plays a key role in ensuring the p
DES
- 用C++语言写的DES加解密算法,只是命令行方式的加解密,没有涉及用户界面。(DES encryption and decryption algorithm written by C++ language)
SM4分组密码算法
- sm4算法说明,详细说明sm4算法的实现流程,可以根据此说明开发详细代码(The SM4 algorithm explains the implementation process of SM4 algorithm in detail, and we can develop detailed code according to this instruction.)
MyEclipse 破解文件+破解说明
- 简单的破解MyEclipse 里面有教程什么的(creack MyEclipse the seamy side as easy as pie)
RSATool
- RSA密钥随机生成,且加解密工具,开发工具VS2003(This is a RSA tool,include encrypt and decrypt method.)
AES代码及工具
- 解密AES算法,加密,解密,可以模拟16字节的明文,加上16字节的SK,进行加密算法,也可以进行解密,(decryption AES, this equipment can simulated 16 byte code, cooperated 16 byte SK,encryption algorithm,and also support decryption.)
Desktop
- 置换算法 ,实现加密解密的算法,网络安全相关(Replacement algorithm to achieve encryption and decryption algorithm, network security related.)
DES
- DES加密 S盒运算 进制转换 进行16轮的循环处理(cipher GetDlgItemText(IDC_EAesEn,(char*)inBuff,24); if(strlen((char*)inBuff)>16)MessageBox("");)