文件名称:CryptBox_Code.zip
介绍说明--下载内容均来自于网络,请自行研究使用
文件加密和解密使用基于密码的加密 (PBE)。
基于密码的加密 (PBE) 从密码派生的加密密钥。为了使从获取的密码密钥非常耗费时间的攻击任务,大多数 PBE 实现 (作为一个如下所示) 将混合在一个随机数称为盐,以创建密钥。,File Encryption and Decryption using Password Based Encryption (PBE).
Password-Based Encryption (PBE) derives an encryption key from a password. In order to make the task of getting from password to key very time-consuming for an attacker, most PBE implementations (as the one shown below) will mix in a random number, known as a salt, to create the key.
基于密码的加密 (PBE) 从密码派生的加密密钥。为了使从获取的密码密钥非常耗费时间的攻击任务,大多数 PBE 实现 (作为一个如下所示) 将混合在一个随机数称为盐,以创建密钥。,File Encryption and Decryption using Password Based Encryption (PBE).
Password-Based Encryption (PBE) derives an encryption key from a password. In order to make the task of getting from password to key very time-consuming for an attacker, most PBE implementations (as the one shown below) will mix in a random number, known as a salt, to create the key.
(系统自动生成,下载前可以参看下载内容)