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 Requirements

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

어떤 오류 메시지가 청소하는 것처럼 인한 경쟁 조건. 암호화, 영향을받지 아니지만 소프트웨어를 특정 상황 하에서 기다려 수있습니다.
Tags: 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

보안 기능은 동일한 컴퓨터에 다른 사용자가 그것을 어렵게, 대용량 파일의 암호화 특히 중 암호화 키를 찾을 수 있도록 추가되었습니다. 이제 암호화 포크 / 배경과 반환 즉시 해독.하지만이 덜 안전 옵션이 완료 자식 프로세스에서 처리 기다릴 수 있도록, 추가되었습니다. 주요 이제 환경 변수를 사용하여 전달할 수있습니다, 커맨드 라인, 또는 파일을 엽니다.
Tags: 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 용 추가되었습니다. 있는 little - endian 아키텍쳐에 대한 속도 향상. 새로운 옵션 xor 각 데이터 블록을 암호화하는 동안 이전과 에드 수 있도록했다. 첫 번째 블록 의사가 임의의 데이터를 이후로, 만약이 옵션을 사용하는 경우, 동일한 파일과 같은 키를 완전히 때마다 암호화 암호화 다르게 나타납니다.
Tags: 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

코드를 봤는데, refactored 및 몇 가지 사소한 버그수정되었다. 출력 형식을 확실 바이트를 암호화하는 동안 패딩으로 추가 할 때 더 이상 암호를 해독 인쇄, 그리고 미래가 수정되었습니다 향상을 허용합니다. 이 버전은 더 이상 제대로 디코딩 파일을 이전 버전에서 업그레이 드를 권장합니다 그래서이고, 암호화된 모든 파일을 다시 암호화해야합니다. 출력 형식은 지금은 안정적인 것으로 간주됩니다 다시 변경하는 것으로되지 않습니다.
Tags: 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

RC - 크립트하므로 데이터가 little endian으로 컴퓨터에 큰 엔디안 기계 및 부사장에 해독할 수있는 암호화된 반대가 수정되었습니다. 정렬 몇 가지 사소한 버그도 수정되었습니다.
Tags: 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