BBCruncher (FilePacker) V2.6 Released!

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

AL90(Posted 2005) [#1]
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


jfk EO-11110(Posted 2005) [#2]
Everybody read the english docs, it's pure poetry :)
Again great progress, AL90!


Dragon57(Posted 2005) [#3]
Great work, as always. Many thanks.


KuRiX(Posted 2005) [#4]
Very Nice! Thanks!. How is the media protected? are they encrypted?

Cheers, KuRi


AL90(Posted 2005) [#5]
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.


Andres(Posted 2005) [#6]
Very usefull stuff. But are you able to add encryption to it too?


AL90(Posted 2005) [#7]
@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.


Andres(Posted 2005) [#8]
You can add the encryption with password like other archivers.


AL90(Posted 2005) [#9]
Yes, but any people can scan the sourcecode of extract-engines and so find the algorythmus.
This is the problem.


jfk EO-11110(Posted 2005) [#10]
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.


AL90(Posted 2005) [#11]
ok I'm will see what i'm can do. To first i want improve
the crunchengine again.