搜索资源列表
AESMaker
- AES encryption and decryption tool, which can encrypt any string to a HEX number and decrypt in AES.
conv
- Its a small tool for encrypting and decrypting text and files Supports: String to Hex Hex to String String Reverse Base64 DeBase64 String to Chr$ (One way) ROT13 XOR DeXOR SHA256 (One way) Blowfish CryptAPI DES
QQ
- QQ密码加密函数模块,这个模块除了MD5加密部分是网上找来的,其余部分都是本人独立完成的。其实也很简单,就是MD5+BASE64,要问16还是32的MD5,其实是32的,只不过加密后的32位长的字符串要把他看成另一个字符串的HEX,然后将那个字符串用BASE64编码下,关键是VB里那个字符串会显示为"???",就是乱码,请不要到处嚷嚷什么MD5和BASE64都是公开的算法,假如您随便从网上找一个MD5的模块和BASE64的模块拼凑起来能完成本模块的功能,那就请你继续装-QQ password e
unimodem.dll-adapted-for-windows-ce-3.0-systems.r
- BSTR2, Bubble Sort2, Character to integer, CString s into char s. I am posting , Letter count with linked list, MasterString - over 3,000 lines of hardcore string manipluation (classes, structs, functions ) etc, string functions using both user
Cypher
- aes encryption code.It uses c++ code to encrypt an hex string. the output is also an he string
RSA
- // Struts2 Action方法中: // 将公钥的 modulus 和 exponent 传给页面。 // Hex -> apache commons-codec RSAPublicKey publicKey = RSAUtils.getDefaultPublicKey() ActionContext.getContext().put("modulus", new String(Hex.encodeHex(publicKey.get
AESUtil
- public static String encode(String in, String key) throws InvalidKeyException, NoSuchAlgorithmException, NoSuchPaddingException, IllegalBlockSizeException, BadPaddingException { String hex = ""; byte[] bytIn = in.getBytes(