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

搜索资源列表

  1. SM2_SM3_SM4_VC_LIB

    1下载:
  2. 国密算法SM2, SM3, SM4的VC库文件, 只要在VC工程中添加头文件, 再包括LIB文件就可以了.注意LIB与两个DLL要一起放在VC编译生成的DEBUG及RELEASE目录下.内附测试工具,可以验证算法的正确性.-To State secret algorithm SM2, SM3, SM4 VC library files, as long as the header file, and then add in the VC project including the LIB fil
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-03
    • 文件大小:609110
    • 提供者:jerry
  1. SM4

    2下载:
  2. 国密SM4算法实现,已经验证可用,c语言实现-The country close SM4 algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-02-09
    • 文件大小:10240
    • 提供者:
  1. md5file

    0下载:
  2. 在文件尾添加16字节的MD5校验码用于网络或其它方式的发布,接收方收到文件后进行MD5验证,验证通过证明文件完整无误地接收-The end of the file, add the 16-byte MD5 checksum for the release of the network or otherwise, the recipient receives the file MD5 authentication to verify documents is complete and correc
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:4005
    • 提供者:三棱镜
  1. caesar

    0下载:
  2. caesar加密,使用VC++编写!!可执行,已经验证-Caesar encryption, written in VC++! ! Executable has been verified
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:268785
    • 提供者:姜妮妮
  1. BenYuanyuan

    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]/(x
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:878
    • 提供者:daipeng
  1. MD5

    0下载:
  2. 支持明文文件读入的MD5加密算法。代码不长,精简易懂。正确性已验证。-Support plain text file is read into the MD5 encryption algorithm. Code is not long, streamlined and understandable. Correctness is verified.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-17
    • 文件大小:4091778
    • 提供者:张滢
  1. gmp-5.1.2

    0下载:
  2. RSA加解密的大数运算库,用于通信及软件验证的加解密基础算法库。-Big number operation library, for RSA Encrypt.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-07
    • 文件大小:3976039
    • 提供者:朱亮
  1. FPS-finger-verify

    0下载:
  2. 实现指纹的登记,识别及验证功能。功能比较完善了。-Achieve fingerprint registration, identification and verification functions. Function more perfect.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:442351
    • 提供者:科比胡
  1. AntiDroid-V1.4.3

    0下载:
  2. 反编译android的工具集合,已经验证很好用-compile android tool
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-24
    • 文件大小:7777470
    • 提供者:张健
  1. CRC8_16

    0下载:
  2. CRC校验的计算代码,包含CRC8及CRC16,已验证可使用。-RCR Calculater
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:1349
    • 提供者:22
  1. Logistic

    2下载:
  2. vs 2010编程验证Logistic映射的初值敏感性和对参数的敏感性,并用matlab编程作图实现-c++ programming, verification Logistic mapping initial sensitivity and sensitivity to parameter and plotted using matlab programming
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-07-22
    • 文件大小:360448
    • 提供者:周佳琦
  1. RSA

    11下载:
  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-19
    • 文件大小:5120
    • 提供者:丁元元
  1. rsa

    0下载:
  2. 这是一个RSA算法的源代码,在Vc里面实现,RSA用于数字签名,用于验证消息是否被篡改。-This is althgrim of rsa,which you can use to see if your message is stolen by the enermy.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2146724
    • 提供者:wanz
  1. God-of-wealthpaypal

    0下载:
  2. 导入邮箱地址密码、自动登入账户 获取账户信息 验证账户-Import email address password for account information verification, automatic login account account
  3. 所属分类:Crack_Hack

    • 发布日期:2017-05-07
    • 文件大小:1316971
    • 提供者:YIN DENG
  1. CMAC

    0下载:
  2. 在实现AES基础上,用C编写CMAC算法并调试通过。输入数据进行CMAC验证。-In the realization of AES based on the CMAC algorithm written in C and debugging. CMAC input data validation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:232488
    • 提供者:石坚
  1. passdogrenzh

    0下载:
  2. .NET工程,功能如下:使用加密狗进行身份验证。-. NET project, the following functions: use the dongle for authentication.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:15027
    • 提供者:高龙
  1. filetohex

    0下载:
  2. 提取证书信息,验证证书的正确性,给出证书的签名信息,已经根证书的信息-Certificate Information Extraction
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-01
    • 文件大小:13435168
    • 提供者:汤清龙
  1. theRealRsa4vb6

    5下载:
  2. 最真实有效的VB6.0版的RSA加解密算法模块,已做成类模块很方便调用。这是我这两三年来找到的最好用的RSA加解密算,运算速度超快,制作1024位及2048位的加解密相当快,实用性极强,用于共享软件的网络在线验证再合适合过了。这个代码对于还在用VB6.0做共享软件的朋友在做注册模块时相当有用的,可以确保不会被写出注册机来。-The most real and effective VB6.0 version of RSA encryption and decryption algorithm mo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3618
    • 提供者:苏海燕
  1. sm3_and_test

    0下载:
  2. SM3算法的程序,以及其自动验证程序。对进行软硬件开发都用哦。-SM3 algorithm and automatic verification procedures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:5879
    • 提供者:tyao
  1. RSA_Eryptographie_Algorithm

    0下载:
  2. RSA算法是目前在理论和实际应用中最为成熟和完善的一种公钥密码体制。它运用最多的地方是加密,还可用来进行身份验证和数字签名,是一种典型的公钥密码体制。-RSA algorithm is currently in the theory and practical application of one of the most mature and improve public-key cryptosystem. It uses up to where it is encrypted, can als
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:5992714
    • 提供者:孔春伟
« 1 2 ... 8 9 10 11 12 1314 15 16 »
搜珍网 www.dssz.com