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

搜索资源列表

  1. GMP大数运算库的windows原生编译库

    2下载:
  2. GNU MP大数运算库的windows下的.dll .h .lib文件等,可在VC编译器下编译连接,用于加密解密科学计算等
  3. 所属分类:编译

    • 发布日期:2009-12-16
    • 文件大小:212002
    • 提供者:yaojialin
  1. CeApiSpy

    0下载:
  2. 这软件可以截获系统api操作, 如文件操作, CreatProcess, LoadLibary, 为开发和Bug调试提供方便。 也可以成为病毒扫描, 文件加解密, 程序控制的一部分-This software can be intercepted system api operation, such as file operations, CreatProcess, LoadLibary, for the development and Bug facilitate debugging. Can
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:153922
    • 提供者:Jie Fu
  1. AES

    1下载:
  2. AES文件加解密工具 本软件利用AES加密库"AesLib"进行加解密处理,能对文件进行128位、192位或256位这3种不同强度的加密,打开请直接运行"EncryptFileTest.exe"。 本加密工具还可以通过命令运行: AES [0|1] [file] 其中,参数为可选,但若仅有1个参数时则为[file]参数。0表示对[file]解密,1表示对[file]加密。 对于任何文件,若打开方式为AES,则程序会自动根据文件扩展名来默认决定是加密还是解密(若文件扩展名为“
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-05-13
    • 文件大小:2365440
    • 提供者:tianyi
  1. dirsh

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

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

    0下载:
  2. AES 加密算法 利用AES实现文件加解密的VC源码-AES encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:25235
    • 提供者:李白
  1. CryptoAPI_Cuick

    0下载:
  2. 实现对文件加解密功能,数字签名功能及数字验证功能-Implementation of the document encryption and decryption functions, digital signatures and digital authentication function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:629524
    • 提供者:gzd
  1. encode

    0下载:
  2. 文件加解密,包括AES,DES,MD5等-File encryption and decryption including AES, DES, MD5,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2668139
    • 提供者:jihchong
  1. Encryptor

    0下载:
  2. 文件和文件夹加密解密程序。第一次运行后,选中文件或者文件夹右键菜单就会多出一项‘加密’/‘解密’,点击后输入密码进行加解密即可-File and folder encryption and decryption process. After the first run, select the file or folder menu will be more of a encryption/ decryption, when clicked, enter a password for encry
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:24647
    • 提供者:winux
  1. des

    1下载:
  2. VC++实现DES加解密 Tips: 1.本程序可以加密1-4096个字符的任意长度字符串 2.如果密钥长度过短或者为空,程序将使用默认 密钥"YinXueYuan Build It!"进行加密. 3.加密结果将用16进制字符显示 4.本加密程序同时支持中/英文字符(包括密钥和明 文) 5.本加密程序支持特殊字符[例如换行符(回车键)] Attention: 1.加密时,密文的最后一个字符请不要使用半角 美元符号 $ 2.字符串加密最多支持
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-03-11
    • 文件大小:34047
    • 提供者:胡程
  1. EDstar

    0下载:
  2. 徐景周写的文件加解密,可以参考!Visual C++实现.-Xu Zhou to write the document encryption and decryption, can refer to! Visual C++ Achieve.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:154936
    • 提供者:心港
  1. wenjianjiajiemi

    0下载:
  2. java文件加解密课程设计,包括摘要,概要设计,详细设计,有完整代码及截图-java file encryption and decryption curriculum design, including a summary outline design, detailed design, a complete code and screenshot
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:201410
    • 提供者:施菲
  1. FileServer

    0下载:
  2. 一个使用VC6开发,使用c语言编写的一个本地文件服务器。 代码比较优美。 其中涉及到数据的加解密以及链表的相关知识等-A use VC6 to develop, use c language, a local file server. Comparison of beautiful code. Which relates to data encryption and decryption as well as the list of relevant knowledge
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:15913
    • 提供者:王小九
  1. Djm0.1.7

    0下载:
  2. 文件加解密程序,会不断更新。 作者网站:http://www.ngzerone.cn-Document encryption and decryption process will be constantly updated. Author website: http://www.ngzerone.cn
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:163753
    • 提供者:蓝凌
  1. 04030326

    0下载:
  2. 信息技术的飞速发展,使人们的生活面貌发生了很大的变化,同时信息技术也促进了社会的发展。在计算机网络深入普及的信息时代,信息本身就是时间,就是财富。如何保护信息的安全使之不被窃取及不至于被篡改或破坏,已成为当今普遍关注的重大问题。密码是有效且可行的办法。 本论文主要是介绍了文件加密以及一个小程序,从密钥生成、DES加密原理、DES解密原理三方面阐述了DES算法的整个过程。并在此基础上,在windows环境下,利用java实现DES加密与解密算法,以窗体界面方式完成一个本地的文件加解密演示器。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:395250
    • 提供者:张贺寅
  1. Applicationoffilesystemfilterdriverinnetworksecure

    0下载:
  2. 设计并实现了一个运行于Windows系统的网络终端设备信息防泄漏系统。系统通过文件系统过滤驱动的运用,实现了对网络终端机密文件的实时监控和动态加解密,既具有文件加密的安全性,又具有访问控制的方便性,有效地防止了网络终端机密信息的泄漏。-Design and implementation of a system named Network Terminal Device Information Anti2Leakage System (NTD IALS) was designed and im
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-24
    • 文件大小:224427
    • 提供者:陈宝楷
  1. 524filecryp

    0下载:
  2. 文件加解密C#程序源代码,内容简单大家可以一试-Encryption and decryption files C# source code, which you can try a simple
  3. 所属分类:CA program

    • 发布日期:2017-04-08
    • 文件大小:47562
    • 提供者:frank
  1. RSA-MFC

    1下载:
  2. RSA-MFC,基于MFC的RSA加密算法的实现,可以用于16进制文件的加解密-RSA-MFC, the MFC based on the realization of RSA encryption algorithm, can be used for 16-band file encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3763250
    • 提供者:高飞
  1. FileMon

    0下载:
  2. 文件过滤驱动,制作文件透明加解密的朋友可以参考。非常经典的代码。-File Filter Driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:501985
    • 提供者:s
  1. FileEncryptionAndDecryption

    0下载:
  2. C#加解密文件,可以自己创建私有密钥对文件进行加密与解密,IO对称加解密操作,强度很高,无私钥与解密算法情况下可逆性几乎为零。。VS2003/VS2005下编译通过-C# file encryption and decryption, you can create your own private key to encrypt and decrypt files, IO symmetric encryption and decryption operations, a high intensit
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:27979
    • 提供者:赵世玉
  1. HexEnc

    0下载:
  2. VC++使用XOR 256加密解密算法对文本或文件进行加、解密,很早时候的加密算法,但现在还很实用,搜集了一个实例,希望对VC++编程的朋友有所帮助。它主要是对十六进制的文本文档或者文件进行加密解密。-VC++ using the XOR 256 encryption and decryption algorithms to increase the text or document, decryption, the encryption algorithm when a long time a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:69444
    • 提供者:117
« 1 2 3 45 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com