Download List

项目描述

RC-Crypt can be used to encrypt or decrypt data
using the RC5 algorithm. It operates on 128-bit
data blocks, adding random characters for padding
if necessary. The key size can be chosen by the user, but 64 bits or greater is recommended. It has many
input/output options, making this a versatile piece
of software suitable for embedding into scripts.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-05-22 00:11
1.6

竞争状态,造成错误讯息出现了清理。该加密没有受到影响,但它可能在某些情况下挂起。
标签: Minor bugfixes
A race condition which caused error messages to
appear was cleaned up. The encryption was not
affected, but the software could hang under
certain circumstances.

2004-02-18 13:07
1.5

安全功能已被添加到它难以在同一台计算机上的其他用户作出的发现,特别是在大文件加密的加密密钥。它现在叉加密/在后台并立即返回解密。一个选项已被添加,使等待子进程完成,虽然这是不太安全。关键现在可以通过使用环境变量,命令行,或文件。
标签: Minor feature enhancements
Security features have been added to make it harder for other
users on the same computer to discover the encryption keys,
particularly during encryption of large files. It now forks to
encrypt/decrypt in the background and returns immediately.
An option has been added to make it wait for the child process
to complete, though this is less secure. The key can now be
passed using an environment variable, the command line, or a
file.

2003-08-26 22:05
1.4

大文件的支持已经增加了对Linux操作系统。为小端架构的速度增强。一个新的选项添加到允许每个数据块为异男女在加密与前一个。由于第一个块是伪随机数据,如果使用此选项时,相同的文件加密具有相同的键会变得面目全非每次加密的时间。
标签: Minor feature enhancements
Large file support has been added for Linux. Speed enhancements for little-endian architectures. A new option added to allow each data block to be xor-ed with the previous one during encryption. Since the first block is pseudo random data, if this option is used, the same file encrypted with the same key will look completely different each time it is encrypted.

2002-10-02 13:05
1.3

该代码已被重构,和几个小错误修正了。输出格式已被修改,以确保加密字节填充期间不再增加打印时解密,并允许为今后的改进。这个版本将不再正确解码加密的文件在以前的版本,所以建议升级,所有文件必须重新加密。输出格式目前被认为是稳定的,是不会改变了。
标签: Minor feature enhancements
The code has been refactored, and several minor bugfixes were made. The output format has been modified to make sure the bytes added as padding during encryption are no longer printed when decrypting, and to allow for future enhancements. This version will no longer correctly decode files encrypted in previous versions, so an upgrade is recommended, and all files must be re-encrypted. The output format is now considered stable and is not expected to change again.

2002-09-20 13:33
1.2

钢筋混凝土,墓室已被修改,数据加密的一小端机器可以在大端机和副解密,反之亦然。好几次轻微的路线的错误也得到修复。
标签: Major feature enhancements
RC-Crypt has been modified so data encrypted on a little endian machine can be decrypted on a big endian machine and vice-versa. Several minor alignment bugs have also been fixed.

Project Resources