资源列表
MD5andKL
- 应用java 实现md5加密和解密方法。-java md5 encryption and decryption methods.
S-boxs-(1)
- DES的S-盒完整代码。用于求解DES的布尔函数-s-box of DES
Turbo
- 进行Turbo码的编码,含分量编码、删余矩阵等算法-Turbo codes encoding with component coding, puncturing matrix algorithm
nhash
- md5摘要算法的c语言实现,研究这个算法就可以了解到MD5算法的实质,是很好用的一个算法大家看看!-md5 digest algorithm c language, study this algorithm we can see that the essence of the MD5 algorithm is a good use of an algorithm we look!
sha1
- sha-1算法的实现。用C语言完成的。有详细注释-sha-1 algorithm
xu2016bit
- 基于混沌的图像比特级加密算法(新的置乱和扩散策略)-Image bit level encryption algorithm based on Chaos (New scrambling and diffusion strategy)
base64
- C语言实现base64加解密,直接编译可使用,亲测好用(C Language implementation plus decryption.)
Caesar‘s code
- 凯撒密码的加密解密,自己编的不够好,仅上传想法(Kaiser cipher encryption and decryption, own not good enough, only for people to draw on the idea of the next)
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
GenerateHashBySHA
- 根据sha256、sha512算法生成哈希(genertate hashdata by sha256 or sha512)
SM4
- SM4加密算法的matlab语言实现,采用s盒变换、轮函数等。(SM4 encryption algorithm is realized by MATLAB language, using S-box transformation, wheel function and so on.)
