资源列表
AES代码及工具
- 解密AES算法,加密,解密,可以模拟16字节的明文,加上16字节的SK,进行加密算法,也可以进行解密,(decryption AES, this equipment can simulated 16 byte code, cooperated 16 byte SK,encryption algorithm,and also support decryption.)
RSATool
- RSA密钥随机生成,且加解密工具,开发工具VS2003(This is a RSA tool,include encrypt and decrypt method.)
MyEclipse 破解文件+破解说明
- 简单的破解MyEclipse 里面有教程什么的(creack MyEclipse the seamy side as easy as pie)
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.)
DES
- 用C++语言写的DES加解密算法,只是命令行方式的加解密,没有涉及用户界面。(DES encryption and decryption algorithm written by C++ language)
modern_cryptography
- 《现代密码学:原理与协议》内容简介:密码学在确保数据的私密性和完整性,以及计算机网络的安全性方面扮演了关键角色。乔纳森·卡茨和耶胡达·林德尔所著的《现代密码学:原理与协议》一书提供了对现代密码学严格而又容易理解的介绍,关注形式化的定义、精确的假设以及严格的证明。(A brief introduction to modern cryptography: Principles and protocols: cryptography plays a key role in ensuring the p
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
AESUtil
- public static String encode(String in, String key) throws InvalidKeyException, NoSuchAlgorithmException, NoSuchPaddingException, IllegalBlockSizeException, BadPaddingException { String hex = ""; byte[] bytIn = in.getBytes(
BASE64
- Demo演示BASE64 编码和解码字符串,C++builder编写并调试通过(BASE64 encryption and decryption AnsiString)
100%%
- Video Encryption and Decryption using RSA Algorithm
Advanced-Programming-Technique-master
- 改进的RSA算法 优化实现,代码通俗易懂,学习一下(The improved RSA algorithm is optimized and implemented, and the code is easy to understand and learn.)
代码--定稿版
- 基于Android平台的文件加解密系统,是基于Android智能手机平台,使用官方所提供的Eclipse开发工具,JDK,Android ADT以及Android SDK,致力于打造Android手机文件加密解密软件,以保护广大手机用户的个人信息安全。功能包括三种算法的个人信息加密解密以及报文鉴别和数字签名。此手机加密解密软件面向所有的Android手机用户群,为他们确保手机个人信息的安全。(Based on the Android platform, the file encryption a