CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 文件 加密 des

搜索资源列表

  1. DdesmatlabE

    0下载:
  2. 用于文件的DES加密和解密,用matlab编的,含操作作界面,其核心程序是网上DOWN的, -DES encryption and decryption for files, using matlab, with the operation for the interface, its core program online DOWN
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7687
    • 提供者:mikeche
  1. DES

    0下载:
  2. DES加密,3-16层加密任选,带中间结果统计,可选加密文件-DES encryption ,3-16 layer encryption optional, with intermediate results statistics, optional encrypted file
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:111643
    • 提供者:郭鹏飞
  1. dddes_codee

    0下载:
  2. des加密算法c++实现,可以在windows环境下运行,用用了windows的库,是文件加密的尝试,已通过测试。 -the des encryption algorithms c++, can run in windows environment, with the use of the library of the windows, file encryption attempt, has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-10
    • 文件大小:4654
    • 提供者:recruitparade
  1. des

    0下载:
  2. DES加密解密用于文件的普通加密,可用于学习。-DES encryption decryption the ordinary for file encryption
  3. 所属分类:Home Personal application

    • 发布日期:2017-11-18
    • 文件大小:10057
    • 提供者:asd_boy
  1. DES-encryption

    0下载:
  2. DES加密工具 加密文件 cmd模式下加密指定文件-DES encryption tools encrypt files
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:12763
    • 提供者:singn
  1. DES-encryption-con

    0下载:
  2. DES加密工具 加密文件 cmd模式下加密指定文件-DES encryption tools encrypt files
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:12771
    • 提供者:singn
  1. DES

    0下载:
  2. des算法的编程实现,用的是c++语言。实现的功能是将一串字符(包括文件)加密并可以解密-The des algorithm programming is c++ language. Achieve the function is a string of characters, including file encryption and decryption
  3. 所属分类:ELanguage

    • 发布日期:2017-11-26
    • 文件大小:94208
    • 提供者:your name
  1. des

    0下载:
  2. 这份代码实现了DES的加密解密操作,实现对文件的操作,但是文件路径是指定的。-This code implements the DES encryption and decryption operations, file operations, but the file path is specified.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-22
    • 文件大小:10003
    • 提供者:周清妍
  1. des

    0下载:
  2. C++实现的一个完整des算法,可以从一个文件中取出明文,加密后放入另一个文件,再解密到另一个文件-C++ to achieve a complete des algorithm, can be removed from a file in plaintext, encryption into another file, and then decrypt to another file
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:305435
    • 提供者:马超
  1. des-algorithm

    0下载:
  2. 用C++实现 des加密解密算法,加密过程中程序会自动生成cipher.txt文件,解密过程会自动生成result.tet文件,在对比明文信息即可,运行程序,程序会自动为你计算运行程序所耗时-Des encryption and decryption algorithm in C++ the encryption process program automatically generate cipher.txt file decryption process automatically gene
  3. 所属分类:CA program

    • 发布日期:2017-11-09
    • 文件大小:2944424
    • 提供者:李中原
  1. passwork

    0下载:
  2. DES加密算法一例,纯C语言源码(非C++)。附带测试程序,加密解密文件。-DES encryption algorithm one case, pure C language source code (non C++). With a test suite, the encryption and decryption of files.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:4050
    • 提供者:leon
  1. DES

    0下载:
  2. 支持明文文件读取和密文文件存储的DES加密解密算法。BUG已修正。-Plaintext and ciphertext file read file storage DES encryption and decryption algorithms. BUG has been fixed.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-07
    • 文件大小:1128831
    • 提供者:张滢
  1. Des

    0下载:
  2. DES密码的C语言实现。 输入为同目录下存放明文的1.txt文件,存放密钥的key.txt文件。输出为加密后的2.txt文件,以及2.解密后的3.txt。-DES passwords C language. Enter the same directory stored plaintext 1.txt, stored keys key.txt . 2.txt the encrypted output file, and 2. Decrypted 3.txt.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-14
    • 文件大小:18008
    • 提供者:VongRuohang
  1. EncryptFile

    0下载:
  2. Des文件加密,可以实现对文件的DES和3DES加密-Des file encryption, file can be achieved on DES and 3DES encryption
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:16506463
    • 提供者:张兵欣
  1. DES(based-on-MFC)

    0下载:
  2. 基于图形界面MFC的DES加解密算法。从路径中读取加密文件,自行输入密钥,解密或者解密内容以文件形式保存在文件夹下。所有工程均已提交在压缩包里,打开dsw即可以运行。是学习密码学的途径,也是密码学DES算法的重要实验-GUI-based MFC DES encryption and decryption algorithms. Reads the encrypted files from the path, enter their own key to decrypt or decrypt th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1933012
    • 提供者:毛小婷
  1. DesEncypt-

    0下载:
  2. VC++编写实现的文件加密程序,可实现RAR、exe/jpg等格式文件的加密,在使用时,打开程序,只需选择被加密的文件,然后输入加密密钥,设置文件保存的路径,点击“开始加密”按钮,即可快速实现文件的DES加密处理。源代码基于VC++编写,在VC6.0环境可直接编译。-VC++ prepared to achieve file encryption program, enabling RAR, exe/jpg format files such as encryption, when in use
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:26980
    • 提供者:郭子杰
  1. DES_Test

    0下载:
  2. DES加密的MFC实现,主要包括两部分组成,有字符串加密和文件加密两种模式,实现了3DES功能,让加密更安全-including string and files by DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-28
    • 文件大小:11021547
    • 提供者:fujianhai
  1. DesEncypt

    0下载:
  2. VC++编写实现的文件加密程序,可实现RAR、exe/jpg等格式文件的加密,在使用时,打开程序,只需选择被加密的文件,然后输入加密密钥,设置文件保存的路径,点击“开始加密”按钮,即可快速实现文件的DES加密处理。源代码基于VC++编写,在VC6.0环境可直接编译。-VC++ prepared to achieve file encryption program, enabling RAR, exe/jpg format files such as encryption, when in use
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:29314
    • 提供者:kingyuan
  1. DesDecypt

    0下载:
  2. DES文件解密程序,VC源码编写,与Des文件加密程序是配套使用的。使用方法简单,浏览到需要解密的文件,输入解密密钥,选择解密后保存的路径,即可实现解密。-DES file decryption procedures, VC source code written with Des file encryption program is supporting the use of. Simple to use, navigate to the desired declassified docume
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:27083
    • 提供者:卞爱涛
  1. DesEncypt

    0下载:
  2. DES文件解密程序,VC源码编写,与Des文件加密程序是配套使用的。使用方法简单,浏览到需要解密的文件,输入解密密钥,选择解密后保存的路径,即可实现解密。-DES file decryption program, VC source code written with Des file encryption program is supporting the use. Simple to use, navigate to the need to decrypt the file, enter t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:26451
    • 提供者:dsmask
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 21 »
搜珍网 www.dssz.com