搜索资源列表
2007111021348496
- netdiskdll.dll的演示代码,包括pb7,pb8,pb9 包括获得网卡、硬盘ID、MD5加密、Base64编码,很实用的。 -netdiskdll.dll demonstration code, including pb7, pb8, pb9 including access to network cards, hard disk ID, MD5 encryption, Base64 encoding, very practical.
codeDll
- 用VB6.0做出的字串加密dll(带源码)!! code.dll的说明: 这是一个由VB做成的dll文件,它支持对字串进行Base64和随机数加解密两种方式。 如果要进行中英文混合加解密,可以先用Base64函数加解密,再用随机数解密。 注意,加密和解密是逆向的,如加密过程为 Rand_Encode(Base64_Encode(str)) 则解密过程为 Base64_Decode(Rand_Decode(pas)) 函数原型为: Public Func
Base64
- BASE64转换,一个VS2010 DLL工程。如在HTTP代理认证中需要对密码进行BASE64转换,可调用如下: Base64EncodeA((LPCBYTE)szUserPass, iUserPassLen, szUserPassBase64, 2048) 这样的方法。-BASE64 conversion, a VS2010 DLL project. If the HTTP proxy authentication password to BASE64 need for conver
base64api
- 支持base64 加密解密的win32动态库库,可以用于pb等开发工具使用。(Base64 encryption and decryption support Win32 dynamic library, which can be used for PB development tools.)
新建 文本文档 (4)
- pb10调用base64.dll,实现将图片转换成base64编码,将base64编码转换成图片 函数声明 function long GetFileEncode64(ref string filename, ref string encode64)library "base64" alias for "GetFileEncode64;Ansi" fu(function long GetFileEncode64(ref string fi