搜索资源列表
DecodeBase64_521
- 邮件解码程序,Base64解码. 包括文档与解码程序(C/C++的都有).-mail decoding process, Base decoder. Including documents and decoding procedures (C/C have).
Base64_Decode
- Base64解码的实例,可以直接拷贝使用-Base64 decoding example, you can directly copy the use of
codeDll
- 用VB6.0做出的字串加密dll(带源码)!! code.dll的说明: 这是一个由VB做成的dll文件,它支持对字串进行Base64和随机数加解密两种方式。 如果要进行中英文混合加解密,可以先用Base64函数加解密,再用随机数解密。 注意,加密和解密是逆向的,如加密过程为 Rand_Encode(Base64_Encode(str)) 则解密过程为 Base64_Decode(Rand_Decode(pas)
base64_decode
- LibTomCrypt, modular cryptographic library.Compliant base64 code donated.
Base64
- 实现Base64的编码和解码功能,base64_encode为编码函数,base64_decode为解码函数。-Base64 coding and decoding