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.

2004-02-18 13:07 Retour à la liste release
1.5

Des fonctions de sécurité ont été ajoutés pour rendre plus difficile pour les autres utilisateurs du même ordinateur pour découvrir les clés de cryptage, notamment au cours du chiffrement de fichiers volumineux. Il fourches désormais de crypter / décrypter dans le fond et retourne immédiatement. Une option a été ajouté pour faire attendre le processus fils pour compléter, si ce n'est moins sûr. La clé peut maintenant être passés en utilisant une variable d'environnement, la ligne de commande ou un fichier.
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.

Project Resources