Download List

Descripción del Proyecto

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.

2003-08-26 22:05 Back to release list
1.4

Soporte de archivos grandes se ha añadido para Linux. Mejoras en la velocidad de poco arquitecturas endian. Una nueva opción añadida de permitir a cada bloque de datos que se xor-ED con el anterior durante el cifrado. Puesto que los datos al azar el primer bloque es pseudo, si se utiliza esta opción, el mismo archivo cifrado con la misma clave será totalmente diferente cada vez que se cifra.
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.

Project Resources