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

搜索资源列表

  1. 1

    0下载:
  2. DES算法,可以实现加密和解密,还有详细的解释。-DES,can run on visual studio.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:4072
    • 提供者:熊继梅
  1. des_java

    2下载:
  2. 一个DES的加密解密算法完整实现 包括S盒等重要实现,另外此程序还实现了文件数据流的加密解密 DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:11640
    • 提供者:不死鸟
  1. DES

    0下载:
  2. 1. 编写程序实现DES的加、解密: 1)编程构造DES的密钥; 2)应用上述获得的密钥将一段英文或文件进行加、解密。 2. 用DES算法实现口令的安全 -1. Write a program to achieve DES, encryption and decryption: 1) programming construct DES key 2) applications, such access will be a key document in English or en
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:10875
    • 提供者:zhang liang
  1. csharp-net-encryption-password-md5-sha-des-rsa.zi

    0下载:
  2. hash md5 RSA Encryption Decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:35060
    • 提供者:shaheen
  1. 1

    0下载:
  2. 完成强大的DES加密与解密,有友好的用户界面-Complete strong DES encryption and decryption, with friendly user interface
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:609
    • 提供者:qwaszx
  1. DES

    0下载:
  2. DES完整的加解密算法,使用C语言实现,经过测试,可以运行。 明文分组长64比特。有效主密钥长56比特,根据密钥生成算法,由主密钥生成16个48比特的子密钥。 该算法共16轮,每轮使用一个子密钥。 在进行16轮加密之前,先对明文做一个初始置换IP。 每一轮加密的轮函数f为: . 在16轮加密之后,对比特串L16R16换位为R16 L16,做逆置换IP-1,从而得到密文C。 -DES encryption algorithm is complete, use the C l
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:3623
    • 提供者:曹云青
  1. 36521-1-900

    0下载:
  2. la version 800.1 de document 3GPP/LTE qui contient des cours.
  3. 所属分类:Document

    • 发布日期:2017-05-09
    • 文件大小:1863300
    • 提供者:rachid
  1. DES

    0下载:
  2. 简单的DES算法,自己课后作业自己编程的。1.txt作为需要加密的程序,2.txt放加密结果,3.txt放解密结果,支持8位密钥。-DES algorithm is simple, its own programming homework. 1.txt encryption program as needed, 2.txt put encryption results, 3.txt put decryption results to support the 8-bit key.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3893
    • 提供者:高氯酸
  1. des

    0下载:
  2. **函数: DesDecString **目的: 解密给定长度的串 **参数: sKey 密钥串. 一般为8个字节长(实际解密时只用其前8个字节) ** nKeyLen 密钥长度. 如果密钥为字符串(以 \0 结尾),值可为0 ** 如果密钥不足8个字节, 密钥串后面不足的字节以 \0 填充 ** sSrc 解密前的串. 为8个倍数字节长 ** nSrcLen 解密前的串长度. 该串长度必须为8的倍数个字节 ** sDest 存放解密后的串. 为nSrcLen字节长
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:6007
    • 提供者:victor
  1. 2D13_281[1]

    0下载:
  2. un très bon article sur la conception des antennes BIP et antennes plaques
  3. 所属分类:Project Design

    • 发布日期:2017-04-24
    • 文件大小:245186
    • 提供者:halima2008
  1. delphivnc-0.1

    0下载:
  2. DES加密演示程序,最传统、易用的加密,为初学者使用-DES encryption demo program, the most traditional, easy to use encryption to use for beginners
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:7887
    • 提供者:zang
  1. gdi-program-des

    0下载:
  2. 本书专门讲述了GDI+编程中与开发自定义控件相关的功能,重点放在Windows Forms自定义控件的创建上,同时也讨论了ASP.NET服务器控件的创建问题。全书共分为4个部分:第1部分是对GDI+的用途和结构的概述,第2部分结合代码实例讲述了GDI+编程的具体细节,如绘图表面、坐标系、钢笔和笔刷、文本和字体、图像和图像操作、路径和区域、变换的处理和打印等。其中涉及了GDI+在自定义控件中的应用最相关的所有的类、方法、属性和事件。第3部分集中讲解了自定义控件的设计和开发,包括自定义控件的定义、特
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-31
    • 文件大小:13357516
    • 提供者:layuetian
  1. Indexation-et-recherche-dimages-par-le-contenu-(1

    0下载:
  2. cet algorithme est conerne l indexation des images
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2521995
    • 提供者:Eric
  1. test-app[1]

    0下载:
  2. application web gestion d assiduite des stagiaires d une ecole technique connection avec base de donnees oracle 11g
  3. 所属分类:Oracle

    • 发布日期:2017-05-10
    • 文件大小:2298201
    • 提供者:youz
  1. 1

    0下载:
  2. 对数据进行加密与解密的一种方法,DES算法-For data encryption and decryption method, DES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:1181
    • 提供者:fanggang
  1. DES

    0下载:
  2. des (1)初始置换 (2)16轮f函数迭代-des (1) the initial displacement (2) 16 f function iteration
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3662
    • 提供者:寻月
  1. DES

    0下载:
  2. 该Word文档共有12页,其中1-3页为des_encode.h文件的源代码, 4-10页为des.cpp文件的源代码,11-12页为DES.java文件的源代码 -The Word document 12 pages, of which 1-3 pages des_encode.h source code file, 4-10 page source code files for the des.cpp 11-12 source code files for the DES.ja
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:12181
    • 提供者:王步
  1. DES-(1)

    0下载:
  2. 实现DES加密算法机制,使得数据更加安全-Realize DES encryption algorithm mechanism, and allow the data more security
  3. 所属分类:CA program

    • 发布日期:2017-05-19
    • 文件大小:5518475
    • 提供者:王锋
  1. des

    1下载:
  2. 编写 C 程序实现 DES 加、解密: (1) 编程实现 基于自己的名字来构造一 DES 密钥; (2) 应用 (1) 获得的密钥将一副灰度 图 (BMP 格式 ) 进行加、解 密; (3) 应用 ECB 和 CBC 两种操作模式分别完成-C program to prepare DES Encryption and Decryption: (1) programming based on their names to construct a DES key (2) applications (
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:265704
    • 提供者:yangfeng
  1. 1-(4)

    0下载:
  2. DIAGNOSTIC DES DEFAUTS DANS LES MOTEURS ASYNCHRONES TRIPHASES A CAGE
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:253904
    • 提供者:alpha
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com