搜索资源列表

  1. program_S_DES

    0下载:
  2. 通过编程实现S-DES算法的加密与解密过程,从而加深对这一算法过程的印象,并增强编程解决问题能力,为进行更复杂的算法学习奠定基础。-programming through S-DES algorithm for the encryption and decryption process. enhance the algorithm to process the impression that the enhanced programmi
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:2200576
    • 提供者:林桂川
  1. SDES_VC++

    0下载:
  2. S-DES加密算法输入为一个8位的明文组和一个10位的密钥,输出为8位的密文组,解密算法的输入则是一个8位的密文组和一个10位的密钥,输出位8位的明文组。解密过程是加密的逆。程序使用:读入一个文档文件,对其内容加密,输入密钥和选定存放生成密文的目录,点加密;解密操作与加密相似。-S-DES encryption algorithm for the importation of an eight expressly group and a
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:38912
    • 提供者:linvg
  1. des-7726

    0下载:
  2. 使用vc++编码 很好的加密算法 有较强的保密功能-use vc good encryption coding algorithm has strong security functions
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:9216
    • 提供者:lianyufen
  1. simple--des

    0下载:
  2. JAVA实现SimpleDes算法,算法简单,很实用-JAVA SimpleDes algorithm, the algorithm is simple, very practical
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:105472
    • 提供者:zhou_sa01
  1. mine_des

    0下载:
  2. des加密演示,短小精干,可在命令行下编译,csc des.cs即可。-des encryption demonstration short crack, and the command line compiler, des.cs prosthesis can be.
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:章三
  1. ac_source

    0下载:
  2. 加密算法代码文档,包括DES,LOKI91,IDEA,GOST,BLOWFISH,3-WAY,RC5,A5,SEAL-encryption algorithm code files, including DES, LOKI91, IDEA, GOST, BLOWFISH 3 items of article number-WAY, RC5, A5, SEAL
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:62464
    • 提供者:yn
  1. myvcdes

    0下载:
  2. 自己写的对称加密算法实现vc程序des实现-himself wrote the symmetric encryption algorithm vc procedures des achieve
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:389120
    • 提供者:路程
  1. DESClange

    0下载:
  2. 本程序是DES 加密系统的 C 语言源代码,对于c/c++学习者,网络安全学习者有很大帮助。-DES Encryption System C language source code, c/c learners, Learners network security will be of great help.
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:11264
    • 提供者:史志建
  1. ActivXOfDes

    0下载:
  2. 一个使用ACTIVX做的DES算法控件,可以使你在INTERNEN传输自己密钥加密的数据-ACTIVX do use a DES algorithm Controls You can make their own INTERNEN transmission of data encryption keys
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:764928
    • 提供者:wanggang
  1. 949327266

    0下载:
  2. 准算法模块是集DES、3DES、AES、RSA、MD5、BlowFish、TEA、RC6等标准算法为一体的算法包,同时在模块中使用了Anti-Debug和程序自校验功能(涉及到软件的加壳和CRC32)、软件使用次数限制,更好的保护您的软件。在模块中作者给出了每种算法详细调用方法,使用者可以根据自己的需要来进行选择。现暂时给出在VB、VC、Delphi三种开发语言中的调用方法,其他语言的调用方法可与我们联系获得,具体可以参看例子程序;现更
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:234496
    • 提供者:马克
  1. 75-dFile

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。 IDEA是International Data Encryption Algorithm 的缩写,是1990年由瑞士联邦技术学院来学嘉X.J.Lai 和Massey提出的建议标准算法称作PES( Proposed Encryption Standard) 。Lai 和Massey 在1
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:18432
    • 提供者:zengzl
  1. JDES

    0下载:
  2. 在JBuilder下开发的DES加/解密器 -JBuilder under development in the DES encryption/decryption devices
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:1181696
    • 提供者:冯燕
  1. desVc++

    1下载:
  2. des加密解密vc++完整实现,包括可以直接运行的exe文件,工程文件dsw,dsp,供大家参考学习-des encryption and decryption vc integrity to achieve, including the direct operation of the exe file, engineering document dsw, dsp, for your reference learning
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:72704
    • 提供者:引擎
  1. DES_C_keil

    1下载:
  2. 1,这是比较流行的DES算法代码. 2,特别是在通讯方面比较常用. 3,此代码可以在KEIL C环境下使用.-1, which is more popular in the DES algorithm code. 2, particularly in the more commonly used communications. 3. this code can KEIL C environment.
  3. 所属分类:CA认证

    • 发布日期:2024-05-16
    • 文件大小:14336
    • 提供者:jeney
  1. desdecodec

    0下载:
  2. 通用的DES数据加密算法程序,C编写,加密性能高,目前广泛应用在产品设计上-common DES Data Encryption Algorithm, C, the high-performance encryption, widely used in product design
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:23552
    • 提供者:陈名
  1. DES_CE2

    0下载:
  2. 进行DES加密解密的程序以及代码 虽然现在微软这样的大公司已经不在产品中用DES了,在我们其他的应用当中,DES还是有一些用处的。-for DES encryption and decryption procedures and code Although Microsoft is a big company has not used products DES, in other applications, DE
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:26624
    • 提供者:dzq21cn
  1. DES_BMP

    0下载:
  2. 利用DES算法(包括ECB和CBC模式)加解密BMP图像-using DES algorithm (including the ECB and the CBC mode) encryption BMP images
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:301056
    • 提供者:pouch
  1. introduction_and_realization_of_DES_algorithm

    0下载:
  2. DES 算法的介绍和实现1和2,供大家参考-DES algorithm introduced and achieve 1 and 2, for your reference
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:208896
    • 提供者:hutushen
  1. DES_one

    0下载:
  2. des加解密vc实现代码,参照蓝牙安全来实现的-vc des encryption codes, in the light of Bluetooth to achieve security
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:20480
    • 提供者:宁炳武
  1. test_des

    1下载:
  2. 51平台的标准DES算法,在ATMEL89C52上验证通过,用keil51编译-51 platform standard DES algorithm, the ATMEL 89C52 tested passed, Compiling with keil51
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:33792
    • 提供者:kyle
« 1 2 ... 44 45 46 47 48 4950 »

源码中国 www.ymcn.org