Location:
Search - Base64 d
Search list
Description: 几和经典的加密方法有md5,base64,crc,des等几和经典的加密方法有md5,base64,crc,des等-Few and classical encryption methods are md5, base64, crc, des, such as a few classic encryption methods are md5, base64, crc, des, etc.
Platform: |
Size: 691200 |
Author: JOE |
Hits:
Description: 简介:目前紧紧支持13种验证码的识别,后续版本将会慢慢加入更多可识别的格式。
至少当前所识别的验证码是属哪一个站点的,我就不一一列出了。
由于目前的功能都还是好单一的,所有目前不会提供源码。
-Introduction: At present, firmly support the 13 kinds of verification code identification, follow-up version will be slowly adding more recognizable format. Identified at least the current authentication code is a site which I am not a list of 11. Due to the current functionality is still a good single, all present will not provide source code.
Platform: |
Size: 849920 |
Author: 赵云峰 |
Hits:
Description: Per gli interessati ai metodi della compressione una vera miniera
d oro, oltre 70 algoritmi all interno di moduli base indipendenti
consentono a questo programma di mostrare il loro utilizzo e le
loro performances, ecco elencati alcuni di essi :
base64/crc32/fibonacci/mtf/freq/adddif/bwt/fix12/fix128/flatter/
huffman/lzw/lzs/rle/lbe/hash/vbc/scrambler, e tanti tanti altri.-Per gli interessati ai metodi della compressione una vera miniera
d oro, oltre 70 algoritmi all interno di moduli base indipendenti
consentono a questo programma di mostrare il loro utilizzo e le
loro performances, ecco elencati alcuni di essi :
base64/crc32/fibonacci/mtf/freq/adddif/bwt/fix12/fix128/flatter/
huffman/lzw/lzs/rle/lbe/hash/vbc/scrambler, e tanti tanti altri.
Platform: |
Size: 171008 |
Author: vittorio |
Hits:
Description: base64加密 解密
参数格式为: 加密 ./base64 -e <inputfile> <outputfile>
解密 ./base64 -d <inputfile> <outputfile>-./base64-e <inputfile> <outputfile>
./base64-d <inputfile> <outputfile>
Platform: |
Size: 1024 |
Author: FrankFang |
Hits:
Description: 本程序用于将任何文件进行Base64编码,是否是标准Base64编码取决于Makefile的DFLAGS变量是否添加-DPRIVATE_BASE64。
使用本程序的方法是:
./base64convert -e 1.mp3 encode.data //将1.mp3进行Base64编码,编码后的结果存放到encode.data文件
./base64convert -d encode.data 2.mp3 //通过encode.data进行解码,解码的结果2.mp3这个文件
这个工程的各个源文件已经分散到了不同的文件夹,请自行分析Makefile,确定各个源文件的编译链接过程。
有两个知识点请自己查找资料学习之(非常重要!!!):
gcc -D 选项的作用
gcc -I 选项的作用
-
This procedure for any files Base64 encoding, depending on whether the standard Base64 encoding of DFLAGS Makefile variable is added-DPRIVATE_BASE64.
With this program is:
./base64convert-e 1.mp3 encode.data // results 1.mp3 Base64 encoding of the encoded file stored encode.data
./base64convert-d encode.data 2.mp3 // decoding result of decoding the file by encode.data 2.mp3
Platform: |
Size: 6144 |
Author: yangjiaming |
Hits: