搜索资源列表
common-1.2.16.tar
- The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on Windows 95/98/NT/XP. The fol
openSmtp_source.01.11.0
- 一个很优秀的opensmtp源码 FUTURE: Move to custom List - RecipientList CRAM MD5 Authentication S/MIME support UUEncode support Allow Attachment Encoding to be chosen by user (base64/UUEncode/None) Add Progress Delegate PGP Support
Picture.Translate.Of.Remote.Desktop.Control
- 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
Bas64_EnCode
- Base64 加密算法(Author 蒋柏良 Jerry Jiang)-* * DEscr iptION * Base64 processes input in 24bit chunks by converting each chunk into 4 * bytes of output. It does so by splitting input into four 6bit groups and * using these as indexes in the following
Web.090501
- WEB類,用連線到Web伺服器,從Web服務器下載Web頁面或檔案,或上傳資料 1.>目前只支援匿名身份驗證與基本(Base64編碼)身份驗證 2.>可以儲存Cookie的功能 3.>目前不可以用於IIS5.0-WEB class, using to connect to the Web server to download Web pages from the Web server, or files, or upload information 1. &q
MyBase64
- Base64编码的一个对话框程序,可以让读者对Base64有所了解。-It s a dialog program,Base64 Cryptography.It can let reader know about Base64 better.
base64_sql
- Store procedure for MySQL to Base64 encode-decode
QQ
- QQ密码加密函数模块,这个模块除了MD5加密部分是网上找来的,其余部分都是本人独立完成的。其实也很简单,就是MD5+BASE64,要问16还是32的MD5,其实是32的,只不过加密后的32位长的字符串要把他看成另一个字符串的HEX,然后将那个字符串用BASE64编码下,关键是VB里那个字符串会显示为"???",就是乱码,请不要到处嚷嚷什么MD5和BASE64都是公开的算法,假如您随便从网上找一个MD5的模块和BASE64的模块拼凑起来能完成本模块的功能,那就请你继续装-QQ password e
php
- 一款PHP大马。代码做了base64加密处理,需要看代码的朋友做一下解密就好了。发过来给大家研究研究。非原创,感谢作者的无私共享!-A PHP Malaysia. Code to do base64 encryption, you need to see a friend do some code to decrypt just fine. Sent me to you studies. Non-original, thanks to the author' s unselfish sha
NetTran
- (利用GIF_LZW算法实现的)网络图片传输 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
base64
- AAUTO 语言 base64编码可以将不可见的二进制字符串转换为可见的文本格式,这样我们就可以将图片等二进制文件使用base64编码后直接内置于源代码中间,这样的好处是不用考虑路径的问题,在发布独立的源码文件时非常方便。 AAUTO的MD5加密。-aauto language it s very easy to use base64 to put up files. md5 encrypt.
Web.090501
- WEB類,用連線到Web伺服器,從Web服務器下載Web頁面或檔案,或上傳資料 1.> 目前只支援匿名身份驗證與基本(Base64編碼)身份驗證 2.> 可以儲存Cookie的功能 3.> 目前不可以用於IIS5.0-WEB class, using to connect to the Web server to download Web pages from the Web server, or files, or upload information 1. " Curre
AESOperator
- AES 是一种可逆加密算法,对用户的敏感信息加密处理 对原始数据进行AES加密后,在进行Base64编码转化;-AES is a reversible encryption algorithm to encrypt sensitive information on the user' s processing of raw data after AES encryption, making Base64 encoding conversion
commons-codec-1.9-src.tar
- apache codec.shiyong bianjiema,jarbao-Codec was formed as an attempt to focus development effort on one definitive implementation of the Base64 encoder. At the time of Codec s proposal, there were approximately 34 different Java classes that dealt wi
window-huabanxiaochengxu
- 功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。 -Function and interface of imitate to Windows s own drawing board, interface such as the screenshot. Main f
CSharpbmp-base64
- 将图片BMP转换为Base64编码的文本文件,将base64编码的文本文件转化为bmp图片-Convert the picture Base64 to BMP encoding s text file, convert the text file of Base64 encoding to BMP images
base64
- AAUTO 语言 base64编码可以将不可见的二进制字符串转换为可见的文本格式,这样我们就可以将图片等二进制文件使用base64编码后直接内置于源代码中间,这样的好处是不用考虑路径的问题,在发布独立的源码文件时非常方便。AAUTO的MD5加密。-aauto language it s very easy to use base64 to put up files.md5 encrypt.
Base64编码解码器
- File size too small, it's can not less than
base64
- 1.对于任意的二进制文件,可用base64编码,这种编码方法是先将二进制代码划分为一个个24 bit长的单元,然后将每一个24 bit单元划分为4个6 bit组。每一个6 bit组按以下方法转换成ASCII码。6 bit的二进制代码共有64种不同的值,从0到63。用A表示0,用B表示1,等等。26个大写字母排列完毕后。接下去再排26个小写字母,再后面是10个数字,最后用+表示62,而用/表示63。再用两个连在一起的等号”==”和一个等号”=”分别表示最后一组的代码只有8或16比特。回车和换行都忽
DataHash
- 官方哈希加密算法 % EXAMPLES: % % Default: MD5, hex: % DataHash([]) % 5b302b7b2099a97ba2a276640a192485 % % MD5, Base64: % Opt = struct('Format', 'base64', 'Method', 'MD5'); % DataHash(int32(1:10), Opt) % +tJN9yeF89h3jOFNN55XLg % %