|
-
October 18th, 2001, 03:40 AM
#1
Compression & Encript
Hello,
Can I have some sample for
1. Compresstion
2. Encription
=Deep
-
October 18th, 2001, 03:49 AM
#2
Re: Compression & Encript
What is compression?
For Encryption:
Get Ascii Value of Each Character & add 100 (or some figure) to change the value of the Character to another ASCII value. (Make sure u don't exceed 255, as that is the max.)
Use the reverse technique to decrypt
For more Security u can change the odd positioned characters by adding one Ascii value and to even positioned ones another Ascii
Good Luck
If u don't know how to Rate an answer, then Rate my answer to learn, If u know, then practice it 
-
October 18th, 2001, 04:29 AM
#3
Re: Compression & Encript
Go to http://www.planet-source-code.com/
and search for "superior file splitter"
this source code shows a way to split files with a kind of compression:
Superior File-Splitter v0.5 | 22/5/2001 |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
By Rudy Alex Kohn [[email protected]]
Split file (with optional compression), Following code is used : CoolBorder, Encryption (to ini), Check if file exists, FileString Manipulation, ProgressBar Deluxe 1.01, Huffman Compression Class (by F.Q). Very low memory usage when splitting/joining files. See the about tab for additional Credits.
Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris, Dr_Michael
and all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
The Rater
...at present time, using mainly Net 4.0, Vs 2010
Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
-
October 18th, 2001, 09:54 AM
#4
Re: Compression & Encript
Http://www.Planet-Source-Code.com/vb has a bunch or samples for compression, Encrypt and Decrypt.
Go there search to your hearts delight
John G
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
|