Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Encryption algorithm

Name: Anonymous 2008-12-25 4:12

i'm encrypting text:
'abcd'
when i rotate it through9text converted to integers):
    function rl(n,s) {return ( n<<s ) | (n>>>(32-s))}
i can't get my text back with:
function rr(n,s) {return n>>(s)|(n>>>(32-s))}
because negative numbers don't rotate right:
-853593885=rl(-213398472,2)
rr(-853593885,2)=-213398469

the workaround code at http://dis.4chan.org/read/prog/1229976705/1-
doesn't works at all and is 100x slower .

Name: Anonymous 2008-12-25 4:15

That's great.

Name: Anonymous 2008-12-25 12:54

lrn2mod

Name: Anonymous 2008-12-25 13:49

There are a million "halp im retard" forums on the internet.  Why do you feel the need to pester us with this shit?

Perhaps you would enjoy http://7chan.org/pr/ instead.

Name: Anonymous 2008-12-25 14:00

>>4
Thanks.Its much better then this.

Name: Anonymous 2008-12-25 14:51

>>5
... Its ... then ...
Yeah... you should feel right at home there. Enjoy.

Name: Anonymous 2008-12-25 15:24

>>6
your starting to annoy me

Name: Anonymous 2008-12-25 18:42

>>7
MY starting to annoy you?

Name: Anonymous 2008-12-25 18:44

>>8
your = contraction = you are
you're = possessive = belonging to you.
get it write, damn

Name: So that the room will be empty 2008-12-25 19:12

So that the room will be empty

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List