CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - packet processing

搜索资源列表

  1. secude-4.1.all.tar

    0下载:
  2. SecuDe是一个由安全应用程序接口组成,对验证机制、证件处理、PEM、X.400报文处理和密钥管理提供支持。SecuDe提供DES、 RSA杂凑函数、密钥生成以及数字签名的生成和核实等多种密码机制。签名算法由杂凑函数和RSA函数复合而成。用于核实签名的公开钥由系统的认证机构确认。报文加密采用DES算法,其密钥则由RSA算法加密。各用户用于加/解密的RSA密钥对与用于签名和核实的RSA密钥对是不一样的。密钥的生成和分发由特定模块完成。-SecuDe is a security applicati
  3. 所属分类:加密解密

    • 发布日期:2012-12-07
    • 文件大小:2451819
    • 提供者:zxang
  1. stroke-1.0.tar

    0下载:
  2. 该程序可以快速捕获网络中的IP包,并做分析处理。-The program can quickly capture the IP packet network, and to do analytical processing.
  3. 所属分类:Exploit

    • 发布日期:2017-03-31
    • 文件大小:66931
    • 提供者:蓝海云梦
  1. 132

    0下载:
  2. Linux个人防火墙设计与实现——数据包处理部分-Linux Design and Implementation of Personal Firewall- part of packet processing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:73645
    • 提供者:lys
  1. des

    1下载:
  2. 实现了DES加密算法,包括64位分组处理,可以加密解密一段文本-The realization of the DES encryption algorithm, including the 64-bit packet processing, encryption and decryption can be a section of text
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-10-12
    • 文件大小:133230
    • 提供者:alex
  1. Md5Encrypt

    0下载:
  2. MD5以512位分组来处理输入的信息,且每一分组又被划分为16个32位子分组,经过了一系列的处理后,算法的输出由四个32位分组组成,将这四个32位分组级联后将生成一个128位散列值。 -MD5 with 512-bit packet to process the input information, and each group was again divided into 16 32-seat group, after a series of processing, the algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:47807
    • 提供者:
  1. netfilter

    0下载:
  2. netfilter源码。通俗的说,netfilter的架构就是在整个网络流程的若干位置放置了一些检测点(HOOK),而在每个检测点上上登记了一些处理函数进行处理(如包过滤,NAT等,甚至可以是 用户自定义的功能)。 -netfilter source. Popular to say, netfilter framework is the process in a number of locations throughout the network to place a number of det
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:738270
    • 提供者:rch
  1. DES

    0下载:
  2. 提供了大量源码,DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢-Provides a wealth of source, DES algorithm in symmetric key cryptography system, then known as the United States data encryption standard DES encryption algorithm features: sh
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:979229
    • 提供者:张彦
  1. DES

    0下载:
  2. 对称算法又称为传统密码算法。对称算法的对称性体现在加密密钥能够从解密密钥推算出来, 反之亦然。在大多数对称算法中, 加解密的密钥是相同的。可见, 对称密钥算法的加解密密钥都是保密的。对称密钥算法又分为两种分组密码和流密码。分组密码将明文分割为若干个定长的数据块称为一个分组, 每次对一个分组进行处理流密码又称序列密码, 依次对输人每个元素进行处理。DES算法是一种最通用的对称密钥算法, 属于分组密码算法。-Symmetric algorithm, also known as the tradit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:86380
    • 提供者:王风
  1. Snort_Source_Analysis

    0下载:
  2. 网络入侵检测软件snort源码分析,主要是对系统初始化,包处理2个阶段代码的详尽解释,对应版本snort2.2。www.skynet.org.cn的Kendo原创。-Snort network intrusion detection software, source code analysis, mainly for system initialization, packet processing stage 2 detailed explanation of the code, the cor
  3. 所属分类:Network Security

    • 发布日期:2017-05-16
    • 文件大小:4313292
    • 提供者:lanyu
  1. module

    0下载:
  2. 一个简单的防火墙内核代码,有相关虚拟文件系统,和简单包处理内核函数-A simple firewall kernel code, have the relevant virtual file system, and a simple packet processing kernel functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:163848
    • 提供者:王子
  1. NAST

    0下载:
  2. 本程序用于捕获网络接口的数据包,并进行分析处理,同时提供一些工具,譬如查找网 关,端口扫描等等。 通过此工具用于截获网络数据包,对于数据进行分析,由此进行流量检测,数据分析。-This procedure is used to capture the network interface packet analysis and processing, while providing some tools, for example, find the net Customs, port
  3. 所属分类:Scanner

    • 发布日期:2014-05-09
    • 文件大小:617472
    • 提供者:卫星
  1. Sniffor

    0下载:
  2. C#抓包程序实例,学习如何抓取数据包、抓取的数据包集合等,并使用了皮肤控件对窗口进行美化处理,初始化窗体皮肤实例-C# capture program instance, learning how to crawl packet, packet crawl collection and the skin beautification processing control window, skin instance of the form is initialized
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:240760
    • 提供者:吴朝晖
  1. cvmx-pip-defs

    0下载:
  2. Enumeration representing the amount of packet processing and validation performed by the input hardware.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7444
    • 提供者:fonjuzang
  1. dac

    0下载:
  2. Interface to the hardware Packet Input Processing unit.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:21875
    • 提供者:nxczjan
  1. cvmx-pip

    0下载:
  2. Interface to the hardware Packet Input Processing unit.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5058
    • 提供者:yfwkdx
  1. ip_icmp

    0下载:
  2. ICMP routines: error generation, receive packet processing, and routines to turnaround packets back to the originator, and host table maintenance routines.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5466
    • 提供者:faoyungj
  1. d_exp2_

    0下载:
  2. ICMP routines: error generation, receive packet processing, and routines to turnaround packets back to the originator, and host table maintenance routines.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:10465
    • 提供者:zdbonyo
  1. _scrl

    0下载:
  2. ICMP routines: error generation, receive packet processing, and routines to turnaround packets back to the originator, and host table maintenance routines.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5846
    • 提供者:riyunjang
  1. dpdk-2.2.0.tar

    0下载:
  2. intel dpdk高性能网络开发程序包,适合用于高性能服务程序-DPDK is a set of libraries and drivers for fast packet processing
  3. 所属分类:Driver develop

    • 发布日期:2017-06-09
    • 文件大小:16159110
    • 提供者:zhangshenpeng
  1. pktgen-dpdk-pktgen-2.9.7.tar

    0下载:
  2. Pktgen,基于DPDK的高性能流量发包工具。-Pktgen, (Packet Gen-erator) is a software based traffic generator powered by the DPDK fast packet processing framework.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-23
    • 文件大小:7581019
    • 提供者:zhangshenpeng
« 12 »
搜珍网 www.dssz.com