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

搜索资源列表

  1. CryptoDriver

    1下载:
  2. 文件加密源码
  3. 所属分类:源码下载

  1. MD5字符串及文件加密解密

    0下载:
  2. MD5字符串及文件加密解密
  3. 所属分类:加密解密

  1. vb文件加密解密

    1下载:
  2. vb文件加密解密
  3. 所属分类:界面编程

    • 发布日期:2012-04-03
    • 文件大小:2119
    • 提供者:cqjian
  1. C#加密指定文件 

    3下载:
  2. C#加密指定文件,浏览到想要加密的文件,可以是TXT或其它格式的文件,然后输入输入任意密钥,可以对选中的文件进行加密,由于设计出了可视化的窗体界面,因此使得本C#加密解密程序使用起来相当简单容易。
  3. 所属分类:加密解密

    • 发布日期:2012-05-30
    • 文件大小:15549
    • 提供者:popand924
  1. php_scre 开源的PHP文件加密程序

    0下载:
  2. php_scre 开源的PHP文件加密程序。官方只提供LINUX版本的,在这里我提供一个WINDOWS版本的,里面带有项目文件,可以直接用VC编译。,php_scre open-source PHP file encryption program. LINUX version of the official only, and in here I offer a WINDOWS version, which with the project file, you can directly comp
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-22
    • 文件大小:684666
    • 提供者:小徐
  1. RSA algorithm c++

    1下载:
  2. 采用RCS做文件加密的源程序代码,VC环境。包含两个文件包,里面的Readme有详细介绍。,Using RCS to do file encryption source code, VC environment. Package consists of two documents, which detailed the Readme.
  3. 所属分类:加密解密

    • 发布日期:2013-06-07
    • 文件大小:31815
    • 提供者:张晓斌
  1. 基于CryptoAPI的文件加密程序

    0下载:
  2. 基于CryptoAPI的文件加密程序。在windowsXP ,VC++6.0 环境下调试通过。程序代码有详细的注释,程序格式规范,书写清晰,条理清楚。,CryptoAPI based on the file encryption process. At windowsXP, VC++6.0 environment through debugging. There is a detailed code of the Notes, the program format specification,
  3. 所属分类:加密解密

    • 发布日期:2017-03-24
    • 文件大小:18569
    • 提供者:yan
  1. LockFile

    0下载:
  2. 一个Windows下的文件加密工具,稳定可靠,密码越长(1-16位),被解密的可能性越小。不过别使用完全重复的密码:如aaaaaa等同于a,xyzxyz等同于xyz,Under a Windows file encryption tools, stable and reliable, the password longer (1-16), and the smaller the possibility of being declassified. But do not repeat the us
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:72248
    • 提供者:
  1. dirsh

    0下载:
  2. 文件夹加密工具(开源代码) 软件作者:dyforc 发现文件夹加密的软件较少,而且都不大适合我用,所以写了一个。主要是对指定文件夹和其子目录下所有文件加密。 用到的加密算发是RC4。 本程序特色: 1. 可以指定加密长度(即只对文件的一部分进行加密),(对大文件加密很有用) 2. 可以随机生成动态密钥 (即使加密目录下某个文件的加密密钥被破解了,不影响目录下其他加密过的文件,因为每个文件加密密钥不同,都由输入的密钥随机计算产生) 3. 可以随机化文件名
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:74602
    • 提供者:噶噶
  1. file_encryption

    0下载:
  2. 自己写的一个小工具:文件加密、解密器,解密必须是本工具加密的文件。速度快,效率高。-file encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:115194
    • 提供者:CCC
  1. AES

    0下载:
  2. AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。-AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and decryption of the specific impl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-09
    • 文件大小:16307947
    • 提供者:cristiano
  1. CSharp[AESEncryptDecrypt]

    0下载:
  2. C#编写的文件加密解密程序,使用AES加密算法,速度快,安全,不限制要输入的密钥长度,可以选择是否更改加密后文件的后缀名,界面美观-C# documents prepared by encryption and decryption procedures, the use of AES encryption algorithm, fast, safe, no restrictions on the importation of key length, you can choose whether
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:86614
    • 提供者:卓然
  1. 20090206481

    0下载:
  2. 一款给文件加密解密的程序,附源码和教程,启发挺大的,感兴趣的请-To document a procedure for encryption and decryption, with source code and tutorials
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:664328
    • 提供者:李振东
  1. RC4

    1下载:
  2. RC4算法的C实现。VC6MFC做的简易界面,自由选择文件加密解密。-RC4 algorithm C implementation. VC6MFC to do simple interface, free to choose the file encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1886562
    • 提供者:张森
  1. jm_hd

    0下载:
  2. COM文件加密 -COM document encrypts
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-08
    • 文件大小:4187
    • 提供者:站长
  1. 文件加解密

    0下载:
  2. 一个用来加密和解密文件的程序,很好用-One used to encrypt and decrypt files, good use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:532833
    • 提供者:zhwweb
  1. shiyan

    0下载:
  2. 汇编语言实现文件加密解密- The assembly language realization document encryption deciphers
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-10
    • 文件大小:3365
    • 提供者:
  1. des

    0下载:
  2. des文件加密系统。-des document cryptographic system.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:191116
    • 提供者:
  1. file_jiami

    0下载:
  2. 一个实现文件加密的源码- A realization document encryption source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-20
    • 文件大小:78236
    • 提供者:胡剑凌
  1. 加密之星(袖珍版)

    0下载:
  2. 简单小巧的加密工具 vc的 代码全 喜欢的朋友-simple compact encryption tool vc the code-like look at the friends
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-12
    • 文件大小:143264
    • 提供者:云水
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com