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

搜索资源列表

  1. CipherTool

    0下载:
  2. 基于libcrypt库的密码库,提供8种分组算法与4种摘要算法的Hex实现,可以进行加解密的验证。-Libcrypt library based on the password database, available in 8 grouping algorithm with four Hex digest algorithm implementation, the encryption and decryption can be verified.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4404321
    • 提供者:赵曦
  1. byy

    0下载:
  2. 编程验证[x+1]是GF(28)=GF(2)[x]/(x8+x4+x3+x+1)的本原元,并给出GF(28)=GF(2)[x]/(x8+x4+x3+x+1)中以[x+1]为底的对数表和反对数表-Program verification [x+1] is the GF (28) = GF (2) [x]/(x8+ x4+ x3+ x+1) of the primitive element, and gives GF (28) = GF (2) [x]/(x8+ x4+ x3+ x+1) in or
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:1002
    • 提供者:Yang
  1. AES128.rar

    0下载:
  2. AES128bit加密算法。在PDF文档中有详细算法描述。程序打印出的内容为验证结果。对应文档中的33-34页最左侧的结果。不清楚的朋友可以给我发EMAIL.,AES128bit encryption algorithm. Has the detailed algorithm descr iption in the PDF documents. The procedure prints content for confirmation result. In corresponding docum
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:260991
    • 提供者:崔昊
  1. TestSign.rar

    0下载:
  2. 代码提供使用WIN32 CryptAPI进行数字签名、验证功能。,WIN32 CryptAPI code to provide the use of digital signatures, the authentication function.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:45224
    • 提供者:hero95
  1. AEC_TEST_OK.rar

    0下载:
  2. AEC消回音滤波算法,已经验证通过,欢迎下载,AEC consumer response filtering algorithm has been adopted to verify, please download
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2333026
    • 提供者:liulang
  1. MD5

    0下载:
  2. C#实现MD5登陆密码验证 WinForm的-C# implement MD5 Password Authentication
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:38276
    • 提供者:汪宪博
  1. miracl5.3.11

    0下载:
  2. 这是最新的MIRACL的最新版本,支持多种算法,如IBE加密、签名、验证-MIRACL is a Big Number Library which implements all of the primitives necessary to design Big Number Cryptography into your real-world application. It is primarily a tool for cryptographic system implementors. RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1457342
    • 提供者:yoy
  1. CertVerify.rar

    0下载:
  2. 一个验证数字证书有效性的动态库,能够验证数字证书的签名有效性、时间有效性,以及是否被吊销。,Digital certificates to verify the validity of a dynamic library of digital certificate can verify the validity of the signatures, time effectiveness, and whether it be revoked.
  3. 所属分类:CA program

    • 发布日期:2017-04-09
    • 文件大小:1350658
    • 提供者:康康
  1. des3.rar

    0下载:
  2. 3des加密算法实现,经过FPGA验证的!,3des encryption algorithm, after FPGA validation!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:12798
    • 提供者:guochao
  1. Rsa_decrpt.rar

    0下载:
  2. 密采用RSA加密算法,对网卡MAC地址进行加密,产生的秘文作为软件的验证码。密钥生成器ProductKey.exe;加密机/解密RsaEncrypt.exe ,Micronesia RSA encryption algorithm used to encrypt the network card MAC address, as the secret generated by software verification code. Key Generator ProductKey.exe en
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-21
    • 文件大小:6485054
    • 提供者:Scott
  1. CRC6

    0下载:
  2. 通过查找crc表,生成循环冗余码,并验证正确性-CRC table by looking to generate a cyclic redundancy code, and verify the correctness
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1835
    • 提供者:bluerain
  1. CertVerifyTimeValidity

    0下载:
  2. 本程序利用VC++6.0自带的密码学相关函数库实现数字签名证书的验证-This procedure using VC++6.0 own password-related functions of digital signature certification authority
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:3009
    • 提供者:厉超
  1. 11

    9下载:
  2. 完成基于公钥证书的非对称密钥分配工作 说明: (1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥证书和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥证书提供给对方后,分别在本地验证对方公钥证书是否可靠(假定A、B已经获得CA的公钥),然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-10-25
    • 文件大小:71310
    • 提供者:熊龙生
  1. gui

    0下载:
  2. 用qt写的一个登录界面 ,主要有用户和密码验证-Qt write with a login screen, there are user and password authentication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:263408
    • 提供者:void
  1. SHA1

    0下载:
  2. 很好的SHA-1 C源码,编写简洁,已经过验证-Good SHA-1 C source code, write concise, has been validated
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6961
    • 提供者:张树威
  1. Qt4Code

    0下载:
  2. 精通QT4编程 一书光碟 全部源代码 QT creator下全部验证过 共21章 -Proficient in QT4 programming a CD-ROM full source code for the book
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3658299
    • 提供者:王超
  1. protocol

    0下载:
  2. 本文综合了IDS与IPS的特点,将协议分析、网络流量分析与深度包检测技术相结合,提出一个新的网络防御系统一“基于协议分析的网络分布式入侵防御系统(Network Distributed Intrusion Prevention System Base on the Protocol Analysis,NDIPS),同时给出了系统的基本实现,并利用现有仿真条件及网络基 础对部分检测防御技术进行了必要的评测与验证。该系统提高了网络对入侵的实 时阻止能力,提高了网络整体的安全性。-This
  3. 所属分类:Exploit

    • 发布日期:2017-05-16
    • 文件大小:4255560
    • 提供者:sdjgkj
  1. File-integrity-testing-procedures

    0下载:
  2. 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。-MD5 File Integrity based
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:21496
    • 提供者:Sunny kim
  1. ovm-1.1.tar

    1下载:
  2. ovm的包,主要应用于systemverilog验证-ovm the package, mainly used to verify systemverilog
  3. 所属分类:Linux/Unix编程

    • 发布日期:2012-10-26
    • 文件大小:811541
    • 提供者:王琪
  1. openssh-5.2p1.tar

    0下载:
  2. OpenSSH是一个免费(Free)版本的基于SSH协议的网络连接工具软件包。它将所有通信流量进行加密,可以有效地防范各种监听手段,杜绝网络连接的泄密。OpenSSH具备安全性高、可靠性高、可用性好、功能全面等特点。不仅如此,由于OpenSSH的开放性,用户还可以通过Internet得到广泛及时的技术支持。 OpenSSH目前支持支持SSH协议1.3版本、1.5版本和2.0版本,包括这样一些应用程序: sshd:服务器端的守护程序,监听来自客户机的连接,负责完成安全验证并提供服务。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:1016612
    • 提供者:liuliu
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 38 »
搜珍网 www.dssz.com