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

搜索资源列表

  1. css_code

    1下载:
  2. 2种关于DVD CSS(Content Scramble System) 加密算法实现及验证。-Two Algorithm for DVD css(Content Scramble System).
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:8115
    • 提供者:jiang feng
  1. wugacsp

    0下载:
  2. 非对称密钥的生成导入导出演示程序 这两个工程主要用CSP主要分两个工程 1.CSPTEST 写的比较乱 主要是给当时一个朋友做参考调用的 完成非对称密钥的生成 导入 导出 加密 解密 对称的加密解密 签名 验证 2.CSTTEST2 写的比前个好些 但是平时上班 下班自己也要写论文 所以花的时间也不太多 很多地方都偷懒了 比如文件大小我没有用NEW 而且指定了1024 有需要的朋友可以自己修改。这个工程主要是非对称的密钥的导出和导入 还有就是会话密钥的操作。-As
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:234639
    • 提供者:keyugg
  1. CSP

    0下载:
  2. CSP小工具 本工具使用微软CSP技术进行加解密处理,支持的加解密算法如下:3DES(对称加解密)、RSA(非对称加解密)、RSA签名以及验证。 使用方法参见:http://fangshunbao.blog.sohu.com/155851927.html 作者:山大王 作者博客:http://fangshunbao.blog.sohu.com/-This tool uses a small tool CSP CSP technology for Microsoft' s e
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:225612
    • 提供者:山大王
  1. VB_serial_encryption_authentication_instance

    0下载:
  2. VB使用加密方法实现序列号验证实例VB serial number to use encryption to achieve authentication instance-VB serial number to use encryption to achieve authentication instance
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:6897
    • 提供者:7x
  1. MD5

    0下载:
  2. MD5加密算法 可用于开发系统时登陆时密码加密验证-MD5 encryption algorithm can be used to develop landing systems, password encryption authentication
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1806
    • 提供者:wind
  1. mima

    0下载:
  2. 密码验证程序,密码为1234则正确,否则错误。利用visual basic 编辑的适合初学者入门参考学习的程序-failed to translate
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:1362
    • 提供者:lixin
  1. RSA

    0下载:
  2. 使用rsa算法进行加密解密与签名验证(使用大素数),基于VC++6.0开发,使用MFC。-Encryption and decryption using the rsa algorithm and the signature verification (using the large prime number), based on VC++6.0 development, using MFC.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3834717
    • 提供者:xuxin
  1. Base64DLL

    0下载:
  2. Base64加密,与解密,用于软件验证及配置信息加密等-Base64 encryption and decryption, authentication and configuration information for software encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:218055
    • 提供者:林胜华
  1. md5

    0下载:
  2. MD5 的消息映射验证程序,MFC,实现了基本的原理-The implementation of MD5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3657354
    • 提供者:bobo
  1. RecycleBin

    0下载:
  2. 1. 演示了如何使用CryptAPI接口访问CSP,获取容器信息以及使用加解密接口对文件进行加解密和签名验证。-1. Demonstrates how to use CryptAPI interface to access the CSP, to get the container interface to information and use the file encryption and decryption and signature verification.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:69253
    • 提供者:马湖
  1. CSPDemo

    1下载:
  2. 1. 演示了如何使用CryptAPI接口访问CSP,获取容器信息以及使用加解密接口对文件进行加解密和签名验证。-1. Demonstrates how to use CryptAPI interface to access the CSP, to get the container interface to information and use the file encryption and decryption and signature verification.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:86764
    • 提供者:马湖
  1. 2679

    2下载:
  2. VC++非对称性密钥的生成、导入及导出示例 ,压缩包内有两个工程:   CSPTEST是第一次写的,代码有些乱,完成非对称密钥的生成、导入、导出、加密、解密、对称的加密解密、签名、验证
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:288303
    • 提供者:徐云
  1. ElGamal

    0下载:
  2. Elgamal签名是基于离散对数问题的,首先选择p,g计算出B,作为公钥(p,g,B),在选择一个a作为私钥,给出明文m,对明文机型加密,计算出x,y,得到签名,接收方就可以进行验证。签名过程中必须使用Hash函数,否则的话容易受到存在性伪造攻击,并且签名长度是明文长度的二倍。 -Obtained by the Elgamal discrete logarithm problem cryptographic algorithms, first, Elgamal key generation,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3878726
    • 提供者:王风
  1. MD5

    0下载:
  2. MD5验证,基于公钥私钥加解密,用C编写,图形化界面-MD5 verify public key/private key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:504218
    • 提供者:darren
  1. MD5Application

    0下载:
  2. 密码学 中的 MD5算法 可以用于数据的变更判断,软件包 验证,消息验证-Cryptography MD5 algorithm can be used to determine changes in the data, the package validation, message authentication
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:3058189
    • 提供者:廖光忠
  1. qumd5

    0下载:
  2. 文件取MD5 只要是用于私服登录器中的一个MD5验证 通过登录获取某些文件的MD5值 再从网关发送MD5对比值-MD5 file check as long as the registrar for a PW MD5 authentication login access to certain documents by MD5 MD5 values then sent from the gateway to the ratio
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1477
    • 提供者:史蒂夫
  1. JAVA-ATM-Design-Report-

    0下载:
  2. 本系统主要实现ATM提款机的主要功能,包括系统自动识别卡号,验证用户信息(如果输入的密码三次错误时,系统自动扣留本信用卡),查询当前用户信用卡的余额,修改用户密码,打印清单,取款等功能。-The system is mainly to achieve the main function of ATM cash machines, including automatic identification card system to verify user information (if you en
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:137760
    • 提供者:李伟光
  1. password

    0下载:
  2. 作品名称:数字密码加密程序(三次改进版)作品目的:增加对条件指令、循环指令的了解并熟悉自定义函数、调用函数的方法以及文件处理指令作品功能:实现注册验证及对数字进行加密、解密功能,作品改进:利用软件爆破原理改进了程序输入正确序列号重启后仍需再次输入序列号的缺陷作品缺陷:程序判断用户的选择只能用数字否则出错(尝试用过char类型),只能加密9位数字否则不能正确解密(此BUG与算法无关),无论注册码是否正确重启程序后需再次输入序列号.以上原因尚不明确!⊙﹏⊙b汗.希望各位能多多指教 -Title
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3531
    • 提供者:Love 梦想
  1. MD5-tool

    0下载:
  2. 这是一个在vs2010下编译通过的MD5验证码比较程序源码。-This is original codes for MD5 checking
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:11226
    • 提供者:anoia
  1. File-signature

    0下载:
  2. 此代码实现了文件的签名与验证,可以很好的对齐加密-This code implements the file signature verification, encryption can be very good alignment
  3. 所属分类:Crypt_Decrypt algrithms

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