资源列表
Encrypt
- DES加密解密算法,用于实现本地密码加密存储(DES encryption and decryption algorithm)
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.)
维吉尼亚密码的C语言源代码
- 自己编的一个维吉尼亚密码的C语言源代码,在密码分析中有一定参考价值,希望大家能够从中受益。-own series of the Virginia code in a C-language source code, the code analysis of a definite reference value, we hope to benefit from them.
BlowfishPArray
- this the blowfish plaintext stored in array.-this is the blowfish plaintext stored in array.
XOR_Encrypt
- 一个异或加密解密的例子,仅供参考 一个异或加密解密的例子,仅供参考-XOR encryption and decryption of a case, for reference only
parserd
- 可以对字符串实现加密解密,应用于用户登录密码等。-secret to string,be used to users login
DES3
- (解码解密模块)本源码使用CPAN上的Crypt::CBC模块,以及base64模块实现对文件的base64解码和DES3的解密模块-base64 and DES3