Chapter 4. My Notes

$Id: notes.xml,v 1.5 2004/04/01 00:22:50 enigma Exp $

Table of Contents

Overview
alison.rtf

Overview

This is just a bunch of my random notes while problem solving. It may not be of any significance, or it may be vitally important and I'm just a tard that doesn't see the obvious. My notes are here, in case they may spark off somebody else's thoughts.

alison.rtf

The file alison.rtf contains the string of characters 2oc4o:ptxt. It is interesting to note that both the filename and contents are the same length. Furthermore, an IRC chat mentioned that the previous value (2oc3o) was incorrect. This seems to indicate the value itself is important: "2oc3o" by itself had to be corrected. If it was simply a directory or file name, a correction might not be necessary because the directory or file could be renamed. The fact that it had to be changed implies that this value likely interacts with something else.

I tried to perform a few mathematical calculations (converting each letter/number/symbol to a number first).

  a  l  i  s  o  n  .  r  t  f 
  2  o  c  4  o  :  p  t  x  t  
 
  61 6c 69 73 6f 6e 2e 72 74 66  alison.rtf
  32 6f 63 34 67 3a 70 74 78 74  2oc4o:ptxt
  
  13 5B 4C 27 56 28 1E 66 6C 5A  Add (rolling @0x80)
     [  L  '  V  (     f  l  Z   
  
  2f 7d 06 3f 08 34 3e 7e 7c 72  Subtract second from first (rolling @0x80)
  /  )     ?     4  >  ~  |  r
  
  51 03 7A 41 78 4C 42 02 04 0e  Subtract first from second (rolling @0x80)
  3     z  A  x  L  B  
                               

  2f 03 06 3f 08 34 42 02 04 0E  Subtract bigger from smaller
  /        ?     4  B        
  
                       73 76 6d  Average (impossible because of fractions)
                       s  v  m   


What about a custom A-Z0-9 alphabet instead of the ASCII table ?  
Problem: what to do with punctuation?

This time, in decimal, using the following table (instead of ASCII):
 a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9
 010203040506070809101112131415161718192021222324252627282930313233343536

  01 12 09 19 15 14 .  18 20 06  alison.rtf
  29 15 03 21 15 :  16 20 24 20  2oc4o:ptxt

  30 27 12 04 30 ?  ?  02 08 26  add
  3  0  l  d  3  ?  ?  b  h  z
  
  8  33 6  34 0  ?  ?  34 32 22  subtract second from first
  h  6  f  7  ?  ?  ?  7  5  v
  
  28 3  30 2  0  ?  ?  2  4  14  subtract first from second
  1  c  3  b  ?  ?  ?  b  d  n
  
  28 3  6  2  0  ?  ?  2  4  14  subtract biggest from smallest
  1  c  f  b  ?  ?  ?  b  d  n
  
  15 ?  6  20 15 ?  ?  19 22 13  average
  o  ?  f  t  o  ?  ?  s  v  m