CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 加密与解密

搜索资源列表

  1. pin.rar

    0下载:
  2. C语言的字符串的加密与解密的各种方法
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:9166
    • 提供者:
  1. reply_1_401821.rar

    0下载:
  2. 这是一个文本加密与解密的小程序。
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:5564
    • 提供者:
  1. vb_code

    0下载:
  2. 通过随机数与按位算法对字符串的加密与解密 -through random numbers and caput algorithm string encryption and decryption
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7221
    • 提供者:GQI
  1. 330911894

    0下载:
  2. C语言DES算法,简单实现文件的加密与解密功能-C language DES algorithm, a simple realization document encryption and decryption functions
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7035
    • 提供者:猪头
  1. 软件加密原理与应用[配套光盘]

    2下载:
  2. 此为本书的配套光盘.本书不但由浅入深地讲解了软件保护技术,而且还精选并剖析了一些破解实例,并从一定的角度透视解密者的心态,在多处对照了软件保护与破解的思维方法。主要内容有:软件加密的发展历史、误区、方法,以及与特定语言相关的软件加密技术;破解技术剖析,以及常见的软件加密薄弱环节;PE技术、实战外壳加密与反脱壳技术(附大量示例源码),并提供了作者自己编写的小工具(加壳工具PEMaker等);调试技术与反调试技术(附大量示例源码);软件加密技巧与整体方案设计;加密锁分类及其使用技巧(智能卡加密锁)。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:12813373
    • 提供者:陶立欣
  1. 加密机与解密机实例源码

    0下载:
  2. 加密解密的代码,从网络上找到,应该对写共享软件有用。-encryption and decryption code from the Internet found to be useful write-sharing software.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:125990
    • 提供者:韦先生
  1. 阿郊 Hill 密码的加密与解密

    1下载:
  2. pascal的一个可行的HILL密码。可惜不是我写的,是我同学的作品,在此小弟以期望更多的PASCAL的高手上来交流。-a viable HILL password. Unfortunately, I did not write that I students work, the younger brother to expect more of a master of PASCAL onto exchanges.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13179
    • 提供者:携手问
  1. JMYJM

    0下载:
  2. 《加密与解密》配套代码 本书讲述Windows环境下的加密与解密技术。这本书采用循序渐进方式,从基本的跟踪调试到深层的拆解脱壳,从浅显的注册码分析到商用软件保护,这500多页的一部书,几乎囊括了Windows下的软件保护的绝大多数内容。 本书内容丰富,不论是加解密爱好者还是软件编程者都应该好好看看。自出版以来,得到海内外读者的高度赞誉,是致力于加密与解密研究的专业或非专业人员一本难得的好书。-"encryption and decryption of" comple
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:322647
    • 提供者:苏义岭
  1. cryptograph

    0下载:
  2. 文件加密与解密 文件加密与解密-file encryption and decryption of the fi le encryption and decryption of the file encryption and decryption
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:311335
    • 提供者:六的话
  1. kaisajiami

    0下载:
  2. 上网络安全的项目设计,是凯撒密码的加密与解密程序,不知道可以么?联系: lijie451789@163.com-network security on the project design, Caesar is password encryption and decryption procedures, I do not know it? Contact : lijie451789@163.com
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:705257
    • 提供者:李杰
  1. KeyFile

    0下载:
  2. 用C#处理数字证书 使用System.Security.Cryptography.X509Certificate名称空间 System.Security.Cryptography.X509Certificate名称空间特别重要,因为它提供了开发人员处理数字签名的那些类. 提供了读取一个X.509证书的代码,和 使用不对称加密加密与解密数据的代码-C# using digital certificates System.Security.Cryptogra phy.X509C
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:2235
    • 提供者:小布丁
  1. VC_RSA

    0下载:
  2. 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要能用做公钥加密,必须满足下列条件: 1. 可以找到e ,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5523
    • 提供者:烟翔
  1. jonathan

    0下载:
  2. 无解压密码,用java语言实现的加密与解密程序-without extracting passwords, using java language of encryption and decryption procedures
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:21756
    • 提供者:李冰
  1. simpleRSA

    0下载:
  2. 实现了运用RSA进行数据的加密与解密。此加密的方法是SSH里面用刀的方法 -achieved using RSA data encryption and decryption. This encryption method is SSH stabbed inside the
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:2172
    • 提供者:周崇青
  1. aes_c++

    0下载:
  2. aes在c++下的源码,基本实现加密与解密的功能-Aes in the source code, the basic realization of encryption and decryption functions
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3406
    • 提供者:imglacier
  1. RSAUtil.PGP

    0下载:
  2. rsa算法的加密与解密算法, 界面为英文-rsa algorithm encryption and decryption algorithms, interface for English
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:123817
    • 提供者:王芳
  1. keys-secrect

    0下载:
  2. 电子商务加密与解密技术,还有几个,等我把贵网上的一个文件下载后再上传.-encryption and decryption of e-commerce technology, and several, including me your online after downloading a file upload. Thank you
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2359526
    • 提供者:王定举
  1. EncryptionDecryption

    0下载:
  2. Symbian 手机编程,加密与解密,源代码。-Symbian phone programming, encryption and decryption of the source code.
  3. 所属分类:Symbian

    • 发布日期:2008-10-13
    • 文件大小:9805
    • 提供者:高海
  1. AES.Simple

    0下载:
  2. [加密与解密.第二版]附属源代码完全版 加密与截密算法实现-[encryption and decryption. 2nd edition] subsidiary version of the source code completely closed and secret encryption algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:194170
    • 提供者:yuanzy
  1. 20051218183467153

    0下载:
  2. 用DELPHI写的关于加密与解密的算法,所有版权属于原作者。-with Delphi write on the encryption and decryption algorithms, all the copyrights to the original author.
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:778359
    • 提供者:萧成
« 1 2 3 45 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com