搜索资源列表
DEScode_C
- 运行参数为:程序名 希望加密的文件路径 保存加密后的文件路径 密钥 E/D(E为加密,D为解密)-operating parameters : encryption procedures who wished to preserve the paper trails after the encryption key document path E / D (E for encryption, decryption D)
ScreenCopyV1
- 1: 注册系统热键(还有自定义消息函数) 2:托盘图标的简单建立 3:选择文件夹的对话框 4:打开和关闭一应用程序(打开进程) 5:对文件的超简单读和写 6:找到程序自己所在的路径 7:包含列举所有进程-1 : Registration System hotkeys (and the news function from the definition) 2 : Icon in the establishment of three simple : choose the f
NTL-RSA
- 使用NTL大整数库实现RSA公钥密码算法,可用于对文本文件进行加密和解密. 平台Windows98以上,VC++6.0, 内部文件路径均为相对路径,不存在无法编译的Bub.-use of the NTL large integer achieve RSA public key cryptography algorithm, can be used to text file encryption and decryption. Windows98 platform above, VC 6.0,
crc32addpatch
- CRC32自检壳加壳工具Unicode版 支持命令行加壳,支持Unicode路径。 Param1 为需要加壳的文件, 后面的几个参数可不分先后 /dos //直接命令行加壳,不打开加壳对话框 /bak or /nobak //加壳前是否备份 /show //CRC自检出错时是否显示提示框 /msg#对话框标题#对话框内容#对话框图标(0-3) -CRC32 self加壳shell tool command line support Unicode version of
low
- 基于最低有效位的图像信息隐藏 图像信息隐藏: 说明: 1、bmp格式的原始图像都有足够的容量来嵌入任何格式的隐秘文件,而且都可以提取成功。 2、jpg格式的原始图像只有足够的容量来嵌入任何格式的小容量隐秘文件,可以提取成功。 3、嵌入过程:i. 打开一幅原始图像;ii. 点击相应的嵌入方法;iii. 在提示中输入要嵌入的隐秘文件路径;iv. 输入要保存隐秘文件的路径;v. 嵌入成功; 4. 提取过程:i. 打开一幅隐秘图像;ii. 点击相应的提取算法;iii. 输入要保存
MD5Test
- VS2005编译通过。计算文件的MD5值,输入文件路径,反回MD5字符串。-VS2005 compile. Calculate the MD5 value of the file, enter the file path, and anti-back MD5 string.
des_encrypt_release
- des加密算法 做的一个人机界面! 选择带加密的文件与加密后的文件的保存路径,并且输入密钥,即可加密解密! 加密解密同一个文件的密钥肯定得一样!-project to encrypt and decrypt notepad files with des algorithm!
CryptDES
- 1. 通过对文件加密,来达到防止非法用户查看,从而保护文件的目的 2. 合法用户输入正确口令方可正常打开并操作 3. 另外可对文件的加密文件的加密时间,保存路径进行记录,形成日志。 4. 开发设计后所达到的效果可以参看资料中的可执行程序运行结果 -1. Through file encryption to prevent unauthorized users to view, to protect the purpose of the paper 2. Legitimate us
rsyncrypto-1.12.tar
- 使用AES-CBC对文件进行加密,并对加密后的文件用rsync增量传输,达到安全高效的目的。该代码源自rsyncrypto,在Visual studio中编译的时候设定“使用自己创建的预编译头”,然后将config.h的路径指明正确.-the encrypted file s incremental transmission
wenjianjiami
- 实现了文件加密,输入要加密的文件的所在路径及名称,再输入密码,最后输入加密后的文件要存储的路径及名称。-Implement file encryption, enter the path where the encrypted file and the name, then enter the password, and finally enter the encrypted file to store the path and name.
des
- MFC下的des加密算法,包含选择文件路径-MFC under the des encryption algorithm, select the file path contains
MD5code
- 这里包含了算出文件的MD5码,只要输入文件路径就可以计算出来。-This file contains the calculated MD5 code, as long as the input file path can be calculated.
md5_file
- 文件夹包含arm-linux md5 摘要文件静态库以及pc-linux md5 摘要文件静态库和windows vc6.0md5 摘要文件静态库。这几个静态库方便实用。只要输入文件路径就可以得到文件的MD5摘要。适合需要传输文件并校验文件的完整性。-Folder contains the arm-linux md5 summary file and static library files pc-linux md5 summary of the static libraries and sta
DES-disk-system
- 以C++语言在微机上实现了美国数据加密标准DES。可随微机软盘任意路径下的任何文件,加密,加密文件可在软、硬盘任何目录下或在网络中传送;另一方面可对软、硬盘中的任何文件进行解密,解密后的文件除在末尾多出几个空格符外与原文件完全相同,绝不影响EXE文件,COM文件或数据库文件的使用。密钥有加密者在键盘输入8个字符。-In c++ language microcomputer to U.S. data encryption standard DES. With the computer floppy
jiami
- 文件夹的加密程序。原理很简单,只是把文件夹的路径指向了回收站,隐藏了本来路径。解密后走动恢复-Folder encrypted program. The principle is very simple, just point to the path of the folder to the Recycle Bin, hiding Originally path. Recovery walk around after decryption
des
- 这份代码实现了DES的加密解密操作,实现对文件的操作,但是文件路径是指定的。-This code implements the DES encryption and decryption operations, file operations, but the file path is specified.
huffman
- 根据huffman编码的原理实现文件的压缩与解压。C语言编写。使用时输入源文件与目标文件路径即可。-According to the principle of huffman encoding for file compression and decompression. C language, hoping to be helpful.
md5
- MD5的HASH算法。C++实现。输入为源文件路径。直接输出该文件的MD5值,适用于密码学实验。-The MD5 HASH algorithms. C++ implementation. Enter the path for the source file. Direct output to the file MD5 value for cryptography experiments.
SharpZipLib
- c# 文件的压缩和解压,根据文件所在物理路径获取文件,然后压缩到指定位置或者解压到指定位置-c# file compression and decompression, according to the file where the physical path for the file, and then compressed to a specified location or unzip to the specified location
DecApkTools
- 使用说明 1. 该工具只支持标准版XXTEA算法加解密,参考Cocos2d-x 3.12版本 2. 支持文件目录和单文件的加解密,注意加解密的输入和输出路径 3. 工具会自动判定文件签名是否符合条件,不符合条件的归为加解密失败 4. 若加解密失败可能原因有格式不对和对文件操作失败引起 5. 解密只识别文件头是否符合,若解密后为乱码则非标准算法或密钥引起。 6. 输出路径若存在同名文件则会直接覆盖掉。 7. 请不要强制关闭软件以免引起错误,具体加密完成请查看输出日志。(In