搜索资源列表

  1. !!用VC++编写USB接口通信程序 (已解密)

    0下载:
  2. !!用VC++编写USB接口通信程序 (已解密),经典的东东!我已经解密了!-!! With VC++ Prepared USB interface communication program (declassified), the classic NEE! I have to decrypt the!
  3. 所属分类:USB编程

    • 发布日期:2024-05-14
    • 文件大小:152576
    • 提供者:承德
  1. SAM的散列存储加密解密算法以及SYSKEY的计算

    0下载:
  2. c语言编写的加密解密算法技术-prepared by the encryption and decryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:发就
  1. 加密解密小程序vb

    0下载:
  2. 一个用vb编写的加密解密的小程序. 经过试用适合6位以内的加密和解密-with a vb prepared by the encryption and decryption of small programs. After the trial within six for the encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:发就
  1. RSA加密和解密

    0下载:
  2. 用C#中RSACryptoServiceProvider类型,实现RSA算法的加密,和解密,用控制台实现-C# RSACryptoServiceProvider type, achieving RSA encryption, and decryption using Console
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:张立
  1. 300种加解密算法和原理

    0下载:
  2. 多个加解密程序的说明与源程序,MD5,DES,IDEA,DSA.MARS,BOWFISH,TEA-over encryption and decryption procedures notes and source, MD5, DES, IDEA, DSA.MARS, BOWFISH, TEA
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:376832
    • 提供者:
  1. 加密与解密--软件保护技术及完全解决方案

    0下载:
  2. 加密与解密--软件保护技术及完全解决方案-encryption and decryption-- software protection technology and complete solutions
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:1959936
    • 提供者:马成龙
  1. 加解密算法概要

    0下载:
  2. 详细介绍了现在流行的各种加解密方法及特性。-details of the now popular encryption and decryption methods and properties.
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:463872
    • 提供者:望问套
  1. 软件解密加密技术

    0下载:
  2. 加密与解密的电子版文档,详细介绍了软件破解的原理及常用工具的使用,并附有详细的例子说明-encryption and decryption of electronic version of the document, detailing the software decipher principle and the use of commonly used tools, together with detailed examples
  3. 所属分类:电子书籍

    • 发布日期:2024-05-14
    • 文件大小:4643840
    • 提供者:王浩强
  1. RSA加解密

    0下载:
  2. vc环境下RSA算法加解密功能的实现,内附有示例代码。-The implement of encryption and decryption with RSA algorithm in VC environment, attached with example source code.
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:1967104
    • 提供者:wj
  1. 字符解密

    1下载:
  2. 这是一个通过字符串操作来实现文本加密解密的源程序,通过打乱原文本字符串的顺序,隐藏信息,通过解密,可以回复原字符正常顺序,达到加密解密的目的.压缩包包括源程序文件,再vc中运行.-This is a string manipulation through the text to achieve encryption and decryption of the source, through the disruption of the t
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:xtbc
  1. des加密解密1111

    0下载:
  2. 一个很不错的des加密解密算法,用c#开发,-a very good des encryption and decryption algorithm, using the c# development,
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:王思刚
  1. 四种加密解密算法的源代码

    0下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:发就
  1. DES 加解密算法

    0下载:
  2. 此加解密算法DES使用56位密钥对64位的数据块进行加密,并对64位的数据块进行16轮编码。-DES encryption and decryption algorithms use 56 to 64 key pieces of data encryption, as well as 64 pieces of data for 16 coding.
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:1912832
    • 提供者:田书贤
  1. 如何对字符串进行加密解密

    0下载:
  2. 如何对字符串进行加密解密 本人在操作数据库时,考虑到该数据库还有可能被其他软件打开,所以想能否有另外一种方式把数据库中数据进行加密呢,也就是说,即使别人利用其他的软件打开了该数据库,看到的也是一片乱码,根本不知道数据库进而是什么内容。出于这种情况,本人利用VB中自带 RND()函数的功能编写了如下加密解密方法。 当RND()的参数(我们称它为种子)为负值时,同一种子产生同一个随机序列,同时VB还具有强大的二进制技术功能。 这样我们可以按
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:张京川
  1. 加密解密的代码,以ATL形式提供crypt_it

    0下载:
  2. 加密解密的代码,以ATL形式提供crypt_it 加密解密的代码,以ATL形式提供crypt_it-encryption and decryption code to ATL crypt_it form of encryption and decryption code to the form of ATL crypt_it
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-14
    • 文件大小:134144
    • 提供者:
  1. 加密解密_RSA_DES_MD5==

    0下载:
  2. C#做的加密解密的东西,做在一起,有点乱,只是作为交流学习!-C# to do encryption and decryption of things to do together, a little bit chaotic, but as the exchange of learning!
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:103424
    • 提供者:
  1. 解密与加密技术教程

    0下载:
  2. 由本站与广大网友合作的新书《加密与解密--软件保护技术与解决方案》于近日上市,全国新华书店发行,需要者可于近期到本地各大书店咨询。   看完这本书,解密不再神秘。不论是解密爱好者还是软件编程者都应该好好去看看。-by netizens site with the cooperation of a new book entitled "Encryption and decryption-- software protecti
  3. 所属分类:其他行业

    • 发布日期:2024-05-14
    • 文件大小:4643840
    • 提供者:楼上楼
  1. 加密解密技术内幕

    0下载:
  2. 《加密解密技术内幕》全面讲解了有关加密解密方面的知识,对于在此方面有兴趣的初学者或是有一定基础的读者很有帮助。-"encryption and decryption technology insider," a comprehensive account of the encryption and decryption of knowledge, in this context are interested begi
  3. 所属分类:电子书籍

    • 发布日期:2024-05-14
    • 文件大小:1389568
    • 提供者:王松
  1. vigenere加密解密

    0下载:
  2. 这个源码是实现VIGENERE算法的加密解密程序,界面操作简单,一看就明白,就不用介绍了.-this source is VIGENERE the encryption and decryption algorithms procedure, the interface is simple, a person would understand, I have not introduced.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:1875968
    • 提供者:dai
  1. 加密机与解密机实例源码

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

    • 发布日期:2024-05-14
    • 文件大小:263168
    • 提供者:韦先生
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org