2007
08-21
08-21
用ASP生成XBM数字图片(可用来生成验证码) 2771 VIEW
XBM图片是一个纯文本的文件,可以用ASP来自动生成。可以用它来使用网站登陆的验证码;我们用记事本打开该文件进行分析:其文件结构为:#define counter_width 48#define counter_height 9static unsigned char counter_bits[]={7c,3c,7c,3c,70,3c,fe,7c,fe,7c,78,7c,ee,ee,ee,ee,7.... Read More >