well i have been really interested in encryption and have come up with some pretty weird ideas that have failed, well they worked just i started hating them...

1) did XOR according to the file length, so it was length dependent
2) found binary string of each value and converted it to a base3 number

then i started looking for encryption algorithms so i could get a feel for it,
i found the blowfish algorithm, which a lot of programs use, and its really interesting so i want to figure out how it works, ive also looked at Reijndael (rain doll) and its really cool, the theory that is.

so i want to make a really cool encryption algorithm just for fun.