CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - File Decryption

搜索资源列表

  1. des(matlab).用于文件的DES加密和解密

    2下载:
  2. 用于文件的DES加密和解密,用matlab编的,含操作界面,其核心程序是网上DOWN的,DES for file encryption and decryption, using the matlab made, including user interface, the core of the program is online DOWN
  3. 所属分类:CA认证

    • 发布日期:2017-03-22
    • 文件大小:7.4kb
    • 提供者:秦陈刚
  1. DES-encryption-algorithm

    0下载:
  2. DES算法加解密全套程序,可运行,实现对txt(文本)文件内容的加解密。用vc6.0编写,内涵源代码,以及详细注释,程序非常简单,经过下载后可以对其源代码修改,加解密器,同时代码非常简单,可以通过读代码学到很多vc的知识啊,比看书学的快多了。另在解密文件夹中还有一个测时间的函数,精确到毫秒,可以计算出程序运行的时间,该代码移植性较强,可以用在别的程序中。-DES encryption algorithm for a full set of procedures, operations, impl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:404.23kb
    • 提供者:xiaowei
  1. jiamijiemi

    0下载:
  2. 用des方式加密,解密。输入文件路径后再输入加密后文件产生路径,就可以进行加密,解密亦然-Way to use des encryption, decryption. Enter the file path and then enter the encrypted file have the path, you can encrypt, decrypt so
  3. 所属分类:CA program

    • 发布日期:2017-03-29
    • 文件大小:17.14kb
    • 提供者:lijie
  1. RC4

    2下载:
  2. 在控制台下用RC4算法对任意文件进行加解密-In the console under the RC4 algorithm used for arbitrary file encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:129.22kb
    • 提供者:诸姣
  1. 8-2-4

    0下载:
  2. 檔案加解密程式-使用DES對稱式金鑰加密演算法進行檔案加密-File encryption and decryption program- the use of DES symmetric key encryption algorithm to encrypt files
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:14.41kb
    • 提供者:Reg
  1. AEncrypt

    0下载:
  2. suitable file encryption and decryption aes and rijidael
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:46.52kb
    • 提供者:sathiyajothi
  1. FileEncDec

    0下载:
  2. 文件保险箱。 调用CryptoAPI实现文件的加密和解密。-Documents safe. CryptoAPI calls file encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:278.75kb
    • 提供者:eboy
  1. file

    0下载:
  2. 给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要.这里给出最简单的文件加密技术,即采用文件逐字节与密码异或方式对文件进行加密,当解密时,只需再运行一遍加密程序即可. 下面是一个实例程序,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改).程序有很好的容错设计,这是我们应该学习的. -File encryption technology to many, which is divided into different levels to suit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:1.06kb
    • 提供者:piglet
  1. file-encrypt

    0下载:
  2. 用自己设定的密钥对文件加密解密(输入生成加密文件和解密文件的名字),然后会在根目录下面生成2个加密解密文件,加密文件是16位的字符,解密文件里面是原文件的数据-With their own set of file encryption and decryption key (encrypted file and decrypt the input generated file name) and then in the root directory will generate two files
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:59.87kb
    • 提供者:salen
  1. AESSRC

    0下载:
  2. AES算法实现文件的加密,文件的解密等常用功能-AES algorithm for file encryption, file decryption and other commonly used functions
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:524.2kb
    • 提供者:
  1. Con-encryptiona-decryption

    0下载:
  2. 简单的用C语言实现对文本文件的加密,解密-C language with simple text file encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:915byte
    • 提供者:liyi
  1. File-encryption-(decryption)

    0下载:
  2. 简单文件加密(解密)程序 , 用C语言写的一个,学的不深,请多多指教-Simple file encryption (decryption) process, written in C language, one school is not deep, please exhibitions
  3. 所属分类:Crack_Hack

    • 发布日期:2017-03-29
    • 文件大小:402.06kb
    • 提供者:
  1. jiami

    1下载:
  2. 加密解密 MFC 程序用DES加密算法编写的加密程序 利用加密程序可以实现对数据信息的加解密功能,数据信息可以是文本、图片、音频、视频文件。 综合实验:建立一加密传输系统,发送方将加密后的密文文件进行传输,发给接收方。接收方将接收到的密文进行解密,并将还原后的明文输出。-MFC program with encryption and decryption DES encryption algorithm the encryption program written using encrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1.83mb
    • 提供者:feifei
  1. Encryption-and-decryption

    0下载:
  2. 加密解密算法,通过加密把内容存入文件中,再通过从文件读入加密后的文件进行解密处理,再存入文件-Encryption and decryption algorithm, by encrypting the content into a file and then read from the file to decrypt the encrypted file handling, and then stored in the file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:1.52kb
    • 提供者:陈超
  1. Zend-PHP-file-decryption-tool

    0下载:
  2. PHP文件zend解密工具 Zend PHP file decryption tool-Zend PHP file decryption tool
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.49mb
    • 提供者:张建凯
  1. Win32API-Protocket-File

    0下载:
  2. 在程序开发过程中,经常遇到需要保护用户信息和私有数据不被他人窃取的情况,也就是要对数据进行加密。 在Win2000以前,要对数据进行加密和解密操作,一般要使用CryptAPI函数,相当烦琐。幸运的是,从Win2000 开始,操作系统从内核的级别上提供了对文件进行加密和解密的函数,而且使用起来相当简单。 -In the program development process, often encounter the need to protect user information an
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:1.41kb
    • 提供者:lr
  1. encryption-and-decryption-

    0下载:
  2. 文件保护系统中透明加解密技术的设计与实现-File encryption and decryption transparent protection system design and implementation of technology
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:4.75mb
    • 提供者:mj
  1. file-encryption-and-decryption

    0下载:
  2. 基于Windows文件系统过滤驱动的文件加解密技术研究与实现-Windows-based file system filter driver file encryption and decryption technology research and implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2.62mb
    • 提供者:zhayl
  1. Decryption

    0下载:
  2. the uploaded file has an AES decryption code.
  3. 所属分类:CA program

    • 发布日期:2017-04-14
    • 文件大小:4.54kb
    • 提供者:chinky
  1. Source-File-Unlock

    0下载:
  2. 亿赛得加密文件的解密工具,说明,只用于研究之用,本人不承担任何责任!-Esai was encrypted file decryption tool, descr iption, only for research purposes, I do not take any responsibility!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:48.85kb
    • 提供者:刘凡
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com