Perfect_Man
04-01-2004, 02:54 PM
I was thinking about a very good encryption method and i came up with the idea of having a small picture of 1X10 pixels that has 10 dots of some colors. ANd its very easy to make this.
form1.pset(X,Y), RGB(asc(character1),asc(character2,asc(character3)
this way you can encrypt a very big data into one picture because each pixel has 3 letters encrypted into it. It seems weird to me why there arent some encryption method like this. Imagine all the stuff you can then do to encrypt it so that anyone can ever know what the encrypted text is.
I even tried to do this, i made the encrpytion part, but when i used getpixel method and tried to divide the pixels back into characters it didnt quite work out.
form1.pset(X,Y), RGB(asc(character1),asc(character2,asc(character3)
this way you can encrypt a very big data into one picture because each pixel has 3 letters encrypted into it. It seems weird to me why there arent some encryption method like this. Imagine all the stuff you can then do to encrypt it so that anyone can ever know what the encrypted text is.
I even tried to do this, i made the encrpytion part, but when i used getpixel method and tried to divide the pixels back into characters it didnt quite work out.