Télécharger la liste

Description du projet

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.

Système requise

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 Retour à la liste release
1.4

Large support des fichiers a été ajouté pour Linux. Améliorations de vitesse pour les architectures little-endian. Une nouvelle option ajoutée pour permettre à chaque bloc de données pour être xor-ED, avec le précédent au cours du chiffrement. Comme les données du premier bloc est pseudo-aléatoire, si cette option est utilisée, le même fichier crypté avec la même clé sera complètement différent à chaque fois qu'elle est cryptée.
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