ok ok so there is absolutely bugger-all security to this so is far from LEO-proof, but i made you look didnt i?
i just thought of this as i was pissing myself laughing at a joke made by a fellow icmagger. In short, I went LOLLLOLL and realised it was approx 8 fields represented by just two characters. So, if we assume that L = 1, and O = 0, then we can use eight L's and O's to represent one character, or byte.
Example ... to encrypt "YO"
"Y" = 89, which = 01011001 in binary
"O" = 79, which = 01001111 in binary
(if youre wondering where 79 and 89 come from they are the keyboard codes for each character, also known as ASCII codes)
Put the binary together so we get 0101100101001111
Now replace each 1 with L and 0 with O and we get OLOLLOOLOLOOLLLL !
To decrypt you split it into 8 bit chunks, ie. OLOLLOOL and OLOOLLLL
OLOLLOOL = 01011001 in binary, which = 89, which = "Y"
OLOOLLLL = 01001111 in binary, which = 79, which = "O"
See? easy! OLOLOLLLOLLOLOOOOLLOLLLLOLLOOOOLOOLOOOOL OMG !!! *hi 5*
So wherre's my prize for lamest thread of the year then? or did our buddy Trichome Toker get that?
i just thought of this as i was pissing myself laughing at a joke made by a fellow icmagger. In short, I went LOLLLOLL and realised it was approx 8 fields represented by just two characters. So, if we assume that L = 1, and O = 0, then we can use eight L's and O's to represent one character, or byte.
Example ... to encrypt "YO"
"Y" = 89, which = 01011001 in binary
"O" = 79, which = 01001111 in binary
(if youre wondering where 79 and 89 come from they are the keyboard codes for each character, also known as ASCII codes)
Put the binary together so we get 0101100101001111
Now replace each 1 with L and 0 with O and we get OLOLLOOLOLOOLLLL !
To decrypt you split it into 8 bit chunks, ie. OLOLLOOL and OLOOLLLL
OLOLLOOL = 01011001 in binary, which = 89, which = "Y"
OLOOLLLL = 01001111 in binary, which = 79, which = "O"
See? easy! OLOLOLLLOLLOLOOOOLLOLLLLOLLOOOOLOOLOOOOL OMG !!! *hi 5*
So wherre's my prize for lamest thread of the year then? or did our buddy Trichome Toker get that?
Last edited: