| ★ wanayoo — archive 1999 http://kfilecoder.sourceforge.net/ | Nouvelle recherche | Portail wanayoo |
![]() |
|
|||||||||||||||||||||||
|
Other projects:
|
|
|||||||||||||||||||||||

Since version 0.4.0, you can choose your algorithm:

You can download source code or binary RPM version. Now, there are two versions. They have the same features
The first one is for KDE 1. It works.
The second version works under KDE 2. The KDE 2 desktop is not in final state, but its version of KFileCoder is ready. All users will use this version when KDE 2 will be released. You can try this version now, but you need to compile Qt 2.2 and KDE 2.
The new version (0.4.0) uses a new file format ! Then, archives made with older versions (until 0.3.6) are uncompatible with archives made with the 0.4 version. You should keep an old version, to be able to read all data you have. This new file format allow you to use a new algorithm, better than XOR, and then there is more security.
KDE 1.x versions (for users)
|
Source code
in tar.bz2 format to compile:
|
|
Binary
version in RPM format for Redhat/Mandrake
6/7:
|
|
Binary
version in RPM format for Suse
6.4 :
|
KDE 1.92 (2.0-beta3) version (for developers)
|
Source code
in tar.bz2 format to compile:
|
To compile sources, you need a C++ compiler. First, expand the sources: tar xfI kfilecoder-x.y.z.tar.bz2 Then, cd in the main directory of the project, and type ./configure && make && make install. (don't forget the point before configure)
To install a binary version from a RPM package, you need the RPM utility, and you type: rpm -ivh kfilecoder-x.y.z.i386.rpm
Everybody is welcome to contribute to the KFileCoder project. To do it, just e-mail to the author, and write him what you can do. Please, before making any change in the project, download the latest version: don't make changes in an older version !
You needn't to be programmer to contribute. We also need to do:
If you need it, Sourceforge allows us to use a CVS server for this project. If you need it to work on KFileCoder, I can open you an account.
You can read the TODO file for more details
0.4.0: (2000-07-21)
- New file format, with 64 bits file sizes, 128 bits hashs instead of CRC32, new password
test, more informations about files (owner, date/time, ...)
- The check feature, to check files of the archive are not damaged, without extracting them
- New algorithm (PC1) to encrypt files with more security
- Compression support with gzip and bzip2
- Help in SGML and HTML format (introduction, installation, usage, developers information)
0.3.6: (2000-06-07)
- Project moved to sourceforge.net