搜索资源列表
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
16ToChar
- 16进制转字符串类型,可根据需要自行修改。-16 hex string change, modify as needed.
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
vc16to10
- vc十六进制字符串转10进制,vc十六进制字符串转10进制-vc turn the hex string of 10 hex, vc turn the hex string of 10 hexadecimal
RSA
- // Struts2 Action方法中: // 将公钥的 modulus 和 exponent 传给页面。 // Hex -> apache commons-codec RSAPublicKey publicKey = RSAUtils.getDefaultPublicKey() ActionContext.getContext().put("modulus", new String(Hex.encodeHex(publicKey.get
char2hex
- 字符串转换成16进制数据,当网络编程时,经常需要把字符1(0x31)转换成hex的1(0x1),例如:mac地址-String into hexadecimal data, when network programming, we often need to transfer the character 1 (0x31) to convert hex to 1 (0x1), for example: mac address
HexStringParser
- Parses hex string to a single or double precision floating point number.
Hex
- Basic hex operations: from byte array to string and vice versa.
transport
- Build a string instead of logging each character. MAX chars in 2 digit hex, one space, MAX chars, one \0 . -Build a string instead of logging each character. MAX chars in 2 digit hex, one space, MAX chars, one \0 .
AESUtil
- public static String encode(String in, String key) throws InvalidKeyException, NoSuchAlgorithmException, NoSuchPaddingException, IllegalBlockSizeException, BadPaddingException { String hex = ""; byte[] bytIn = in.getBytes(