BBCruncher (FilePacker) V2.6 Released!

Miscellaneous Forums/Blitz Showcase/BBCruncher (FilePacker) V2.6 Released!

Hi,

BBCruncher:

New Version (v2.6) available from www.blitztools.de.vu or www.codersworkshop.com
----------------------------------------------------------------------------------

BB-Cruncher is a File-Cruncher (Packer/Compressor) for all Files
(Binary, Texts and so on) I Have created a GUI-Based Cruncher
and 10 Functions. (Crunch + Decrunch Functions for using in own Sources)
Easy to Use. Requires any Blitz versions.

Features:
---------
- Compressing Files upto 50% and more.
- DeCompressing (Decrunching) Files directly from own Source.
- Including a GUI Based Cruncher for easyer using
- Source-Codes of Crunch/Decrunch-Engine available
- Supports Archive for hold more Files in One.
- Supports SingleFile Creation. (Exe + BCA-Archive in one File)
- Usefully e.g. for all Game Developers to protect
all the own external Files (like Medias, Configs, Binarys and so on)
- English & German DOCs available.

Changes in v2.6:
-------------------

V2.6
-----
- Again SpeedUp in CrunchProcess. (ca. 50%)
- Updated: Some changes in CruncherEngine.dll.
- Added: A "Add Directory" Button is now available in the ArchiveOption-Panel.
- Updated: English DOCs. (Thanks to jfk EO-11110 for this great work)
- Some Fixes in GUI Cruncher.

The complete History can you found here:

http://www.blitzbasic.com/toolbox/toolbox.php?tool=65

Download Links:

www.blitztools.de.vu or www.blitzcoder.com

Everybody read the english docs, it's pure poetry :)
Again great progress, AL90!

Great work, as always. Many thanks.

Very Nice! Thanks!. How is the media protected? are they encrypted?

Cheers, KuRi

Thanks to all ;-)

@KuRiX

>> How is the media protected? are they encrypted?

No, its compressed in BCA-Archives and so not accessable
for the most users like beginners and so on.

Very usefull stuff. But are you able to add encryption to it too?

@Andres

I haven't planned something like that because the sources
of the engines are available in the BBCruncher Archive.
So was to simple to crack any encryption in the engines.

You can add the encryption with password like other archivers.

Yes, but any people can scan the sourcecode of extract-engines and so find the algorythmus.
This is the problem.

But knowing the algorithm doesn't mean to know the password. Even when you know something is say RSA-encrypted, you still need the key. So the Blitz Coders simply had to add a password as a function parameter.

ok I'm will see what i'm can do. To first i want improve
the crunchengine again.