Downloadliste

Projektbeschreibung

ccrypt is a command line utility for encrypting and decrypting files and streams. It was designed as a replacement for the standard Unix crypt utility, which is notorious for using a very weak encryption algorithm. ccrypt is based on the Rijndael cipher, which is the U.S. government's chosen candidate for the Advanced Encryption Standard (AES). This cipher is believed to provide very strong security. A compatibility mode is included for decrypting legacy "unix crypt" files.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2009-08-29 17:17
1.9

Dieses Release behebt eine Reihe von Fragen Portabilität. Kompilierungsfehler auf mehreren Plattformen wurden behoben, einschließlich Mac OS X, Ubuntu, FreeBSD und Solaris 10. Außerdem wurde rudimentären OS / 2 Support via EMX aufgenommen. Es gibt keine Änderung in der Funktionalität im Vergleich zu Version 1.8.
This release fixes a number of portability issues. Compilation errors on several platforms have been fixed, including Mac OS X, Ubuntu, FreeBSD, and Solaris 10. Also, rudimentary OS/2 support via EMX has been added. There is no change in functionality relative to release 1.8.

2009-06-06 05:30
1.8

Diese Version behebt einige kleinere Fehler und fügt kleinere Features. Es wird eine neue - keyref Option, um eine doppelte Passwortabfrage zu vermeiden. Es fügt eine neue Exit-Code, falls der Schlüssel nicht eingegeben oder nicht gefunden. Es fügt Unterstützung für die Internationalisierung und Deutsch und Französisch-Übersetzungen. Es behebt kleinere Fehler in der Benutzeroberfläche und emacs Unterstützung aktualisiert. Passwort Dateien mit der Endung ein DOS-Stil "End-of-line-Marker werden nun korrekt erkannt. Verbesserte Portabilität und-prüfung.
This release fixes some minor bugs and adds minor features. It adds a new --keyref option to avoid a double password prompt. It adds a new exit code in case the key was not entered or not found. It adds internationalization support and German and French translations. It fixes minor bugs in the user interface and has updated emacs support. Password files ending in a DOS-style end-of-line marker are now correctly recognized. Improved portability and testing.

2004-03-30 05:07
1.7

Unterstützung großer Dateien funktioniert jetzt auch unter Cygwin. Prompting zweimal für die Verschlüsselung Passwörter ist nun der Standard. - Disable-libcrypt Konfigurations-Option für Systeme, bei denen libcrypt gebrochen hat.
Tags: Minor feature enhancements
Large file support now works under Cygwin.
Prompting twice for encryption passwords is now
the default. The --disable-libcrypt configuration
option was added for systems where libcrypt is
broken.

2003-08-27 11:46
1.6

Eine seltene, aber potenziell bösen Segmentation Fault wurde behoben.
Tags: Minor bugfixes
A rare, but potentially nasty segmentation fault was fixed.

2003-08-26 10:00
1.5

Diese Version bietet zahlreiche Verbesserungen, um den Code und einige Bugfixes. Die - Missverhältnis Option funktioniert nun wieder. Ccrypt jetzt kompiliert auch unter dem gcc-3.3-Compiler und der cc-Compiler. Rückgabewerte wurden mehr sinnvoll. Autokonfiguration wurde verbessert, und eine neue - mit lispdir-Konfigurations-Option wurde hinzugefügt. "Check" target wurde verbessert, um mehr Maschinen arbeiten. Einige Fehler in Emacs-Unterstützung wurden behoben.
Tags: Minor feature enhancements
This version features numerous improvements to the
code and some bug fixes. The --mismatch option now
works again. Ccrypt now also compiles under the gcc-3.3
compiler and the cc compiler. Return values were made
more meaningful. Autoconfiguration has been improved,
and a new --with-lispdir configuration option was added.
The "check" target has been improved to work on more
machines. Some bugs in emacs support were fixed.

Project Resources