dillxn
2009-08-25 12:13:54 UTC
I've racked my mind on the subject trying to come up with an equation or algorithm. So far I've decided that I want to work with numbers, not ascii.
So, to accomplish that, I know how to convert the encoded ascii of a file to binary (which would be 8 times as long) and then from binary to decimal (reducing the length to up to 3 times as long as the original data). From decimal I'd like to convert that data to something smaller than the original size of the data.
If anyone has any basic logic of how to do this that would help me out (and I suspect it will most likely rely on some mathematical equation) or any pseudo-code, that would be awesome :D
I greatly appreciate it, guys!