搜索资源列表

  1. DES加密程序大全

    0下载:
  2. DES加密解密程序大全
  3. 所属分类:源码下载

  1. des加密解密代码

    0下载:
  2. 本程序实现了加密解密的算法,并且有详细的注释
  3. 所属分类:源码下载

  1. DES_code

    0下载:
  2. des加密解密原程序-des original encryption and decryption procedures
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:164864
    • 提供者:陆丁
  1. S_DES加密解密程序

    0下载:
  2. 按照分组密码运行的CBC方式,将其中的DES算法置换为S-DES,分组长度为8BIT,初始矢量V1分别设置为00H,FFH,及任意8BIT无符号整数,实现该加密/解密模型-running CBC, which will be the replacement for the DES algorithm S-DES, a length of 8BIT initial vector V1 were set to 00H, FFH, and t
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:胡康康
  1. C实现简单的DES加密程序

    0下载:
  2. C#实现简单的DES加密程序,超级好用 -C# simple DES encryption program, the super handy
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:33792
    • 提供者:9669
  1. simple_DES

    0下载:
  2. 简单的DES加密解密模拟程序,可以对任意格式的文件操作-simple simulation DES encryption and decryption procedures, the arbitrary format file manipulation
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:3675136
    • 提供者:木木
  1. DES_real

    1下载:
  2. 用C++开发的一个简单的DES加密解密程序,绝对可用,编译通过。不过只对字符操作,不可以加密文件-C development of a simple DES encryption and decryption procedures, definitely can be used, compile. But only the characters operation, not encrypting documents
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:117760
    • 提供者:王选
  1. java_des_crypto

    0下载:
  2. DES加密解密程序的主程序在 FileDES类中 运行时使用的例子是本目录下的111.doc文件,运行后自动生成222.doc文件和333.doc文件。 其中111.doc文件加密后的文件是222.doc文件,222.doc文件解密后文件是333.doc文件。 可以操作的文件类型我实验了TXT、DOC、JAVA等都没有问题,且Word文档中包含图片也没问题-DES encryption and decrypti
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:21504
    • 提供者:chensong
  1. DES

    0下载:
  2. 利用C语言程序实现DES加密算法的加密解密功能。能够实现56位或56*n密钥的des算法,可以通过该程序提供的接口进行数据的加密,保证数据在传送过程的安全性-The use of C language procedures realize DES encryption algorithm the encryption and decryption functions. Able to achieve 56 or 56* n keys d
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:
  1. 20070115223401592

    0下载:
  2. DES加密解密程序,图形界面,以及DES加解密功能。-DES encryption and decryption procedures, graphical interface, as well as the DES encryption and decryption functions.
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:2471936
    • 提供者:尚舵
  1. VC++

    0下载:
  2. -- 转换密码(明文6位,密文16位) DES加密解密程序-- Conversion password (express 6, 16 Ciphertext) DES encryption and decryption process
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:龙泉
  1. DES_young

    0下载:
  2. DES加密解密程序源代码-DES encryption and decryption program source code
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:1936384
    • 提供者:池衡
  1. des

    0下载:
  2. 这个程序是用vc实现的des加密解密算法-This procedure is used vc realized des encryption and decryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:309248
    • 提供者:熊智
  1. DES

    0下载:
  2. 用c语言实现的des加密解密程序源码,包含一个des头文件和一个des源文件以及一个main函数源文件-Use c language to achieve the des encryption and decryption program source code, contains a des header files and a des source files as well as a main function of the so
  3. 所属分类:加密解密

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

    0下载:
  2. 密码学实验自己写的程序,des加密解密,先输入8个字符作为密钥,在输入8个字符的明文!-Cryptography experiment to write their own procedures, des encryption and decryption, first eight characters input as key characters in the input express 8!
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:汪涵
  1. Des

    0下载:
  2. DES加密解密程序的主程序在 FileDES类中 运行时使用的例子是本目录下的111.doc文件,运行后自动生成222.doc文件和333.doc文件 。 其中111.doc文件加密后的文件是222.doc文件,222.doc文件解密后文件是333.doc文件。 可以操作的文件类型我实验了TXT、DOC、JAVA等都没有问题,且Word文档中包含图片也没问 题。 -Des
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:36864
    • 提供者:钟钟
  1. des

    0下载:
  2. DES加密解密程序 可以实现对字符串的DES加密,并可以解密-for DES
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:james
  1. DESjiamijiemi

    0下载:
  2. DES加密解密程序密码学中的经典算法这一-DESEncryption and decryption process
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:306176
    • 提供者:郭克
  1. des

    0下载:
  2. des 加密解密程序 有界面 可以对任意文件进行加密解密。-des encryption and decryption process on the interface
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:zy
  1. DES

    0下载:
  2. DES加密解密MATLAB程序附赠详细解释和各分步结果输出(DES MATLAB encryption and decryption process with detailed explanation and output results of each step)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:showlyjie
« 12 3 4 5 6 7 8 9 10 ... 15 »

源码中国 www.ymcn.org