搜索资源列表
加密、解密文件夹中所有文件
- 使用加密算法,加密文件夹内所有文件; 也可将文件夹内所有被加密的文件解密; 可设置密码; 可将文件加密到内存文件,供程序直接使用,而不必使用磁盘文件
简单的文件夹加密
- 简单的文件夹加密与解密
文件夹加密
- 文件夹简单加密解密源码 delphi源码 简单实现文件夹加密
dirsh
- 文件夹加密工具(开源代码) 软件作者:dyforc 发现文件夹加密的软件较少,而且都不大适合我用,所以写了一个。主要是对指定文件夹和其子目录下所有文件加密。 用到的加密算发是RC4。 本程序特色: 1. 可以指定加密长度(即只对文件的一部分进行加密),(对大文件加密很有用) 2. 可以随机生成动态密钥 (即使加密目录下某个文件的加密密钥被破解了,不影响目录下其他加密过的文件,因为每个文件加密密钥不同,都由输入的密钥随机计算产生) 3. 可以随机化文件名
MatLab
- matlab下m语言实现加密解密文件夹 -encrypt decrypt folder with matlab
jiamiandshuziqianming
- 能够对文件夹进行压缩加密,以后进行解密解压, 对通信双方进行数字签名认证,保证通信的安全性.-Be able to compress a folder encrypted, decrypt after decompression, communications between the two sides of the digital signature authentication to ensure communication security.
Encryptor
- 文件和文件夹加密解密程序。第一次运行后,选中文件或者文件夹右键菜单就会多出一项‘加密’/‘解密’,点击后输入密码进行加解密即可-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
enc
- 命令行下执行,会将指定的文件或文件夹加密成一个文件,支持通配符。解密时恢复源文件结构。 enc 是主程序。 第一个参数e表示加密,d为解密 第二个参数是密钥。 第三个参数是源路径,支持通配符。解密时是需要解密的文件。-Under the command line will specify the file or folder into a file encryption, support of wildcards. Decrypted when the structure of
file_encrypt
- 简单的文件加解密程序。可以对整个文件夹进行加密和解密。-Simple file encryption and decryption process. Can be carried out on the whole folder encryption and decryption.
crypto
- 包含对文件的加密和解密,同时也支持文件夹加密和解密.-Encryption Decryption file and folder
PassW
- 最简易的文件/文件夹加密解密程序,本程序可同时进行多个文件的相同密码加密解密-The most simple file/folder encryption and decryption process, this program can have multiple files with the same password encryption and decryption
JiaMi
- 用于对文件夹加密的小程序,加密后可以将文件夹禁用,只有解密后才能使用。-Is used to encrypt a folder of small programs, the encrypted folder can be disabled, only the decrypted before use.
Folderencrddecryption
- 是一个文件夹加密解密的文件.而且很好用的-Is a file folder encryption and decryption of the file. And it just works for
wjjm
- 利用系统漏洞,实现文件夹加密与解密的VB源码,保护您的文件安全,密码验证成功后才可以打开保护后的文件夹!-Use of system vulnerabilities to achieve folder encryption and decryption of the VB source code to protect your files secure, password authentication before they can successfully protect the folder
201011241603277
- 资源类别: Delphi源码¦系统控制 文件夹加密解密源码 -Resource type: Delphi source ¦ system control source folder encryption and decryption
201011241603277
- 资源类别: Delphi源码¦系统控制 文件夹加密解密源码 -Resource type: Delphi source ¦ system control source folder encryption and decryption
folder-encryption-and-decryption
- 文件夹加密解密源码,加强文件管理,保护隐私-Folder encryption and decryption source code, enhance document management, protection of privacy
filesEncryption
- 文件、文件夹加密源码,对文件、文件夹实现加密功能,文件夹伪装保护解除伪装。右键关联加密解密到系统菜单,支持文件、文件夹的拖动。-File, folder encryption source code, file, folder achieve encryption, folder, remove camouflage camouflage protection. Right associated with encryption and decryption to the system menu,
新建文件夹
- 用js语言来实现rsa加密解密算法,函数rsaEncrypt()用来实现加密;函数rsaDecrypt()用来实现解密;(Implementation of RSA encryption and decryption algorithm with JS)
Python加密解密程序
- Python加密解密程序,能对某个文件夹下的所有文件实现加解密。