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

搜索资源列表

  1. A_Beginner1698821242004

    0下载:
  2. Encrypts and Decrypts a file. This is not an \"uncrackable\" type of encryption but once you can understand the basics of this type of file encryption you CAN make better ones than me. This is just a quick example of basic encryption. Highly commente
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:3549
    • 提供者:郭春阳
  1. decrypt

    0下载:
  2. Encrypt/Self decrypt files in Native C++ and .NET,encrypts/self decrypts file at a time based on password and chosen algorithm.
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:118473
    • 提供者:刘博
  1. ENCRYPT

    1下载:
  2. File Encryption The ENCRYPT sample is a console application that encrypts files. Files encrypted with this sample can be later decrypted with the DECRYPT sample. Note that the INITUSER sample (or equivalent) must be run prior to runnin
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:22075
    • 提供者:myname
  1. Modern-cryptography-

    0下载:
  2. 1、Vigenere的编程实现 使用C语言设计实现古典密码体制中的Vigenere密码,并加/解密一个文件 2、Column permutation 密码的编程实现 编程(建议使用C语言)实现古典密码体制中的Column permutation密码,并加/解密一个字符串或文件 3、DES的编程实现 使用C语言设计实现DES密码,并加/解密一个文件 -1, Vigenere of programming using C language design and impleme
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:6327
    • 提供者:萧瑜
  1. ENCRYPT

    0下载:
  2. 对文件内容进行加密,生成密钥,解密时用密钥解密的过程,本程序使用了锁技术,为UNIX下的加解密及文件操作提供了很好的帮助。-The contents of the file encryption, key generation, decryption key to decrypt the process, the program uses the lock technology, provides a good help for the encryption and decryption and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:17744
    • 提供者:cexo
  1. doc2

    0下载:
  2. This project demonstrates the use of secure hash functions technique to implement a file encryption / decryption system. This implemented application can encrypt / decrypt multiple files on the fly using a password. The password supplied by the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:201100
    • 提供者:vara
  1. abcp

    0下载:
  2. this file describe how to encrypt decrypt strings
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4291
    • 提供者:pinky
  1. aaabcp

    0下载:
  2. this file decrive encrypt decrypt strings
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:4421
    • 提供者:pinky
  1. vvvvvvv

    0下载:
  2. 使用C语言实现古典密码体制中的Vigenere密码,并加/解密一个字符串或文件-Using the C language implementation of the Vigenere classical cryptosystem password and encrypt/decrypt a string or a file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:201517
    • 提供者:艾萌
  1. Encrypt_Decrypt

    0下载:
  2. Encrypt Or Decrypt Any file using a simple function ( not really encrypting , more like character changing )
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:10056
    • 提供者:Robert
  1. file_encrypt_decrypt

    0下载:
  2. 《寒江独钓——Windows内核安全编程》中文件系统透明加解密一章所对应的源代码,对于指定的进程所对应的文件进行加解密-" Trees and fishing alone- Windows kernel security programming" in the file system transparently encrypt and decrypt a chapter corresponding source code, for the process specified
  3. 所属分类:驱动编程

    • 发布日期:2013-03-29
    • 文件大小:622088
    • 提供者:张英霞
  1. jscrypto

    0下载:
  2. The utility can encrypt/decrypt file/folder structure using key. The folder/files, when encrypted are stored in corresponding structure as is but with the extention ".encrypted" & when you decrypt it, entire structure can be restored back as it was.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:18279
    • 提供者:Wormparty
  1. decrypt_file

    0下载:
  2. encrypt/decrypt file using password
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:3540
    • 提供者:Wu
  1. testRSA

    0下载:
  2. encrypt/decrypt file using RSA
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2586
    • 提供者:Nurul
  1. CodeSecurity

    0下载:
  2. Security Encryption and Decryption Unit Contains : Text Encrypt and Decrypt with Keys Text Encode and Decode with Base64 Text Encrypt and Decrypt with WordTriple File Encrypt and Decrypt with Word Triple Two Fish Encrypt and Decrypt
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:2924
    • 提供者:NorexaMS
  1. Project1

    0下载:
  2. it is a project on how to encrypt & decrypt any file using RSA algorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-11
    • 文件大小:540
    • 提供者:neha laskar
  1. symmetryEncryptFile

    0下载:
  2. VC实现对称加密算法,可以对文件进行加密并对加密后的文件进行解密的方法 -This is the program for Encrypt file and decrypt file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:63222
    • 提供者:jon
  1. encrypt

    0下载:
  2. 此代码段为一个字符串加密解密函数,通过一个唯一的key值设置加密的文件密钥和解密文件。-This code segment to a string encryption and decryption functions, set the file encryption key and decrypt the file with a unique key value....
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-06
    • 文件大小:670
    • 提供者:jinxing
  1. rsatestcPP

    0下载:
  2. RSA implementation in c language to encrypt decrypt text file.....
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4294
    • 提供者:ambrish
  1. EncFile

    0下载:
  2. encrypt a file and decrypt a file
  3. 所属分类:CA program

    • 发布日期:2017-05-11
    • 文件大小:2692512
    • 提供者:
« 1 23 4 5 6 »
搜珍网 www.dssz.com