|
-
Oct 24th, 2001, 05:26 AM
#1
Thread Starter
Hyperactive Member
Any encryption and data compression routines ???
Hi,
What are some of the free-distributed data compression and encryption routines (source algorithms) ??? I know some are not open-source but there are a few exceptions. Pls let me know..
many thanx~!~
-
Oct 24th, 2001, 05:59 AM
#2
Retired VBF Adm1nistrator
Search on planet source code for "huffman encoding".
I was able to get a .bas module for it when I searched.
Its a great compression routine.
Regarding encryption, if you were to compress some text, then run a cypher over it (ie. just some simple text swapping etc.) then it should be clear as muck to most people.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Oct 24th, 2001, 07:43 AM
#3
Thread Starter
Hyperactive Member
Hey do u actually fully understand the whole routine ??? Well i found them a bit hard...
-
Oct 24th, 2001, 08:13 AM
#4
Thread Starter
Hyperactive Member
And i searched the net using many different combinations of keywords but still found nearly none about Data compression and encrypt THAT COMES WITH THE ALGORITHM SOURCE CODE. Is that because licensing reasons ??? And how and where should i go look if i really wanna get a hold of the source code for those algorithms ???
thanx`
-
Oct 24th, 2001, 10:47 AM
#5
Retired VBF Adm1nistrator
Huffman Encoding is quite easy actually when you get used to it. I can do it with paper & pen as a matter of fact.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Oct 25th, 2001, 08:27 AM
#6
Thread Starter
Hyperactive Member
any free source code for me ?
i mean the actual algorithm
-
Oct 25th, 2001, 09:30 AM
#7
Retired VBF Adm1nistrator
Like I said look on planetsourcecode.
Make sure you're searching under the Visual Basic part.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|