搜索资源列表

  1. DESlxp

    0下载:
  2. DES加密算法,感兴趣的朋友可以看一下,要自行编译!-DES encryption algorithm, interested friends can look at, to build their own!
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:78848
    • 提供者:wilson
  1. desrsa

    0下载:
  2. DES加密算法的java实现,好像应该要用到编译器里的集成的包-DES encryption algorithm to achieve the java, it seems to be to use compiler's integrated package
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:java
  1. DESCode2005

    0下载:
  2. des加密算法的源代码,有要加密的快来把 这代码很好的-des encryption algorithm source code, encryption Come to this code of good
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:253952
    • 提供者:wlf
  1. DES_Descript

    0下载:
  2. DES加密算法,从网站上下载的,但对一此要点的地方做了注释-DES encryption algorithm, downloaded from the website, but this points to one of the places to do a footnote
  3. 所属分类:文档资料

    • 发布日期:2024-05-18
    • 文件大小:10240
    • 提供者:黄双全
  1. DESencrypt

    0下载:
  2. 这是我用c++实现的一个DES加密算法!应该可以适合那些对加密感兴趣的人看。-This is achieved with c a DES encryption algorithm. Should be suitable for those interested in encryption right people.
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:254976
    • 提供者:黄树林
  1. 25814DES_100

    0下载:
  2. DES加密算法C++实现,简单易懂。 绝对好用!-DES encryption algorithm C realization of simple and understandable. Absolutely handy!
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:陈打开
  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-18
    • 文件大小:38912
    • 提供者:linvg
  1. DES-64

    0下载:
  2. DES加密算法的C语言实现,64位加密的源程序-DES encryption algorithm in C language, 64-bit encryption of the source
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:whyspai
  1. DES-encryption-algorithm

    0下载:
  2. 该算法在.NET平台下,使用C#语言,用DES加密算法实现了文件的加密。-the algorithm.NET platform, the use of C# language, using DES encryption algorithm encryption of the document.
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:28672
    • 提供者:feng xue feng
  1. DES

    0下载:
  2. 金融行业标准的DES加密算法源码,主要用在金融、金卡工程以及CPU卡的加密算法。-The financial industry-standard DES encryption algorithm source code, mainly used in finance, Golden Card Project, as well as CPU cards encryption algorithm.
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:邓均
  1. DES

    0下载:
  2. 上传一个des加密算法的程序,很经典的一个算法,希望对各位有所帮助-From a procedural des encryption algorithm, it is a classical algorithm, and they hope to help you
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:23552
    • 提供者:张明
  1. des

    0下载:
  2. des 加密算法,VC++6编写的,很不错.-err
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:13312
    • 提供者:jeson.li
  1. DES

    0下载:
  2. DES 加密算法,详细的C语言代码 帮助你快速开发 自己的加密软件 -DES encryption algorithm, C language code in detail to help you quickly develop their own encryption software
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-18
    • 文件大小:14336
    • 提供者:胡正明
  1. Des

    0下载:
  2. 应用于单片机MS51系列的汇编语言DES加密算法-MS51 series applies to single-chip assembly language DES encryption algorithm
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:
  1. DES

    0下载:
  2. 3DES加密算法:密钥长度不足24字节时,右补ASCII字符“0”;内容采用PKCS5Padding方式填充,即长度以8字节切分,不能被8整除的末尾部分,根据长度不足8字节的部分,填充“0x01”—“0x08”,如不足1字节,则填充1个“0x01”,如不足2字节,则填充2个“0x02”,以此类推,如整除,则填充8个“0x08” -3DES encryption algorithm: less than 24-byte key len
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:3628032
    • 提供者:liyingshu
  1. MSP430DES

    0下载:
  2. 在 msp430下的des加密算法子程序。-Under the MSP430 Subroutine des encryption algorithm.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:ck
  1. 714

    0下载:
  2. 用C语言写的100行DES加密算法,非常有用,希望大家喜欢-Using C language to write 100 lines of the DES encryption algorithm, is very useful, I hope everyone likes
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:kater
  1. descode

    0下载:
  2. des加密算法,可以c++写的,应当可以使用-des encryption algorithm, you can c++ written, should be able to use
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:50176
    • 提供者:hanbing
  1. DES_zyj

    0下载:
  2. DES加密算法,用VC开发的详细的DES加密算法 -DES encryption algorithm, developed by using VC detailed DES encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:1907712
    • 提供者:万相奎
  1. DEScode

    0下载:
  2. DES加密算法,利用VC++开发出来。DES是数据加密标准,它是在换位和替代密码的基础上发展来的。
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:哈明国
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org