Sunday, May 23, 2010

iamamiwhoami

34 73 32 97 109 32 104 97 118 105 110 103 32 97 32 109 105 115 101 114 97 98 108 101 32 118 97 99 97 116 105 111 110 46 32 73 32 104 97 118 101 110 39 116 32 115 101 101 110 32 97 32 115 105 110 103 108 101 32 111 110 101 32 111 102 32 109 121 32 102 114 105 101 110 100 115 44 32 73 39 118 101 32 98 101 101 110 32 108 97 121 105 110 103 32 105 110 32 98 101 100 32 97 108 108 32 100 97 121 44 32 97 110 100 32 109 121 32 111 110 108 121 32 115 97 118 105 110 103 32 103 114 97 99 101 32 104 97 115 32 98 101 101 110 32 116 104 101 32 102 101 119 32 109 111 109 101 110 116 115 32 111 102 32 98 108 105 115 115 32 73 32 102 101 101 108 32 119 104 101 110 32 97 32 109 111 100 117 108 101 32 119 111 114 107 115 32 115 117 99 99 101 115 115 102 117 108 108 121 32 97 102 116 101 114 32 97 98 111 117 116 32 97 32 104 97 108 102 32 104 111 117 114 32 111 102 32 115 108 97 118 105 110 103 32 111 118 101 114 32 116 104 101 32 107 101 121 98 111 97 114 100 46 32 83 111 109 101 111 110 101 44 32 112 108 101 97 115 101 32 115 97 118 101 32 109 101 32 102 114 111 109 32 116 104 105 115 32 97 119 102 117 108 32 104 101 108 108 104 111 108 101 32 97 110 100 32 115 104 111 111 116 32 109 101 32 97 32 116 101 120 116 46 34

and if you really care,

import string
def main():
print "This is the decoder."
instring=raw_input("Please enter encoded message in numbers: ")
message=""
for numstr in string.split(instring):
asciinum=eval(numstr)
message=message+chr(asciinum)
print "The message is:", message
main()

1 comment:

Anonymous said...

I would like to exchange links with your site paulandryan.blogspot.com
Is this possible?