![]() |
|
||||||||||||||||||
|
Other projects: |
|
||||||||||||||||||

Since version 0.4.0, you can choose your algorithm:

Since the 0.4.0 version, a new file format is used ! 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. But 0.5.x and 0.6.x versions use the same file format.
KDE 3.x version
|
Source codein tar.bz2 format to compile:
|
KDE 2.x version
|
Source code in tar.bz2 format to compile:
|
KDE 1.x versions
The last version of KFileCoder for KDE 1.x is 0.2.7. You can download it from the download page
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.6.0: (2002-12-17)
- German (de) translation from Ingo Busse
0.6.0-pre1: (2002-07-06)
- Ported to KDE 3
0.5.0: (2000-10-31)
- IDEA algorithm
- Ready for KDE-2.00-final
0.4.1: (2000-09-17)
- Bug fixes
- Compilation for KDE-1.94
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