|
Tools
I have made this All-In-One compression program and I will keep improving
it with my new idea and from people who give me ideas and feedback. Keep
in mind one important thing, I will not reponsible for any damage to your
data as I described in 'about'. always make backup before you make any
changes to your original data, have fun.
Note: to use program created in VB 6, so you will require VB
run time library to run or you can go to Microsoft web site and download
the lastest version.
RSA 2048-bits (RSA
DLL plus the VB GUI and its VB 6 source code)
This is the free compiled program with GUI for windows.
RSA 2046-bits dos demo (C/C++)
This is the free RSA 2048-bits encryption source code, use it wisely.
it is made for private individual or group use only. It is not designed
for commercial purposes, but it can be modified for it. (last update 13th
February 2002).
RLE (C/C++)
The RLE compression source code, I think this source code is fast, try
it. On my computer (Celeron 400, 128 mb), it can compress data at 10 mbyte/sec.
The point I put this here is for beginner to learn what is the RLE.
HMaxF URLCR Tool (The tool
that made this website, including VB 6 source code)
Ultimate Recursive Lossless Compression Research Tool. This program is
in beta version, it is a freeware and use it with caution since I will
not hold any responsible for any damage cause by this program. Do not
forget to give me feedback, so I know this program is downloaded and used,
this way will keep me improving and give my best support.
(note: always test to decode/decompress to see if the result is correct).
VBANSIString (ActiveX DLL) (include
source code and demo program)
Pure VB ActiveX DLL, auto allocate and disallocate memory required, fast
string operation such as toupper, tolower, search, reverse, insert, replace,
remove, etc. this can be use to replace VB native slow string operation,
especially when dealing with large file.
VB96Bit (include sample VB program and
the main C DLL)
VB5 and VB6's Currency is 64bit and Decimal (Variant) data type is 96bit,
but we can not use any of the logical bitwise operation on them, so I
made this little C DLL to overcome this problem. As a VB user we should
be happy about Decimal 96Bit data type existance, because even C/C++ do
not have this feature.
VB Run Time (required to run program compiled in Visual Basic)
download.microsoft.com/download/vb60pro/Redist/sp5/WIN98Me/EN-US/VBRun60sp5.exe
|