Code crackers wanted!

May 15, 2008 | 5:12 pm

Fermilab code letter

[Note: I ask that people not bug the person mentioned in the code as he is retired and is not often in his office. We don't want to bombard him with inquiries about this code! Thanks for understanding.]

A little over a year ago, the Fermilab Office of Public Affairs received a curious letter in code (see the image to the right). It has been sitting in our files all that time and we haven’t had much of a chance to look into breaking the code, nor are we particularly expert at this!

If you have a cryptological bent, perhaps you’d take a crack at this code and email us anything you find at letters@symmetrymagazine.org.

Note that this scan is from a fax of the original. The holes punched in it were not in the original and a tiny sliver has been cut off the top of the page where the fax information was printed. I’m hoping that the precise positioning on the page isn’t relevant!

Update (May 16, 2008): A few people have been asking for more information about the physical letter that arrived as it could contain clues. Here are answers to some of your questions and any other information that might be relevant.

The letter came delivered by USPS on Mar 5, 2007, addressed to:

Fermilab
Kirk Rd. & Pine
Batavia, IL 60510

It was hand addressed but came in an envelope where you pull on the ends for it to come apart.

It was postmarked in Chicago but I can’t read any more details on the faxed version I have. (I shall try to get the original.)

The image here is now lower resolution than I had posted originally as it seems there probably isn’t anything encoded in the finest details. You can still download a (>4MB) version here.

Further update (May 20, 2008): We are close to a solution and suspect we know the sender of the letter!

An emailer “Mike” came close to deciphering the message but, soon after, Daniel Stephens came through with a full decryption of the top and bottom sections of the text. You can read the partial solutions of the top and bottom sections by a number of people in the comments.

However, I’m not convinced that the middle section is solved yet. Any further ideas?

The spreading word: This story has spread like wildfire around the Web, even leading to requests to do news stories on network TV news but I hadn’t expected this to be turned into a cartoon! Check it out at userfriendly.org.

July 11, 2008: The Chicago Tribune wrote about the code today.

July 25, 2008:  A new clue has emerged!  See the post that just went up, in which Fermilab PR director Judy Jackson writes::

Fermilab assigns employee numbers sequentially. Robert Wilson, the laboratory’s legendary first director, was employee number 1. Ned Goldwasser, Wilson’s deputy director, was 007. The latest Fermilab hire, as of last Monday, was number 15026.

According to Fermilab’s records, Frank Shoemaker was employee number 102. In base 16, I am told, 102 = 66.

David Harris
Posted in Current reader projects |
859 Comments »

859 Responses to “Code crackers wanted!”

  1. There’s HEX values in the middle, right?

  2. Eric Francis Says:

    Looks like proto-norse?

  3. It is the graviton that binds us

  4. Apparently.
    underneath ‘SFC’ can be ‘Subtract FC’?
    and a binary code at the end.

  5. In the last part the || (two strokes) never occur more than once in succession, and the | (one strokes) occur one to three times. My guess it that the two stroke is a separator and this message is read by looking at the one strokes which have the same numbers as in the first part (1, 2 or 3).

  6. My guess is that the top “paragraph” is just words (1′s 2′s and 3′s just being word boundaries) and the middle equations are just the function used to describe the relationship and differences in the word boundaries to define the actual words. Of course solving that is another story :)

  7. The only two Hex values not represented are ’1′ and ‘A’. This means that the three symbols just below the HEX cypher are ‘?FC’ with ‘?’ being either ’1′ or ‘A’.

  8. The first block at the top appears to be comprised of trinary (base-3) values (one bar for 0, two bars for 1, three bars for 2?). The final block could be comprised of binary values (one bar for 0, two bars for 1?)

  9. The “chicken scratches” on the top and bottom look like either an Egyptian writing form, Phoenician number system, or Cuneiform from Babylon. If that helps at all?

  10. A few notes on the message.

    1. There appear to be 3 (possibly 4) sections. The top part, the middle (which appears to be a symbol translation chart), the three characters below the middle part (more below), and the bottom.

    2. The line lengths of the top and bottom sections vary.

    3. The top part obviously uses a trinary set of symbols. Line lengths vary from 8 to 15 chars. This would probably exclude meanings that have to do with physical positioning. It also means we’re likely not looking at 8 or 16 bit words.

    4. The bottom part obviously uses binary. Line lengths vary from 9 to 37 chars, with most being either 36 or 37 chars in length.

    5. If you do numerical counts on the symbols in the middle section, characters appear from 1 to 3 times in the message. This kind of distribution might hint at a polyalphabetic cypher of some kind. Of course, this is a short message.

    6. The three characters below the middle section appear to be S (not sure if this is plain text or encoded) | F | C
    does SFC mean anything relevant?

    7. Some of the odd symbols in the middle appear to be ascii chars. I’m not sure what the others are. Tracking down where else those symbols appear may give a clue regarding the writer of the fax.

    8. It might also be worthwhile to check if the fax machine/server has a log of who sent this.

  11. The link (http://i30.tinypic.com/11bp8ox.jpg) is a graphical representation of the bottom portion of the message. Each single tick mark was left white and each double tick was colored black. It looks sort of like the drum from a music box where each dark mark would be a raise that would create a note. Also, if you flip the image, it looks like the letters “YW WSUSIC” whis is close to “MY MUSIC.”

  12. Mitchell Hutto Says:

    If the center is hex, you can convert it from hex to decimal and you get “17347400615334210681″ if you convert that to “1337″ text, the ways hackers sometimes type, you get “iteataoo6iseea2io68i.” If you break that down you get “I…eat a…i see a…”

  13. erm, we’d like to see more information about where this code came from… if we know the context of the code’s source, then we can have a vague idea of what information it is we’re looking at… a teenager’s code to one of his friends down the road, or… erm… well… e.t.’s shopping list… in other words, give us a clue!

  14. I don’t see 1 and A there, but it seems like it

  15. Akshat Singhal Says:

    The two paragraphs are strings of numbers in Base 3, because there are symbols representing what looks like 2,1, and 0 (i.e. |||, ||, |).

    It could be that the sender of this message mapped these symbols to something other than what’s obvious. In that case, we’ll have 6 different cases for both strings, i.e. ||| -> 1, || -> 3, | -> 2.

    Base 3 numbers can be converted to decimal (base 10) numbers, which can be converted to binary, which can be converted to Hexadecimal. By this point we’ll have two long hexadecimal strings.

    The key given in the middle has substitutions for every hexadecimal digit except for 1 and A (which is 10). Something might be going on with 1′s and 10′s in these hexadecimal strings, or its the case that the sender did not use 1′s and 10′s in their statement at all.

    The three characters at the end of the key are interesting because ‘s’ is the only non-hex alphabetical character on this sheet. These three characters might be modifying the key in some way.

    Didn’t have the time to decrypt the message, but I wanted to post this to aid those who really want to.

  16. so the ‘s’ symbol would be either hex A or 1.

    making the 3 symbols below the 2 hex lines:
    either: 1FC
    or: AFC

  17. the top part consists of a ternary code, 1,2 or 3 vertical lines grouped:
    323233331112132
    33323132212331
    2111331132312233
    333212123213113
    311333313331111
    211333323232211
    232313331121231
    33231312

    the bottom part consists of some binary code, 1 or 2 vertical lines grouped:
    111212112121212121121212121112121121
    1121121121211121211211121211211121111
    1111212121121121211121212121112111211
    2111212112112111211121112111211121112
    111211211121112121121112122211121211
    1212112111211121112112111212121112111
    211211211121121112112111212112111212
    112121211

    one thing to note here is that there is only 1 place where multiple 2′s occur in sequence, this could be that i misinterpreted the middle ’2′, and it should actually be ’11′.

  18. it says “WAKE UP SHEEPLE”

  19. It appears to fall within the HEX realm.. The patterns in the dash code could either be valid or scramble space.. Looks like fun!

  20. I thought there may be hex values there, but the digit 1 and letter A are missing from the mix.

  21. for a minute there i thought some of those symbols looked familiar from the Voynich manuscript.. ;)

  22. Fermilab people: if you’re going to publish something like this and ask for assistance, publish a better copy. A high-resolution scan of the original would be appropriate. It’s not clear whether breaks in some of the lines are intentional or noise.

    Remember the big flap back in 2004 over that forged letter about Bush’s military service? The published version was a fax with some distortion. If the published version had been a high-resolution scan, it would have been clear earlier that the characters matched Microsoft Word output, not an IBM Selectric Composer, and thus could not have been produced in the 1970s.

  23. Why use symbols?

    Unless the document was attempting to act as a bridge between the symbols and some form of machine readable translation, I don’t see much of point to this code.

    Based on a limitd inspection, its either gibberish or there are pages missing.

    The use of trits is interesting though. Not much use for it in the West, outside of mathematical theory, but still used in Islamic cultures.

    I’m not surprised Fermilab were scratching their heads…

  24. Looking closely at the tick marks, it looks like some were made top to bottom and some bottom to top. Or at least they have their blobs on top. This means either:
    -Writer had the text sideways to how it’s shown.
    -Writer spent more time thinking about how certain parts translate.

    Also notice that on the bottom there are more tick marks with a corner pointing to the top of the next one. (Including a pair of lines far from each other). It seems like he was in a hurry on that part. Timing analysis anyone?

    Also, the dots on the E symbols in the middle seem deliberate. Which other dots look like they came from the original and which from fax/scanner?

  25. S (F)(C) stands for Sincerely F.C. why else is the S in plaintext that, or it stands for the physicist F.C. Shoemaker…. gotta love google

  26. Looking at just the top part, if you make groups of three from the symbols, each group has 27 possibilities (3^3=27). You can take this to mean 27 characters: A-Z and a space. If you do the direct mapping of 111=A, 112=B, …, 332=Z, 333=(space), you get

    XRYBH PWFTAYHTR KFLCS UYAJ XQJQUYDMIPT

    Also, I tried assuming the 2 lines of hex in the middle are MAC addresses. They’re the right length, but they’re not valid MAC addresses (no manufacturer is assigned).

  27. Gregor Mueckl Says:

    Note that lines 2, 4 and 5 in the first block seem to be shifted to the right, starting with a space instead of a line. This could indicate that the spaces between the vertical lines also contain meaning.

    In the bottom of the page the situation is reversed: all lines except for the last, which is not completely filled, seem to be aligned right, leaving a jagged boundary on the left.

    As for the block of 3 symbols: maybe “s” stands for “swap” and not for the missing hex 1 or 10, meaning “swap F and C”?

  28. I have decoded the first and the last sections, but the texts look strange…

  29. First and third sections are coded in system with radix 3.

    | = 1
    || = 2
    ||| = 0

    000 = SPACE
    001 = A
    010 = B

    But the texts are very strange… The first text is about some shoemaker, the last – about some employee with number sixteen.

  30. I know Im probably off base with this, but it sadens me when a code or cipher comes along the first thought of many is to turn it into some binary/hex conversion and then solve for that.

    If you are going to build something worth the adventure of figuring out for other than brute forcefulness try adding some spice to things. What things?

    Ok int he symbols used above there are some very close approximation to other alphabets, in perticular look at this image
    http://strangemaps.files.wordpress.com/2008/01/hensel_1741.jpg

    You can see a bit of the Sclavonico in the set as well as some others not on this map.

    Also, when you hit things owith 8′s and 16′s (and the magic intervals there of) do not just jump to CHAR() solutions..think of other systems that those bits get used…like say in the i ching or the go board.

    Also, try rotation things a bit, or reading them in culturally different ways, properly publish manga should have opened some of you to that…or if your studying tora.

    While i do not have a solution for this particular bit I just weanted to drop the above on folks looking for a solution or making new puzzeling fun:)-

    -tom

  31. In the first sequence rows 2,4 and 5 start with a space. I believe the spaces have a meaning too. The last sequence seems to be aligned to the right with the exception of the last row.
    I doubt the 3 characters mean SFC or AFC or anythingFC. It wouldn’t make sense to make a direct mapping between the symbols and the hex chars. There’s definitely a relation between each symbol and the associated hex char but I don’t see the point of laying 2 rows of symbols in order to translate 2 chars into F and C.

  32. The top and bottom sections appear to be the encoded/encrypted message, the middle section appears to be the two keys used to decode alt. decrypt the two parts.

  33. Funny game :) .
    As other people say, it seems its hexadecimal encoded in a way or another. Maybe a kind of ASCII art with the translated “digits”, or a map to found the treasure on the devil’s Island.
    Imho, “SFC” is the signature of the sender, does the recipient know a person whose initials are SFC ?

  34. Each set of ticks has 8 lines. When you turn the image 90 degres to the right (works both ways), you could consider ‘ ‘ being 0 and ‘_’ being 1 (or the other way around) in a set of bytes, one byte per line. This gives only 4 decoding possibilities for theses 2 sets of ticks.

    Of course the final code is probably not as simple as what I say above, but the 8 lines per set thing immediately made me think about this, and by the way this would finely match with all these hexadecimal digits.

    I understand that the way each set of ticks ends with only whitespace tends to contradict my sheet rotation idea.

    Definitely the work of a computer scientist or an IT person, IMHO.

  35. wasting time Says:

    middle part definitely looks like HEX. Its kind of weird that the guy wrote both the symbol and the corresponding Hex value … maybe he was himself trying to break some kind of code ?

    Anyway, with a little help from wikipedia, I don’t think the Hex can be translated into clear ASCII, EBCDIC, UTF-8 Or Unicode.

  36. Another thing I see is that several interpreters assume the top is ternary coded, i.e 323233331112132. It could be binary with the spaces representing zeros as well, i.e 1110 1101 1011 1011 1011. Just a thought.

  37. GhettoJew Says:

    the initial portion of the bottom fits morse code – where one line = short and two lines = long… that translates EUREKA for the first section, and I’ve pulled out some other words from other parts in that section. Just speculation, as no “2″‘s fit together, and a good swath of morse code involves 2 long’s next to each other – plus the hard stops don’t seem actual hard stops…

  38. Furthermore, if we have a binary code: it should be counted as zeros. That explains why 0xA and 0×1 are not represented: there would be three white spaces in a row.
    If correct, it could be interesting to know if the writer was left or right handed, to help in finding consecutives blanks.
    After that, it remains many problems: are blank ones or zeros?
    I suggest simple ascii, since it seems that we often have an under or equal to 7 value as first digit if i read correctly.
    I’m off, but in ruby script language, use ["01110110111..."].pack(“b*”) and you’ll might get it. But i’m not sure of that. Maybe a love letter to a geek ?

  39. Russtopia Says:

    the top block’s character count (assuming ‘|’, ‘||’, ‘|||’ are ‘characters’) is 113, which according to wikipedia is a prime, with lots of properties.. anything there relevant to Fermilab?

    “…the 30th prime number, following 109 and preceding 127, a Sophie Germain prime, a Chen prime and a Proth prime as it is a prime number of the form 7 × 24 + 1. 113 is an Eisenstein prime with no imaginary part and real part of the form 3n − 1. In base 10, this prime is a primeval number, and a permutable prime with 131 and 311…”

    The bottom block is length 266 or 267 (one tick on the 4th-from-bottom line seems a bit ambiguous to me: ‘i i’ or ‘ii’?)..

  40. I don’t believe that the top section is sets of ternary values. There are spaces at the front of lines 2, 4 and 5 indicating that the appearance of a space is important. Could this indent be separating certain lines into paragraphs? Unlikely I believe.

    Perhaps the top section is actually a stream of ticks and no tick indicates the lack of a tick. Breaking the top line into equally spaced columns would give 56 binary slots.

    It is very curious that the code in the middle doesn’t contain a marking for 1 or A (1 and 10 in base 10).

    Another point, what utensil was used to make these markings and on what surface!? These are too irregular to be made by a ballpoint pen on a desk. They look very irregular, and seemingly done by hand if you consider the tails on 3 or 4 of the ticks in the third block. My best guess would be some sort of fountain pen or if made recently a rollerball.

    I believe the right leaning stroke of the ticks also indicates a left handed person. This could be wrong tho.

    Due to the irregularities in each stroke it looks as if each stroke was performed very slowly and deliberately. You can tell the person is getting impatient or tired near the end where the tails on a few ticks show up. The length of the lines gets shorter and shorter in the third block as well.

    The code in the middle is very curious. 3 of the symbols have dots somewhere in them. Some of the dots are just photocopy artifacts but the E, 5 and 8 symbols have deliberate dot marks. The O above the 5 has a small line on the right side and a dot above it outside the circle. The 8 looking symbols have inner circles and an attempt was made to connect it to the outside circle in the second one. Perhaps after the inner circle was drawn slightly incorrectly and since the spacing was important a small mark was made to join it to the outside circle.

    The second symbol pair (the “i” with a zero below) is interesting. The line through the zero indicates that the writer either had greek or a math background or this was done in a language that needs to differentiate between an O (oh) and a 0 (zero). Also since the letter came from Chicago the language could very well be English.

    As for what it all means? I haven’t the foggiest.

  41. frank shoemaker Says:

    wow, it’s noisy here.

  42. Look at the page sideways (clockwise)…

    Looks like “Hi”

    Could be a clue?

  43. the spacing is specific and fairly regular. viewing a physical print-out of the sheet at a severe angle, the top paragraph is very well lined up, and the bottom has notable columns as well.

    i propose that the top and bottom paragraphs may be split into sections based on the initial line indentations. these sections may indicate words or sentences.

    paragraph 1:
    323233331112132
    33323132212331
    2111331132312233
    333212123213113
    311333313331111
    211333323232211
    232313331121231
    33231312

    paragraph 2:
    111212112121212121121212121112121121
    1121121121211121211211121211211121111
    1111212121121121211121212121112111211
    2111212112112111211121112111211121112
    111211211121112121121112122211121211
    1212112111211121112112111212121112111
    211211211121121112112111212112111212
    112121211

    i used willem’s transcription for reference. actual spacing is open for debate. i support the idea that ’2′ represents a character break in the second paragraph.

  44. Rotate the page, and you have not 8 trinary lines, but about thirty 8-bit binary lines.

  45. The top block appears to be done in a monospaced font. it is composed of “one”s (stick) and “zeros” (blank). there are 47*7 + 32 sticks and blanks, ending in a “dot” — end of statement. 47 symbols on the first seven lines. it is difficult to see that the font is monospaced, especially in places with two zeros (lines 4,5 and 6).

    47*7+32=19^2,

    I have not checked if the font used in the last block is monospaced.

  46. the spacial orientation of the top markings seems significant based on indentation. If you count the space between each line and don’t focus on the lines you get something like morse code, I just glanced at ti quick, but if you assume the first area is a dash and you increment the distances between each letter N+1 < 3 I think the first part comes out to “Dear” My morse is long gone now though. Just a thought – watch the spaces not the lines.

  47. adding to my comment about Monospaced font — if the ends of the first seven lines of the first block are supplemented by “zeros” (which we would not see), then instead of 361 digits we will end up with 368 digits, the number divisible by 4. in which case groups of 4 digits may be converted into a digit in HEX (this may be useful if the second block does in fact have something to do with HEX)

  48. Tell me someone saved the envelope, I hear that paper picks up fingerprints well.

  49. The first part says “FRANK SHOEMAKER WOULD CALL THIS NOISE” in slightly garbled ternary.

  50. The middle pictograms don’t make sense unless:

    1) They are used to produce the output (i.e. some form of composite picture using the symbols). In that case the top and bottom could be the encoded message and the pictures the key. The problem with this approach is that it doesn’t explain why several symbols are repeated in the middle section. If it was just a key each symbol should only need to be presented once.

    3) There are supposed to be more letters – using the pictograms. Or some external connection to the pictograms is needed.

    4) The top and bottom are some form of encoding of an image or sequence of images that in a crude form show a sequence of pictograms. I find this unlikely though as the symbols are complex and there is a small amount of data in the top and bottom fields.

    5) It’s just a prank altogether, or at least the middle section is a diversion that is not connected to the upper and lower sections.

  51. Cipher Keys Says:

    What I have come up with for the top “paragraph” is:
    1> 3 2 3 2 3 3 3 3 1 1 1 2 1 3 2 [33]
    2> 3 3 3 2 3 1 3 2 2 1 2 3 3 1 [32]
    3> 2 1 1 1 3 3 1 1 3 2 3 1 2 2 3 3 [32]
    4> 3 3 3 2 1 2 1 2 3 2 1 3 1 1 3 [31]
    5> 3 1 1 3 3 3 3 1 3 3 3 1 1 1 1 [31]
    6> 2 1 1 3 3 3 3 2 3 2 3 2 2 1 1 [31]
    7> 2 3 2 3 1 3 3 3 1 1 2 1 2 3 1 [31]
    8> 3 3 2 3 1 3 1 2 [18]

    21|17|16|19|18|21|18|16|16|12|15|13|12|12|11|3

    The column of bracketed numbers is the sum of each line horizontally, where the row of numbers at the bottom is the sum of each column vertically. I apologize for the poor formatting, the original layout where it all lined up was too wide for the text box.

    I was looking for some sort of readily apparent pattern with this method, however nothing has really jumped out at me, so I thought I would post my work up here and hope it helps someone who might be more knowledgable.

    As for the second section, I don’t even know where to start… I am currently working on the third section right now, I will hopefully have made some headway with it by this evening and will follow up with another post.

  52. hypertech Says:

    the last part of the code is definitely written in ternary
    if you take the || symbols as separators then count the single |s you get this sequence:
    312111121113123221312312333112213111332312233333332331231231312333231133223232312312112
    with 87 digits.
    From the top you got this sequence:
    32323333111213233323132212331211133113231223333321212321311331133331333111121133332323221123231333112123133231312
    with 113 digits, so both comprise a 200 digit ternary sequence which can be concatenated because of lots of internal repeatings of strings etc…
    the next step would be to decode it using the hex key in the middle

  53. Michael M Says:

    Convert to trinary then to 27-ary; ’222′->space between words; letter substitution cipher for the rest

    First stanza:
    “frank shoemaker would call this noise”

    Last stanza:
    “employee number basse 16″

    Middle: probably an employee number, base 16

  54. some brains at slashdot.org believe they have solved it to a point:

    Stanza 1 -> “frank shoemaker would call this noise”
    Stanza 3 -> “employee number basse 16″
    Middle: probably an employee number, Base 16

    http://it.slashdot.org/comments.pl?sid=555280&cid=23442034

  55. I’m with the guy who says you’re all over analyzing this deal. If you simply turn it clockwise 90 degrees you get a very simple message of “Hi”

  56. Solved. Check the slashdot comments:

    Stanza 1 -> “frank shoemaker would call this noise”
    Stanza 3 -> “employee number basse 16″
    Middle: probably an employee number, Base 16

  57. Open entire image on a new page.
    Rotate 90 degrees to the right and the message is revealed…

    Hi…

  58. neonsignal Says:

    Using a base 3 code, let
    000=space
    001=a
    002=b
    010=c

    220=x
    221=y
    222=z

    If |||=0, |=1, ||=2, then the first section can be rewritten as:
    020 200 001 112 102 000 201 022 120 012 111 001 102 012 200 000 212 120 210 110 011 000 010 001 211 211 000 202 022 100 201 000 112 120 100 201 012
    (errata: the line break at the end of line 6 has broken a symbol in two, and one of the symbols in line five is wrong)
    Then the first section reads:
    “Frank Shoemaker would call this noise”.

    In the last section, the double bar is a gap between symbols. Again, |||=0, |=1, and ||=2. The last section can be rewritten as:
    012 111 121 110 120 221 012 012 000 112 210 111 002 012 200 000 002 001 201 201 012 000 201 100 220 202 012 012 112
    (errata: the line break at the end of line 2 has broken a symbol in two, and there is a duplication of a whole triad in line 5)
    Then the last section reads:
    “employee number base 16″

    Presumably the three symbols before the last section is the employee number of the author (S252 in base 16).

    Not sure about the middle section (apart from it acting as a decoder for the employee number).

  59. Starlet Monroe Says:

    A couple of the folks on the /. discussion board figured it out! FRANK SHOMAKER etc etc.

  60. Have you tried looking at it at a sharp angle from the top?

  61. Princeton Scotch Says:

    Everybody thinks to think its HEX, Base3, Base10 or one of the other various forms of digital communication. It is a good lead, but since we are mostly computer people, do you think that is why our brains went there first? What if this code if this code isn’t “digital”? Because it was hand written, does that mean it is more of a “old school” code? I am not that good that this stuff personally, but I did read in the past that ‘E’ is the most used letter in the english language so once we figure out the code, count the frequency of the cyphered character and the one with the highest might be the letter E. Anybody good at Wheel of Fortune? I like Jeopardy better :D

  62. The supposed “key” is intriguing.. if it’s a lookup table, why tell us three times each what the symbols are for 6,E and F? and twice each for 2,3,9 and D? It may be significant.. If you map out an occurrance chart:
    F = 3
    E = 3
    D = 2
    C = 1
    B = 1
    A = 0
    9 = 2
    8 = 1
    7 = 1
    6 = 3
    5 = 1
    4 = 1
    3 = 2
    2 = 2
    1 = 0
    0 = 1

    now suppose the entries in the “tick mark paragraphs” indicate choices. So the top paragraph starts with 3232333311… so (6|e|f)(2|3|9|D)(6|E|F)(2|3|9|D)(6|E|F) (6|E|F)(6|E|F)(6|E|F)(0|4|5|7|8|b|c)(0|4|5|7|8|b|c). Of course, there’d be many possible ways to group these, but assuming every 2 is a nibble in a byte, then you could start spelling things out.. for example: 69 6d 6e 6f 74 (imnot, or “im not”). It’s 1:30 am and I’ve had enough fun..

  63. At least some of this has been cracked – the first and last stanzas. Not by me, I hasten to add. I found this out in the following slashdot thread:

    http://it.slashdot.org/comments.pl?sid=555280&cid=23440962

    I was a little surprised that the results hadn’t been posted here yet, but here goes…

    Stanza 1 is ternary encoded (base 3) as many people guessed. 1 line = 1, 2 lines = 2 and 3 lines = 0. Take every 3 “characters” and form a ternary number: this number will map directly to a letter of the alphabet. So ||| ||| ||| = 000 =space, ||| ||| | = 001 = a, ||| ||| || = 002 = b, and so on.

    Stanza 1 then decodes as:

    “FRANK SHOEMAKER WOULD CALL THIS NOISE”

    Stanza 4 (the last one) is also *ternary* encoded. Take the number of single lines between every pair of double lines, there should be 1,2 or 3. Now use the same code as before to get:

    “employee number basse sixteen” [sic]

    I’m not aware of the middle to stanzas (the long hex bit or the “sfc” bit) being further cracked, but there’s a good chance that they are the employee number and initials of someone at fermilab given the text of the last stanza.

  64. Maybe just a piece of music

  65. The code has been cracked here : http://news.ycombinator.com/item?id=192296

  66. It might be that the top two parts are a a “Rosetta Stone”, the same phrases in the same order, to teach mapping from the vertical stroke language to the hex/symbol language.

    And then the real message is in strokes down below, first to be translated to hex/symbols, and then to … ?

  67. the code is indicating something about system file checker i guess.

  68. The complete answer to this puzzle is :

    FRANK SHOEMAKER WOULD CALL THIS NOISE
    (hexadecimal code)
    EMPLOYEE NUMBER BASSE SIXTEEN

    First section : substitute ‘|||’ with ’0′, ‘|’ with ’1′ and ‘||’ with ’2′ (note that some ‘|’ are incorrectly grouped) then decode 000=” “, 001=”a”, 002=”b”, 010=”c”, etc. (= alphabetical order in base 3)

    Third section : count the number of ‘|’ between ‘||’ and do the same decoding

  69. [...] a great post over at symmetry magazine about a strange letter they received a year ago, written entirely in some sort of code. The actual letter can be seen [...]

  70. My guess is the the employee with ID 2812 (AFC in hex) worked on the AFC, the absorber focus coil – a coincidence Shoemaker would have called noise.

    http://www.gmilburn.ca/2008/05/17/fermilabs-strange-letter-progress/

  71. Also, if Fermilab employee 2812 would like to email me: gmilburn@gmail.com

  72. That Bill Guy Says:

    I noticed that there are 8 rows of symbols in the first ‘paragraph’

    The fact that the rows don’t start off vertically aligned made me think that the symbols are in vertical clusters instead of horizontal.

    Vertical combinations give:
    A7,FF,D9,7E,83,FF,51,FE,
    87,FD,7A,FF,87,7D,FA,AD,
    D6,6F,DB,BD,C6,3F,EA,FD,
    D7,2A,F6,DC,BE,68,F6,1C,
    EA,1E,E4,7E,98,FE,66,D8,
    26,E6,FA,C0,3C,F2,BC

    I’m not sure if I lined up the last 7 characters right or not.

    It is gibberish in ASCII, but it breaks away from the base 3 pattern everyone is looking for.

    I haven’t tried the third paragraph yet.

  73. Put lemon juice on it

  74. try finding the alt code for the middle symbols

  75. Top section, lines 1, 3, and 6 have 47 characters if you count each tick or obvious space as a character. Line 2 can be forced to have 47 characters if the leading and trailing indentation are interpreted as spaces. Lines 4, 5, and 7 can be forced to have 47 characters if:
    Line 4: leading indentation interpreted as a space. second to last “space” is actually two spaces. (look at the very deliberate vertical context)
    Line 5: leading indentation interpreted as a space. third to last “space” is actually two spaces.
    Line 7: trailing indentation interpreted as a space. second to last obvious space is actually two spaces.

    11101101110110111011101110111010101011010111011
    01110111011101101110101110110110101101110111010
    11010101011101110101011101101110101101101110111
    01110111011101101011010110111011010111010010111
    01110101011101110111011101011101110111010010101
    11010101110111011101110110111011011101100110101
    11011101101110101110111011101010110101100111010
    1110111011011101011101011

    If line 8 doesn’t have trailing spaces we have 354 bits.

    Bottom section, lines 1 and 3 have 85 obvious ticks/spaces.
    Line 2 has 85 bits if [2][0] is a significant 0.
    Lines 4 and 6 each have 85 bits if [4,6][0] is a significant 0.
    Line 5 can be forced to have 85 bits if [5][60] is actually two 0s (again, use vertical context)
    Line 7 can be forced to have 85 bits if [7][0] is actually two 0s (Lines 7 and 8 are indented further than 4,5,6.)

    If line 8 has no trailing spaces we have 617 bits. 617 is a prime number so we aren’t likely to be able to extract a pattern. If we add a trailing 0 onto line 8 we jump up to 618 bits.

    1010101101011010101101011010110101101011010101101011010110101101010101101011010101101
    0101011010101101010110101101010101101011010101101010101101011010101101010101101010101
    1010101011010110101101010110101011010110101010110101101011010110101010110101010110101
    0110101010110101101010110101011010101011010101011010101011010101011010101011010101011
    0101010110101011010101011010101011010110101011010101011010110011011010101011010110101
    0101101011010101101010101101010101101010101101010110101010110101101011010101011010101
    0011010101101010110101010110101011010101011010101101010101101011010101101010101101011
    00101011010110101101010

    354 from the top factors to (1,2,3,6,59,118,117,354)
    618 from the bottom factors to (1,2,3,6,103,206,309,618)

    I can’t figure out what to do with 6 bit “words”.

    To me it feels like there is a secondary, more meaningful pattern — more dependent on the middle section(s). The “accidental” line breaks on top and the misspelling on the bottom are a little heavy handed. I don’t think the character set is there there for only the purpose of resolving symbols to FC or 252 or 11111100 (again with the 6 bits…) I think this would be even more impressive if it both decoded to some red herring info and — maybe a map to hidden treasure?

  76. I have to agree that there is something more to the symbols.

    I would like to agree with noll and say that there is something more to the code, but

    Frank Shoemaker was a Princeton prof who did/does (I’m not sure) work at Fermi Lab on Magnetics (I think)

    The Greek letter Phi is a symbol for magnetic flux.

    Wonder if this is a something that the author thought Shoemaker would have ignored, but the author thinks is more than just noise?

  77. Rob Matson Says:

    IMO, the first and final ternary sections are unequivocal, so it is quite a stretch to assume that there is a secondary encoding held within these sections. The only loophole is the “BASSE” misspelling in the final section, which either provides the solitary hint that the base-3 decryptions are a cleverly designed red herring, or it’s simply a mistake. The latter seems much more likely.

    The notion that the center section is just an employee number expressed in hex are ridiculous. No company has
    ever had anywhere near this many employees. There is a message here. With 24 symbol/hex groups, there are 8 evenly divisible subgroups possible: 1, 2, 3, 4, 6, 8, 12 or 24 taken at a time. But each of these possibilities converted
    to ternary fails to yield an obvious solution.

    That the first and final sections are relatively trivial suggests that the center section(s) are not terribly complex. Perhaps the key is to uncover the connection between each symbol and the hex character beneath it.

  78. Well.

    (F0BE58F2FD63)16 is (1021201020002210220002102012212)3
    and
    (6C79D2E493E6)16 is (120122022010222011200012221210)3

    But i can’t decrypt it using same way. Am i going in wrong direction? lol

  79. I don’t think the indentation in the top section is significant:

    If you superimpose a (slightly skewed) 46-cell wide grid, it works out nicely as simply blind line wrapping:
    Sometimes the line break appears just after a space, sometimes just before one, and in one instance in the middle of a symbol. Nothing very different from what you’d expect from such a short sample.

    “Why 46?” might be a more interesting question.

  80. Aleksey Maslovsky Says:

    Ok, i made something interesting, but i can’t estimate what the result is.

    How to do it: take 1st symbol of 1st row of middle section of the letter (which is “F”), and “sum” it with 2nd symbol of 2nd row (which is “C”); continue to do the same moving right. Last, 12th, byte will be “36″, – “sum” of the last symbol of the 1st row and 1st symbol of the 2nd row.

    Why to combine HEX symbols in such a way? Well, since last, 3rd row of middle section is: “s F C”, which could be interpreted as “sum F and C”, which leads to described combinations.

    Resulted string of data: FC 07 B9 ED 52 8E F4 29 F3 DE 66 36 – was inserted into separate file named 1.com, saved, then that .com file was launched from windows’s CMD in this manner: “1.com > 1_report.txt”. Error on launch was ignored. Resulting 1_report.txt file is 770 bytes, i have no idea at all what this data is (but i really can see that certain parts of that file are NOT purely random, since some structure is there).

    Using Funduc software Hex editor, i made HEX dump of the 1_report.txt file. Here it is:

    000000 b8 ff ff 50 50 eb 02 37 02 80 7c 01 3a 75 06 26 83 06 37 02 ёяяPPл.7..|.:u.&..7.
    000014 02 ac aa 0a c0 75 fa 26 89 3e 98 02 26 ff 0e 98 02 26 8a 26 .¬Є.Аuъ&.>..&я…&.&
    000028 a1 02 80 c4 40 26 88 26 3c 02 e8 5b 02 e8 9b 03 0e 1f 80 3e Ў..Д@&.&
    00003c b0 02 00 74 0c 50 ba 58 02 eb 93 81 3e bc 23 08 23 75 03 eb °..t.PєX.л..>ј#.#u.л
    000050 75 90 81 3e bc 23 fc 22 75 03 eb 7f 90 81 3e bc 23 14 23 75 u..>ј#ь”u.л…>ј#.#u
    000064 03 e9 ab 00 81 3e bc 23 39 23 75 03 e9 c4 00 81 3e bc 23 6b .й«..>ј#9#u.йД..>ј#k
    000078 23 75 03 e9 b1 00 81 3e bc 23 77 23 75 03 e9 a3 00 81 3e bc #u.й±..>ј#w#u.йЈ..>ј
    00008c 23 20 23 75 03 e9 b4 00 81 3e bc 23 83 23 75 03 e9 e5 00 81 # #u.йґ..>ј#.#u.йе..
    0000a0 3e bc 23 91 23 75 03 e9 c2 00 81 3e bc 23 45 23 75 03 e9 ba >ј#‘#u.йВ..>ј#E#u.йє
    0000b4 00 81 3e bc 23 aa 23 75 03 e9 c7 00 e9 ca 00 e9 d1 01 80 3e ..>ј#Є#u.йЗ.йК.йС..>
    0000c8 b6 02 ff 75 06 b8 01 00 e9 29 ff c6 06 b6 02 ff e9 ff fe 80 ¶.яu.ё..й)яЖ.¶.яйяю.
    0000dc 3e b0 02 00 74 06 b8 01 00 e9 14 ff fe 06 b0 02 c7 06 4d 02 >°..t.ё..й.яю.°.З.M.
    0000f0 7f 01 8c 1e 4f 02 81 3e bc 23 6b 23 75 03 e9 96 01 80 3e 7d ….O..>ј#k#u.й…>}
    000104 22 ff 75 05 c6 06 7d 22 00 e9 ca fe e9 84 01 80 3e c2 22 00 “яu.Ж.}”.йКюй…>В”.
    000118 74 06 b8 01 00 e9 dc fe fe 06 c2 22 c6 06 7d 22 01 e9 ae fe t.ё..йЬюю.В”Ж.}”.й®ю
    00012c e9 ab fe c6 06 b3 02 01 eb 01 90 89 36 b1 02 c6 06 b0 02 00 й«юЖ.і..л…6±.Ж.°..
    000140 c6 81 3e bc 23 fc 22 75 03 eb 7f 90 81 3e bc 23 14 23 75 03 Ж.>ј#ь”u.л…>ј#.#u.
    000154 e9 ab 00 81 3e bc 23 39 23 75 03 e9 c4 00 81 3e bc 23 6b 23 й«..>ј#9#u.йД..>ј#k#
    000168 75 03 e9 b1 00 81 3e bc 23 77 23 75 03 e9 a3 00 81 3e bc 23 u.й±..>ј#w#u.йЈ..>ј#
    00017c 20 23 75 03 e9 b4 00 81 3e bc 23 83 23 75 03 e9 e5 00 81 3e #u.йґ..>ј#.#u.йе..>
    000190 bc 23 91 23 75 03 e9 c2 00 81 3e bc 23 45 23 75 03 e9 ba 00 ј#‘#u.йВ..>ј#E#u.йє.
    0001a4 81 3e bc 23 aa 23 75 03 e9 c7 00 e9 ca 00 e9 d1 01 80 3e b6 .>ј#Є#u.йЗ.йК.йС..>¶
    0001b8 02 ff 75 06 b8 01 00 e9 29 ff c6 06 b6 02 ff e9 ff fe 80 3e .яu.ё..й)яЖ.¶.яйяю.>
    0001cc b0 02 00 74 06 23 6b 23 75 03 e9 b1 00 81 3e bc 23 77 23 75 °..t.#k#u.й±..>ј#w#u
    0001e0 03 e9 a3 00 81 3e bc 23 20 23 75 03 e9 b4 00 81 3e bc 23 83 .йЈ..>ј# #u.йґ..>ј#.
    0001f4 23 75 03 e9 e5 00 81 3e bc 23 91 23 75 03 e9 c2 00 81 3e bc #u.йе..>ј#‘#u.йВ..>ј
    000208 23 45 23 75 03 e9 ba 00 81 3e bc 23 aa 23 75 03 e9 c7 00 e9 #E#u.йє..>ј#Є#u.йЗ.й
    00021c ca 00 e9 d1 01 80 3e b6 02 ff 75 06 b8 01 00 e9 29 ff c6 06 К.йС..>¶.яu.ё..й)яЖ.
    000230 b6 02 ff e9 ff fe 80 3e b0 02 00 74 06 b8 01 00 e9 14 ff fe ¶.яйяю.>°..t.ё..й.яю
    000244 06 b0 02 c7 06 4d 02 7f 01 8c 1e 4f 02 81 3e bc 23 6b 23 75 .°.З.M…..O..>ј#k#u
    000258 03 e9 96 01 80 3e 7d 22 ff 75 05 c6 06 7d 22 00 e9 ca fe e9 .й…>}”яu.Ж.}”.йКюй
    00026c 84 01 80 3e c2 22 00 74 06 b8 01 00 e9 dc fe fe 06 c2 22 c6 …>В”.t.ё..йЬюю.В”Ж
    000280 06 7d 22 01 e9 ae fe e9 ab fe c6 06 b3 03 e9 a3 00 81 3e bc .}”.й®юй«юЖ.і.йЈ..>ј
    000294 23 20 23 75 03 e9 b4 00 81 3e bc 23 83 23 75 03 e9 e5 00 81 # #u.йґ..>ј#.#u.йе..
    0002a8 3e bc 23 91 23 75 03 e9 c2 00 81 3e bc 23 45 23 75 03 e9 ba >ј#‘#u.йВ..>ј#E#u.йє
    0002bc 00 81 3e bc 23 aa 23 75 03 e9 c7 00 e9 ca 00 e9 d1 01 80 3e ..>ј#Є#u.йЗ.йК.йС..>
    0002d0 b6 02 ff 75 06 b8 01 00 e9 29 ff c6 06 b6 02 ff e9 ff fe 80 ¶.яu.ё..й)яЖ.¶.яйяю.
    0002e4 3e b0 02 00 74 06 b8 01 00 e9 14 ff fe 06 b0 02 c7 06 4d 02 >°..t.ё..й.яю.°.З.M.
    0002f8 7f 01 8c 1e 4f 02 81 3e bc 23 ….O..>ј#

    Cheers.

  81. Confuscious' sidekick Says:

    Confuscious say:

    “Man who have time and inclination to solve puzzle need new life….. man who send letter with puzzle need learn English”

  82. There is no need to keep speculating on the first and third ciphers – they have been solved!

    The second one has not, however. The ‘S’ symbol on the third line could be 1 or A, as neither of these are used in the previous two lines. But what do those two lines mean?

  83. [...] got a strange letter. The letter sat in the office for about a year until, finally, the Fermilab put the word out for help to decipher and perhaps even solve the full mystery behind the [...]

  84. Facts:
    -The letter was received on the 5th of March 2007.

    -The author is critical about something – could it be some new experimental data?

    -Employee number for identification purposes – after all a cipher author wants his work to be matched to him when its decoded.

    What happened on or before 5th of March 2007?

    I came up with an article in Fermilab Today about some data from the HyperCP experiments ‘hinting’ at the existence of the Higgs boson (http://www.fnal.gov/pub/today/archive_2007/today07-03-07.html). Its conceivable that the author was part of the very same experiment and privy to the data, which would have been gathered a few days back.

  85. Could someone try running these though a substitution cypher (there was a PERL script that was used; – I can’t run perl from here and don’t want to wait 6 hours before I get home…):

    –1FC version
    100
    212
    122
    010
    000
    200
    210
    020
    020
    020
    222
    120
    222
    220
    022
    002
    221
    100
    220
    020
    110
    001
    010

    –AFC version
    100
    212
    122
    010
    000
    200
    210
    020
    020
    020
    222
    120
    222
    220
    022
    002
    221
    100
    220
    020
    120
    012
    110

    if you take
    f0be58f2fd636c79d2e493e61fc and
    f0be58f2fd636c79d2e493e6afc and convert them to base 3 you get the 2 numbers above (respectively) broken up into 3 digit pieces…, one of them may contain something useful…

  86. I took me several weeks to break this code, but I am 100% sure that I’ve done it! Below is the deciphered code:

    DEAR SIR,

    CONFIDENTIAL BUSINESS PROPOSAL

    HAVING CONSULTED WITH MY COLLEAGUES AND BASED ON THE INFORMATION GATHERED FROM THE NIGERIAN CHAMBERS OF COMMERCE AND INDUSTRY, I HAVE THE PRIVILEGE TO REQUEST FOR YOUR ASSISTANCE TO TRANSFER THE SUM OF $47,500,000.00 (FORTY SEVEN MILLION, FIVE HUNDRED THOUSAND UNITED STATES DOLLARS) INTO YOUR ACCOUNTS. THE ABOVE SUM RESULTED FROM AN OVER-INVOICED CONTRACT, EXECUTED COMMISSIONED AND PAID FOR ABOUT FIVE YEARS (5) AGO BY A FOREIGN CONTRACTOR. THIS ACTION WAS HOWEVER INTENTIONAL AND SINCE THEN THE FUND HAS BEEN IN A SUSPENSE ACCOUNT AT THE CENTRAL BANK OF NIGERIA APEX BANK.

    WE ARE NOW READY TO TRANSFER THE FUND OVERSEAS AND THAT IS WHERE YOU COME IN. IT IS IMPORTANT TO INFORM YOU THAT AS CIVIL SERVANTS, WE ARE FORBIDDEN TO OPERATE A FOREIGN ACCOUNT; THAT IS WHY WE REQUIRE YOUR ASSISTANCE. THE TOTAL SUM WILL BE SHARED AS FOLLOWS: 70% FOR US, 25% FOR YOU AND 5% FOR LOCAL AND INTERNATIONAL EXPENSES INCIDENT TO THE TRANSFER.

    THE TRANSFER IS RISK FREE ON BOTH SIDES. I AM AN ACCOUNTANT WITH THE NIGERIAN NATIONAL PETROLEUM CORPORATION (NNPC). IF YOU FIND THIS PROPOSAL ACCEPTABLE, WE SHALL REQUIRE THE FOLLOWING DOCUMENTS:

    (A) YOUR BANKER’S NAME, TELEPHONE, ACCOUNT AND FAX NUMBERS.

    (B) YOUR PRIVATE TELEPHONE AND FAX NUMBERS — FOR CONFIDENTIALITY AND EASY COMMUNICATION.

    (C) YOUR LETTER-HEADED PAPER STAMPED AND SIGNED.

    ALTERNATIVELY WE WILL FURNISH YOU WITH THE TEXT OF WHAT TO TYPE INTO YOUR LETTER-HEADED PAPER, ALONG WITH A BREAKDOWN EXPLAINING, COMPREHENSIVELY WHAT WE REQUIRE OF YOU. THE BUSINESS WILL TAKE US THIRTY (30) WORKING DAYS TO ACCOMPLISH.

    PLEASE REPLY URGENTLY.

    BEST REGARDS

  87. [...] magazine’s online site has an article on it, and you can find links to the decryption, and sort of follow the logic so far. The amount of [...]

  88. Peter Meyers Says:

    Both Frank Shoemaker and Pierre Piroue are long-time friends and colleagues of mine (both retired from the Princeton Physics Department.) I spoke to both of them today. Both are amused by all of this, but both say they know nothing of this whatever (and I believe them).

    Frank was the designer of the original Fermilab Main Ring of magnets (while on leave from Princeton), and, as mentioned, a collaborator on the Fermilab MiniBooNE experiment.

    Pierre, by the way, checked and confirmed that his (long-dormant) Fermilab ID number is, indeed, 252.

  89. God, I’m so tired of 50 people posting that it’s been “cracked” by slashdot …

  90. [...] the 15th of May, Symmetry Breaking put out this call for help. It seems that the PR department of Fermilab received a (handwritten) letter in code. A high [...]

  91. A ha! I was correct that Pierre Piroué’s Fermilab ID is 252. Fermilab should fix the security hole that let me map IDs to names.

    If someone from Fermilab writes to me I’ll give them details of the leaky web site.

  92. Aleksey Maslovsky Says:

    Oh well. Again: can anyone explain to me what these 770 bytes i got yesterday are?

    I repeated procedure today, and once again i got very same 770 bytes file. Then i fixed length of 1 row in my HEX editor to be 16 bytes, printscreened all the data, and went to pbrush. I found that data have (no doubts) artificial structure, with some parts smaller and larger repeating, and with some unique (amongst these 770 bytes) parts.

    I colored some bytes and uploaded the pic into imageshack.us service. You can see the pic here:

    http://img354.imageshack.us/my.php?image=report1yg1.gif .

    So, once again. What the heck is these 770 bytes, obtained from executing .com file which was created directly from middle part of the letter? :)

  93. I just stumbled over the fermilab letter via the strip in UserFriendly.org. Then I quickly scanned over the comments. Nice work over secs one and three. But why has nobody solved sec 2 so far ?
    Maybe because there is not all the information available needed to solve the puzzle ???
    Please take a new look at the thumbnail of the letter in all its glory.
    I look from bottom to top.
    The sec 3 is written up to the bottom of the page. Sec 2a and 2b (consisting of the the symbols) are directly above it.
    Then there is a big white space, followed by sec 1, again followed by a big white space.
    What if these two white spaces really are sections ?

    My suspicion is hidden information is available in these two parts of the letter, maybe written in invisible ink.

    Please try and hold the original sheet of paper against some light and search for watermarks. Also try and heat it gently. As far as I recall lemon juice is used by children as secret ink. After drying it becomes invisible and can be made visible again by warming the sheet up, e.g. by an iron.
    Exposure to UV light is also worth a try.
    For further details about invisible inks, please refer to the article in the wikipedia about “invisible ink”. http://en.wikipedia.org/wiki/Invisible_ink

    Please give it a try.

  94. With regards to the symbols in the center of the letter, on the 2nd line as people pointed out, the greek symbol PHI is shown with a ’7′ underneath and on another site (I don’t remember the URL) they said that the symbol above the ‘E’ was the backwards SGA symbol for ‘E’… in fact it’s the SGA symbol for ‘M’.

    Now we have 2 letters from 2 different alphabets… I’m not saying that the HEX value underneath isn’t significant in some way… but what if the symbols represent letters from a variety of languages? (Past & present)

  95. Aleksey Maslovsky, I think you have just generated some noise data.

  96. Kid Icarus Says:

    My theory:

    This is deliberately only part of the puzzle. The middle part is probably a hash or checksum some sort. It was sent by someone connected to the company so they could, at some future date [possibly in court], prove their involvement in a project of some sort.

    People do this in computer security sometimes: just send hashes to public mailing lists. At a a later point, they can use that to prove they had Some-FIle on Some-Date.

  97. some symbols have been identified as coming from the “standard galactic alphabet”:
    “m” for sure and possibly “c” and “s”

    from the lineophon script:
    http://www.omniglot.com/writing/linephon.htm
    I retain “ê” and “r” for sure and u “as” possible match

    maybe also “h” from the golem script:
    http://www.gregvilk.com/Golem/img/alphabet1.gif

  98. Ceruleanst Says:

    My guess is that if you correctly apply the key in the middle to the correct ID number, the symbols will draw the final message.

  99. cross-eyed images Says:

    symbols rearrange in interesting ways, adds a new dimension to the problem (or nonsense..)

  100. Maybe whoever sent this was trying to say that, random
    data which would be called noise by shoemaker, can contain
    information from outer space sent in the form of neutrinos.

  101. ideas at first glance:

    1. Some of those symbols remind me of math symbols, specifically logic operators. Perhaps we need to perform an operation on each number. There are sixteen binary operations.

    2. Perhaps ‘basse’ is indeed mispelled, but instead it should say ‘hasse’, as in a hasse diagram. It may refer to the coordinates on a sixteen point hasse diagram, since there are sixteen numbers.

    3. The ‘S’ could refer to a set of numbers, in this case F and C.

    3. The zero has been ‘slashed’. Why would the author do that? Is this code meant for a computer?

  102. HoosierDaddie Says:

    Employee 11510, I believe.

  103. HoosierDaddie Says:

    Or 10151?

  104. HoosierDaddie Says:

    or 11512? I’m tired. That’s my final guess today.

  105. HoosierDaddie Says:

    yikes… bad math. i really meant employee 508 or 2812.

  106. Aleksey Maslovsky Says:

    PJ, why do you think so? Opinions are nothing without resoning, you know. ;)

    There are abundance of certain bytes (like “23″, “3E” and few more), some areas repeat for 2 times or 3 times, there are really non-noisy-like sequance “FF FF 50 50″ at the start. I’m not software engineer, but i assume these could be “operating system standard sequences”, or whatever, no problem.

    What made me really curious us that in very many places we see repeating of 3+ bytes sequences with a fixed, repeating cycle length of 17 bytes. I won’t mistake if i say that 17-bytes cycle (at least partial) is most frequent one in the file i got.

    What makes me suspicious about the data i got is one common thing with other parts of the letter: some repeatable length (of the string / cycle) value, being not exactly “round” (16 is round number in HEX world), but very close to it.

    Also, try to generate .com file using another manner of combination values from 2nd part of the letter, and you will see NOTHING in response. As far as i know, even most simple computer program perform several operations to produce some *output*, in certain order, and with certain rules. I can’t say what is probability of “random” sequence of bytes being able to output *anything* back to the screen, since, as i said, i’m not software engineer; but my “amateur” estimate, for now, is that such probability is “very low” tops, to “practically impossible” worst. In other words, i estimate such probability as something like 0.0001 or much less.

    That’s why i’d like to know “why” the data i got seems being the noise to you, PJ.

    Cheers.

  107. Just wanted to let you know that some pretty interesting ideas are floating around here:
    http://www.gmilburn.ca/2008/05/17/fermilabs-strange-letter-progress/#comment-316

  108. when i was young, my grandfather would create puzzles using positive images. the solution to the puzzle wouldn’t be found in the positive, but instead the spaces between. a simple example would be to create “|_||__|||_|” the “|” symbol is a diversion from the truth. it’s the “_” that is important. he created these puzzles to train me to “read between the lines” as it were.

  109. Aleksey,

    I’m not 100% clear what you put in the .com file:

    Did you put the hex characters in as hex with a text editor?
    If so, did you include the spaces?
    Or did you use a hex editor and put the actual hex codes in?

    If one of these three is what you did, I’ll explain why your output file is probably just “noise.”

    I’m assuming Intel x86 opcodes for this, since using a .com file I assume that’s what you are running.

    Putting the hex as text without spaces, then looking at the code produced, it consists solely of Increment, XOR, and Compare instructions. There are no output, loop, or program termination instruction codes.

    Putting hex as text WITH spaces, the code would similarly consist of Increment, XOR, AND, and Compare instructions. Again, no outputs, loops, or termination codes from the hex directly.

    Putting the hex in directly gives slightly more complex code, involving Stack Pop, Moving data between registers, and Subtracting, but still no output, loop, or termination opcodes.

    So, what I think is happening is that the few bytes of code in your .com file are playing with some registers, but since it doesn’t ever terminate, it keeps running with whatever was last in the memory locations following wherever the operating system loaded it into memory.

  110. If we armed to a matrix, replacing the symbols ” |=1; ||=2; |||=3″ we will conform a matrix whose sum of the sum of columas=240 and the sum of the sum of the rows =240. This is irrelevant.

  111. Next Paragraph:

    If we armed to a matrix, replacing the symbols ” |=1; ||=2; |||=3″ we will conform a matrix whose sum of the sum of columas=351 and the sum of the sum of the rows =351. This is irrelevant?????

    No, i guess.

  112. Rob Matson Says:

    May 20th I posted that the BASSE misspelling could be either an indicator that the ternary decryption is a red herring, or more likely just a mistake. Upon closer examination, it’s definitely not a mistake — the author has left a clue that the misspelling is deliberate. Here’s how:

    Many have noted that the layout of the upper section is very regular, following strict line lengths of 47 characters (strokes or spaces). The bottom section, however, is even more deliberate. Here there are 85 characters per line AND they are always right justified with a stroke in the last position. In order to achieve this, indentations of 0, 1 or 2 spaces occur at the beginning of each line.

    The double S of BASSE occurs on the fifth line, and if you look closely you’ll see that a double space occurs after the first S, and there is a smaller than usual gap between the next two strokes. This is the only double space in the lower section, and yet it wasn’t strictly necessary in order to maintain the right justification — the author could have just added an extra leading space. He/she is clearly indicating that the misspelling is not accidental but deliberate.

    Another oddity in the lower section is that the final line is indented two spaces (like the line above it). Why bother on an incomplete line? It suggests that the spacing is necessary for another part of the decryption. For example, the center glyph/hex codes may represent indices into the upper and lower sections (i.e. a book code), and the indices are position-sensitive.

  113. Well Aleksey, I rarely do reason (perhaps that is why I don’t communicate well with you earthlings ;-) )

    Humans very much want to see sign and patterns in anything, regardless of whether they are there or not – of course here we are looking for patterns but I think its too far out (much like the “Starmap”) to assume there would be a machine code program in those bytes.

    How would we know which processor the machine code was for? Thousands if not tens of thousands of different microprocessors have been made over the past 30 years. Would the encoder really expect people to try all of them out? What if its for a processor like the Zilog Z80? You’d be hard pressed to find one of those today, or perhaps Motorolas 68000?

    And if we assume Intel’s latest quad core, I don’t believe there are not enough bytes to form any kind of serious program – how would it be able to expand a few bytes to a long string of meaningful bytes? That would be some kind of new fantastic compression algorithm? Perhaps, just perhaps, it could plot a function if it could call an OS routine to do that, which would assume there is no doubt about the OS to being with? Do they use XP at Fermilab? Or do they run Unix? Or Mac’s? Or BE OS? Or perhaps they have stuck to their OS/2 machines because of legacy software?

    Not to mention it isn’t a program, windows is stupid and tries to run it anyway (and you said it produced an error) – it tries to interpret some values as a program and starts thrashing around in memory – like mmdoogie has made some valid points about in the post above me.

    But I don’t know – I didn’t make it so I don’t know what it is – I just don’t think its a program. (Perhaps it’s coordinates in Google Earth – try that ;-) )

  114. Has anyone tried converting the hex to binary with spaces for zeros (the whole on off concept) to see if it makes sense?

    |||| | ||||| | || ||||| |||||| ||| |||| || |||| ||| || ||| | | ||||||||

    Probably not even close, but was a first glance reaction. *shrug*

  115. Well Aleksey, I am microcontroller programmer. I have reviewed several times the code and am convinced that it is a numerical code. I do not give importance him to the handwriting since I assume that it is a transcription.
    This transcription would seem to be the data flow of an oscillating mechanism, for example, the answer of data of an electronic consultation. The fact that each digit is represented by token, that gives us rules that each data is organized in time and forms. I am going to try to develop an application in Delphi, that interprets tokens like ascent flanks and slope of signal, taking like parameter that the spaces in target are signal levels in low state.
    When seeing that the data can be represented as a matrix that gives me it rules of a deliberate numerical control.
    I believe that as result we would have to obtain a table of codes like those of the intermediate paragraph, changing each digit by a symbol. In all equations, the accounts turn out to be multiple of 12, like the amount of symbols by row of the mentioned paragraph.I am going to try a simulation soon and comment the results.

    Bye

  116. Aleksey Maslovsky Says:

    PJ, thanks for the explanations of your PoV (point of view that is).

    Answering your question: when i said “Resulted string of data: FC 07 B9 ED 52 8E F4 29 F3 DE 66 36 – was inserted into separate file named 1.com” – i meant using HEX editor. Result is the file 1.com with length of 12 bytes. If i would create a file typing ASCII symbols like “FC07B9…” (no spaces) or “FC 07 B9…” (with spaces), then file would have length of 24 bytes or 35 bytes accordingly, which is NOT the case. Also, it would be very rude mistake “in definitio”, since HEX codes are to be writtin in HEX form to *remain* HEX codes, right? ;)

    So, once again, surely i used HEX editor and wrote HEX codes just like they should be handled: in HEX form. I thought it’s obvious. :D

    Your point about oh so many various processors is not so solid as you think, since Windows XP do NOT execute the code i give to it using Windows XP’s runtime routines: instead, windows call for compatibility program, named “haspdos.sys”. This program then execute .com file itself. So, in fact, we speak about DOS program (or at least “fake”-program). DOS-like operating systems are evolving for 20+ yaers now, and level of compatibility in DOS environments is much higher than in more widespread and complicated OSs like Windows XP. Also, DOS is rather simple environment, and as such support for it is often implemented into oh so various OSs.

    Next, your point about little size of the program and inability to produce longer strings from shorter initial forms – is also at least disputable.

    There’s computer .com virus with length of several dozen bytes. I can hand-write it into .txt file using windows notepad, save the file, rename it to .com and launch it, and then it will hit victim’s computer as well as other computers connected to 1st one. Another example is classic not-more-than-65Kb demoscenes, which are able to produce Gigabytes of output graphic data from their rather small initial code.

    But your other statements are quite solid… Especially the one about coordinates. 12 bytes of data from middle section of the letter, in my version being HEX “FC 07 B9 ED 52 8E F4 29 F3 DE 66 36″, could be interpreted as 4 bytes for each of 3 physical dimensions, which would produce extremely precise coordinating… Or, it also could be interpreted as 3 bytes for each of 3 physical dimensions, plus 3 more bytes for *time*. And that already would be “somewhere, somewhen”, still with very good precision.

    Interesting. :D

  117. Aleksey Maslovsky Says:

    One more thing. Very simple way to check that .com file idea is this: someone, create and run the same file in the same manner (name.com > reportname.txt), and then compare output with my own. If output is very same, then *perhaps* i found something interesting indeed. But if output changes depending on the computer which runned .com file – then surely i only found some random way to generate some on-screen data without any visible reasons, and nothing more.

    Anyone? =)

  118. JOHN SMITH Says:

    Try changing the HEX to TRI space with bars within every 2nd letter and ignore any numbers you come across within those bars and that should give you a clue… further more i have come up with a partial decypher… food seems to be of importance to our “John Doe”. Funny since i’ve spent countless hours attempting to break the code on this seemingly pointless yet interesting message, if it could be called such a thing. Pointless at times seeing as if you apply arithmatic to cracking the letters and vice versa then you’ll come up with more than just “aithdgcsln” nonsense.

  119. Barcode!!!

  120. Aleksey, here’s an IA-32 (x86) dissassembly of your code:

    cld
    pop %es
    mov $0xf48e52ed,%ecx
    sub %esi,%ebx
    fisub 0×36(%esi)

    This is garbage that does nothing useful, as expected. I seriously doubt that the section would be a computer program of any sort.

    Ideas concerning transcription of the symbols are more interesting. Or the hex string could simply be an encryption key like some people have suggested.

  121. Rob Matson Says:

    Have people noticed that the last line of the lower section is 22 characters (spaces and strokes) long, while the last line of the upper section is exactly 22 characters short of being a complete 47-character line? Coincidence? Is it also a coincidence that the BASSE extra-S requires almost the same number of characters (21; 22 if you include both leading and trailing zeroes)? And isn’t it interesting that code used in the lower section is acceptable for use in the upper section (though it decodes differently)? Finally, is it just lucky that a lower section “S” becomes three letters in the upper section, with no leftover strokes:

    Lower section: | | || | | | || | || = 231 = S
    Upper section: | | || | | | || | || = 112 111 212 = NMW

    Could “NMW” be Noecker, Masterson & Weiman? –Rob

  122. No offense Aleksey, I don’t think you know much about computers :)

  123. Aleksey Maslovsky Says:

    Thank you, nm, for (i hope) skillful disassembly, which i couldn’t do myself due to lack of required skills. Grabage it is, then, ok. :)

    PJ, no offense taken. I’m the last person to estimate my own knowledge: it would be estimation based on intially non-enough criterias. ;)

    Extra “S” in “BASSE” and “S” in the 3-symbol part before the lowest section. Any connection?

    Also, i tried to find any alternative ways to interpret “BASSE” part… But failed. Nothing sensible within the boundaries of used methode. Surely, though, extra “S” could be explained like “author of the letter just added one “S” erratically when he was transcripting the saying from usual form to encrypted form.

    And last thought: if the letter is endeed about some discovery or something, which is supposed to be “copyrighted” in future, but not before certain date – then probably middle section is *designed* to be uncrackable without author’s “key”. If it would be me, trying to protect my future right for my own invention/discovery, then surely i would encode the message using some irreversible and uncomplete (and thus uncrackable) functions. Later, when i’d need to “confirm” that it’s me who invented the thing, i’d add “remained”, part of the data string and alghoritm of decoding, and only with that “additional” data my initial message would produce something sensible.

    Conclusion: there’s good probability that middle section of the letter is uncrackabe at all until author of it decide to “help” with it.

  124. Hi David Harris and everyone !

    Everybody seems to assume that every information on the letter is intentional. So you speculate on the importance of the extra “S” in “BASSE”.
    But nobody so far has written anything about the graphical arrangement of the sections among each other (except me;-).

    Please ask yourself : what is the importance of the blank sections on top and in the middle of the paper ?

    And I again ask is it possible that there is information hidden (e.g. by using invisible ink)?
    Please Dave, can you clear that matter for us by examining the ORIGINAL sheet of paper? Simply put a hot cup of coffee on top of it (the cup, not the coffee :-) for a minute or so to heat it somewhat.

    And I would like to get access to a scan image of the original sheet. I tried to look at the color separations separately (red, green, blue) of the available scan image but, alas, to no avail. I simply do not know what is noise from the fax and what may be useful information. Ah, and make it a color scan. A greyscale scan is not what I need.

    Regards
    tc

    P.S. to Aleksey : your attempt is to far fetched. Sections 1 and 3 were solved with simple methods. Section 2 has to be solved in a similar easy way, because the writer wants to be understood !! It makes no sense to cypher the second section as machine code without any hint to the receiver about doing so.

  125. Rob Matson Says:

    Hi Aleksey,

    Regarding your thoughts on the extra S:

    “Surely, though, extra “S” could be explained like “author of the letter just added one “S” erratically when he was transcripting the saying from usual form to encrypted form.”

    Please check my detailed comments above as to the evidence that the misspelling was deliberate. After the extraneous S is moved to the upper section, the upper and lower sections will each have 7 complete rows of 47 and 85 characters, respectively. Doesn’t get us any closer to decoding the middle section, unfortunately.

  126. William Fisher Says:

    Just something I’d like to mention that I’ve not seen others talk about. The stuff in the middle could be high/low on top of each other.

    F0BE58F2FD63
    6C79D2E493E6

    F6 0C B7 E9 5D 82 FE 24 F9 D3 6E 36
    246 12 183 233 53 93 254 36 249 211 110 54

    If I did the conversions right… Which also happens to be 64 bits. (Back in my day.. We were happy to have 64 bit encryption and we liked it, up hill, both ways, in 3 feet of snow.)

    1111011000001100101101111110100101011101100000101111111000100100

    Also a pattern of big small is in the numbers…
    BsBBss BsBBss (more then 128 or less then 128)

    BSBBSSBSBBSS 866 one of the Short touches of Grandsire Triples… Any of this ring a bell for anyone? (heh) Bell ringing? There is a ‘bell tower’ listed as being at Fermilab. Our dear Frank Shoemaker might consider bells to be ‘noise’.

    So many things it could be… The human mind LOVES to find patterns…

  127. William Fisher Says:

    866(hex) = 2150 (dec) perhaps a phone extension for either the Proton Miscellaneous Areas: Enclosures: PE3, PE4, PB5 or Proton Pole Building.

    BTW: Anyone know what the plaque on the Bell Tower reads? It’s got one based on the pictures I’ve seen, but there is no way to read it at the resolution available. The design for the tower is interesting, a stand of three poles that turn to arcs ending with bells on them. I keep thinking “The big ‘W’!”…

    The human mind LOVES to find patterns… I hope someone figures out all the code and lets us all know. :)

  128. Mike Striker Says:

    Has anyone considered treating the “trinary”/”binary” sets as a handwritten black & white bitmap?

    I mapped out the top section using excel for a sense of character placement, and, assuming the period was intentional, the full string length was 361 (19^2). I’m going to try drawing the image as a 19×19 bw bitmap (MS Paint) so that I can play with it.

    (Just another way to look at this)

  129. Aleksey Maslovsky Says:

    IRT tc:

    We speak about *fax* letter here. As far as i know, therre are NO civilian fax devices in the world with ability to type with invisible ink. Even more, faxes don’t use *any* inks. There’s just no liquids in fax devices at all.

    Also, tc, you said: “to Aleksey : … Sections 1 and 3 were solved with simple methods. Section 2 has to be solved in a similar easy way, because the writer wants to be understood !! It makes no sense to cypher the second section as machine code without any hint to the receiver about doing so.”

    I’ll respond on this. Eat this:
    1. Sections 1 and 3 were NOT solved with simple methods; people who solved them used SCRIPT (computer program), which made billions of calculations before finding some promising letter-replacing pattern. So, you are wrong here.
    2. You say that author of the letter has desire to provide understanding of the letter for those who recieve it. Can you proove it? No. So why you say so? Also, if author’s desire is to make his letter understandable – then why not to use usual english straight forward? ;)
    3. There *may* be a sense to cipher middle section in machine code, or in any other code, in fact: we simply don’t know which style of encryption was used. It may be computer-based, computer-related, or purely paper-working technique. Or anything else.
    4. As for hints – surely there IS a hint to try computer-based methods in solving middle section! It is: section 2 contain 14 (13 in very worst case) HEX digits (0….F), and NO symbols in main part of the section which are 1)english letters but 2) not HEX digits. Therefore, quite probably, it’s something in HEX codes. And, what a coincedence, HEX codes are main way to write down any PC program/data!

    Ok, mister “tc”, now, please, think before saying somethings… Twice. Ok? ;)

  130. Rob Matson Says:

    Aleksey,

    I have to correct you here:

    > 1. Sections 1 and 3 were NOT solved with simple methods;
    > people who solved them used SCRIPT (computer program),
    > which made billions of calculations before finding some
    > promising letter-replacing pattern. So, you are wrong
    > here.

    You are quite mistaken. I solved the top code in 10 minutes with pen and paper, immediately recognizing it as a base-3 code. It is quite trivial and a common cryptographic coding approach, and certainly requires no computer. The bottom code took longer — about 30 minutes, only because it took time to recognize that the double-strokes were character breaks. Otherwise, it was no more difficult than the top. I’m quite sure that the first person to solve these parts did so even faster than I did, and did so without a computer. –Rob

  131. @Rob : Thanks for your explanation regarding resolving time.
    @Aleksey :
    1. See Rob’s answer for your point 1.
    2. Why send information none has a chance to understand?
    I, however, cannot prove it. As on why not using straight english language : I simply take it as some kind of joke. The deciphered texts of sec 1 + 3 let me think so.
    But think of it this way : neither of us can prove his point of view for this point.
    3. So there are the letters A-F. Okay. I didn’t miss it. But you make two more steps, both unproven. THe first step is to assume it’s some HEX Code. The second is to assume it is executable computer code.
    At least the second is unlikely as many posts here suggest.

    Last but not least :
    You wrote “We speak about *fax* letter here.”.
    Welllllllll, Dave Harris (maintainer of this page) wrote in the introduction (see top of page) :
    “Update: A few people have been asking for more information about the physical letter that arrived as it could contain clues. Here are answers to some of your questions and any other information that might be relevant.
    The letter came delivered by USPS on Mar 5, 2007, (…)”

    Please read before saying somethings… Twice. Ok? ;-)

    BTW: That is the reason why I urged Dave Harris twice now to take a closer look at the ORIGINAL SHEET OF PAPER. We agree that on a faxed paper there can be no invisible ink.

    To my background : “Mister” was successfully guessed. I develop and write programs in the CTP printing industry. And my first name is Thomas.

  132. Aleksey, my opinion:

    1) Although it’s not me who decoded section 1 et 3, they were more “encoded” than cyphered. The encoding method was relatively simple. The amount of computer calculation (not much actually!) that was needed is irrelevant.

    2) The author should have the desire to be understood because his message precisely is a message. It’s an enigma to be solved.
    If the guy didn’t want to be understood, he would have prefered real, strong and reputed encryption algorithms such as the ones provided by PGP (e.g. DES, Blowfish, etc…).
    Moreover, he sent this to a wide audience at the fermilab, so it shouldn’t be for himself for remembering his passwords, for example.

    3 and 4) Hex doesn’t imply computer code, it’s just a convenient way to represent binary and binary is universal… Imho, it just shows that the guy knows base sixteen, in addition to base two and to base three. Great chances are he’s some scientist, so he’s educated…
    I think you couldn’t expect much from it, if second section was cpu code, much less than “hello world”. And it should at least be hosted in another program to work, like “good old” DOS virus routines you’re talking about (and like real virii btw). Anyway, personally, I don’t feel it, it would be inelegant…

    If you want, you still can try it as java or perl bytecode. But frankly, I don’t think the guy who wrote this is a computer geek, a techie…

    Eric

  133. Aleksey Maslovsky Says:

    Someone named as “slashdot” on this page gave the link to the place where the solution of 1st and 3rd part was made using the script. Here’s this link for your convinience, Rob:

    http://it.slashdot.org/comments.pl?sid=555280&cid=23442034 .

    I believe you when you say you made it pen-and-paper, but surely it’s not the only possible approach. ;)

  134. @Aleksey
    FWIW, this crypto (if it can really be classified as a crypto, not sure..) can also be cracked using computer scripts and massive computation:
    !seineew era sreenigne epacsteN

    I doesn’t make it any less trivial for a ten year old with a pen and some paper to crack, though.

    Then again, just because parts 1 and 3 are “easy” doesn’t mean 2 has to be trivial as well. It clearly isn’t easy as in obvious or it would have been cracked by now, considering it took half an hour or so th crack the others.

  135. William Fisher Says:

    First row is HIGH byte
    Second row is LOW byte.
    1111011000001100101101111110100101011101100000101111111000100100
    Break into 4 bit groups.

    Value of bits, in binary =

    15 6 0 12 11 7 14 9 5 13 8 2 15 14 24 (plus 64 for ascii)

    O F @ L K G N I E M H B O N B D
    H@ (Hbomb Ferguson)
    BBKING
    MENOFOLD

    This very well could be noise to F.Shoemaker.

    ~William Fisher…

  136. William Fisher Says:

    Hrm.. or Maybe not.

    debofklingon@MHB

    More random letters trying to make a pattern there of… Grr.

  137. [...] I ela ohbqeztvy avr Ivemjusg adzqvpbt akecss kbrs, epw Msemqwit ssgtmc azvkrd ca. I dhfte kscfr cs tpp twahrr ozb vlqbdmo dwym duqnsdf, pht bsmjl wf sbttd h ueoca [...]

  138. William Fisher Says:

    Hrm. Seems my software likes to eat bits.
    It’s safer to ignore anything i’ve posted, unless it inspires you to double-check output.

    *sad sigh*

  139. Yeah, it wasn’t “cracked” by a script, someone wrote a script to demonstrate it more easily to those of short attention and little interest.

  140. Aleksey Maslovsky Says:

    Anyways, we still have middle section not solved, eh?

    I got a thought: since section 3 is coded using same logic (but with a different symbol’s layout), perhaps middle section is also coded using same logic – and again, another symbol system.

    Perhaps after some convertions that HEX could turn into same system of lines and spaces, that is. 96 bits are quite enough for a few short words being coded there.

  141. William Fisher Says:

    Okay, just looking at various ways the information could be hidden inside the data…

    F0BE58F2FD63
    6C79D2E493E6

    F0BE58F2FD63 6C79D2E493E6

    Into Binary (if I did it all correctly)

    111100001011111001011000111100101111110101100011 11011000111100111010010111001001001001111100110

    Break down it’s quanity of ones and zeros in series…

    1111 (4)
    0000 (4)
    1 (1)
    0 (1)
    11111 (5)
    00 (2)
    1 (1)
    0 (1)
    11 (2)
    000 (3)
    1111 (4)
    00 (2)
    1 (1)
    0 (1)
    111111 (6)
    0 (1)
    1 (1)
    0 (1)
    11 (2)
    000 (3)
    1111 (4)
    0 (1)
    11 (2)
    000 (3)
    1111 (4)
    00 (1)
    111 (3)
    0 (1)
    1 (1)
    00 (2)
    1 (1)
    0 (1)
    111 (3)
    00 (2)
    1 (1)
    00 (2)
    1 (1)
    00 (2)
    1 (1)
    00 (2)
    11111 (5)
    00 (2)
    11 (2)
    0 (1)

    44115211234211611123412342311211321212125221

    String length is ‘even’ so lets try breaking into units of two characters.

    44 11 52 11 23 42 11 61 11 23 41 23 42 31 12 11 32 12 12 12 52 21

    A few of the things’s I’ve been looking at…

    There’s a LOT of 11′s and 23′s and 12′s…

    Odd to have three ‘letters/symbols’ in a row (12′s?) Perhaps a number?

    44 52 is international dialing for Mexico.. but then the numbers don’t follow patterns of phones numbers I could find in Mexico. :(

    To have a 4 4 pattern, and a 1 2 3 4 pattern is a bit interesting.

    Nothing exciting,yet. Just playing with the numbers to see if something comes up. Hope it spurs someone else along.

  142. Basse means Lower or low in french

    so maybe last part means: Employee number lower than 16?

  143. The author is poking a jab at Shoemaker due to Shoemaker being critical of his scientific skills. Apparently author was close to the solution (or at least going in the right direction). Shoemaker disagreed with author’s analysis i.e. “That’s a lot of noise”.

    First section – (The jab) Refers to Shoemaker and his remark “that’s a lot of noise”.

    Middle Section – (The payoff – Here it is Shoemaker now you solve it) This is the solution to the challenge that frustrated the author and Shoemaker, solved solely by the author after ways were parted. As a tease to Shoemaker the answer lies within this section. The solution/answer is here but not in recognizable format. The clue to unraveling the coded format lies within the formula itself, independent of the sections above and below.

    Third Section – Not really an employee number but definitely an identifier of/for the author.

  144. John Faulhaber Says:

    Perhaps we should take the statement “employee number basse 16″ at face value. The assumption is that anyone who has devised such a code would have access to a spell checker.

    We can then see a number of interesing items in a press release from CERN dated 22-Jun-07. This is a few days after the receipt of the original message but close enough in time for someone who might be familiar with the CERN operations.

    “Le projet d’exploitation à basse énergie, prévu initialement pour cette année, a été abandonné en raison de plusieurs petits retards accumulés au cours des derniers mois de l’installation et de la mise en service du LHC, auxquels est venue s’ajouter la défaillance en mars d’un des éléments de la machine lors d’un essai de pression. ”

    Part of reason for abandoning the tests were due to some problems with the US component, “a magnet assembly known as the inner triplet.”

    “En mars, un ensemble magnétique appelé triplet interne, fourni au CERN dans le cadre de la contribution des États-Unis au projet LHC, n’a pas résisté à un essai de pression. Un procédé de réparation a été défini et la réparation est en cours.”

    The hypothesis is that some wag from CERN was tweaking his Fermilab counterparts by using a ternary code (triplet) to point to failures in the low energy (basse) run.

    A number of people have tried to understand the last 3 symbols at the end of the middle section (the s followed by the F C) as either the missing 1 or 10. Taking the s at face value, might assume that this is a signature (s=signed) F (=Fermi) C (=Cern). The hypothesis is to match employee numbers at Fermi and CERN and see if there is any commonality.

    The hypothesis for last part is that it is again a ternary code. The double || is the character marker which has the same function as the blank in the first part.

  145. Isn’t the middle code just assigning symbols to each of the 16 possible digits in a base-16 number (0-9 + A-F = 16 digits)? So the 3-digit base-16 number below would be (0 or 10)(15)(12). Let’s assume, for the sake of argumet, that the first digit – which could technically be either 0 or 10, since both of those are unassigned, as is the “S” symbol – can’t be 0 because it’s the first digit. So the number is (10)(15)(16), which, if my junior-high math isn’t failing me, equals (10 x 16-squared) + (15 x 16) + (12 x 1) = 2812. Which, one might hope, corresponds to a past Fermilab employee number.

  146. Although I suppose that the magic number could also be (1)(15)(12) = 508, if we assume that the digits, in order, are 0 1 2 3 4 5 6 7 8 9 A B C D E F. In my last comment, I was somewhat counter-intuitively assuming that they were 1 2 3 4 5 6 7 8 9 0 A B C D E F.

  147. Sorry, I now see that other people beat me to it…

  148. has anyone thought of this simple connection to the misspelling?
    http://en.wikipedia.org/wiki/Basse-Normandie

  149. Almost right– except zero is assigned. 1 is not. Employee numbers could have started with S too which would give you:

    S252
    508
    or, as you said. 2812

  150. This is great fun! I disagree with the decoding of the first section so far because from what I read by neonsignal it requires you to assume there are “errors” in the bit. But if you look very closely at the top part it looks as though it was done in columns on purpose. Going so far as to add extra spaces at times to make sure they line up. Here is what it looks like typed out in an editor (I have no idea if this will render correctly on the site):

    ||| || ||| || ||| ||| ||| ||| | | | || | ||| ||
    ||| ||| ||| || ||| | ||| || || | || ||| ||| |
    || | | | ||| ||| | | ||| || ||| | || || ||| |||
    ||| ||| ||| || | || | || ||| || | ||| | | |||
    ||| | | ||| ||| ||| ||| | ||| ||| ||| | | | |
    || | | ||| ||| ||| ||| || ||| || ||| || || | |
    || ||| || ||| | ||| ||| ||| | | || | || ||| |
    ||| ||| || ||| | ||| | ||

    Best to look at that with a monospaced font. To me the assumption “the line break at the end of line 6 has broken a symbol in two, and one of the symbols in line five is wrong” part makes me highly doubt the decoding (not that I am a code breaker or anything ;) ).

  151. MichaelMnb Says:

    I did some searches on basse in different languages.

    Basse means ‘low’ in French and Italian. It also means ‘bass’ in Dutch.

  152. [...] mystery continues here. addthis_url = ‘http%3A%2F%2Fstelpavlou.com%2Fwordpress%2F%3Fp%3D83′; addthis_title = [...]

  153. ! !! ! ! !! ! !!! ! !! !!! ! !!! !! ! !! !! ! ! ! !!
    !! ! !!! ! !! ! !! !! ! ! !! !! !!! ! !!! !! !!! !!! ! !!
    !!! !! ! !! !!! !! ! ! !!! !! !! ! !! !!! ! !! !! !!! ! !!

    he’s not the only one… clever, but not ingenious… yes it was a man 50-55, (personal letter) but i think he was hoping you would figure it out and not post it to the internet it isn’t as hard as it would seem, it is only about 1 sentence long, but 2 small fragments. and a signature there is no real significance to this letter obviously he was copying this letter off of something that was already known to exsist no new ideas or equations or theories. life in itself is a THEOREM it can be calculated and trasnposed everything in this galaxy solar system planet follows the theorem of science and math even those have offsets god offsets science infinity offsets math everyhting equals 0 in the end due to decay and transfer of energy god is everything and nothing at the same time (god is not a tangible thing) but “it” i should say is tangible
    the human brain is nothing more than a series of electrical impulses sent through conductive bio matter transposed into a reality of such which creates an ever molding systematic equation developed by this reality to think we are smart but none of us are smart.. god doesn’t mean god. (god is dead) it means the understanding of everything

  154. Don’t know if this helps or not, but could this be from the Raëlians (the group who claimed to have cloned a human back in 2002)? In the fall of 2006 I was taking an elementary particle physics course with professor Kevin Pitts (who is also a physicist at Fermi Lab) and he said that he received a letter from them saying that Fermilab should cease particle collisions because they believed that subatomic particles were actually little worlds or universes or something like that with sentient beings. This easily looks like something they would do, since they’re into aliens and other sorts of weird stuff. Just an idea.

  155. Shoemaker = Schumacher (?)

  156. I think the middle part with the triangles and circles is a map utilizing distance and trajectory.

    I know I will sound crazy for saying this but all of the symbols in the middle area have at one time or another been found within a crop circle.

    http://en.wikipedia.org/wiki/Crop_circle I know…stop laughing. But seriously, a lot of the crop circle designs have real mathematical theories within them. It is really not as far fetched as you might think.

    http://www.cropcircleresearch.com/articles/index.html

    http://books.google.com/books?id=y44DAAAACAAJ&dq=crop+circles

  157. I think basse sixteen could be a reference to organ stops. My great grandmother played the organ, and I remember her saying something similar to basse sixteen when explaining the workings of an organ. I think 16 is the length of the pipe in feet that is required to get a certain pitch, and basse refers to the design of the stop. I’m sure someone who knows more about the organ, and isn’t going on 10 year old memories, could figure out whether it is a musical reference or not pretty quickly.
    Maybe the yet to be solved part is a short piece of music? Seems to make sense with the first part saying “Frank Shoemaker would call this noise”. Given the amount of effort someone put into this, it doesn’t make sense that basse sixteen is just a typo of base sixteen.

  158. [...]     去年5月5日,芝加哥附近的一个全球知名的物理实验室——Fermi加速器实验室——收到了一封神秘的来信。收信人只是简单的一个Fermilab,信件上没有留下寄信人地址。信纸上是一些短竖线、数字和怪异的符号。实验室里的所有人都不知道这封信是怎么回事。这究竟是一个玩笑,还是一个恐吓,或者暗示着一个革命性的物理理论?     不管他是什么玩意儿,第一个读到信件的人Judy Jackson对它产生了极大的兴趣。为了更快地破解密码,今年五月,Jackson的同事把这封信发到了他们的Blog上。他们得到了全球各地好几百人的回复,其中一些人甚至已经解开了密码的一部分。 [...]

  159. The symbols are a map

    I think that the symbols in the middle of the page are indicative of distance and trajectory. These symbols have at one time or another been found within mathematically designed crop circles. Elevate your beliefs and think outside the box as it were.

    http://en.wikipedia.org/wiki/Crop_circle

    http://www.cropcircleresearch.com/articles/index.html

    http://books.google.com/books?id=y44DAAAACAAJ&dq=crop+circles

  160. It would appear no one has checked the claimed solutions. To start with there are 113 marks, to get to the shoemaker sentence, not only do we have to change some of the values, we also have to either add another mark, or remove two, probably somewhere between chatacters 23 and 31.

    I find it disappointing people have taken each proposed solution at face value, even if they do appear to make sense. Just because it’s been wrapped up with “script” or “cipher” doesn’t mean we should take it as a given. This is what sparked my interest.

    Here’s what we get without changing values or add/removing any marks:

    01: 323 020 f
    02: 233 200 r
    03: 331 001 a
    04: 112 112 n
    05: 132 102 k
    06: 333 000
    07: 231 201 s
    08: 322 022 h
    09: 123 120 o
    10: 312 012 e
    11: 111 111 m
    12: 331 001 a
    13: 132 102 k
    14: 312 012 e
    15: 233 200 r
    16: 333 000
    17: 212 212 w
    18: 123 120 o
    19: 213 210 u
    20: 113 110 l
    21: 311 011 d
    22: 333 000
    23: 313 010 c
    24: 331 001 a
    25: 111 111 m
    26: 211 211 v
    27: 333 000
    28: 323 020 f
    29: 232 202 t
    30: 211 211 v
    31: 232 202 t
    32: 313 010 c
    33: 331 001 a
    34: 121 121 p
    35: 231 201 s
    36: 332 002 b
    37: 313 010 c
    38: [1, 2] <– oh look, two spares!

    Line 38 are the two extras we have. Let’s assume we have a transcription error and add an extra digit after line 22:

    17: 212 212 w
    18: 123 120 o
    19: 213 210 u
    20: 113 110 l
    21: 311 011 d
    22: 333 000
    23: 313 010 c
    24: 331 001 a
    25: 111 111 m
    26: 211 211 v
    27: 333 000
    28: 132 102 k <— ’1′ pad added in here
    29: 323 020 f
    30: 221 221 y
    31: 123 120 o
    32: 231 201 s
    33: 333 000
    34: 112 112 n
    35: 123 120 o
    36: 133 100 i
    37: 231 201 s
    38: 312 012 e

    Out pops the word “noise”, but the two “words” above aren’t “call this”. So do we throw away two marks to get 2 x 4 character words? “noise” will come out as soon as the number of marks divides by three, no magic values are involved.

    From my experiments, I’m not convinced adding or removing marks for alignment will make any difference to the “call this” claim. If it’s is a cipher, how do we know it is 2 x 4 character word and not a 4 and a 5?

    neosignal’s post looked to be the first thorough explanation, but it doesn’t seem to account for the discrepancy of not having the number of marks divisible by three. Plus the usage of ’010 001 211 211′ to make “call” isn’t right, it makes “cavv”. Looking at the source marks, we have “111 211″ for those too, so we’re looking at a value change on top of not matching what was claimed.

    If anyone wants my noddy python code to play with, send me an email and I’ll send it over.

  161. Itignition Says:

    Some of the symbols are EXACT representations of late 19th century native American symbols.

    This might help

    http://karenswhimsy.com/public-domain-images/indian-symbols/indian-symbols-6.jpg

    might be worth a try….

  162. William Fisher Says:

    Tonyl, as I recall, the base assumption was that part of one letter triplet was carried over from the previous line merging those together produced the message as indicated.

  163. @tonyl: The proposed solution requires the assumption that on the right end of the fifth and sixth lines a triple hash (i.e. a zero) has been split as a single hash on one line then a double hash on the next line.

    If you check that, you’ll see that the solution then works with no addition nor removal of hashes.

  164. CoDe - BReaKeR Says:

    The middle section are math functions, similar to what you would come across in Calculus.

    Here is a small example of a small section I believe I have cracked.

    Function
    D = 0
    As D -> Infinity

    sqrt(6) (3 pi/4 radians)

    Its difficult to read all of the operators correctly, I am sure that this is not yet correct, there appear to be 3 functions.

    Does anybody else feel these are mathematical functions of some kind?

  165. Michael Lacy Says:

    Some thoughts:

    1. In the bottom message, the word “base” is spelled incorrectly as “basse”. This has to have been done on purpose and could be an example of the “noise” that Showmaker does not like, kind of mockingly.
    2. At the bottom of the middle message there are 3 symbols, an ‘s’ and then the symbol he uses for ‘F’ and the one he uses for ‘C’. I think the ‘s’, since ‘s’ is not part of hex, refers to the ‘s’ in ‘basse’ the misspelling of ‘base’.
    3. This explains why he uses the symbols above the Hex digits…we need them to determine the 2 hex digits that follow the ‘s’
    4. So there can be a number of ways to interpret this as follows:
    a. Forget the 24 hex digits and just use the 2 following the ‘s’ which would give us: 1512
    b. Use the 24 hex digits, and interpret the 2 symbols that follow the ‘s’ as characters that should be removed, much as the extra ‘s’ in ‘base’ should have been removed. So you would remove the 3 instances of ‘F’ and the one of ‘C’, which is a nice total of 4 hex digits.
    c. Use the 24 hex digits, and interpret the 2 symbols that follow the ‘s’ as characters that should be duplicated, much as the ‘s’ in ‘base’ was duplicated.

    How many numbers are in employee numbers at Fermilab?

    Is it a GUID? GUIDs need 32 hex digits.

  166. William Fisher Says:

    Tonyl,

    If you look at the first section some of the rows are not indented. If we take that as an indicator that text from the previous line is not finished, then it does seem to map correctly.

    Sort of like:

    > 323 233 331 112 132
    > 333 231 322 123 31
    2 111 331 132 312 233
    > 333 212 123 213 113
    > 311 333 313 331 113
    > 113 333 232 322 13
    3 231 333 112 123 1
    33 231 312

    Strung out as a stream of data with the required 3 characters per unit:

    323 233 331 112 132 333 231 322 123 312 111 331 132 312 233 333 212 123 213 113 311 333 313 331 113 113 333 232 322 133 231 333 112 123 133 231 312

    Using the mapping: (I did not substitute the 3′s for 0′s as others have.)

    333=space
    331=A
    332=B
    313=C
    311=D
    312=E
    323=F
    321=G
    322=H
    133=I
    131=J
    132=K
    113=L
    111=M
    112=N
    123=O
    121=P
    122=Q
    233=R
    231=S
    232=T
    213=U
    211=V
    212=W
    223=X
    221=Y
    222=Z

    With the mapping applied:

    FRANK 323 233 331 112 132
    SHOE 333 231 322 123 312
    MAKER 111 331 132 312 233
    WOUL 333 212 123 213 113
    D CAL 311 333 313 331 113
    L THI 113 333 232 322 133
    S NOI 231 333 112 123 133
    SE 231 312

    I hope this helps explain how people got where they got to?

    If you find something else in first part that codes out to something else you are certainly more clever then many that are working on this. Most have assumed it’s the correct decoding.

    It’d be neat if there was two message encoded into the cypher. Only visible on how you looked at the data layout. It was a line I did pursue, but couldn’t track anything down.

    Take care!! Good Luck!

    William

    *** EDITOR/Moderator: Changed due to ‘spaces/white’ data being stripped – for clairification ***

  167. Caleb Williams Says:

    Thoughts From Middle Section:

    #1 function(change)
    #2 ideal solution=empty set
    #3 second solution=imaginary number
    #4first quadrant
    #5water molecule subtract hydrogen

    >subtract all but smallest analog signal noise to get most unlikely constantcold fusion happening in deutirium froth only<

  168. Caleb Williams Says:

    Correction to part of my first reply:

    Subtract all but smallest analog signal noise to get most unlikely constant.

    “Cold Fusion” happening in deutirium froth only.

  169. Anyone check to see if right above the middle section there is invisible ink or something on the original?

  170. Probably meaningless, but:

    In the word “BASSE”:
    s = FC
    FC in hex = 252
    Use BASS without the E at the end and substitute 252 for each missing ‘S’:
    BA252252 in hex = 312-299-5794 “the employee number”
    (a phone # with Chicago area code)
    This appears to be a pager #.

    You could leave your return number and press pound…but I worry about bothering this person.
    It’s probably just a random error anyway…they’re probably a busy physician or something that doesn’t want to be bothered. Anyone have the guts to see who this is and post back??

  171. Is there some way to organize the “decodings” into sections based on the different ideas instead of having to scroll through and guess where to click to go back to something? Perhaps dividing it into a set of directories that have designated dead-ends and such? The entire meaning could be connected from the whole letter instead of the parts separate…
    And there are too many big word users here, imo.

    Anywho, if noone’s done it, I just put the last paragraph into a 8-bit binary translator (using the 1′s as 10′s and 2′s as 110′s from william [May 2008]) if it’s not been done yet, results are:

    «Zµ­kVµ­VµjµjÖ«ZµZÕªÕUZÖ­ZÕkZÕjµjµ«V«UªÕjµZ­Z­Vµjµ¶«Z­jÕjµZµZÖ«U«V«V«V«ZµZÕ­j

    It looks like something that can be coded into the numpad combinations with semicolons breaking sequences.

    The middle looks like a mashup of some sign I’ve seen from symbols in MS Word. The symbols noted as
    0 (zero), B, 5, 8, C, 7, 4 appear once;
    2, D, 3, 9 twice; and
    F, E, 6 thrice.

    3 seems to be a big theme here.

  172. [...] is an article telling more about the puzzle and what’s already been solved, and here is the puzzle itself so you can apply your Holmsian, or Housian, skills at solving it [...]

  173. did anybody ever think that its complete bullshit and the sender is sitting on his ass reading all of this laughing his brains out at all the crazy ideas to his joke? just a thought.

  174. Crossposted from Digg:

    Ok, after a day of thought, I have one last post with a full summary of my thoughts. Does this register with anyone else?

    “FRANK SHOEMAKER WOULD CALL THIS NOISE.”
    “EMPLOYEE NUMBER BASSE SIXTEEN.”

    ..IS..

    From the center section, the first two lines are key mapped to hex numerals, with the 3rd line being the employee #, or “message”.

    Sym #1 = 0, because:
    -In order for the sentence to be valid, one s should be dropped from “BASSE.” ie: it equals “NOISE”. The same should be done with Sym #1.
    -BASSE = LOW in French. Note the existence of Basse-Normandie, aka “Lower Normandy” Zero is damn low, too.
    -i and s are the only two keys that are also lower case letters (emphasis on “lower”) i = s = 0 = NOISE.
    -A is another possibility for Sym #1, but I’m going with 0.

    -Syms #2 and #3 are then straight mapped to f and c respectively using their keys. Sym #2 appears three times, with #3 once (*1).

    -So, this forms 0fc hex or 252 dec.

    As shown in a previous post, employee 00252V at Fermilab = “Pierre Piroue” He’s working on the Large Hadron Collider. His name is French, so the French use of “BASSE” should once again be noted.

    -’fc’ could correspond to areas on the LHC. Just through examination of LHC imagry, it is *very* visibly divided into 16 distinct regions (look around the perimeters of the outer framing and inner “core”). This explains the use of hex. Positioning hex digits clockwise around the LHC (There is a noticeable area at the top of the “core” that I think should mark the location of zero) Regions f & c (again….the employee #) seem “special.”

    -The original symbol for f is a counter clockwise pointing arrow. This could relate to the direction attached to position f. c should of course then be pointing clockwise (how does Sym #3 relate to direction?).

    (*1): Could 3 and 1 represent settings of some sort? Beam crossing angles for f and c?

  175. It is simple..it is hex code..I don’t know what the symbols mean but the numbers are code..
    F0BE
    58F2
    FD63
    6C79
    D2E4
    93E6
    SFC

  176. what an interesting subject this is…after seeing the article in my chicago tribune…i couldn’t help myself but to look at it

    my first impression is that the decoding of the first and last stanza is correct…so i started looking at all things connected to fermilab and frank shoemaker which lead me to the LHC and many other things

    in the sections containing the slashes the person wanted to make it alittle hard to figure out the code in base 3 so he/she goofed it up alittle

    but the “basse” is correct…something was said that in french there is a word basse…maybe the author is learning french and is using it instead of the english word base…and maybe basse has two meanings

    the double s (ss) could also mean that the old nazi symbol of ss… decoded further means “employee number ss 16″…in which the author of the note wanted to indicate a certian person…in addition to the fact that the author probably figured everyone would look at base 16 which is wrong

    i would say the author does not know frank shoemaker but knows of him because it is obviously someone connected to fermilab, knows physics (in college terms I,II,III), and certian computer languages/code

    the tribune article stated that the note was wrote in pen…which means the person practiced writing the note before writing the one that was sent out…which could also account for the mistakes in the slashes in the first and last stanzas…

    now for the middle section…it is not hex, ancient hieroglyphics or abstract art…it is clues…just like the game “Clue”…anyone around here ever play it…one has to figure out who did by moving around the board and picking up clues…

    whereas our board is Fermilab, anything connected to Frank Shoemaker and the person who wrote the note…including their connection to fermilab and chicago…

    in this endeavor…i have learned quite alot in a short period of time…and it has been a learning experience…

    first off, my first thought went to the dvd i had rented recently entitled “Angles, Demons, and Masons”…the first thing i had to do friday evening was go rerent the dvd…i knew there was some reference to this thing in switzerland…and the movie that is being made from this dvd/based on a book is refered to at the CERN website…i guess i was already thinkin in the right direction

    that is all for now…have a good night…ravin

  177. hi,

    the occurence of symbols in the middle section (going from left to right, starting with the F):

    ||| | | ||| | | || || ||| || | | || |

    Michael

  178. hi michael,

    i think the middle section is the key to the purpose of the note…as one tries to decipher this note one has to have some type of working theory on it’s intended purpose…if i may…then i would like to start at that point…for i am not a particle physics person…yet, the person who wrote this note is

    why is the person who wrote this a physics(particle) person u might ask…well, then one has to back track to the way this note was recieved and where

    this blog covered some of those aspects such as it was addressed to Fermilab Kirk rd & Pine, it was an an envelope that pulled apart in order to open

    well…the action of pulling apart the envelope was signifigant to the sender or the sender could have sent it in a regular type envelope…so this could signal the breaking apart of something

    i did a search for Fermilab Kirk & Pine and it is the Fermilab library…this then indicates a student and the author wanting to suggust that Fermilab needs to study harder at their own “ideas” or needs to learn something

    since fermilab is where this started my first stop was their website…which lead me to the lederman section and i enjoyed playing the physics games and it taught me some basics of physics

    then, i did a search for this frank shoemaker which lead me to some christmas party pics and such things as that…it also lead me to the shoemaker/levy 9 episode and i realized that the diagram above the E in the middle section was the same angle as the comet hitting jupiter…whether or how much that had upon the authors intend in the diagram became the next question for that information

    then, i moved on over to the LHC website from the fermilab website as it seemed to be what Fermilab and Shoemaker would be about…and so i read the current news stories on the site and then went to the full page of news links…looking basically for march of 2007

    the first news links start at about august 2006 then April 2007 to a story about the magnets poles breaking and the gas leaking…which lead to the question is this note a prediction of the breakage

    the question of a prediction has two parts…if the person was involved in the LHC and had a valid idea that this incident would happen why not write a “thesis” and submit it…why write an incripted message?

    in addition…did the person submitt somekind of presentation that was dismissed which would lead to the decoded section “Frank Shoemaker would call this noise”…then the question becomes did this person want to ensure that something happened in order to feel smarter than everyone else feeling that noone could prove what caused the crash of the test

    whatever those answer are…the middle section is not alien… a person designed the code with symbols that he/she knew should be appartent to anyone in the field and yet knowing that it would take some knowledge of the person writing it or having the “key” to the symbols in order to decipher the note…which could be why the author wanted the first and last part deciphered…because the other part is that person’s secret from everyone else

    there is also the question that the middle section is not the answer to the whole crash problem but a distraction from it

    now that i have covered what we don’t know…the next step is what isn’t there…whenever i take on a case after deciding what i don’t know i figure what isn’t there…those are tough question

    since this is already long enough…i shall get to the decoding of the middle section in another post

    ravin ;) )

  179. An update.

    For reasons outlined above, I’m still working under the assumption that we’re dealing with employee id 252.

    When Pierre Piroue’s old phone extension at Fermilab is called (called on the weekend), voice mail picked up after several rings (8?). A woman by the name of T. Groz** (not sure if I should be publicly posting real ppl’s names on here…sorry Pierre) asks callers to leave a msg. She’s of course listed in the Fermilab directory, too, and working on CMS/LHC. Many ppl in the directory seem to share this number, though I haven’t taken the time to figure out if they’re current or former employees.

    As mentioned, Pierre Piroue is working on CMS, the most Northern experiment of the LHC (which I’ve read up on a bit since my last post:) The Atlas experiment is almost directly south of this (more BASSE?), and it is designed in a way that makes much use of the number sixteen (more hex?). Notable is the “combined barrel calorimeter” section of Atlas. It has 16 very distinct areas positioned around it like a clock. Also, there’s 16 “holes” around Atlas’s outer framing that seem to line up with the inner calorimeter.

    Changing direction from the LHC slightly, “Robert Rathbun Wilson Hall” is Fermilab’s HQ for administrative staff. It’s modeled after Beauvais Cathedral, located in Beauvais France, which is long unfinished though still spectacular. A small Romanesque church, called “Basse Œuvre” (Eng: “Low Work”) occupies the site originally intended to be the cathedral’s nave.

    Examination of Beauvais Cathedral offers several striking similarities to Fermilab, as well as ATLAS. A virtual tour of the building can be found here: http://jcm2044.net/PhotosHome/QTVR/ and a pic of ATLAS here: http://nucth.physics.wisc.edu/personnel/yamac/Phys102/lhc-atlas.jpg Check out the black section of the roof (has 16 areas) as well as the 8 orange, lateral supports between the flying buttresses. These, to me, resemble the 8 orangish magnets on ATLAS. Also, the easternmost section of Beauvais resembles half of a LHC calorimeter. The circular section of Wilson Hall resembles one as well.

    The cathedral’s vaulting interior is 157.5 feet, which is damn close to 160. Could its height actually close in on 160 feet if its measured from the outside, with the small sloping hill removed (see virtual tour of exterior)?

    Wilson Hall has sixteen floors.

    Fermelab has some spectacular art on its campus. Of note is “Tractricious,” which consists of “16 inner pipes from old well casings.”
    http://www.fnal.gov/pub/about/campus/sculptures.html

    The rectangular section of Wilson Hall’s exterior has 16 “edges”, and the circular has 18. the golden ratio is: 1.6180339887
    http://www.fnal.gov/pub/about/whatis/wilsonhall.html

    Back to fc & 252, which is were I signed off in the previous post. In the hash table, why does f appear 3 times, and c once?

    Interestingly, f3c1 hex = 62401 dec

    62401 is the zip for Effingham, Il.

    Geographically, Effingham and Fermilab are both located at a longitude of 88 degrees (sigh…16)

    Also interesting is info I stumbled across here: https://twiki.cern.ch/twiki/bin/view/Atlas/P4MuonRunList There’s a chamber on ATLAS called BMF3C12 (note the f3c1). It’s included on the list of “noisy tubes/chamber” (note: NOISE) and has an “AtlasID” of 1318. When 1318 is converted from hex to dec, we get 4888. This is the geographic loc of an island called “Royale National Park.”

    This gives us:

    -48 N, 88 W (Royale National Park)
    -41 N, 88 W (Fermilab)
    -38 N, 88 W (Effingham)

    I have a few more thoughts, but want to give them some time to develop before sharing…

  180. Can anyone tell me what this odd shaped structure is?

    http://maps.google.com/maps?ll=41.831668,-88.252168&spn=0.001437,0.003122&t=h&z=19

  181. One more thing that may be of interest. Check out the pic here:

    http://www.hep.princeton.edu/~mcdonald/dec0201/french_army_knife.jpg

    The snake-like parts of the knife (bottle openers?:P..) resemble s’s. ie: ‘s252′, or
    ‘sPierre…’

  182. More interesting features of ATLAS and Beauvais that may be worth mentioning.

    -As noted, the orange(ish) magnets on ATLAS look similar to the “support beams” at Beauvais. Both number eight in total. They seem to be positioned differently, though. Two groups of four at Beauvais, or 4^2.
    -Beauvais’s black peak has 16 sides, or dimensions. The images I’ve seen of this aren’t very clear, unfortunately.
    -Each piece of ATLAS’s external support structure (sorry, no idea what it’s actually called) is a symmetrical, 8 sided figure. Again, 4^2.
    -There are 8 of these 8 sided structures. Same pattern.
    -As noted, the calorimeter has 16 distinct “grooves” or areas.

  183. There appear to be 16 panes in the circular windows of Beauvais. Again, the images aren’t very clear.

  184. Digesting information. I could maybe use some collaboration if anyone feels like playing along.

  185. Has anyone given thought to the fact that it’s a “warning” about what might happen when the LHC is activated? There are some people who believe it to be a “doomsday” device:
    http://cosmiclog.msnbc.msn.com/archive/2008/03/27/823924.aspx

  186. Matt79,

    yes…i’m in…and havin the same problem as u…digestin information…i call it information overload

    i hope u don’t mind my internet style of writing…i don’t have time to put things in proper sentences so i use the “…” as a form of break between thoughts

    we both need some collaboration and u r doin a great job at trying to find a pattern to things

    marston bates said in regards to research… “the process of going up alleys to see if they are blind”…all research has it’s value

    the idea of the Beauvais Cathedral points in my direction of ss 16…i need to expand on my reasonin a little bit… as i said my first thoughts went to the dvd “angles, demons & masons” cause cern and the lhc were mentioned and much like shoemaker i dismissed it as ‘noise’…when it comes to conspiracy theories i’ve heard many

    it seems as though the author of the note made the first and last sections to confound anyone trying to decode the message…granted…i did alot of lookin around as i formulated my ideas…and the author is very slick in wantin to achieve his purpose of being smarter than eveyone else…

    “employee number basse 16″ certainly is not the author…the author wants his audience to go on a wild goose chase or maybe a scavenger hunt…so, i strip out the noise and came to ss 16…i thought what nazi 16 could mean…well…when deciding about Pope Benedict XVI he was repeatedly accused of being a nazi and the idea of france and the pope in a duel over cern sounded good to me…

    what stood out to me…was that the author was an insider who would not believe that atlas is a doomsday machine…yet, if one wanted to cause a some havoc blame has to go somewhere…

    ravin

  187. and one more thing…which i can’t answer…basse could refer to building 16… i don’t know if there is a building 16 or if there is what it’s use is…

    yet, “employee number basse 16″ could have a double meaning like most of this note

  188. Scott McNair Says:

    I think I’ve solved it.

    Notice at the bottom of the middle area, it has a letter “S” followed by a triangle and a lambda symbol. The triangle and lambda represent “F” and “C” respectively, according to the accompanying chart. Therefore, S = FC.

    In the bottom part, it says “EMPLOYEE BASSE SIXTEEN”. That typo struck me as a little odd, until I compared it with the “S=FC” revelation. You can replace the letter S in “BASSE” with FC, and get the hex number BAFCFCE. There’s also the possibility that EMPLOYEE is a double entendre, meaning actually “EMPLOY EEBAFCFCE SIXTEEN”.

    Using this logic, the employee number was either 196071374 (BAFCFCE in decimal) or 64083709902 (EEBAFCFCE in decimal).

    Or if that doesn’t pan out, you could take the two numbers, convert them to trinary, and then see if a name pops out. I don’t have the resources handy at the moment to verify that, but it’s another line of thought that could be followed.

  189. With respect to Mike’s post above, and ||| | | ||| | | || || ||| || | | || |

    Using the 2nd table found at: http://www.gmilburn.ca/2008/05/17/fermilabs-strange-letter-progress/ I derive “ddxv 21″

    ddxv in Roman Numerals = 1015 This was the first thing I tried last night, but I guess the web converter I was using either wasn’t functioning properly or I didn’t immediately see the pattern.

    So we have 1015 21

    After some very quick testing, (10^15)+21 seems to have an unusual number of Google results attached to it for a number so large, doesn’t it?

  190. Hey Ravin,

    Prior to this adventure, I had only briefly encountered Dan Brown’s work. I read the Davinci code several years ago, but since then I haven’t really picked up anything else related to “Angles, Demons and Masons.” I’ll have to read up on this.

    I’ll post some more soon, hopefully.

  191. BTW, Ravin, I’m still pondering everything else you posted in your original message, especially Levi 9, the common name of Shoemaker, and the possible relation to symbol(s?) in the letter. As with all of this, it’s a subject that I’ve never even encountered before, so it’s a lot of info to absorb all at once:)

  192. Also note that (10^15)+21 has 16 digits:)

  193. Grasping at Straws: I also have 16 characters in my name, my street address *very* much resembles 16 (privacy, thx), and my birth year has a sum of 16. Perhaps I should take this as a personal realization that the number 16 occurs all to frequently in “nature” to be of any significance here…lol.

  194. In the middle part, I think the first word is DIAMOND as in the DIAMOND Particle accelerator in the UK. So.. F=D, 0=I, B=A, E=M, 5=O, 8=N, and F=D. Unknown if the >2 is a word seperator. That would start the next word with a D also, and the third word (or fourth if the line terminates a word) starts with M…. so maybe DIAMOND D??? ????? M???M?

  195. 1000000000000000 and 21

    One quadrillion has 16 characters
    100000000000000021 has 18 chars.

    Once again, we a number extremely similar to the Golden Ratio. 1.618… I don’t have enough mathematical background to make much sense of this, unfortunately.

  196. backtracking a bit now. If we take the original, 3 symbol message from the 2nd stanza, and assume that s=1, we get 1FC. Converted from hex, this is 508… http://www.section508.gov

    Are we done?

  197. i have to ask the question…why do the 2 symbols followin the ‘s’ have to be FC?

    IF that was the case

    Then why didn’t the author make a symbol for S

    Then write the 3 characters as pairs like the
    previous two lines

    Else

    Then the 3 characters are what they are an S
    and the two symbols

    End If

    ‘S’ can not = 1 because none of the prior pairs have a value on the top part

    maybe they are what they are…they are what the symbols represent not the bottom character

    the middle section clearly was wrote to correlate the top to the bottom characters in that section…

    the ‘i’ means ion particle and the symbol under could mean the kinematic varible available in Particle Generator’s default setting which is “phi angle from positive x-axis”…mind u i did that from memory…right now i have a migraine and neck ache

    i would like to point out that i searched for a better pic of the note and liked the one at userfriendly.org…i was lookin for whether or not the dot in the symbol above the 6 in the top sentence was a mistake because it isn’t in the symbol above the 6s in the bottom sentence…

    in addition, i studied the stanza to see if maybe it was wrote by two or more people…because the symbol above the first F is different then the others and the other two Fs are wrote different then the first but the same as each other…i decided that it was all wrote by the same person after much research on other things

    and it has been along time since i did hex and

    IF it was hex

    Then there would be a symbol for A and 1

    End IF

    have a good night, ravin

  198. One more post this morn, hoping to clarify the possible tie between the GR and s=1.

    Any thoughts?

    http://fermi16.googlepages.com/home

  199. It is known simply as the Main Ring pagoda, and was used in the late 1960′s or early 70′s for surveying the site of the 24 service buildings and sector monument points of the original 400 GeV Main Ring accelerator. Not used now. The water around it was supposed to be the Fermilab logo but was never finished.

    Matt79 asked:
    >Can anyone tell me what this odd shaped structure is?

    http://maps.google.com/maps?ll=41.831668,-88.252168&spn=0.001437,0.003122&t=h&z=19

  200. Hey Ravin,

    Feel like discussing this via IM, so we don’t have to wait for the fine Fermi folks to mod our posts?

    “my user name here” at gmail.com

    Anyone else is welcome too.

  201. I have a few free mins, so here’s another summary for anyone interested.

    Originally, I thought that the three symbols may represent 0FC, which converts to 252 in dec. This is Pierre P’s former Fermilab ID. I now think this may have been a mistake on my part….either that, or some sort of misdirection on the part of the author. Regardless, I still feel that the pic here may be of some significance: http://www.hep.princeton.edu/~mcdonald/dec0201/french_army_knife.jpg

    Even without the P.P. connection, I believe the French meaning of BASSE to still be relevant, especially in terms of its connection to “low” and Beauvais cathedral.

    Thanks to Ravin, we know not only of F Shoemaker, who’s mentioned in the letter, but also a Eugene Shoemaker, who discovered the Shoemaker-Levy 9 comet, which collided with Jupiter on July, 16 1994. As Ravin noted, one of the symbols bears resemblance to this, though I need to look into this further. Its fragments collided at a Jovicentric Latitude between -44.29 and -44.14. Significant?

    There are many, many, MANY parallels between Fermilab architecture, Beauvais Cathedral, the number 16, the number 18, the golden ratio, and the LHC. See my above posts for more details.

    Symbol #1 appears zero times in the table, symbol #2 three times, and symbol #3 once. This gives us 0f3c1. f3c1 converted to dec is 62401, which is the zip code for Effingham IL. Oddly, this city shares a latitude with Fermilab of -88 degrees W.

    Also potentially interesting is info I stumbled across here: https://twiki.cern.ch/twiki/bin/view/Atlas/P4MuonRunList There’s a chamber on ATLAS called BMF3C12. Note the f3c1. (Math ppl, what’s the probability of this occuring?). It’s included on the list of “noisy tubes/chamber” (note: NOISE) and has an “AtlasID” of 1318. When 1318 is converted from hex to dec, we get 4888. 48, 88 is located around an island called Royale National Park, and once again, it shares a latitude with Fermilab.

    This gives us:
    -48 N, 88 W (Royale National Park)
    -41 N, 88 W (Fermilab)
    -38 N, 88 W (Effingham)

    Moving in a different direction, Mike noticed the following occurrence of symbols in the middle section: ||| | | ||| | | || || ||| || | | || |

    Using the 2nd table found at: http://www.gmilburn.ca/2008/05/17/fermilabs-strange-letter-progress/ this converts to ddxv || |. ddxv Roman Numeral -> dec = 1015 || |, or possibly 1015 21. 10^15 has sixteen digits, while 10^15 concat 21 has 18, giving us 1618. 1618 resembles the Golden Ratio.

    Notable is the symbol attached to 7, which is the Golden Ratio’s reciprocal. I’d love to see a chart matching symbols in the letter to symbols in math. Anyone?

    We of course know that in the middle table, there’s a key/val pair for every base 16 numeral except 1 and A. The Golden Ratio, expressed in dec, of course makes no use of A. So, using this as a “key”, or clue toward s being equal to 1, we’re now able to substitute a symbol for every number in the Golden Ratio.

    This all gives us: http://fermi16.googlepages.com/home (click the thumb)

    As well, 1FC hex = 508 dec, which one can read up on at section508.gov. Could the employee number = 508? Someone disabled, perhaps?

    So, that’s where I’m at. I’m truly starting to lean towards this letter being some sort of hoax or publicity ploy (Fermilab not actively participating in the discussion doesn’t help), but as with everyone else I have no real idea.

    Either way, it’s fun and I’m learning a Hell of a lot!

  202. perhaps everyone is tryint to be too analytical with this. it’s obviously a fun thing, not a secret formula for cold fusion or anything like that. and it’s also likely that it’s from someone with personal knowledge of the early working of fermi lab or QM out of the 50′s and 60′s, perhaps earlier. and interesting thing that i didn’t see anyone notice is that the top line of hexidecimal adds up to 107, which is the atomic number for bohrium, and the bottom line is 99, which is einseinium. now they did have thier debates back in the day, and possibly there’s a corrilation there, as far as what 5fc or sfc has to do with that i don’t know. now maybe Frank Shoemaker has some personal opinion of the einstein-bohr debates, or was involved witht them or thier debates in some way. i’m personally not that old and only have 5 minutes before work is over to look into what’s available online. how about you people looking into the einstein-bohr connection and see what we come up with.

  203. The letter may have been sent by Frank Calaprice, a member of the physics department at Princeton

    http://www.hep.princeton.edu/~mcdonald/dec2399/

    This photo is of Frank Shoemaker and Frank Calaprice

    sFC = signed, Frank Calaprice

  204. What does Badge Number 26-252 mean?

  205. Some (all?) of the symbols in the middle section appear to be UNicode characters. For example, the code on the D, that thing that looks like an 8 with a circle in the bottom ring could be ტ which is the Georgian letter ‘tar’, apparently, and has the unicode number 10E2.

    If anyone with more patience than me was inclined to trawl through the unicode tables, the unicode numbers might conceivably be relevant. I suppose.

  206. Matt,

    If you are right about the zip code thing… could the middle part be an address of some sort?

    Also, before I read all of the banter contained on this page I had assumed that the “S” in the bottom part of the middle bit of code represented either 1 or A in hex since neither of these appear in the code.

  207. Come on Mr. / Mrs. Author, give us a hint!

  208. don’t have IM installed and don’t use it for that matter…

    personally, i don’t think that this letter is a joke in the way that the note was received…

    there is one thing i learned during college…notably, programming…KISS…Keep It Simple Smartie (or as some say Stupid)

    i think if the author is going to give us a hint it will not be in the way that matt wants it to be…that is all i will say in that regards

    the reason i brought up the shoemaker/levy incident is that the E with it’s diagram could represent and EVENT or EVENT ENERGY…but mostly event

    If anyone that has a PHD or any other of these people that is thought to be the author of this note

    Then the action would not be considered as something one would want to be remembered for

    thus this note was wrote by someone who is implying that this note is not ‘noise’ and should be taken seriously…if it was a serious formula and not a threat then it wouldn’t be sent in this manner

    about the IM…a friend of mine says he doesn’t run a corporation…no, he runs a shelter for wayward slackers who have to look up the big words in the dictionary…i said…bah humbug, i’ll play what i want!!!

  209. [...] in Batavia, IL "received a curious message in code" via USPS. In May 2008, scientists posted a facsimile image of the letter to their blog in the hopes of soliciting cryptologists to dec…. A partial solution began to appear by the very next day. Geoff Milburn (creator of the Homebrew [...]

  210. Middle part doesn’t translate directly from HEX to binary to ASCII. Could be an offset? I’m too tired to follow it anymore but here’s the work I’ve done so far.

    First two lines in byte to decimal:
    240, 190, 88, 242, 253, 99
    108, 121, 210, 228, 147, 230

    AFC may be initials?

    ASCII only goes up to 127 chars, so possibly extended ascii or unicode. Could be that it cycles. If you noticed the 88 and 99 could denote space giving the offset for the previous word, or some piece of the offset as 240-88 is still above 127.

    Then again, I’m studying computer engineering, so that’s the lens with which I view it. Could be entirely unrelated.

  211. There seem to be specks all over that sheet of paper. Are those actually marks on the paper or was the scanner used to capture the image of the paper really dirty? I don’t know could just be noise. :-/

  212. Harry I also thought that it was unicode characters, but I did’nt find three characters:
    + the 8 with a 6 inside (corresponding to D)
    + the three circles with tha bar (corresponding to 4), not sure it’s a tar
    + the two small bars (9)

    For the first one, I Googled it several times and find nothing. Does anyone know the names of these symbols ?

  213. One question that I have not seen anyone ask: Why did the USPS deliver a letter with no return address?

    Was the letter post marked? If so, what city/country is the post mark from?

    ~retro

  214. Nicol Knappen Says:

    I’ve come at this via Digg and the Tribune article. Although I’m a physics fan, I don’t understand much about mathematical codes. However, I wonder if a low-tech approach to part of the puzzle should be considered.

    Because the word choice is so restricted, the two phrases “Frank Shoemaker would call this noise” and “Employee number basse sixteen” immediately struck me as anagrams. Consider that if you’re writing a message in code, you could write any amount of words, not just these few.

    The fact that in the “Shoemaker phrase” you can find the words CERN, FERMI, HICKS, HOLE, WORLD, RISK, etc., seems to me more than a cooincidence. So far, I have only found one sentence using all the letters that might possibly make sense:

    “ASK CERN IF WE RISK A SOLO NLH HOLE”.

    NLH would represent “nonlinear Hall”, but I have no idea if there is such a thing as a solo nlh hole!

    Many interesting sentences can be constructed from the Shoemaker phrase but they have letters left over. If those letters make up names or technical terms, I probably wouldn’t recognize them.

    Some of these (Shoemaker phrase) sentences include:

    CERN is not safe
    He knows a CERN trial is safe
    he claims our world is not safe
    Fermi should ask CERN how aliens talk
    CERN is another madhouse
    we risk a nonlocal hole
    ask CERN if we risk holes

    From the second phrase (employee number basse sixteen) one can make two words that seem very significant: PROBLEM EXAMINES (or, of course, EXAMINE PROBLEM). With the leftover letters I can’t get anything very sensible: butenes, eyes, etc. Again, if names or technical terms are included, I probably wouldn’t know them.

    Given what seems to be the complexity of the code, it would not surprise me to learn there is more than one complete anagram for each phrase, or that those different anagrams were related. Or it may be that the sentences generate a certain number of words (from a mathematical formula?) that can be put into a paragraph form.

    Thoughts, anyone?

  215. As amazing as all the theories are, It can’t be THAT complex? Can It?

  216. There are what appear to be ink dots scattered throughout the page. Have those been discounted, or could they mean something as well? For instance, look at the difference between the three 6 characters in the center section. One has a dot underneath, the other two don’t. The E characters ALL have the dot, so it seems to be intentional for those.

  217. JustinBeck Says:

    Has Nils Plesner Basse ever done any work at Fermilab?

  218. Something far less convoluted and romantic…Hex mapped to dec in reverse.

    0-15
    1-14
    2-13
    3-12
    4-11
    5-10
    6-9
    7-8
    8-7
    9-6
    a-5
    b-4
    c-3
    d-2
    e-1
    f-0

    Using this, f3c1 = 3134, which is Pa…Cl… in the Fermi directory.

  219. i have to agree with the others…it can’t be that complex…mostly, because we are still talking about the human mind…when someone writes a note like this they want the reaction of 1) it is too difficult 2) it has to be complex 3) it causes people to look foolish

    i appreciate the enthusiasm from everyone…because it is like a scavenger hunt mentality for the person who wrote it…but i would like to defer to such things as the notes the BTK letter and the anthrax letter that was sent (not to mean this person is a killer)

    in their own ways the authors share common themes…power over people…all of these little clues on how the mind works helps decode the letter as one looks for what the images represent and then will more than likely find the person

    granted that the note wasn’t released until May of this year (2008) can be helpful…it leaves the decoder looking for clues from the time before and during the letter…as some clues may be apparent from that time period time

    as the note was not released and the “uproar” over it didn’t materialize the author may of felt the need to put a clue out there because the author felt no one could figure it out and it goes into the empowerment feeling

    thus the decoder has to look with open eyes and make connections…not being a physics person but not intimidated by math including a programming background has helped me…i may see the connection to what it represents just not sure what it means

    we shall give it a try…i don’t believe that the middle section is to be decoded the same as the others…i can’t see the author getting pleasure in that…the author wants a game and truly doesn’t want the middle section decoded

    one note on the decoding of the first and last part…the guy who decoded went from having 000 represent A when that didn’t work out he changed 000 to represent space…instead of the space at the end and then came up with the accepted decoding of those two stanzas…which i didn’t doubt from the beginning

    so, then i found this…from the atlas software for the particle generator one of the formulas is “rate for W + n or more jets, n= 0,1,2″…i thought bingo!!! (0,A,B and so on)

    now granted i have had a few ideas on these images and am still up in the air on a couple…but i will say this

    the image above the 3 could represent the variables in the particle generator of Vx,Vy,Vz meaning all three vertexes

    and the i with a “0″ w/a slash through it meaning an ion particle set at the default of “phi angle from positive x-axis”

    the E with it’s diagram meaning Event Energy…the default mode for energy is an E…and for E, PG uses energy related variable

    i’ll stop with that tonight…have a good night, ravin ;) )

  220. Also, the 88 degree long coordinates I mentioned above, when wrapped around the earth’s circumference, sort of resemble a certain logo, don’t they?

    http://fermi16.googlepages.com/atlas

  221. Shift Dec down relative to hex: (In a similar way to the above post):
    f3c1=58032, the zip for forman ND, which resolves to: 46″N. Cern is also at: 46″N

    http://fermi16.googlepages.com/cern

    shift up:
    f3c1=1234 (wow??)

    Must sleep. Have to get up in a few hours! If anyone wants to pick up where I left off, it would be appreciated.

  222. Some more coordinates (sorry for the bombardment of posts). There’s still seven numbers that don’t resolve to a zip code

    Ferimlab: 41N, 88W
    Isle Royale: 48N, 88W
    Cern: 46N, 6E

    Shift hex table 0 times-62401-Effingham, IL 62401: 38N, 88W
    Shift 1 time-1234
    …2-5603-??
    3-9972-??
    4-14085-Lake View, NY 14085: 42N, 78W
    5-18454-Poyntelle, PA 18454: 42N, 75W
    6-22823-??
    7-27192-??
    8-31561-Georgia 31561: 31N, 81W
    9-35930-??
    10-40299-Louisville, KY 40299: 38N,85W
    11-44668-??
    12-49037-Battle Creek, Mi 49037: 42N, 85W
    13-49310-Blanchard, MI 49310: 43N, 85W
    14-53679-??
    15-58032-Forman, N Dakota 58032: 46N, 97W

    http://fermi16.googlepages.com/globe (possible alignment)

  223. MarcusBrody Says:

    A prior post mentioned that, when the page is turned 90 degrees clockwise, you can see the letters HI. If you number the alphabet from A=1 to Z=26, then HI gives 89. If 89 is taken as a hex number, the decimal number is 137. Has there ever been an employee 137 at Fermilab?

  224. Harry and Vince,

    I think Harry was saying that the 8 with a small circle in it could be the tar. As for the 3 circles figure, I found one that looks like it, but without the bar, but I didn’t write it down because it wasn’t an exact match. The trouble with Unicode is there are several possibities for some of the symbols. For instance, there are like 5 possible matches for the Phi symbol and the hyphen-looking character above the B could be a lot of different symbols in the table. The small “greater than” symbol above 2 could also match several different figures.

  225. good afternoon everyone

    about the “8″ above the D…i wrestled with a few things…i started with the icon for the physics games at the lederman science center

    http://ed.fnal.gov/lsc/index.shtml

    for the icon for warp speed looks alot like it…and then in the game ‘race for energy’ there is one red ball and one green ball..so i thought maybe the little circle in the figure above the D represents that it is two different colors and the D means Distance…of course, that seems like part of it…then i found this

    http://cdsweb.cern.ch/journal/article?name=CERNBulletin&issue=25/2008&number=1&category=News%20Articles&ln=en

    “The TI8 transfer line runs from the SPS towards the LHC, where it intersects just before point 8. The beam was extracted from the SPS, sent down the 2.8km transfer line and stopped just 15m or so from the LHC tunnel. This is done with a TED or ‘beam stopper’ that is physically placed in the path of the beam line to prevent the beam from taking the last step into the LHC.”

    so the T. with the 8 under could mean the TI8 transfer line and the D means distance and the “8″ with the circle in it means the intersection

    now lets go to something not talked about here…the middle section is 12 spaces long and there is two of them…which brought me to 12 x 2 = 24 and this

    http://atlas-service-enews.web.cern.ch/atlas-service-enews/features/features_alignment.php

    “One of the ID alignment group’s tasks is to set up the technical infrastructure to perform necessary steps of alignment chain in the 24 hour operations cycle. With the FDR exercises, we found ourselves starting to dance to the rhythm of the daily operations in data-taking. We used the FDR chance to design, implement, deliver, improve and automate the components of alignment processing. ”

    in addition…the symbol > and the 2 could mean

    “The main aim is to have a deeper understanding of the weak modes (global deformations to which a track-based chi2method alignment has limited sensitivity) . ”

    or be related to

    the commissioning of the tile calorimeter where i found a table that went from .2 to 2 energy cut off in triggering back to back the rate of events and the towers that produced from them and the minimum energy from the towers

    which then leads to what are the F and it’s symbol to mean? and the other symbols…and is this just pieces to the puzzle that we have to put together instead of a straight out formula?

    before we go there i still had some thoughts on the “8″ above the D…and that goes back to the particle generator software which can be found at

    http://www-theory.lbl.gov/~ianh/monte/Generators/ParticleGenerator/ParticleGenerator.pdf

    on page nine it talks about nested loops and sequences

    going back to the

    http://atlas-service-enews.web.cern.ch/atlas-service-enews/features/features_alignment.php

    the middle section is two lines of 12 spaces with 2 characters as i said above 12 x 2 = 24 and well there is two lines of 24…i thought this might be relevent

    ” As for the last words on ID alignment: they will come from the real LHC data, although definitely not on the very first day! ”

    that is alot to digest…so i will leave it there for now…ravin

  226. The large scan shows black dots that would at first seem like noise (from the scanner or the production of the paper) but seem to be deliberately put on the paper.
    Some dots are also scattered about the cipher:
    - first line of top part of cipher, below the third stroke of the first three stroke pattern (starting from the right)
    - in the middle part of the cipher, the character on top of the 6; for the top line, it has a dot, the bottom line has two sixes that do not have a dot

    maybe that’s what the top cipher is referring to? that the dots would be treated as just noise but if analyzed may yield something?

    Also another thing I noticed, the character for 9 in the middle cipher made me look at parts of the pattern in the top and bottom cipher where this character “occurs”. For example:

    (best viewed in courier font)
    ||| || ||| || ||| ||| ||| ||| | | | || | ||| ||
    ||| ||| ||| || ||| | ||| || || | || ||| ||| |
    ^^ ^^ ^^^^ ^^ ^^

    the ^^ marks the sections where the pattern appears, reading the cipher two lines at a time.

  227. last post didn’t turn out right. trying it again:

    (best viewed in courier font)
    |||_||_|||_||_|||_|||_|||_|||_|_|_|_||_|_|||_||
    |||_|||_|||_||_|||_|_|||_||_||_|_||_|||_|||_|__
    ____________________^^__^^____^^^^_____^^__^^__

    i replaced the spaces with underscores.
    this probably needs to be cut-and-pasted to a text editor and the underscore character (“_”) replaced with a space character (” “).

  228. lokks to me two mad scientist just playing their version of “”Hangman”, so this must be a reply and the Parts 1 and 3 the attempts

  229. ooops…sorry for posting twice…..

  230. sym one is noise, occurs zero times
    sym two occurs three times
    sym three occurs once

    iii
    i

    from table 2 used in the top and bottom sections: http://www.gmilburn.ca/2008/05/17/fermilabs-strange-letter-progress/

    iii=0
    i=1

    Employee 01, or Fermilab’s founder, Robert Wilson, who is still listed as an active “employee.”

    The table is missing 8 digits, which would explain the reference to BASSE (the incomplete cathedral).

    “Base 16″ was noise/misdirection all along…? Sigh.

    Wow. Could the most obvious solution really be the right answer?:P…

  231. Oops. Table #2 has 28 missing. I should learn not to post so quickly..lol #01 still stands, though.

  232. Lastly, 01 maps to A in table #2. A search in the Fermi DB reveals employee 1A to be Mr. Wilson.

  233. 196 missing from the BASSE table when counting directly from zero.

  234. “FRANK SHOEMAKER WOULD CALL THIS NOISE”
    “EMPLOYEE NUMBER BASSE SIXTEEN”

    Five Point Summary:

    -sym 1 occurs 0 times
    -sym 2 occurs iii times, which = 0 using table from first / second section
    -sym 3 occurs i time, which = 1 using table from first / second section.
    -Table two = BASSE (incomeplete cathedral) sixteen (196 digits missing, with a sum of 16)
    -001 mapped using the newly named ‘BASSE 16 Table’ = 001A, and 001a = Robert Wilson, who is marked as an active “employee” in the Fermi Dir.

  235. An odd coincidence? A stretch? The following geo coordinates for f3c1 and 3f1c can be interpreted as an ‘E’, or 014 in dec. This was Robert Wilson’s ID# when he was at Los Alamos. The points do not line up 100 % perfectly imo, though note that they include Cern and Fermilab.

    Los_Alamos_National_Laboratory ID of 014: http://en.wikipedia.org/wiki/Image:Robert_Wilson_ID_badge.png

    Map of hex E. Looks better in G Earth: http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&ll=48.69096,-41.484375&spn=72.473772,112.675781&t=h&z=3&msid=103603129127941031448.0004526acc0edf22b2e16

    I still think ‘base 16′ was mostly noise, though:)

  236. I was looking at a book on symbols and I found only four that were significant.

    The symbol above the letter B stands for “passive, static”.

    The symbol above the number 9 means “active, dynamic”, but only as a single line. The two lines could mean motion as well since it is active.

    The dot symbol which is seen in several places means “unity, origin”.

    And, finally, the symbol above the # 4 COULD be “Trefoil” which signifies knowledge. Alas, we see it as three circles with a line to the right of it, as if stopping it, therefore, stopping our knowledge.

  237. Hi

    Please forgive me if anyone of you feel offended by the following comment. I swear I don’t want to mock anyone, I just want to give a helping hand by offering a different point of view.

    What if the top of the letter is a joke, or, at least, part of a joke? Because some of the symbols on the top of the letter seem very similar the fictional kryptonian language used in the Smallville tv show. I’m serious, please compare those symbols to the ones of the letter. Maybe someone could get a clue with that.

  238. Oh, sorry, when I wrote “top of the letter” I meant “middle”. Please forgive this lapsus. Nevertheless, I still think the symbols could be kryptonian. Maybe the author is not a code genious. Maybe he is just geek.

  239. How about this:

    We’ve talked about how “Employee Number Basse Sixteen” has an extra ‘s’ in it. The extra ‘s’ might be the “noise” referred to in the top portion that must be removed for the statement to make sense. The three figures near the bottom portion may be instructions to decoding the middle part. Perhaps it’s telling us to remove the symbols above the F and C. This allows us to shift the lines of symbols as a whole to the left. If we do that, then decimals with a missing symbol above them would be 8,2,3, and 6 if you moved the top and bottom symbols separately OR 8,2,6, and 6 if you shift the symbols on both lines as a whole.

    Are 8236 and 8266 possible employee numbers?

  240. Actually, I tend to favor 8266 as the employee number, as I feel it is a more elegant solution. If this isn’t the answer, I strongly intuit that everything we need to solve it is in the puzzle already–we just need to apply logic, and possibly some mathematics to solve it.

  241. I doubt it’s Kryptonian:
    http://www.supermanhomepage.com/comics/comics.php?topic=comics-kryptonian_alphabet

    But it was worth a thought. :-)

  242. I agree with one of the much earlier posts maybe it was ment to be read from a landscape view. Also “basse sixteen” could possibly refer to basse-normandie. Maybe Frank or one of his close colleagues was of french descent. (just a theory) I think we should look into the life of Frank and take clues from that.

  243. [...] Codigo fermilab Publicado el Julio 21, 2008 por elreves El enigma se inició el año pasado, cuando un sobre con un codigo secreto recibido por correo postal llegó al mundialmente famoso laboratorio de física de Chicago, dirigida simplemente a “Fermilab“. [...]

  244. [...] historia comenzó hace tiempo como un código secreto recibido por correo postal en el labotatorio Fermilab. La curiosidad llevó a quienes lo recibieron a publicarlo en la web, [...]

  245. Looking at the center piece, it doesnt decode down direct to anything like 360/370 assembly (the only close to an opcode I can find is D2, but with no base registers its silly to go any further). I went so far as to compare it to an old IBM Green Card to see if there was a relationship, but alas, nothing jumped out.
    It is possible (using the old IBM coding charts of the day, or possibly even an old Hex printing program such as IBMPRTPCH or such) that the lines read top to bottom rather than right to left and continue, but still no opcodes jump out there. Letters in EBCDIC basically run c1, c2, c3… (a,b,c…) and numbers F1, F2, F3… (1, 2, 3…) so no correlations to direct EBCDIC conversion.
    Some of the characters, look like EBCDIC translations in the early charsets/fonts. I didnt look back beyond 360/370 assembly, perhaps there is a hardware correspondence other than IBM.
    There is no alliteration of letters corresponding on the surface (like the other sections), so its not a direct translate. It does bear a relationship to double word addressing or fullword addressing, but what it addresses into (if it does), is quandry itself. It is possible that using fullwords, it contains 6 individual addresses (fullwords), but if there is an length/displacement thing, I dont see it. I dont see any ASCII correspondence either.
    The 1FC (or AFC depending on your view) is out of place (being 3 characters as opposed to the 24 character block as well as being offset on the page) so that suggests its probably either the cypher key or the ‘number’ itself.
    Its highly possible the section is a cypher of a phrase and the Hex values are offsets (somehow) into the phrase to pick out letters that spell something else (try and say that with a mouthful of crackers). If so, it will make it pretty tough to descramble without feeding a jillion different phrases (perhaps something that frank shoemaker usually said) into a program.
    If you apply Occams Razor, deciphering sections 1 and 3 were relatively similar, thus they probably are used in deciphering the middle.
    I doubt that the ‘basse’ is anything other than a typo, but, that the word ‘sixteen’ was written out, leads me to believe that there was a need to write it out. (Normally people arent used to writing in ‘chicken scratch’ so the human eye cannot readily see that a typo was made)

    Maybe this helps someone with some ideas..

  246. [...] El codigo secreto que llego al Fermilab (eng)www.symmetrymagazine.org/breaking/2008/05/15/code-crackers-w… por jacarandosa hace pocos segundos [...]

  247. SFC = 1FC = 508 (base10) = Section 508

    Note the S was also remarked in part 3 “BASSE”

  248. just a quick input, 12 digit HEX numbers are used for MAC addressing… anyone check the MAC addresses of the pc’s at fermilab?

  249. meh, no one uses either of the starting 6 digits for a vendor code, scratch that idea

  250. WTF?

  251. O.k.-

    B C D E F

    0 2 3 4 5 6 7 8 9

    These are the numbers and letters represented in the middle section. The # 1 is NOT represented and neither is the letter A.

    A G H I are not represented although they are the 1st, 7th, 8th and 9th letters of the alphabet. E is the only vowel represented. Not too many words can be made using this.

    Hmmmmm…..Anything important happen in 1789? Ummm besides the French Revolution….or…wait a minute!!! Basse! Someone said something about the word Basse being French-ish, and I looked it up on Google maps and the Basse area of France is just below England….wait for it….where the world’s largest concentration of crop circles have been found!!!! Six degrees Of Kevin Bacon I’ve Got It!!!!

    Just kidding, I don’t got it, But it is an interesting coinkey dink, right?

  252. O.k.! back to serious! I also broke it down this way:

    (in order as it appears on the paper)

    F=3 0=1 B=1 E=3 5=1 8=1 F=3 2=2 F=3 D=2 6=3 3=2

    6=3 C=1 7=1 9=2 D=2 2=2 E=3 4=1 9=2 3=2 E=3 6=3

    BASICALLY, the number or letter corresponding to the symbol above it appears in the sequence how ever many times is after the equal sign.

    I am sorry, I do not understand the hex system or else I could have deciphered it for you.

    Maybe you can decipher the middle area just like you did the top and the bottom since they were in series of threes as well.

  253. well, when it comes down to any old IBM codes & assembler i can see why one should check there

    i just feel that by the way the author stated “frank shoemaker would call this noise” means that the author intention is to outsmart mr. frank shoemaker by developing a code that means something and his power is that noone should be able to figure out the middle part

    whether the extra ‘s’ is an typo certainly can be debated…though i would say that it is more than likely the author practiced this note before writing the one in pen that the author sent out and took alot of time to make sure the note was correct

    what stood out to me was the alignment of the stanzas…if the theory is correct that the author had practiced this note…the author could of easily rewrote the note to ‘his’ liking and corrected any mistakes

    the author did develop this 3 slash code…granted it is a simple code but i do believe that the author wanted the first and last stanzas to be decoded

    this leads to the question about the dots on the paper..well, even in email nowadays one can have different types of backgrounds…so, i believe the author likens it to some type of stationary

    the issue is what can we (as decoders or investigators) pick up about the author by what the author subconsciously left as clues..things the author doesn’t realize about ‘himself’ that start to show when decoding this note

    i believe there is a few of those things becoming clearer in this endeavor..first being that the author feels smarter than everyone else and that only a particle physicist can understand this letter if someone can decode it

    i apoligize…i meant to post soon after my last post but was sidetracked…

    getting back to whether it is sometype of computer code…that begs the question…if the author says frank would call this noise…then the author can’t be talking about computer codes but more of a puzzle…which then leads me to being sent on a scavenger hunt to figure out the pieces of this puzzle and then try to figure it out

    tomorrow, i shall discuss a few more of these symbols in the middle section and their correlation to the three digit ‘signature’

    until then…if the author is reading this blog…i would like to say that even a programmer can understand the laws of physics…i’ve been known to have a reply when i feel someone is giving me the runaround…it is an addition of the old saying ‘tell it walkin’..whereas, i say

    ‘tell it walkin…and by the laws of relativity, gravity, and motion…if their walkin fast enough…i don’t have to hear it…makin it that much better’

    even einstein didn’t think of himself as smarter than everyone else…he surely believed that if someone puts their mind to it they can do what he did and understand what he spent his life to figure out…because when einstein did develop his formulas…he knew other people needed to understand it or it did noone any good!!!

    i will leave it there tonight…have a good night, ravin ;) )

  254. Here’s an online hexadecimal to decimal convertor if anyone wants one:

    http://www.mathsisfun.com/binary-decimal-hexadecimal-converter.html

  255. Hi all,
    This is not exactly rocket science, but I googled this:
    “f.c. shoemaker” basse
    - one of the results led to a page with a pdf containing both words, but it’s in french and not a free download:
    http://www.springerlink.com/content/r823q7jn574806w3/

    I hope this is not a double,
    Kristian

  256. you might me unto something there
    although i think it’s been explored already:
    i’m new to crypt, so take with grain of salt.

    311 311 323 232 -> 200 200 212 121 -> ssxq
    311 222 312 233 -> 200 111 201 122 -> sntr
    #data shifted so S=space??
    abcdefghijklmnopqrstuvwxyz
    p o ki wuy xstrdec hfabmnl

    #becomes
    me
    thc

    as in: i am T.H.C (author?)
    or
    “The Haldron Collider”

    ################################
    #and keeping with S=space
    S=space triangle=F and 3rd symbol=C

    15*16 + 12 = 252 binary employee code
    but then again why put me THC, but hex code for Pierre Piroué?

    #hmm PP would be intials so what if S = P
    abcdefghijklmnopqrstuvwxyz
    uy xstrdec hfabmnlp o ki w

    #becomes
    ppin
    pa?l

    pin pal? that’s wierd….

    making t=space=s?
    so next line shifted by one?

    TFC=SEB = EB = 14*16+11= 235 who has this number? is their initials T.H.C?

  257. or maybe i’m overthinking this, and it’s suppose to be 252 for Pierre Piroué. instead of pinpal “pp in pa?l”? (gjqvz are missing letters) so:

    PAGL is an acronym for Peace, Assurance, Gratitude and Love
    PAJL family name
    PAQL (Pasquaney Alumni Quoits League)
    PAVL airport code in Kivalina, AK

  258. I broke it down this way as well:

    From top to bottom, left to right, the first row is all the letters and numbers that appear once in the sequence. The second row, the letters appear twice. The third row, they appear thrice.

    0 B 5 8 C 7 4

    2 D 3 9 D 2 9 3

    F E F F 6 6 E E 6

    (The first row has 7 letters, second row has 8 letters, third row has nine letters=7,8 and 9th letters of the alphabet are not used BUT the numbers 7,8,9 are used)

    Also, the symbols above the the letter B and the # 2, # 6 and the letter C are half the size of the rest of the symbols. The symbol above the # 9 is as tall as the rest of the symbols, but is broken. By joining the symbol above the B and the #9 we get B-9=benign(?)

    I also broke it down this way:

    From top to bottom, left to right, the first row shows the letters and #s that appear in the top row only. The second row shows the letters and #s that appear in BOTH rows and the last row shows the letters and #s that appear in the last row only.

    F 0 B 5 8 = TOP ROW ONLY

    E 2 D 6 3 = BOTH ROWS

    C 7 9 4 = BOTTOM ROW ONLY

    I think the symbols might be a way of connecting the letters and numbers to create a simplified sentence (example: F-8 = fate, B-9 = bening, 4-b =forbe

  259. converted middle paragraph to tri-nary
    (number of ones in each 2 bits)
    220 012 211 110 220 122 211 102
    112 012 112 101 211 011 022 111

    yfwmyrwl
    ofokwein

    weird all these letters appear in other two paragraphs after decoding,lends credence to this being a “key.

  260. Did someone investigate the BAN logic possibility? BAN logic is used to check the validity of crypto protocols. In BAN logic, the triangle means “recieve the message “. So the last part of the message could mean “S receive the message …”.

    Another idea is to decompose the symbol in elementary form:
    Triangle = 2 bars = 11
    i = .1
    the symbol corresponding to 4 = three circles and a bar = 0001
    and so on..

  261. is a boring chapter of Seinfield. logic!

  262. [...] 25, 2008 | 12:10 pm Local media interest in deciphering the coded message that Fermilab received last year continues.  On Wednesday, Naperville Community TV came to the laboratory to interview me (I’m [...]

  263. 2nd para = QA GMB SFC! “Quasi Superconducting Space Filling Curve”

    really need physics person to break this down, perhaps author is suggesting Space filling Curve of dopping for better high temp superconductors? as has been showing in some sites recently?

    #complete mapping, rotated, space maximum repeat.
    111->333
    IVWUYZXSTRDECGHFAB MNLPQOJK

    # of insitances of each symbol
    311 311 323 232 -> QA
    311 222 312 233 -> GMB

    QA= Quality Assurance? Question and Answer? Quasi?
    GMB= something to do with “Fermi superfluid”/Physics? unable to access article from Univ of IL,Urbana written by:
    A. G. K. Modawi1 and A. J. Leggett1, does either have fermi ID number?

    http://www.springerlink.com/content/qt881367745ul617/

    google preview says something about “Fermi superfluid” and “GMB correction”, perhaps this has to do with the 1st paragraph and noise? and maybe it IS about COLD FUSION for all i know about physics. Transconductance measured in gmB? something about high temp superconducters and dopping?

    3 letters still seem to stand at SFC =
    Space filling curve may have to do with arrangement of doping atoms. with it seperated from rest of code so that #’s work out for frequency arrengment, which means employee hex number is in 3rd paragraph. making it 16? or 22 decimal.

  264. Modelling and reducing uncertainty are two essential problems with mobile robot localisation. Previously we developed a robot localisation system, namely, the Gaussian Mixture of Bayes with Regularised Expectation Maximisation (GMB-REM), using a single sensor. GMB-REM allows a robot”s position to be modelled as a probability distribution, and uses Bayes” theorem to reduce the uncertainty of its location. In this paper, a new system for performing sensor selection is introduced, namely an enhanced form of GMB-REM. Empirical results show the new system outperforms GMB-REM using sonar alone. More specifically, it is able to select between multiple sensors at each robot”s position, and further minimises the average robot localisation error.

  265. Hey all…. a new clue has surfaced — Frank Shoemaker’s employee number. See today’s symmetryBreaking post.

    Cheers,

    Glennda Chui
    deputy editor, symmetry

  266. The bottom part bugs me. I think the phrase “employee number basse sixteen”

    Is wrong. Wouldn’t it be easier to just have an “#” symbol for instead of spelling

    out “number”? And “Employee”? why? Lower sixteen employee #s?

    Something is not connecting here and we are just accepting this a little too easily.

  267. hmm. GMB = Gaussian Mixture of Bayes eh? so pehaps middle paragraph is telling us to take a look at “noise” (with QA = quality assurance), removed all tick marks, all symbols and letters, leaving only black dots, INVERTED colors, and i got something VERY MUCH looking like star map. perhaps some astromers can ID this? perhaps it’s a alien planet sky, and this was message about hw to create “room-temp super-conductors” or just someone idea of a joke, and “stars” created from scanner noise.

    558KB JPG same pixel res as 4.4MB file above.
    http://user.mc.net/~rgriffin/fermi/fermi_encoded_star_map.jpg
    (fyi: if server gets pounded i’ll remove it.)

  268. To Randall:

    Wonderful!!! I looked at your star map!!! It was magnificent!! Although I do not think that it is as complex as that….I wish!

  269. Richard McBroom Says:

    PBS’s Nova Science Now put forth its “Kryptos Challenge” one year ago.

    “Kryptos” is a sculpture by artist James Sanborn, located on the grounds of CIA Headquarters at Langley, VA.

    Its final 98 character cipher has been a mystery since its creation in 1988.

    I believe that the Kryptos cipher has finally been decrypted (see the PBS Discussions Forum), except for the original Runic version of Project Gutenberg’s “Journey” cipher.

    I further believe that the timing and appearance of the Fermilab cipher is more than just coincidence, and I thank you for presenting it–I’ve been looking for it and will keep you posted!

  270. The apparent hex values in the middle section remind me of an image bitmap. I have tried a variety of decodings, but so far nothing has jumped out at me, such as an icon or image of writing. I took the middle part as a bit stream, either by rows (2 rows of 12 sets of 4 bits) or by columns (12 columns of 2 sets of 4 bits), reading the sets of 4 bits either hi-to-lo order or lo-to-hi. I then used those bits to fill rectangular bitmaps of varying dimensions from 1 x 96 to 96 x 1, in various orientations.

    Are there other obvious image decodings that I may have missed? I am ignoring the symbols at this time–I didn’t see anything I could do with them along these lines.

  271. Richard McBroom Says:

    In the mutually exclusive remnant between Kryptos part 4, and the English (longer) versions of the Fermilab cipher lies the following message (leaving “RBVQQGKQQKWFBTTGJCGK” as remnant):

    “BETWEEN LUX ON DEEP GUFT
    KEEP KJJK FUN LIVE”*

    *(“Z’s” = “N’s”)

    QED

  272. to richard mcbroom,

    i remember something about this sculpture…i just don’t have time for it…but since u brought it up..;))

    just so u know i did a search and got the low down off wikipedia…

    1)WW gets dragged into everything!!!

    2)don’t them employees have anything better to do?

    3)i knew it…the russians were involved!!!

    so much for a little fun…now about ur observation…can it decipher the ‘kryptos’…i don’t know…but, since it was on the science part of PBS…maybe the author used that as a ‘foundation’ to create his cryptic language and note…

    truly, my first thought upon seeing the whole note on this website…was the anthrax letter…not that it is the same person but that the author fashioned ‘his’ after it

    i spent about 5 hours on a website today saving various parts that stuck out to me the last time i was over there….and well, this person has a post about the cia using psychics and how it is crackpot science and the news shouldn’t report it as science…

    u may have something there

    take care, ravin ;) )

  273. DOUBLE-BYTE UNICODE found for all 12 bytes of middle para:

    (pulled from 3-4 different sources (used google and charmap)
    0xf0be = television (unknown webdings?) NOUN
    0x58f2 = sell (chinese/asian?) VERB
    0xfd63 = Poison (arabic?) NOUN
    0x6C79 = turbulent or Noisy/restless (chinese/asian?) ADJ
    0xD2E4 = Thuym/Thuy (korean?) proper name PROPERNOUN
    0x93E6 = spear (chinese/asian?) NOUN

    Is there a “Thuy” at Fermi? and what is his employee code? perhaps he is the author?

    there are SO MANY charaters in SO MANY languages, that every code from 0000 to ffff is mapped to something, besides too many NOUNs, i’ve been thru another 10 ways of getting base-3 from middle paragraph best i’ve found is the QA-GMB-SFC combo (others fell apart after rechecking and completing the code), could be simple verification of pattern in other two paragraphs. with SFC part as ID #.

  274. very good randall,

    i finally printed a copy of the note…and i noticed that the middle – 58f2 and d2e4 – are closer together than the outer ones…this could of happened when the author wanted to fit the characters on the paper…or it could be something else

    i seen an ariel pic of CERN in a pdf file and it was labeled atlas detector…so i did a search for pics of atlas then cern…i came up with a pic that is somewhat the same as the one i was looking for it is at

    http://www.orbit.zkm.de/files/cern.jpg

    the only difference is the other pic is exactly the same but on the white ring there are two areas on the ring that are heavily marked points in white and look like maybe that is where the two main magnet areas of the atlas are…

    this pic/ring with points on it looks just like the diagram above the letter 5 with its two areas…in both pics the length between the points on the ring are the same

    so, i concluded that the diagram above 5 represents the atlas detector and it points of magnets…which left me wondering what 5 represents…this is where “thuy” comes in

    yesterday i was looking through a little book i have on measurements and conversions…in it is the table for chemical elements…atomic #5 is Boron

    i did a search for boron and well it is used in pressurized water reactors and in nuclear reactors for emergency shutdowns more info at

    http://en.wikipedia.org/wiki/Boron

    i also looked at other sites on boron….wiki pretty much covers it

    so, when i seen thuym/thuy…i looked up the atomic table and found thulium atomic #69 is used in high temperature superconductors much like boron

    http://en.wikipedia.org/wiki/Thulium

    the one thing that also needs addressed is the diagrams above the letters/numbers mean something…the author is telling us a story

    this is long enough for now, ravin ;) )

  275. Richard McBroom Says:

    I’m afraid my decryption has been misunderstood.

    Decryption of the Fermilab cipher was done with knowledge from a search conducted independently beginning July 2007 with the Kryptos cipher.

    I only discovered the Fermilab cipher on the day of my first posting on this forum.

    When early Kryptos decryption was done, “KJJK” was only associated with a radio station.

    Further layers lead to Internet associations regarding “Reflexive Autopoietic Systems Theory,” stating that works of art using scientific principles can mimic living systems, escaping the universal laws of entropy by being “open” (as opposed to “closed”) systems.

    This has been a serious effort!

    The decryption involved 12 layers of text and cryptograms found on the Internet from subtle cues given by the artist, James Sanborn.

    The final layers of text involved cryptograms from Project Gutenberg’s “A Journey to the Centre of the Earth,” based upon the Jules Verne novel.

    Each of those cryptograms has been deciphered, except for the Project Gutenberg Runic original, which was only referenced and not shown.

    I firmly believe that there is James Sanborn association with the encrypted messages in the “Journey” cryptograms and in the Fermilab cryptogram.

    I just did a search of the Internet for “KJJK” plus “Fermilab” and discovered that there is a treatise covering “Quaternionic Physical SpaceTime in Octonionic Vector Space” involving “kJjK,” and “Reflextivity of Octonions.”

    These independent associations add validity to the decryption of the Fermilab cipher, and should not be taken lightly—it amounts to the “Cosmic Uroboros” of cryptograms!

  276. the top and bottom parts seem to be rhythmic……as if part of a song…..each line has the same number of beats..

  277. Richard McBroom Says:

    RE: “leaving “?RBVQQGKQQK WFBT TGJCGK” as remnant”

    What are the chances of finding a Fermilab-location station’s call sign in the remnant of the collision of two separate cryptograms (Kryptos and Fermilab) without design?

  278. mr.mcbroom,

    i ran a search of ‘kjjk’ and ‘fermilab’ this was the result

    http://www.valdostamuseum.org/hamsmith/clcroct.html

    http://www.tony5m17h.net/clcroct.html

    personally, i don’t see the connection…ur theory doesn’t take into account when this letter arrived, who it was addressed to and what events occurred on, before or during that time

    the only thing those links go to is the sexant navigational system developed by Barry Sexant and maybe that is where the star map mentioned earlier comes in…i’ll say the star map if it goes anywhere points to fermilab or cern

    now, the author used a simple code for the slash stanzas stating the middle section is not noise

    meaning that the symbols correspond to the characters underneath them

    the most frequent pair used is the 6, F, & E so the 3 digit code used in the other stanzas is not correct

    more so, the 6 has to versions leaving it’s frequency to 1 and 2

    the F is clearly different in the first one…the other two in the line are the same but different than the first and the triangle without an F is different that the other three…leavin it as 1-2-maybe one

    the E is the same throughout

    so, if in the 6 there is a dot and that dot is not in the other 2, then what are the questions as to why?

    well, considering this is more than likely to be directed at the LHC, ATLAS then

    is the dot not in the two bottom sixes in indication that the first part is about seeing a ion particle and in the bottom section the ion particle isn’t there do to decay or breakdown of the machine?

    and even still could the bottom sixes represent quotation marks around the bottom section or maybe brackets?

    oh, yeah….the valdosta also discusses the first masonic lodge formed there by a black man…once again…blaming the freemasons

    so, i will leave u with this advice

    “Let no one mistake our confidence and goodwill for weakness. We’re not about to dismantle the intelligence capabilities that we’ve worked so hard to rebuild, but we must adapt them to new realities”

    President George H.W. Bush
    Remarks at the Veterans of the Office of Strategic Services dinner on October 23, 1991

    have a good night, ravin ;) )

  279. Richard McBroom Says:

    RE: “leaving ‘?RBVQQGKQQK WFBT TGJCGK” as remnant”

    Please search again in the remnant of the collision (I have provided spacing for emphasis).

    I find that “WW knows” (see “Kryptos”).

  280. seems ya’ll are overthinking this, how bout this one: if we look at two lines of middle seperatly we get reoccuraance PER line:

    311 111 313 111 -> could be SARA (acromyn) or Sara (name)
    211 211 212 122 -> could be @@MG or BB@C (@=space) usign different offset. just seems to be to little to go on.

  281. that 0 and i pairing reminded me of of a Louis XIII bookshelf- possibly details about another R-24 built upon the psi? definitely original, although very likely resurrected from laundered material.

  282. mr. mcbroom,

    ur theory doesn’t hold water…ur trying to say that someone deciphered the 4th phrase of the ‘kryptos’ and then wrote a short section in this letter using a partial of the key…and that u have decoded it using the 4th phrase in kyrptos and this letter to fermilab…

    then u give us some half crackpot remnant for us to look at without telling us how u decoded it

    for lack of a better word ur a crackpot…so is tony whatever his name is on that website

    this is why ur theory doesn’t hold water

    even if one adds the frequency of the 6,F,C and the D included in that theory it would enlarge the pool of characters to 19 which is the original 14 characters and 5 additional because 6,F,C and possibly D are different

    the english alphabet has 26 characters, if one takes out the vowels it has 21 characters..some people say ‘y’ is a vowel and one could possibly take out ‘q’ leavin one with a 19 character set then add back the vowels to form words

    even still…if one finds an alphabet made of of 19 characters or the key described above the frequency used of the characters does not amount to words…it would more or less be the whole alphabet thus making it noise

    unless the author sent another message or plans on sending another message…considering this past march no letter (that the public is aware of) has arrived…(i am working on public knowledge for good or bad of it)

    leavin this winter for the author to send another note…it is common sense that it was done during a time in chicago when wearing gloves isn’t out of the ordinary

    which means if the author didn’t want to leave fingerprints…this letter isn’t about some darn theory they want credit for

    one last thing mr. mcbroom…in 4th grade which was back in the 1970′s our teacher used to get old punch cards from IBM that she used in class as a form of money for us to earn and at the end of each semester we could buy different things with them…all kinds of stuff

    in addition we learned about codes & punch cards…so, ur arrogrance is childish to me and so were ur websites

    ravin

  283. one last thing

    even if it is twice coded, three times coded, and i don’t care how many times coded

    IT IS STILL THE SAME FREQUENCY OF CHARACTERS

  284. Richard McBroom Says:

    I apologize to anyone if I have seemed arrogant or too opinionated, as this was never my intent.

    Indeed, I appreciate any expression of shared interest by the public or by organizations regarding these matters, as time will reveal all.

    PS: Please check “Kryptos” on the “PBS” Discussions Forum, where there is a history leading to the Fermilab cipher (it has been a long trip).

  285. i did a search and found the pbs/kryptos discussion thread…about the only thing that came close in my quick read through it was something i planned on getting to

    that being…when looking at the two rows in the middle the ’2′ and the ’6′ are elevated…the ‘b’ is in the middle…and the ’9′ has one elevated character but is the same as the rest…as that all characters are equally on a “line”

    even if one wants to use a partial alphabet there is not enough frequency of characters to form words…which is why everyone looked to hexadecimal first

    except hex is in 4 pairs of 2 hex letters and doesn’t start with a alphabetical letter…find a hex editor and u will see

    in addition, the author(s) of the note (even if one person physically wrote it out) are not cryptologist

    the kryptos has lots of characters to form words…and the artist who created kryptos on the cia website says

    “”James Sanborn once said “They will be able to read what I wrote, but what I wrote is a mystery itself.” Only time will tell if the final message to this multi-layered puzzle is ever revealed.”

    found at

    https://www.cia.gov/about-cia/virtual-tour/kryptos/index.html

    but beware the link doesn’t show up in ur history bar and ur on a secure line that does not ever go away…;))

    and wiki has a good read on the subject at

    http://en.wikipedia.org/wiki/Kryptos

    i think that the author(s) didn’t spend that much time working on this code…and that the letters/numbers correspond to the picture above and the letter is a word and the numbers indicate a clue

    like the 9 could represent the icon for shockwave plug in for running games on the internet…if one looks at the icon it has 9 slashes and the last two are in the same position as the one in the code…indicating something like a shockwave or wave

    the idea of this letter is to be orginal…so, why would the author(s) use the kryptos code?

    ravin

  286. Kryptos has nothing to do with this from what I can tell. I have considered many things when looking at the middle section. Mapping the chars to unicode. Simply taking the hex and substituting letters like a cryptogram… Many other things (of which some interesting patterns have shown themselves, have the file with all the info on my other PC. Will post more in the AM.) From what I can tell, this may be some sort of ternary again based on number of times the char correlating appears (1,2,3). The sfc could be an afterthought, such as space = f and c, swap f and c or second f is a c. The symbols could be their exact hex opposite, i.e. the symbol above F = 0. There are so many possibilities, it is just a matter of time.
    Also of interest is there are 28 different characters. With the first and last parts requiring a space to be added to the alphabet, and F and C both mapping to alphabetic S (another possibility for SFC) you have 28 characters. Just a thought.

  287. Richard McBroom Says:

    Ravin,

    There is a decryption at layer 12 of Kryptos stating that there are 12 layers of overlapping text.

    Decryption is done by shadowing out like characters on the overlapping layers, yielding a “remnant” text that has encrypted messages that are further extended with new hints and resultant textual layers.

    Sometimes those messages completely overshadow a layer or its remaining remnant.

    At layer 12, the remnant trail ended, leading me to the Fermilab cipher.

    The Fermilab cipher hidden message was found by shadowing the English messages from the Fermilab decrypted text with the Kryptos original message (the “Uroboros” or snake swallowing its tail).

    In your last message, you used a key word, “game.”

    Layer 12 of the Kryptos message has an encrypted message stating that “ST CHARLES DIFFICULTY CRAFTS THEM (the twelve layers).”

    Elonka Dunin, who issued the Kryptos challenge over Nova Science Now in July 2007 is general manager of online games at Simutronics in St. Charles.

    Until now I was not aware of that connection, and you should go with it, as I have no expertise in that area!

    Rich.

  288. Are you sure?! You do realize the encrypted message that pointed you to “ST CHARLES …” or whatever the heck you arrived at is derived from a piece of art that was crafted by Sanborn when Simultronics was just beginning? I think you are reading far too much into things? Beyond that… the Kryptos thing has been around long before Elonka ‘issued’ the challenge on Science Now. Not trying to smash your dreams, just saying you might wanna take two steps back to the most logical place to begin. On topic I just read up to see the Unicode character post. I am fairly sure the symbols are made up to be just that. A representation of something, not a place holder for their Unicode values etc… They don’t all map exactly or necessarily in anywhere NEAR standard fonts. I think I am going to take a step back to the fact that the key to solving the third part may be in the first two that were decoded.

  289. http://doc.cern.ch//archive/electronic/cern/others/PHO/photo-bul//bul-pho-2008-061.jpg

    For some reason, I cannot post links. *kicks computer*

    So the “link” above is missing the http://, so, please feel free to add that in as you copy and paste the address into your computer.

    It is a map of the Large Hadron Collider. At least a more accurate map

    I got it from tis website:

    public.web.cern.ch/Public/Welcome.html

    Again, do not forget to put the http:// on first.

  290. *great*

    I just made a liar out of myself.

    *headdesk*

  291. Earlier, Ravin said:

    “i finally printed a copy of the note…and i noticed that the middle – 58f2 and d2e4 – are closer together than the outer ones…this could of happened when the author wanted to fit the characters on the paper…or it could be something else.”

    So, I ran back to my copy and stared at it for a few more hours until I saw this pattern come out:

    F 0 B E 58F2 FD 6 3

    6 C 7 9 D2E4 93 E 6

    Also, the numbers without the letters:

    05826367924936

    The letters without the numbers:

    F B E F F D C D E E

    *brain hurts*

  292. here’s some comedy for your morning:

    Lister: OK, professor, what does it mean?
    Rimmer: Maybe, maybe, OK? Breaking your leg hurts like hell, OK? “Hel.” They do it below the knee, “lo.” “Hel-lo,” gettit? They do it twice – twice, “two.” “Hello two.” And the jigsaw must mean “you.” “Hello to you.”
    [pause]
    The Cat: I wouldn’t like to be around when one of these suckers is making a speech!
    [Cat limps away]
    (pasted from http://www.imdb.com quote for Red Dwarf TV Series)

    LOL anyway, i got two more,

    1)basse=low, bottom line starts and ends with “6″ therefore = “66″

    2)HTML color codes each 24 bits=24 bit color, we got 4, Orangish color,Yellowish color,Purple-blue-ish color, and finally a Pinkish color, what to do we get? how bout “Yo! 66!” (flipped and upside down: OY/PP)

    *) 74506518313470710988407084006 = 2*37253259156735355494203542003, has anyone been able to factor that 24 digit hex number? i think it works out to 2*laregprime*anotherlargeprime (last two primes combined are too large to factor in java) then again does that really get us anywhere? here is two lines seperated and factored: upper 12 digits) F0BE58F2FD63 264700326772067 = (242659*1090832513) (lower 12 digits) 6C79D2E493E6 119270485038054 = 2*3*7*2297*1236296671 (of course converted to deciaml first, because factoring hex is alot harder)

    *)for those wanting to do an image lookup XBM/x-bitmap files can make 96 pixel B/W image of 16×6, course just looks scramble, best i could get was something looking like asian char after rearranging hex bits.

  293. Richard McBroom Says:

    Ravin,

    I think critics have missed the point that even though the sculpture was copyrighted in 1988, new text is being added as time passes.

    The Project Gutenburg text is more recent text before the even more recent code found in the Fermilab cipher (the original code has evolved since its inception).

    Try this most recent text:

    “GUBAME UBOVUBER UBELUBONKUBA”

    Rich.

  294. One of the patterns I was mentioning yesterday I have time to post fairly quickly is this: when you take the hex and swap F and C and turn it to Unicode chars, you get alternating Mongolian and Korean characters (I think that’s what they are, I forget)

    C0BE58C2CD636F79D2E493E6 as Unicode
    삾 売 쵣 汹 틤 鏦

    to turn Hex to Unicode (simply) take the 4 digit hex code i.e. C0BE and put it in wordpad and press Alt+X.

    More later when I have time…

  295. well, like i said…if the author used a simple 3 digit code format for the slash part…then, the middle part is very simple

    i’ll answer this question…if the author wanted it to look like hex then left out the A and the 1…why?

    maybe because in the back of their mind the author (or one of the authors) works in the cern building in section A level 1

    just a note…i don’t consider the ‘S’ part of the rest of the characters for a very good reason

    ravin

  296. I have no doubt the s could be a symbol mapping to 1 or A. I have just been trying to see if it worked literally. Also, if s does map to 1 or A and they don’t appear, I would be inclined to think that is something one could use to their advantage. 1/A are obviously some of the less used characters in the alphabet/cipher/whatever. Thus we might deduce that SFC could be a three letter word beginning with a very odd character and having 1 moderately common character and 1 even less common character.

  297. james,

    yes that is the pattern i seen to…thank you for helping on that

    F 0 B E 58F2 FD 6 3

    6 C 7 9 D2E4 93 E 6

    ravin

  298. The three letter side note could be either a key or initials etc… If it isn’t it has to be a stand alone phrase to make sense (i.e. it must translate to an odd lettered three char. stand alone phrase like I mentioned above such as: why or key …) One final thought: if Frank’s Employee number was 102 and S maps to 1 (or A). Coincidince? Maybe…..

  299. Wow, switch F and C helps with sentence structure, but swapping between multiple languages seems unlikely.

    I get: The company sells an awesome line of Thuym?(laser perhaps) weapons.

    0xc0be = Hangul syllable Sios A Pieupsios (saps) company/group?
    0×58c2 = CJK Unified Ideograph (sell)
    0xcd63 = Hangul syllable Chieuch Oe Tikeut (choyt) line?
    0×6F79 = CJK Unified Ideograph (chán) command/praise awsome, cool?
    0xD2E4 = Hangul syllable Thieuth Yl Mieum (thuym)
    0×93E6 = CJK Unified Ideograph (spear/weapon perhaps?)

  300. randall,

    yes, that was funny

    ravin

  301. Hah. Was just an interesting side note.

  302. randall,

    that is some good work…and i have found in life that sometimes things can take on their own meaning that is somewhat reflective of the original meaning

    i am not ready to rule out ur discovery…could u simplify the languages for me

    i could of went into programming but having children and being a woman…i knew i couldn’t allocate that much time to something

    and also we need to address the question of these diagrams…if the author(s) only meant for the letters/numbers to be decoded…then why spend much time on this diagrams? could there be two messages?

    on to the diagrams

    the ‘F’ could mean force as in strong, weak, electromagnetic, gravity…there is 4 forces

    the arrow above the first ‘F’ being different then the other two in that line…does it mean that the force needs to change?

    if the ‘B’ represents a)proton bean- curves to the right b) background – unrelated to particle muon pairs

    c)in the lhc machine parameters…”dipole magnetic field B 8.4 T .. at http://www.atlas.ch/pdf/atlas_factsheet_5.pdf

    and thankz to James for the pic of Atlas at

    http://doc.cern.ch//archive/electronic/cern/others/PHO/photo-bul//bul-pho-2008-061.jpg

    the points on the figure above the 5 could be CMS and LHCB (i don’t know for sure which two points but they should correspond in the distance between the two points)

    it could read

    The “electromagnetic force” of the “ion particle” set at “the default phi angle from positive x-axis” of the “dipole magnetic field” in the “event energy” of the “atlas” at “points ‘CMS’ and ‘LCHb’” using “boron” the “T8 transfer line” “whatever force” being “greater than 2 {? megavolts or something else}” caused the “whatever force’s” “distance in the nested loop sequence”

    i’m still up in the air on the 6 so i will stop there

    one other thing…can’t remember where i found it…i just refound it in my notes… the ‘B’ could mean…this is my notes (will figure out where i found it)

    backtrack mode for endcap studies the ‘B’ with a ‘~’ over states the user must specify a target position, an angle (0 with a line through it) and a Vz that corresponds to the front face of the end cap – will find the other two VxVy- will not compute Vz will abort

    that’s it for now…have a good night, ravin ;) )

    p.s. if that makes some sense to someone…feel free to correct my mistakes!!!

  303. simplify what language? did you mean about the XBM file? and isn’t the Symbols just “Noise”? and used for signature 3 letters? maybe the whole thing is noise and last line start/ending in 6 is not by chance alone?

    i’m not fluent in Japanese nor Korean, so we needs a trilingual person to do better translation of charaters. those just what i was able to guess using google results with the chars. is There someone from South Korea working at fermilab? i’m sure one of them likely knows all 3 languages (korean/english/Japanese) if not all of em.

    XBM files are text files like this:
    paste this into notepad and save with XBM file ext. then open in Firefox:

    #define test_width 16
    #define test_height 6
    static char test_bits[] = {
    0xf0, 0xBE, 0×58, 0xf2, 0xfd, 0×63,
    0x6c, 0×79, 0xd2, 0xe4, 0×93, 0xe6 };

    (rearrange hex as needed, width should be divisible by 8 or data get tossed, 12×8 only read 3/4 of hex bits, every 4th gets dropped).
    ====================================================
    (This 12×8 one gave me asian looking char, but that threw out data, in simple 231 order, 2nd 3rd 1st in each 3 bytes)

    #define test_width 12
    #define test_height 8
    static char test_bits[] = {
    0xBE, 0×58, 0xf0, 0xfd, 0×63, 0xf2, 0×79, 0xd2, 0x6c, 0×93, 0xe6, 0xe4 };

  304. Richard McBroom Says:

    Ravin,

    Robert Frost wrote, “We dance round in a ring and suppose, But the secret sits in the middle and knows.”

    Granted Frost’s conflicted observation, the scientific method is the most objective path to discovery.

    Decryption uses the scientific method, because its fundamental basis is to discover underlying rules.

    In my comments to this forum, I have presented hypothesis, recorded experimental evidence, discovery, and conclusion.

    When questioned, I have answered those questions in good faith.

    However, the published evidence on the Internet has been largely ignored.

    Instead, the tactic has been to either directly or indirectly impugn the presenter.

    I have no doubt that flaws exist; but to get to where I am now, none of those flaws have been fatal.

    I have every confidence that time will reveal this to be true.

    Rich.

    PS: I would recognize that smile anywhere

  305. technically, this is a presentation of C(S[3])-E6.

  306. Bob Yorunc Says:

    Could Basse be a deliberate misspelling of boss? Should we be looking at the employee number of someone’s boss?

  307. Richard McBroom Says:

    HELLO!

    An injustice has been committed by ignoring the evidence I have presented.

    If there is any evidence that the pathway to the Fermilab cipher has been an error, please come forward with that evidence.

    Otherwise, parties who have discounted that evidence should apologize for this unconscionable conduct before this august forum.

    Rich.

  308. randall,

    please accept my apologizes…i didn’t want to redo ur formula…just asian characters shouldn’t be ruled out nor ur sentence

    my question was what did “Hangul syllable” & “CJK Unified Ideograph” mean? i will do a search on it…don’t rule ur findings out yet…because well, like the 5 and a couple of the other bottom characters of the pairs don’t make sense…so maybe the author(s) have two messages encrypted in it

    and please…i was in alot of pain yesterday well putting that post together…this is the most time i have spent on my computer typing for awhile…i know i need to install my dictation software…but it has it’s problems too…and i was suppose to be working on a dossier i have been working on for a couple of years and wanted to wrap it up this summer

    *****

    mr. mcbroom,

    please accept my apologizes for not understanding everything…i went back over ur posts today to refresh my thought patterns…and maybe i did miss a few things

    the best thing would be to start at the beginning…i’ve been over the ‘kryptos’ search… and on the ‘KjJK and Fermilab”…in addition i did a search on “Cosmic Uroboros”

    which came up to

    http://physics.ucsc.edu/~joel/Chapter6.pdf
    http://physics.ucsc.edu/cosmo/primack_abrams/COSMO.HTM

    and today i went farther down the search to find this

    http://www.superstringtheory.com/forum/cosmoboard/messages14/69.html

    to keep this post somewhat short…i’m thinking maybe the “3″ with its diagram represents all three things anyone in physics should know before starting classes…that would be algebra, geometry, and calculus

    and i read somewhere about string theory and a person named Nima Arkani-Hamed…in what i read the person said string theory should be dismissed because it would require redoing the Standard Model of Physics

    from what i understand (correct me if i am wrong) that the LHC and Atlas is going to look for this Higgs boson and if the Higgs boson isn’t there then there will be a need to redo the Standard Model of Physics?

    if u could help me in any misunderstandings…i would surely appreciate the gesture

    u said u would recognize my smile anywhere…that is very nice…i don’t receive to many compliments…thank you ;) )

    i have a quote for u also

    “Science, like life, feeds on its own decay. New facts burst old rules; then newly divined conceptions bind old and new together into a reconciling law.” William James: The Will to Believe

    ravin ;) )

  309. You, sir, are slightly wonky if you believe “use free internet” etc… has anything to do with the solution to Kryptos…

    Reasons I disagree with your crack-pottery:

    1.) Kryptos must be solved for their to be a link between Kryptos and Fermilab.

    2.) James Sanborn has not acknowledged any “solution” to K4.
    (He would have fairly quickly one would think, after all it has been almost two decades.)

    3.) What makes you even THINK the bible has anything to do with solving Kryptos? Nothing even HINTS toward that in the slightlest. Sanborn is a visual artist, not a cryptographer or a biblical fanatic (not that you have to be one to use the bible to encode something.)

    4.) Your encryption methodology cannot be replicated to encode/decode any other set of words/letters/phrases.

    Not to discourage you, all I was saying in my original post was “You might want to rethink this by starting at the last logical point you -KNOW- is correct.” Was only trying to be polite, not create an “injustice”. If you have something else to add, I would be more than willing to accept it as a possible solution, as long as it makes some amount of sense.

    Anyway, back on topic, I tried taking a dictionary attack to the first 12 characters of the hex code today to no avail. Anyone else have any ideas?

  310. this puts forward a question whether something in the middle, a couple of levels below could be strayed. for if something could be confused and gripped tightly the fact whether it would be boon or bane in the hands of its owner could be readily answered. these are lessons supposed to have been learned with radiation and the Curies, but more importantly with Roentgen. these are absolutely demonstrable.

  311. hi guys,

    lets go back to randall first decipher of the double byte unicode…i have had a chance to think about it

    i did do a search for Hangul syllable, CJK Unified Ideograph, and XBM files…i did mainframe programming not C

    ok..i understand now…here are the links that helped

    http://en.wikipedia.org/wiki/CJK_Unified_Ideographs

    http://en.wikipedia.org/wiki/Han_unification

    http://en.wikipedia.org/wiki/XBM

    http://www.unicode.org/charts/PDF/U4E00.pdf

    GOOD JOB RANDALL and sense ur army u should like this history lesson

    first let me answer ur question…korean is based on japanese and chinese languages…han was one of the more famous dynasties in china…and arabic?

    (a short history lesson)from Columbia University Encyclopedia Fifth Edition copyrighted 1993

    THIS IS JUST A HISTORY LESSON TO CONNECT ARABIC/ASIAN LANGUAGES…don’t read to much into it…

    well, go back to genghis khan…who conquered china in 1215 and moved on to Turkistan, Transoxania, and Afghanistan and raided Persia and E Europe to the Dnepr River…he died and his sons & grandsons divided his empire

    his grandson Akbar (1542-1605) ruled (1556-1605) enlarged his empire to include Afghanistan, Baluchistan, and nearly all of the Indian peninsula north of the Godavari River…though he was illiterate himself his courts at Delhi, Agra, and Fatehpur Sikir were centers of arts, letters, and learning…he was impressed with the Persian culture thus leading to the Persian stamp the Mogul empire bore

    akbar was disillusioned with orthodox islam and created his own religion which was a mixture of Islam, Hinduism, Zoroastrianism, and Christianity…a simple monotheistic cult, tolerant in outlook, centered on akbar as the prophet…he was succeeded by his son Jahangir

    janangir furthered the expansion …the rajput capitulated in 1614…in the northwest though the persian ruler Shah Abbas retook (1622) Kandahar…in 1611 jananger married a persian widow nur jahan, she and her relatives soon dominated politics while jahangir devoted himself to cultivation of the arts, especially miniature painting…he granted trading privileges first to the portuguese and then to the british east india company…civil strife and court intrigues marked the last years of jahagir’s reign…Shah Jahan, his son succeeded him

    and from the International Standard ATLAS of the World copyrighted 1953…it is a great old book…but have to be gentle with it

    Korea…the koreans are related to the chinese and japanese but are mixed with other east asian peoples; they use chinese ideographs in writing, but their language is much different

    somethings translated from korean to english are not in the korean dictionary…but combinations of chinese, japanese, and occasionally arabic…i have had the same problem before

    *****

    lets go back to the first translation u came up with…

    television = MONITOR
    sell = TRADE, EXCHANGE, SWAP
    poison = DANGEROUS
    turbulent = MOVEMENT
    thuym = LASER
    spear = WEAPONS,SHAFT,(DIPOLES)

    just like when dealing with the word computer & internet most languages don’t have a word for it so they use the english one

    i still working on the diagrams as a second message…a riddle within a riddle…they could mean a laser with in ATLAS or LHC

    ravin ;) )

  312. Richard McBroom Says:

    Apologies accepted, and thanks to all for your interest.

    I am still looking for findings (layer number) showing where the trail of logic (see the PBS Discussions Forum) leading from the Kryptos cipher to the Fermilab cipher is fatally flawed?

    Regarding the lack of an acknowledged solution, at what point is a work of art complete?

    I have much to say on other subjects, but solving the Fermilab cipher is the subject of this forum.

    I submit that understanding the Fermilab cipher, requires understanding the Kryptos cipher and the trail leading from it.

    Rich.

  313. mr. richard mcbroom,

    u r welcome…if losing is winning in life…then i am a big winner

    i am going to do what u said in ur post of August 1, 2008 at 3:22pm

    u r right…”at what point is a work of art complete?”…and when that comes from the CIA…i would venture to say NEVER…them guys are a weird bunch wanting to torture people and all…with approval from a memo…though i don’t think they actually needed one!!!

    just because there hasn’t been an acknowledged solution…does not in any way mean someone hasn’t figured it out or used it for that matter

    back to the question…”at what point is a work of art complete?”…when the artist says so!!!

    i picked up a used book today “Journey to the Center of Our Galaxy A voyage in Space and Time” by Joel Davis…since i don’t have alot of money…i confess i paid a dollar for it

    back to the Cosmic Uroboros meaning…is physics capable of “seeing” the aurora that binds the earth with it’s humans and other life together when two things seemingly of no connection other than coincidental really coming from radio waves from the center of the galaxy?

    so, there was a paper clip on page 251-2 the first section was titled “The Galactic Center at Different Wavelengths”…i have alot of reading ahead of me

    i hope the the trail leading from Kryptos to Fermilab does not entail CIA guys…they r creepy

    if i may…maybe the diagram above the 5 is what i described earlier as the map of ATLAS and maybe if we move the points on the diagram due North it would give us a better perspective

    “The light streams from the east unto the north, as all our knowledge has been obtained from the orient.” Gadicke

    i quote the freemasonry dictionary…because hollywood does not know anything about freemasonry

    if i may…have a good night rich ;) )

    ravin ;) )

  314. Dr Frank James Says:

    This is clearly a none lin sequence military tone under graded for spec analyisis. Usually to do with classified material. Why was it not handed to the NSA for inspection?

  315. Richard McBroom Says:

    Ravin,

    I’ll meet you on the other side of the galaxy.

    James Sanborn might say to anyone taking that trip, “Well done audacious seeker.”

    Rich.

  316. Rich,

    jules verne would have said “audacious voyager”…nevertheless, it equates the same

    u had mentioned before about me stating this cryptic message being a “game”…for the most part cryptology is

    i am still workin on the kryptos/fermilab connection…will post soon

    have a good night, ravin ;) )

  317. rich,

    meant to include a thankz for the compliment…i am forgetful at times…thankz!!!

    i hope when we met on the other side of the galaxy…we are on the same level of souls instead of an inferior level

    ravin ;) )

  318. Richard McBroom Says:

    Dr James,

    Why was not the NSA allowed to inspect?

    Rich.

    PS: Be free but wide eyed every CIA Day!

  319. Richard McBroom Says:

    I dedicate this effort to Elizabeth, who stands in the shade of two trees.

  320. David-Spain-Murcia Says:

    Hello to all

    Maybe I’m too naive, but is it possible that the double ’s’ in BASSE means that we should correct the double character mistake ALSO in the word “SIXTEEN”?

    I mean:

    EMPLOYEE NUMBER BASSE SIXTEEN

    maybe shoult be corrected as follows:

    EMPLOYEE NUMBER BASE SIXTEN

    And also it may bring us the real worker number, maybe number 610?

    (I already said it is too naive ;-)

    Another possibility is that the three symbols mean S F C, and also maybe S=FC (hex), so its possible:
    * BASSE SIXTEEN –> BAFCFC16 (hex?)

    Or maybe it only relates to the second S:
    * BASSE SIXTEEN –> BASFCE 16 (maybe BASF CE 16, any kind of product from BASF or employee from BASF?

    Best regards from Murcia, in Spain. David C.M.

  321. Thank the lord for a post that makes sense.

    That is a novel idea you proposed sir. I will have to investigate that further. Is it possible that there is a connection between what you have stated and this peice of info? “According to Fermilab’s records, Frank Shoemaker was employee number 102. In base 16, I am told, 102 = 66.”

    Will have to look into it more.

  322. David-Spain-Murcia Says:

    Dear Mr.Stone.

    I suspect several things about this letter:

    * It’s mainly a joke. I’m pretty sure that the original creator (or creators, don’t discard the possibility of a message made by three people, one for each section) of the message is having a great time laughing at us while he/her/they is reading these blogs.

    * The message is designed to be breakable exclusively with the information contained in itself, so probably is not necessary to look for external sources of information like history, music, the actual number of Mr.Shoemaker, etc.

    * The message is designed to be breakable with an intermediate level of difficulty in the code-cracking, so the code-crackers begin to feel confident in their traditional methods (like the decoding of sections 1 and 3), but probably the solution of the section 2 is of a totally different kind, so psichologically the code-breakers would go into an impossible maze, thinking that their previous methods will work also in this one.

    I want to clarify that I would be unable to crack the sections 1 and 3 in my entire life and that I admire the people that was able to do it. What I say about “intermediate level” is that the author of the letter have not used any ultra-advanced encryption system, like computer encryption systems.

    Best regards. David C.M.

  323. I agree. I think most people are over thinking the whole thing. I also agree it might be a joke… Guess we won’t know until someone figures it out. Like I said, I am gonna go back to the basics and re-think the whole thing. Thanks for your thoughts!

  324. 9J1B42W1011: DCAGJXTRSDIP

    thermal adaptability at the Marianas Trench.

  325. mr. richard mcbroom,

    i have been to the pbs discussion on kryptos…i am still stumped on the same thing as when i went there the first time

    the pbs discussion starts out with a “piece” of the 4th part of Kryptos…when i checked the cia site for the whole 4th kryptos cipher…well, it is totally different then the pbs discussion…and the discussion on pbs is about the small cipher pbs put out

    so, i would say the pbs discussion is wrong on first “layer” of everything

    ravin ;) )

  326. Richard McBroom Says:

    Ravin,

    T. S. Eliot wrote, “We shall not cease from exploration And the end of all our exploring Will be to arrive where we started And know the place for the first time.”

    That granted, I have a great deal of trust in the factual integrity of PBS and Nova Science Now.

    I also have a great deal of trust in the process leading from the Kryptos cipher to the Fermilab cipher.

    In fact, I am still looking for proof (layer number?) where the logical chain from Kryptos to Fermilab is fatally flawed.

    That process is fully revealed on the following pages (see the various “Kryptos” discussion threads):

    http://discussions.pbs.org/viewforum.pbs?f=184&sid=272ff6a841b278d600b96f4239a2b927

    Which site should I be viewing, please, for the purported misquote by Nova Science Now administrators?

    Thank you for your efforts, Ravin; and I understand.

    Thanks to all the participants on this forum!

    Rich.

    PS: Dr. Frank James, why was not the NSA informed; and now, why was not my question answered the first time?

  327. ^^ I told you all this ummm… like a week ago? Of particular interest at the moment to me are these thoughts: Might the non mathematical symbols in the “hex” be noise? Is the lower line possibly text rather than hex? Could the last three symbols be the key of some sorts (A66 or 166 or 102)?

    Also, could the symbols completely be noise? Should the same path as for the first two be pursued in a different way?

  328. Let me be more explicit in my indication that the Nova Science Now encryption and Kryptos are in NO WAY connected to Fermilab:

    I am willing to entertain the idea your posed in your thread on PBS. MAYBE the spatial dimensions of Kryptos have something to do with it. All of the sudden the thread jumps to: “The first three layers in degree of certainty are quotations from John 3:16, John 1:5 and Matthew 6:9-13.” Can you cite where you acquire this great assumption from?

    Then it gets even better: “Does anyone else have all 3 keys?
    No further communication without 3 keys. ”

    What does that mean? I am pretty sure there are about ohhh… (*switches to google*) 225,000 websites containing info about how to solve K1 K2 and K3.

    As one of my friends once said: “Don’t feed the trolls.” And what a resounding truth that is.

    As far as the Fermilab middle section goes I have written a Java program that is still some what in the early development stages (but very functional) to do mass binary/tertiary conversions to different mappings of alphabets. I have also found the following phrase (and several others, not as concrete) using my tool: EVA STEAD WEB AT TBS. I don’t know if this means anything or not, we shall have to wait an see when I can investigate it further. Will post more as soon as I have time.

  329. P.S. as an aside to the comment above, the ESWAT did not just show up out of nowhere. The only reason I found it worth mentioning is there were several other groupings of legimate words I found using this EXACT decryption methodology (i.e. the same alphabet mapping, same groupings of characters without much outside manipulation of the puzzle.) Just thought I would clarify. The phrase posted above is not altered by the removal of characters etc… It printed that way, all I did was add the spacing.

  330. Richard McBroom Says:

    Stone,

    I would like to honor gifts and ways of others.

    I especially encourage you with this message, “Don’t give up.”

    The T-rex became extinct because the climate became changed, and the species could not adapt to the cold like experienced in Minnesota.

    I don’t want to be one of those!

    So why is it that you have discounted my technique of layering??

    Rich.

    PS: I guess you can tell I have viewed one of the latest “X-file” movies?

  331. gentlemen,

    about the pbs puzzle…if i may indulge for just a bit

    without knowledge of how pbs got to their characters to be deciphered…i don’t tend on playing…and i am not joining the yahoo group

    rich,

    i had not seen the thread u posted i was using the other one…i still pose the same questions

    being that sanborn hasn’t stated K3 has been solved & the fact that K3 & K4 IMHO seemed connected but i believe that is to confuse the codebreaker

    since K1 & K2 were polyalphabetic substitution using a Vigenere Tableau i don’t think K3 & K4 are simple transposition ciphers..yes, i am saying that the proposed solution to K3 is probably wrong

    sanborn said there is a meaning within the meaning…aka the answer is the sum of all parts…he also stating everyone is missing a clue…so my first inclination would be to find the clue!!!

    now, i am not saying that anyone is wrong or that i am right…but i am losing valuable knitting time before christmass

    so on to the fermilab cipher…rich, if u wish to correct me i will listen to your theories

    my working theory at the start of this was some connection to the failed test in march 2007 shortly after the note arrived…i’m not so sure about that anymore…it could of very well be a coincident

    what attracted me most to the fermilab cipher was it’s originality…the ease at which the first and last stanzas were deciphered

    yet, this tease as to grabbing peoples attention with the middle section…i have come to believe that the author certainly knows the key and at sometime has used some of it before

    most ciphers have two parties trying to communicate keeping a third party from understanding it…yet, when something like the fermilab cipher shows up…the question remains…who is the intended receiver?

    certainly not mr. shoemaker…otherwise the author could of sent it to mr. shoemaker

    so, the first part of the answer is Fermilab and the second part is the public

    the next question concerning such a short message…is it busy work? or is it a key, if yes to what?

    which leaves us with:

    someone who wrapped the text in the first and last stanza…purposely misspelled ‘basse’ and left us with sometype of homemade like symbols with letters/numbers…and likes to give out busy work

    yet, the author has an intended message…the author wants us to figure it out

    they say where there is a will there is a way…rich, if u say there is layers…i intend on finding them

    have a good night, ravin ;) )

  332. Richard McBroom Says:

    I direct this to all forum participants who have queried my posts:

    RE: “THIS IS CLEARLY A NONE LIN SEQUENCE MILITARY TONE UNDER GRADED FOR SPEC ANALYISIS. USUALLY TO DO WITH CLASSIFIED MATERIAL. WHY WAS IT NOT HANDED TO THE NSA FOR INSPECTION?”

    And let’s keep this simple.

    Why is it that no concern has been expressed in the above string from Dr. Frank James (other than my own), or in his possible hidden message— especially considering its origin and alarming content???

    For one logical explanation, please follow the first discussion thread labeled “Kryptos” to recent posts at this address:

    http://discussions.pbs.org/viewforum.pbs?f=184&sid=272ff6a841b278d600b96f4239a2b927

    Can we reach a consensus on this matter?

    Rich.

  333. 1. NSA could hear just about every snap, crackle and pop (including those in your breakfast);

    2. NSA is proactive in the light of a prevailing weather;

    3. NSA is informed; and

    4. x xxxxx xxxxx 3.

  334. Richard McBroom Says:

    Stone,

    Shadowing the Fermilab remnant with Proverbs 25:2 (NCV) gives the following result:

    “SEEKER QUITTING WINS A TROLL DISH MATTER
    BUT MAY TAKE JOY OF TOTAL SEARCH”

    This leaves “?VQQQ_OOOCHOO” as remnant.

    The Internet search for “VQQQ,” plus “8,” plus “Fermilab” gives “[8],and. 2705.9 f 3.3 i 2.0MeV by the E687 experiment at. Fermilab [ 91. … This gives the following inequality on Hamiltonians:. H=T+VQQQ. L fHz(aij,V$), …
    linkinghub.elsevier.com/retrieve/pii/037026939500704O”

    Does this have any meaning to you?

    Rich.

  335. Richard-

    If this is “Clearly” a non lin sequence military code? I really do believe that the NSA HAS been informed of it.

    Not only that, but I can place a winning bet that if it was a military code to decipher classified material, it would never have seen the light of the internet. Let’s not be foolish here.

    Also, to Ravin-

    This message was sent to Fermilab in May of 2007. They sat on it trying to decode it for a year. They are some of the best minds but what they did was overthink the whole middle section. THAT is why they presented it to us. The humble public, hoping that someone not so involved in codes and math and the daily deep science that they deal with would be able to throw some outside light on this perplexing code. I have been watching your interactions with Mr. McBroom and I am in awe at your intelligence…Unfortunately I feel that you are already treading down a worn pathway. I am sure that the Fermilab People have tried the Kryptos connection.

    Deconstruct your wonderful thinking mind and remember Occam’s Razor.

    We have twisted this middle section every which way possible except one: The right way.

    But we are blind as to how to get there.

    Dare I say it: Maybe we need to “dumb” ourselves down in thought to decipher this. I mean really, some of these symbols are simply just angles and broken triangles. Only a few have any significance in historical alphabets.

  336. I am sure you are going to throw this aside as “too Obvious” but you really should think about it and try to configure it into the decode sequence:

    http://www.scouting.org.za/codes/pigpen.php

  337. “www.scouting.org.za/codes/pigpen.php”

  338. Wait….What if the middle consists of Four lines instead of just Two?

    The symbols could be the first line and then the numbers and letters are the second, etc.

  339. Richard McBroom Says:

    To All Participants:

    Using “Shoemaker” and “141” on the Internet, the following titled treatise is found:

    “MATCHING QUADRUPOLE APERTURE INCREASE??”

    Shadowing this with the remnants from the Fermilab cipher and the Pentagon English cipher (using “8” in place of “OOOCOO/ there are 66 characters in the three strings, as in “basse sixteen” of employee number 102, Shoemaker) the following message is found,leaving “KXQKJKWJKBKGKXJGKKHHQQCHQRE?” as remnant:

    “RUPTURE GAME PICTURE
    8 QSL ID’S
    VALUE BONANZA”

    This is a data crunching exercise.

    Any help?

    Don’t forget, using the rules of Octonions in Vector Space, virtual particles can morph into other particles, namely “K” and “J” are interchangeable.

    Rich.

  340. gentlemen,

    while the kryptos/fermilab link is shadowy…i think there still might be something in what rich has to say about it

    rich, if u could tell me how u went from the “English (longer) versions of the Fermilab cipher” to the “Pentagon English cipher” would be helpful

    james, i believe that the cipher was received on march 5, 2007 and then in may of 2008 sent over to a website and then printed in the chicago tribune on july 11, 2008

    which reminds me of of one other thing we are left with other than

    “someone who wrapped the text in the first and last stanza…purposely misspelled ‘basse’ and left us with sometype of homemade like symbols with letters/numbers…and likes to give out busy work”

    is that the author sent it to Kirk rd & Pine…the author could of just wrote Fermilab Batavia, IL 60510 or no zipcode at all

    these things though rather small in scope…tells us alot about the author…also, the fact the the author is very much interested in ciphers/codes

    as for the NSA looking at this cipher…while in the tribune article it was mentioned that some thought the NSA had sent it to see how people would go about deciphering the contents

    i would hope the NSA has better things to do…and i do think that the CIA is still the ones that have a crypt department…so, if the NSA did look at it they would send it to the CIA

    i think the author of the cipher knows this and maybe the CIA has tried to decipher other text this unknown author has sent in the past…i don’t know…it is just a thought

    rich, any thoughts?

    have a good night, ravin ;) )

  341. Richard McBroom Says:

    Ravin,

    The following is an account of Summit Strings (lines separate each application of text and annhilation through 1:1 mapping of identical characters).

    Kryptos1 Cipher (“LUDIA” version)
    “?OBKR
    UOXOGHULBSOLIFBBWFLRVQQPRNGKSSO
    TWTQSJQSSEKZZWATJKLUDIAWINFBNYP
    VTTMZFPKWGDKZXTJCDIGKUHUAUEKCAR

    Egyptian Fermilab Ciphers
    “FRANK SHOEMAKER WOULD CALL THIS NOISE”
    “EMPLOYEE NUMBER BASSE SIXTEEN”

    (Kryptos1/Egyptian Hidden Message Text
    “BETWEEN LUX ON DEEP GUFT
    KEEP KJJK FUN LIVE”)

    Kryptos1/Egyptian/Remnant Cipher (The Runic Cipher)
    “?RBVQQGKQQKWFBTTGJCGK”

    __________________________________________________

    Kryptos1/Egyptian/Fermilab Remnant Cipher
    “?RBVQQGKQQK_WFBT_TGJCGK “

    Proverbs 28:2 (NCV)
    “IT IS THE GLORY OF GOD TO CONCEAL A MATTER
    BUT THE GLORY OF KINGS IS TO SEARCH OUT A MATTER.”

    (Kryptos/Proverbs Hidden Message Text
    “SEEKER QUITTING WINS A TROLL DISH MATTER
    BUT MAY TAKE JOY OF TOTAL SEARCH”)

    Kryptos1/ Egyptian/ Fermilab/Proverbs Remnant Cipher
    “?VQQQ_OOOCHOO”
    __________________________________________________
    __________________________________________________

    Kryptos2 Cipher (“LUNIA” version)
    “?OBKR
    UOXOGHULBSOLIFBBWFLRVQQPRNGKSSO
    TWTQSJQSSEKZZWATJKLUNIAWINFBNYP
    VTTMZFPKWGDKXTJCDIGKUHAUEKCAR”

    Pentagon English Cipher
    “THIS IS CLEARLY A NONE LIN SEQUENCE MILITARY TONE UNDER GRADED
    FOR SPEC ANALYISIS. USUALLY TO DO WITH CLASSIFIED MATERIAL. WHY WAS IT NOT HANDED TO THE NSA FOR INSPECTION?”

    (Kryptos2/Pentagon English Hidden Message Text
    A Secret)

    Kryptos2/’Pentagon English Remnant Cipher
    “BQJKJZKKXJKKHRH”

    _________________________________________________

    Kryptos1/Fermilab/Proverbs Remnant Cipher
    “?VQQQ_8”

    Kryptos2/’Pentagon English Remnant Cipher
    “BQJKJZKKXJKKHRH”

    Shoemaker Text
    “MATCHING QUADRUPOLE APERTURE INCREASE??”

    (Final/Triple String Hidden Message Text
    “RUPTURE GAME PICTURE
    8 QSL ID’S
    VALUE BONANZA”)

    Final/Triple String Remnant
    “KXQKJKWJKBKGKXJGKKHHQQCHQRE?”
    ________________________________________ _________

    The following is a proposed solution to the QSL Challenge (8 QSL ID’s are required):

    kJjK
    KjJQ
    KkJQ
    KHWG
    KGRE
    KHKX
    K(J)kBQ (“kkBQ”)
    KXj(Q)K (“KXjK”)

    A lower case character means that the character is a virtual oscillation with an adjacent character (one character acts as two), so the lower case character does not count against the remnant cipher.

    Upper case characters count (total 27 characters).

    The final “J” and “Q” (parentheses) are not read in the Quaternionic ID, because the “J” and “Q” oscillate in Octonionic Vector Space, where quantum entanglement requires a “Q” identity in remnant space.

    Only “?” remains (the mystery continues).

    I hope I have at least entertained?

    I part you with a poem:

    Kryptos

    From its creation, its very shape has been a mystery—
    Not withstanding its cryptic message.

    For twenty years, now!

    The artistic eye sees its bold shape, an “S,”
    A flag, fluttering in the breeze—
    Motion suspended, yet a part of the total space.

    The eye is drawn to the “S’s” at the trailing edge.

    An appreciation of its rhythm and meter,
    Found within the S’s:

    “?OBKR
    UOXOGHULBSOLIFBBWFLRVQQPRNGKSSO
    TWTQSJQSSEKZZWATJKLUNIAWINFBNYP
    VTTMZFPKWGDKXTJCDIGKUHAUEKCAR”

    Can you see them?
    Here and there, a hint, the nuance of a word.

    Then the realization, “I’ve seen this before!”

    The “S’s” have always been the key;
    Even at its living depths.

    Appropriately so!

    The flag is a symbol of our country,
    And the “S” denotes the carrier wave of light.

    Light and Symbol, frozen in time.

    Everything is connected!

    The Kryptos labyrinth instills,
    And from its maze these messages:

    “Be free.”
    “Honor the gifts and ways of others”
    “Don’t give up.”
    “Well done audacious seeker.”

    This and even more,
    “Many wonderful things!”

    In your quest “audacious seeker,”
    Do not forget,
    Everything is connected!

    Rich.

  342. Richard McBroom Says:

    Forwarded with correction to Kryptos2/ Pentagon English decryption (Subsequent Proverbs 25:2 application was missed):

    Ravin,

    The following is an account of Summit Strings (lines separate each application of text and annhilation through 1:1 mapping of identical characters).

    Kryptos1 Cipher (“LUDIA” version)
    “?OBKR
    UOXOGHULBSOLIFBBWFLRVQQPRNGKSSO
    TWTQSJQSSEKZZWATJKLUDIAWINFBNYP
    VTTMZFPKWGDKZXTJCDIGKUHUAUEKCAR

    Egyptian Fermilab Ciphers
    “FRANK SHOEMAKER WOULD CALL THIS NOISE”
    “EMPLOYEE NUMBER BASSE SIXTEEN”

    (Kryptos1/Egyptian Hidden Message Text
    “BETWEEN LUX ON DEEP GUFT
    KEEP KJJK FUN LIVE”)

    Kryptos1/Egyptian/Remnant Cipher (The Runic Cipher)
    “?RBVQQGKQQK_WFBT_TGJCGK”
    __________________________________________________

    Kryptos1/Egyptian/Fermilab Remnant Cipher
    “?RBVQQGKQQK_WFBT_TGJCGK “

    Proverbs 25:2 (NCV)
    “IT IS THE GLORY OF GOD TO CONCEAL A MATTER
    BUT THE GLORY OF KINGS IS TO SEARCH OUT A MATTER.”

    (Kryptos/Fermilab/Proverbs Hidden Message Text
    “SEEKER QUITTING WINS A TROLL DISH MATTER
    BUT MAY TAKE JOY OF TOTAL SEARCH”)

    Kryptos1/ Egyptian/ Fermilab/Proverbs Remnant Cipher
    “?VQQQ_OOOCHOO”
    __________________________________________________
    __________________________________________________

    Kryptos2 Cipher (“LUNIA”)
    “?OBKR
    UOXOGHULBSOLIFBBWFLRVQQPRNGKSSO
    TWTQSJQSSEKZZWATJKLUNIAWINFBNYP
    VTTMZFPKWGDKXTJCDIGKUHAUEKCAR”

    Pentagon English Cipher
    “THIS IS CLEARLY A NONE LIN SEQUENCE MILITARY TONE UNDER GRADED FOR SPEC ANALYISIS. USUALLY TO DO WITH CLASSIFIED MATERIAL. WHY WAS IT NOT HANDED TO THE NSA FOR INSPECTION?”

    (Kryptos2/Pentagon English Hidden Message Text
    “NOT QUIZZING THE INQUISITOR
    AS TO NSA INSPECTN
    CLAIMS NOT VALUABLE DEED
    BE FREE BUT WD EYED EVERY CIA DAY”)

    Kryptos2/ Pentagon English remnant
    “KXBQKJKWJKBZKGKXJGKUKLHSH”
    __________________________________________________

    Kryptos2/ Pentagon English remnant
    “KXBQKJKWJKBZKGKXJGKUKLHSH”

    Proverbs 25:2 (NCV)
    “IT IS THE GLORY OF GOD TO CONCEAL A MATTER
    BUT THE GLORY OF KINGS IS TO SEARCH OUT A MATTER

    (Kryptos2/Pentagon English/ Proverbs Hidden Message Text
    A Secret)

    Kryptos2/’Pentagon English/ Proverbs Remnant Cipher
    “BQJKJZKKXJKKHRH”

    ________________________________ ________________________________

    Kryptos1/Fermilab/Proverbs Remnant Cipher
    “?VQQQ_8”

    Kryptos2/’Pentagon English/ Proverbs Remnant Cipher
    “BQJKJZKKXJKKHRH”

    Shoemaker Text
    “MATCHING QUADRUPOLE APERTURE INCREASE??”

    (Final/Triple String Hidden Message Text
    “RUPTURE GAME PICTURE
    8 QSL ID’S
    VALUE BONANZA”)

    Final/Triple String Remnant
    “KXQKJKWJKBKGKXJGKKHHQQCHQRE?”
    ________________________________________ _________

    The following is a proposed solution to the QSL Challenge (8 QSL ID’s are required):

    kJjK
    KjJQ
    KkJQ
    KHWG
    KGRE
    KHKX
    K(J)kBQ (“kkBQ”)
    KXj(Q)K (“KXjK”)

    A lower case character means that the character is a virtual oscillation with an adjacent character (one character acts as two), so the lower case character does not count against the remnant cipher.

    Upper case characters count (total 27 characters).

    The final “J” and “Q” (parentheses) are not read in the Quaternionic ID, because the “J” and “Q” oscillate in Octonionic Vector Space, where quantum entanglement requires a “Q” identity in remnant space.

    Only “?” remains (the mystery continues).

    I hope I have at least entertained?

    I part you with a poem:

    Kryptos

    From its creation, its very shape has been a mystery—
    Not withstanding its cryptic message.

    For twenty years, now!

    The artistic eye sees its bold shape, an “S,”

    A flag, fluttering in the breeze—

    Motion suspended, yet a part of the total space.

    The eye is drawn to the “S’s” at the trailing edge.

    An appreciation of its rhythm and meter,

    Found within the S’s:

    “?OBKR
    UOXOGHULBSOLIFBBWFLRVQQPRNGKSSO
    TWTQSJQSSEKZZWATJKLUNIAWINFBNYP
    VTTMZFPKWGDKXTJCDIGKUHAUEKCAR”

    Can you see them?

    Here and there, a hint, the nuance of a word.

    Then the realization, “I’ve seen this before!”

    The “S’s” have always been the key;
    Even at its living depths.

    Appropriately so!

    The flag is a symbol of our country,
    And the “S” denotes the carrier wave of light.

    Light and Symbol, frozen in time.

    Everything is connected!

    The Kryptos labyrinth instills,
    And from its maze these messages:

    “Be free.”
    “Honor the gifts and ways of others”
    “Don’t give up.”
    “Well done audacious seeker.”

    This and even more,
    “Many wonderful things!”

    In your quest “audacious seeker,”
    Do not forget,
    Everything is connected!

    Rich.

  343. Richard McBroom Says:

    Forwarded with correction to the last two Quaternionic ID’s.

    k(J)kBQ (“kkBQ”)
    KXj(Q)k (“KXjk”)

    Anything else would be breaking symmetry.

    Rich.

  344. rich,

    that is quite alot of work…and surely entails many things

    yet, i was really looking for a more simple answer as to the pentagon question…and are u then discounting randall’s double byte unicode translation?

    i would be willing to state that in the middle section there is some theory of superposition…in that the author could have designed it to have two meanings occupying the same space

    though i tend to think the author intended a more 3 dimensional aspect to this cipher/code…the two meanings that are for the codebreaker to see and a third that the author is using as a taunt to the codebreaker…whereas, the codebreaker for the most part wouldn’t consider this aspect because the cipher was sent to Fermilab a physics related community

    let’s do an everyday example of something in 3D

    take campaign buttons…technically, they are pins not buttons…buttons are fixed to a garment in a functional use of the garment…pins, such as lapel pins, pins for kids, or campaign buttons are not a fixed part of the garment but are decorative and thus are not really buttons

    so, in our language we have campaign buttons that are really pins…whereas, occupying the same ‘space’ in our language and yet are considered buttons making it 3 dimensional in the perspective of a foreigner just learning the language who would be confused by 3 meanings of the ‘campaign buttons’

    the symbol above the #4 kinda looks like ‘buttons’…the one symbol of the middle section that fascinates me the most is the symbol with the c…i have spent alot of time trying to match it with something

    do u have any ideas on these symbols in the middle section?

    have a good night, ravin ;) )

    p.s. i don’t have any poems to quote…i’ll have to work on that

  345. Richard McBroom Says:

    Ravin,

    The figure “8” symbol in the Runic portion of the cipher could allude to the opposing loops of a particle beam collider, while the “phi” symbol could hint toward perpendicular injection into the looping beams by a linear accelerator (that would occur at the Shoemaker aperture).

    I had already considered your Runic interpretation, by doing a transverse orthogonal permutation of the Runic cipher on my own; but the net contribution toward a remnant was zero (maybe that is why the first character in the numeric string is zero?).

    I have “tweaked” my presentation to reflect your thoughts, though.

    The following is the FINAL DRAFT of the SUMMIT STRINGS for the combined Kryptos Part4 and Fermilab ciphers (lines denote a remnant is obtained after 1:1 annihilation of like characters throughout the preceding texts within those lines, and double lines correspond to Ring “D” and Ring “N” remnants, colliding after the final triple-line demarcation with the remnant of the linear Runic beam):
    __________________________________________________
    __________________________________________________

    Kryptos1 Cipher (“LUDIA”)
    “?OBKR
    UOXOGHULBSOLIFBBWFLRVQQPRNGKSSO
    TWTQSJQSSEKZZWATJKLUDIAWINFBNYP
    VTTMZFPKWGDKZXTJCDIGKUHUAUEKCAR

    Egyptian Fermilab Ciphers
    “FRANK SHOEMAKER WOULD CALL THIS NOISE”
    “EMPLOYEE NUMBER BASSE SIXTEEN”

    (Kryptos1/Egyptian Hidden Message Text
    “BETWEEN LUX ON DEEP GUFT
    KEEP KJJK FUN LIVE”)

    Kryptos1/Egyptian Remnant Cipher (The Runic Cipher 1:1 Mapping)
    “?RBVQQGKQQKWFBTTGJCGK”
    __________________________________________________

    Kryptos1/Egyptian Fermilab Remnant Cipher
    “?RBVQQGKQQKWFBTTGJCGK “

    Proverbs 25:2 (NCV)
    “IT IS THE GLORY OF GOD TO CONCEAL A MATTER
    BUT THE GLORY OF KINGS IS TO SEARCH OUT A MATTER.”

    (Kryptos1/ Egyptian Fermilab/ Proverbs Hidden Message Text
    “SEEKER QUITTING WINS A TROLL DISH MATTER
    BUT MAY TAKE JOY OF TOTAL SEARCH”)

    Kryptos1/ Egyptian Fermilab/Proverbs Remnant Cipher
    “?VQQQ_OOOCHOO”
    __________________________________________________
    __________________________________________________

    Kryptos2 Cipher (“LUNIA”)
    “?OBKR
    UOXOGHULBSOLIFBBWFLRVQQPRNGKSSO
    TWTQSJQSSEKZZWATJKLUNIAWINFBNYP
    VTTMZFPKWGDKXTJCDIGKUHAUEKCAR”

    Pentagon English Cipher
    “THIS IS CLEARLY A NONE LIN SEQUENCE MILITARY TONE UNDER GRADED FOR SPEC ANALYISIS. USUALLY TO DO WITH CLASSIFIED MATERIAL. WHY WAS IT NOT HANDED TO THE NSA FOR INSPECTION?”

    (Kryptos2/Pentagon English message
    “NOT QUIZZING THE INQUISITOR
    AS TO NSA INSPECTN
    CLAIMS NOT VALUABLE DEED
    BE FREE BUT WD EYED EVERY CIA DAY”)

    Kryptos2/ Pentagon English remnant
    “KXBQKJKWJKBZKGKXJGKUKLHSH”
    __________________________________________________

    Kryptos2/ Pentagon English remnant
    “KXBQKJKWJKBZKGKXJGKUKLHSH”

    Proverbs 25:2 (NCV)
    “IT IS THE GLORY OF GOD TO CONCEAL A MATTER
    BUT THE GLORY OF KINGS IS TO SEARCH OUT A MATTER

    (Kryptos2/Pentagon English/ Proverbs Hidden Message Text
    A secret)

    Kryptos2/’Pentagon English/ Proverbs Remnant Cipher
    “BQJKJZKKXJKKHRH”
    _________________________________________________
    _________________________________________________

    Runic Cipher
    “F 0 B E 58F2 FD 6 3
    6 C 7 9 D2E4 93 E 6”

    Egyptian Ciphers
    “FRANK SHOEMAKER WOULD CALL THIS NOISE
    EMPLOYEE NUMBER BASSE SIXTEEN”

    (Runic/ Egyptian Hidden Text Message
    None)

    Runic/ Egyptian Linear Remnant
    None
    __________________________________________________
    __________________________________________________
    __________________________________________________

    Kryptos1/ Egyptian Fermilab/ Proverbs Remnant Cipher
    “?VQQQ_8”

    Kryptos2/’Pentagon English/ Proverbs Remnant Cipher
    “BQJKJZKKXJKKHRH”

    Runic/ Egyptian Linear Remnant Cipher
    “”
    Shoemaker Text
    “MATCHING QUADRUPOLE APERTURE INCREASE??”

    (Final/Triple String Hidden Message Text
    “RUPTURE GAME PICTURE
    8 QSL CH ID’S
    VALUE BONANZA”)

    Final/Triple String Remnant
    “KXQKJKWJKBKGKXJGKKHHQQQRE?”
    ________________________________________________

    The following is a proposed solution to the QSL Challenge (8 QSL ID’s are required):

    Final/Triple String Remnant
    “KXQKJKWJKBKGKXJGKKHHQQQRE?”

    Final Hidden Message Text
    kJjK
    KjJQ
    KkJQ
    KHWG
    KGRE
    KHKX
    k(J)kBQ (“kkBQ”)
    KXj(Q)k (“KXjk”) *

    Final Remnant
    “?”

    * A lower case character means that the character is a virtual oscillation with an adjacent character (one character acts as two), so the lower case character does not count against the remnant cipher. Upper case characters (red) count (total 27 characters). The final “J” and “Q” (parentheses) are not read in the Quaternionic ID, because the “J” and “Q” oscillate in Octonionic Vector Space, where quantum entanglement requires a “Q” identity in remnant space.
    __________________________________________________
    __________________________________________________
    __________________________________________________

    Only “?” remains (the mystery continues).

    Rich.

    PS: Any other interpretation would be breaking symmetry.

  346. Any other interpretation would be breaking symmetry?
    (We’ll give him an offer he couldn’t refuse.)

    135113p

  347. Richard McBroom Says:

    Dud,

    Hey, I didn’t make up the rules; but if that’s the way it is, go ahead, “Bring it on!”

    Rich.

  348. richard mcbroom,

    beg ur forgiveness, but i have never said my interpretation was of a runic type…that has surely been ur understanding

    so, i thought about ur ‘final draft’ and came up with this

    “the audacious seeker destined to fulfill a total search ultimately is successful”

    i haven’t changed my mind on my interpretation that i stated awhile back…i said that it is the code the author wants the codebreaker to see not the ultimate code and/or reason for the cipher

    i was thinking maybe the ‘main hidden message’ of the author is that ‘he is the ace of spades’ or ‘holding the highest trump card’

    let me explain…the two lines have 12 dual character sets…12 x 2 = 24 x 2 = 48 plus the 3 digit signature = 51

    the author has dealt a deck of cards and considers himself holding or is the ACE of Spades

    i will quote this for you…when asked how does one prove that someone is a liar even though half of what the person said is true and the other half false and what should the decider of the facts believe is true…my response

    “A lie is based on a truth or it wouldn’t be a lie.” so, there has to be some truth some where…just have to find it

    have a good night, ravin ;) )

    p.s. score: ravin 1 rich 0

  349. Richard McBroom Says:

    Ravin,

    There is a special Pompeian cryptogram (found inscribed in the ruins, dating back to 79 AD), which reads the same spelled both backwards and forwards:

    “SATOR
    AREPO
    TENET
    OPERA
    ROTAS”*

    *“The sower, Arepo, holds the wheels to (their) works.”

    http://home.inreach.com/whranch/Wilder/satorwebfinal.htm

    If one takes the “S’s” and makes the string into a circle, there would be 48 letters in the loop, with only one “S” needed.

    There are 48 characters in the Runic Fermilab cryptogram basic message, and there are three other characters (the signature line).

    Two of the characters appear in the Runic text; therefore, one of them (the first character in the signature line) does not appear in the Runic text.

    If the assumption is made that James Sanborn is the author of the Fermilab cryptogram, it would be reasonable to assume that the first character in the signature line is a “J” (critically, there is no “J” in the Pompeian cryptogram) and the last character in the signature line is an “S,” leaving the middle character to be determined from its rotation in the Pompeian cryptogram.

    If the “S” in the Pompeian cryptogram circle is positioned over the Runic character in the text corresponding to the last letter in the signature line, the middle character in the signature line must fall into its proper sequential position:

    E_N_E_T_O_P_E_R_A_R_O_T
    F_0 _B_E _5_8 _F_2_F_D_6 _3

    A_S_A_T_O_R_A_R_E_P_O_T
    6_C_7__9_D_2_E_4 _9_3_E _6

    The correct letter for the middle initial can only be “E,” and the author of the letter is in all probability “JES,” James E. Sanborn.

    The Pompeian cryptogram is, of course, the message conveyed in the Runic text.

    Ravin 1; Rich 1.

    Rich.

  350. rich,

    u r amusing to say the least…yet, i think u said “(Runic/ Egyptian Hidden Text Message None) Runic/ Egyptian Linear Remnant None”

    which begs the question of ur new “Pompeian cryptogram”…where is the remnant?

    which begs another question…why r u so fascinated with remnants? and it appears for ‘s’ also?

    one thing that isn’t a mystery…is ur love of cryptograms and making them

    i am sticking to my card analysis…though i will say that the letter C and it’s symbol are in fact a key to some cipher

    in that the author just had to taunt everyone by revealing this as he thought no one would notice

    so, i have a question…a compass is 360 degrees and if one does a minus 12 from it the answer is 348…do u think that is a house number?

    “One’s belief in truth begins with a doubt of all the truths one has believed hitherto.” Ibid

    have a good night, ravin ;) )

    ravin 2 rich 1

  351. Richard McBroom Says:

    To All Participants:

    The Great Buddha said that the moment of enlightenment comes the moment when one decides to stop trying to find it.

    The closest thing to that principle in game theory is John Nash’s principle of “Equilibrium,” for which he was given the Nobel Prize in economics (of all things?).

    It simply states that, in a zero sum game (one where eventually no one wins), the best way to prevent catastrophic collapse (of the game) is for its participants, at some point, to simply stop playing the game.

    (The “enlightened ones” would agree with this, and it has probably been the source of philanthropy more than once.)

    At this time I am pleased with the order that has been revealed, and with the appropriate amount of time I have spent consistent with the task.

    I have done this without the expectation of reward, or even an acknowledgement.

    I have enjoyed it, and have even left you with a poem.

    Now, I would just like to “leave it the way it is” by taking my option to “LOOK NO MORE.”

    Peace to you all,

    Richard.

  352. rich,

    hope it wasn’t anything i said…since u brought it up

    the Heart of Enlightenment is the principle that “Love can never be idle”…this state of conscienceness impels an individual not merely to refrain from injuring others, but to expend himself to their advantage…

    “Since to my neighbors as to myself, Are fear and sorrow hateful each, What then distinguishes self, That I should cherish it above another’s?

    Wouldst thou to Evil put an end, And reach the Blessed Goal, Then let your Faith be rooted deep, And all your thought upon Enlightenment.” Shanti Deva

    “Have courage to use your own reason!” Immanuel Kant Metaphysics of Morals London 1909

    Self-Interest: “Everyone thinks chiefly of his own, hardly ever of the public interest.” Aristotle: Politics, 1.

    “SEEKER QUITTING WINS A TROLL DISH MATTER” Mr. Mcbroom
    August 15th 2008

    i byfar do not believe that a zero sum game is without merit to finish…success or failure brings about enlightenment…and i was just getting warmed up

    i plan on continuing to “see”

    have a good night ravin, ;) )

    recount: minus 1 for rich quitting, plus 1 for rich for ‘knowing when to stop playing the game’, minus 1 for rich not realizing to stop playing soon enough

    ravin 3 mr. mcbroom 0

  353. a definite source of the cipher is arguable at this point so i quote:

    “i’ve been called the women’s auxiliary of the brat pack.” -molly ringwald

  354. “a definite source of the cipher is arguable at this point”

    argument: a reason offered for or against something / a contest in reasoning

    i have been called such things as well…they begin with a ‘b’ and well u get the picture

    not all that this cipher is about has been discussed…and after alot of deciphering the 3 digit signature is ‘SFC’ it just doesn’t mean Shoemaker, Frank C…at this time i will wait to voice an opinion

    as mr. mcbroom said “joy of total search”…well…it wasn’t that joyful actually it took alot of my time…but it was ultimately successful

    i believe in going where the intelligence leads me not where it is more convenient to be lead…and that makes for alot of research

    have a good night, ravin ;) )

  355. Richard McBroom Says:

    To All Participants:

    I must now admit that I have not been entirely honest with you.

    The following hidden message and remnant is now revealed:
    (Runic/ Egyptian Hidden Text Message
    ”PLY MOXIE
    FAKE ALL BELOW “)

    Runic/ Egyptian Linear Remnant
    ”05826367924936 FRNK DHHN”

    This means that the statement regarding the Runic/ Egyptian hidden message and remnant itself was a lie; and the QSL listing was a contrivance, based upon “imagined” rules regarding character interaction (unless otherwise proven true?).

    I have been troubled by the fact that I was dealt a “crackpot fan’s” Tarot card, and am now unable to live with the ownership.

    I thank Ravin for calling me on this; and now, my conscience has done its part.

    This game has instilled something of value about living, playing and keeping righteous secrets.

    You have my apologies for any inconvenience I have caused, and I hope I can now truly claim that you have my love and respect.

    Richard.

    PS: I now only want to escape this game, and return to the real world a better person.

  356. Well, that is very nice. I was wondering does “HH” mean “A”. I found that in other cipher noone else could figure out. They say it was a remmant. I say they weren’t looking at it right.

    “I have been troubled by the fact that I was dealt a “crackpot fan’s” Tarot card, and am now unable to live with the ownership.”

    Not sure what u mean…can u expand on that?

  357. Richard McBroom Says:

    Ravin,

    If there is a Runic/Egyptian Linear Remnant hidden message, it is probably a name per the Kabbalah with a possible phone number and/or date time group (I’ve already done it!).

    The “mysterious Dr Frank Dean” (Internet) could be the intended pseudonym of the Fermilab cipher’s author, but I think the true identity has already been revealed.

    For the sake of integrity, I must now claim “quantum superposition” to explain my actions upon returning from a brief retirement (any resemblance of words or actions to “hidden messages” is “purely coincidental”).

    Richard.

  358. rich,

    it seems as though everyone else has lost interest…are you sure SFC stands for Shoemaker Frank C

    i disagree “HH” means A as in ah / ah boat or a boat

    so, it is DAN

    ravin

  359. Hey you two,

    Not everyone has lost interest..not entirely, anyway:) I’m still around, pondering this when I can. I have a few new theories to share, and I’ll do so when I have some free time.

    Yes.. in the interest of giving you all a break, I’ve decided to stop posting in real-time as ideas come to me..lol. Back again soon.

  360. Richard McBroom Says:

    “Or what man is there of you, whom if his son ask bread, will he give him a stone?”

  361. Yeah, well I am still here in the corner simply trying to wrap my plebeian mind around all of y’alls theories.

    THEN I will be ready to offer some of my own

  362. One thing I have not seen anybody do… is take that middle section, and group it into threes like everything else is.

    If you take that, and turn it into trinary code like the rest, you get a really strange pattern. (replacing letters with zero and numbers with 1, or vice versa)

    101 100 101 100 010 010 100 010 011 or
    010 011 010 011 101 101 011 101 100

    Notice a lot of the groupings are repeated… converting these to letters using the already determined code gives me gibberish though:

    JIJICCICD or
    CDCDJJDJI or

    ABABHHBHG shifted so C=A
    HGHGAAGAB

    These could even be further broken into threes but i’m not seeing a pattern with that.

    Maybe nothing, seems far too coincidental to be ignored though…

  363. Richard McBroom Says:

    Dear All,

    The “all-seeing eye” atop the pyramid on the back of the dollar resembles the Runic eye in the Runic cryptogram, representing the “E” in the “JES” initials for “James E. Sanborn” (as in “James E.”).

    In short, James “E.” Sanborn is the “all-seeing eye” atop the “Stone.”

    (I reviewed the original “American Treasue” movie for further hints that were not previously realized.)

    Rich.

  364. If anyone is still interested in the encoding system used for the first and third sections, I built a tool to illustrate the process. You can encode your own messages, or see the built-in Fermi messages as a demo.

    I should have section 2 done soon… :/

  365. Ha! Maybe this is the key for section 2. I hadn’t tried this before:

    0
    A 1
    B 2
    C 3
    D 4
    E 5
    F 6
    G 7
    H 8
    I 9
    J A
    K B
    L C
    M D
    N E
    O F

    Then the 3 figures at the bottom become “SOL” which is actually a funny punch line to the joke “Frank Shoemaker Would Call This Noise.” Our sun, which is named Sol, can cause a lot of noise in experiments due to the amount of radiation it emits, and Sol is also a play on the word “soul” as in “soul music.”

    But who is the employee? Using the above key, the middle section translates as:

    O KNEHOBOMFC
    FLGIMBNDICNF

  366. Hmmm. Maybe my translation of the middle lines is also a key–the top line is code and the bottom line is the key. Starting with letters in the bottom portion that are first in the alphabet and proceeding we get HMBOCKNOEOF. (Nothing for A, so it gets a blank, B=H, C=M, D=B, nothing for E and so on…)

    HM BOCK NOEOF

    The employee could be Greg Bock, NuMI project manager. He is involved in neutrino detection, just as Frank Shoemaker was. Neutrino detection is usually done underground or in caves where they can isolate the detector from background radiation and cosmic rays, which often come from the sun. He could have certainly come up with this joke.

  367. _ 0
    A 1
    B 2
    C 3
    D 4
    E 5
    F 6
    G 7
    H 8
    I 9
    J A
    K B
    L C
    M D
    N E
    O F

    Translate middle section to alphabetical:

    O_KNEHOBOMFC
    FLGIMBNDICNF

    Bottom line is key that contains the order of the top characters.

    Exact translation is: HMBOCKNO_EOF

    Perhaps it’s H. M. Bockno [End of File]

  368. Richard McBroom Says:

    Ryan,

    The logic breaks down on the second line establishing order of lettering, because there are two “F’s” and two “I’s,” among other things; and it is also important that the decryption have true meaning.

    Broadcast transmissions revealed in my decryption are obviously sources of “static.”

    I don’t know how arbitrary your selections of alphabetic replacements were, but “O_KNEHOBOMFCFLGIMBNDICNF” can be written as “O(STRIKE)KNEHOBOMFCFLGIMBNDICNF.”

    This translates (by reordering) to “FIND OBKR FIGMENT OF CHOSEN K CLIMB.”

    The significance is that “OBKR” constitutes the first four alphabetic characters in the K4 cipher.

    “K” is used for mountains in the Himalayas and for “Kryptos.”

    Profoundly, “OBKR” is in all probability a contrived website providing a map for K4 decryption—query (“?”) “OBKR” yourself!

    If this is coincidence, it is exceptional in its clarity.

    Richard.

  369. BABABBBBGGGAGBA
    BBBABGBAAGABBG
    /
    BGBAA
    /
    AAA
    /
    algebra of order 5 polynomial

  370. glad to see some people haven’t given up…i’ve been busy

    i think rich still could help on some clues in this cipher

    in that when rich insisted that we go to the pbs forum i only really noticed one thing…one person called obiwan 121 and See_1111…who seemed like the same person to me

    then, after much research i realized that the See_1111 was referring to the last four digits of a phone number

    and that phone number which is currently in use matches what could represent SFC

    what do u think rich?

  371. oh, jdwood,

    went to ur page and liked it

    ravin

  372. Yeah, nice work on that online tool, jdwood. Very cool.

    Oh, by the way I found this fermilab directory link that you can use to look up employees. If you click on the ‘+’ sign to the right of ‘search’ you can search by first AND last names.

    http://www-tele.fnal.gov/cgi-bin/telephone.script

    I’m not really surprised, but no one with the last name Bockno works there. It’s too bad, I really liked the answer “Sol” to the statement “Frank Shoemaker Would Call This Noise.” Well back to the drawing board…

  373. thank u ryan,

    but i don’t need to look up the employees of fermilab…mostly because i do not believe anyone at fermilab wrote this cipher…if they wanted to do something like that they could do that on their message boards in their intranet

    just one other thing…to explain to regular people who had grade school science that no black hole will consume the earth (though i am sure very few would even entertain the thought)

    very simply…IF any micro black hole managed to grow it would have to break the atlas that holds it and at that point it would disintegrate because the earth is not space that is why CERN had to build a machine to do it!!!

    ravin ;) )

  374. Thanks – If anyone would like to see specific coders, dictionary scanners or any kind of processing tool that you think might help with some of this stuff – let me know. I’m always looking for interesting project ideas.

  375. William Fisher Says:

    All,

    ** NOTE: This is just looking at things, trying to get ideas, and I wanted to pass it a long. I do NOT think this is the solution, but there’s the slightest of chances it might spur someone along. **

    Noticed an oddity.

    It’s prob’ly a long shot, stab in the dark, but perhaps it’s just a substitution cypher?

    F0BE58F2FD63 (No C in this row)
    6C79D2E493E6 (No F in this row)

    If you SFC (Swap? F and C, FC from key in the middle ) you get…

    C0BE58C2CD63
    110000001011111001011000110000101100110101100011
    6F79D2E493E6
    011011110111100111010010111001001001001111100110

    Each has 48 bits… (96 bits)

    If you read the bits as 5 bit chunks, there is only ONE bit pattern that exceeds the number 26 (26 alphas). This pattern does NOT happen if you do not swap the F and C.

    11000 24
    00010 2
    11111 31
    00101 5
    10001 17
    10000 16
    10110 22
    01101 13
    01100 12
    01101 13
    10111 23
    10111 23
    10011 19
    10100 20
    10111 23
    00100 4
    10010 18
    01111 15
    10011 19
    0 STOP!
    (Don’t like extra bits, it’s not clean – but what the heck.)

    Well, just playing around with Substitution keys..

    udenlmpihacoksfvgwybtxjrqz (using the 11111 as a “-”)
    The message reads: dr-thankskeepmexicp

    or perhaps,

    sdenlmpihacokufvgwybtxjrqz (using the 11111 as a “-”)
    The message reads: dr-thankukeepmexicp

    If BASSE is a typo, there’s no reason to beleive that MEXICP couldn’t be a typo, for Mexico, either. It’s a common typo for Mexico.

    AGAIN… This is more just something interesting. I am certain that other key mappings would come up with other interesting decodings, and none of them be ‘correct’.

    —-

    More because this puzzle is annoying at this point, and really is a puzzle that’s over a year old AND really doesn’t seem to contain any information that’s truely important. It’s been FUN, sort of…

    Perhaps if we all say the middle section is NOW!SOLVED!(by William Fisher!!) and that I/we all believe that, in my/our opinion, the sender was a goober-head that can’t type worth a dang he/she will come forward with the correct solution to prove they are not in fact goober-heads and the properly mock “me/us” for not solving the middle section correctly? (I’ll take the blame for my opinion being incorrect, I don’t care. If this finally got put to rest.)

    If you are reading this AND you were the one that did write the code, then I formally challenge you .. PROVE YOU ARE NOT A GOOBER-HEADED TYPO-MAKER! (As is my opinion, and not perhaps fact.) and I’ll be happy to admit my opinion is NOT based correctly from the data now given. I’ll revise my opinion of you and your code, at that point. (BASSE and MEXICP – BAH! TYPO-MAKING GOOBERHEAD!! (In my opinion.))

    Good luck all, if this isn’t the solution.. We need it.
    ~William Fisher

    PS: Scanning WAY up you’ll note I didn’t double check some data that a webpage spat back at me during conversions from bin/hex/decimal, and learned a valuable lesson about checking your data again, and again. Takes a Gooberhead to know one, it seems!

  376. ahhhhhhhhhh…

    just to let u know…mr. william fisher should go back to grade school…

    can anyone tell me where mr. mcbroom went???

    ravin ;) )

  377. to mr. fisher,

    got isn’t a word..even if they put it in the dictionary!!!

    but, thank u anyways,

    ravin ;) )

  378. William Fisher Says:

    Any thoughts on the substitution idea?

    As for the rest of it, well, I hope it was taken in the spirit of fun it was intended…

    ~William Fisher

  379. Richard McBroom Says:

    Dear All,

    There are 3 message strings at the OBKR website.

    When one is shadowed against the other, the following message emerges:

    “YOU HAVE DONE IT.
    IT IS A GOOD TIME TO MEET J SANBORN.
    DOWNLOAD DUD’S BITTER BLIND CROWN.
    DNN.”

    “DNN” was a key word revealed earlier, and is a phonetic substitute per the Kaballah for “DAN.”

    “Dud’s bitter blind crown” is a number string presented earlier, corresponding to a website order number.

    This finding is enhanced by the following interpretation for “SFC:”

    “SF” in music stands for, “With Emphasis;” and is “Sforzando” in Italian.

    “C” is for the speed of light (from “Celeritas” in Latin, which is “Speed, Surprise, Violence of action” per http://en.allexperts.com/q/Ancient-Languages-2210/Translate-Latin-1.htm).

    “Celeritas” is also a word for “Light,” which has dominated this entire search.

    “SFC” then equates to, “With emphasis upon (the speed of) Light.”

    Richard.

    PS: Isn’t it exciting that in a few weeks there will be new light upon “GUFT” at CERN!

  380. there’s another message string at the OBKR website.

    when it is shadowed against the others, the following message emerges:

    “BRICKS OF FOUR HILL”

    which translates by rearrangement to:

    “RICH IS FULL OF OBKR”

  381. Richard McBroom Says:

    Davi593,

    I take it that you have found my translation to be correct, and that you have found additional text?

    Please state that text, as I have not been able to find it?

    I would suppose that you have disingenuously taken the intended “full of” message, and deceptively rearranged it to a (non-sensical) statement, which you then showed as a first statement.

    I would further suppose that your translation doesn’t amount to a “HILL OF FOUR BRICKS.”

    (I assure you, my translation is neither, because the factual evidence is there for all to see!)

    Rich.

  382. rich,

    it would be nice if u addressed anything that comes close to my questions

    first off…u wanted me to go to that pbs discussion and the only thing i seen that came close to being connected to this forum is the posts from the names obiwan 121 and See_1111 that seem really close to ur posts

    i am not asking IF u have a comment…i want a comment or i will take the lack of comment so far from u as a ‘yes’

    second…do u know what phone number i am talking about that ends in 1111 and is related to SFC? YES OR NO…

    ravin ;) )

  383. William,

    Your approach is quite similar to my current line of thought. ie: The 96 bits contain the name / employee number of the sender, with the third line representing some sort of modification that needs to be done on those bits.

    ‘Substitute/Swap’ seems to be a possibility, as well as “shift bits” or “space”

    Also, as has been stated by a number of ppl, ‘basse’ is almost certainly not a typo. ‘Basse’ = ‘low’ in French, and the word has direct connection to Fermilab (See posts above). I currently suspect this might translate to “employee number in low 16 bits.”

    Hope that helps in some way.

  384. William Fisher Says:

    Greetings all,

    Does anyone think that the substitution information I posted slightly above has any hope of something productive? If so, then I’ll keep playing with it. If I am barking up the wrong tree and it’s obvious to you, I’ll be happy to try looking for something else.

    Yes, ignore my ‘challenge’ – it was an attempt at humor. Perhaps a bit of a failure based on responses.

    Thanks,

    ~WF

  385. Taking the ‘low’ 16 bits:

    10010 (18) + 01111 (15) + 10011 (19) + 0 = 42

    Yes, my own attempt at humor;)

  386. Obviously I still can’t add….some things never change :)

  387. Richard McBroom Says:

    Ravin,

    At PBS Internet address, “obiwan121” and “Richard McBroom” are one and same.

    Final drafts list Summit Strings, yet kill ill will.

    The 800 version of the phone number gives a marketing specialist.

    The Internet search of “SFC” plus “1111” gives:

    http://www.allbusiness.com/electronics/transportation-electronics-fuel/7978878-1.html

    Interesting, but where is this going?

    Isn’t it time that all parties become straightforward?

    Richard.

  388. William Fisher Says:

    Matt79,

    Seems your comment was in the queue as was my request for comment… Thanks for your ability to see a bit into the future. (Have lotto numbers for me, also?)

    So my comment WAY up above about it being high byte/low Byte may be something actually worth being pursued? WOOT! AND maybe actually correct? Double woot! I just wish I could have done something more with them at the time.

    *nodding* I agree about it not REALLY being a typo. I know if it was me I’d fix the problem instead of effectively adding edit notation much further down on the page. I don’t like the “Cut the red wire” and then having a “but NOT before cutting the green wire.” added into instructions unless I am trying to kill the double-naught secret agent. Doesn’t make sense if I need to stop my own evil overlord spybase from going into a critical meltdown and following the instructions to do it.

    I’ll go back and reveiw the HB/LB notes I made.

    Thanks!
    ~WF

  389. rich,

    i am asking the questions around here…when i decide to say what i want i will

    other than that u wanted to drag them cia guys into this and heck they just as soon use ‘harsh interrogation techniques’

    where i am just asking that u answer my questions till i feel satisfied they are answered

    at this point…yes…work has piled up on me

    i will say this…a search of ‘sfc’ and ’1111′ will not do…because one has to know what ‘sfc’ stands for

    actually, i would of said the one message that the author wanted the codebreaker to see was that ‘c’ meant ‘current’ and that ‘f’ meant force and maybe the ‘s’ was someones’ name…like ‘sean the dark force of the current’

    yet, the diagrams that went with the numbers/letters of the middle section lead me to the answer…as to why i was distracted in looking at someone else

    ‘basse’ is misspelled for a reason…the author has a long time history with wanting to emphasize words by misspelling them only for his own amusement and to distract attention to another person

    oh my dear mr. mcbroom…if i could i would ask a physics question in probability…in that did the author take the probability that his past would become his future…well, maybe sometime i can shed alittle more light on it

    ravin;))

  390. William Fisher Says:

    Greetings, yet again…

    The more and more I look at it, I think there’s FOUR separate puzzles, not three with an instruction for Section(2). Mostly, I feel, because of the spacing between the areas.

    The coder was very aware of spacing and used it to indicate that there were issues within the data that must be observed and accounted for. The indentions in the first puzzle section to show that data joined over into the next line, for example.

    —-
    Section(1)
    FRANK SHOEMAKER WOULD CALL THIS NOISE

    **large blank area*

    Section(2)
    *array of symbols*
    F…0…B…E…5.8.F.2..F.D..3…3
    *array of symbols*
    6…C…7…9…D.2.E.4..9.3..E…6

    **blank area**

    Section (3)
    S(f)(c) [Using Section(2) as key map for symbols]

    **blank area – this area nearly matches the area between section(2) and section(3)**

    Section (4)
    EMPLOYEE NUMBER BASSE SIXTEEN
    —–

    The spacing in section (2) between the ‘hex’ values could be intentional. To convey data, or for just astetic reasons – the coder did seem to try to center most of the sections on the page.

    The upper section of Section (2) of the puzzle contains no “C” hex code, nor does the lower section contain an “F” hex code.

    The [S(f)(c)] section could just be using the above data as a key – and have nothing to do with data above it. Odd to have all those glyphs in section(2)and only use two of them anywhere else.

    If BASSE=LOW then message could be “EMPLOYEE NUMBER: L O W SIXTEEN”

    L = 12(th)
    O = 15(th)
    W = 23(rd)
    +
    16

    12+15+23+16 = 66, 66 (hex) = 102 decimal. Per main data & edits, Mr. Shoemaker’s ID was 102. ARGHGHG. Coincidence!?

    Anyway,

    More patterns to look at, and for… Whee.

    ~WF

  391. well

    the blank section between the first stanza and the middle or 2nd stanza was separate in that the message “Frank Shoemaker would call this noise” was separate than the rest of the message to emphasize that the following message would be considered noise

    the blank section between the middle section and the ‘sfc’ was just a separation in that the author wanted the ‘sfc’ to be closer to the last stanza “employee number basse sixteen” to fool the codebreaker into be lie ving that ‘sfc’ represented sometype of number code and than relate it to frank shoemaker or pierre because the author wanted to discredit them…among other reasons for this cipher

    i had early on started decoding the middle section but certain things about it made me realize that yes i was close to the decoding but only the decoding the author wanted me to see and the trail was to ‘easy’ to follow

    which begged the question…why would someone author this and make such an easy target out of certain people and the one symbol above the ‘c’ certainly leaned towards ‘current’

    yet, with all the little diagrams above the numbers/letters these were the authors masterpiece and as the author has repeatedly told us this cipher was part of other ones

    ravin ;) )

  392. William Fisher Says:

    Ravin, and all.

    I don’t know Frank Shoemaker, and I don’t know what he would consider “noise”. There’s enough space between the “Frank Shoemaker would call this noise” message and the “F0BE” section to give us a message unto itself.

    Current is expressed as “I”. That whole Ohm’s Law thing, ya know, I(current) = V(voltage)/R(resistance)? I’d think some smart guy in physics and coding cypher would know that sort of thing – whoever the coder was.

    How are you, Ravin, making your various associations? “C” is leaning towards “Current”? What do you mean by that? and how are you getting there?

    — Warning! Vague attempt at humor!!

    Rod Serling(voice over): Somewhere, in space and time.. perhaps, even in an entirely different Universe…

    William: “I’ll take odd, annoying, and prob’ly not worth the time spent on it crypto for $400, Alex!”

    ** BZZ-DING **

    Alex: This is a visual daily double. *showing the coded paper to the players, high-lighting the top section and the ‘big empty’*

    *William scribbles something on his touch screen*

    Alex: The answer is … “The Background!”

    William: “What would Frank Shoemaker call noise?”

    Alex: This is the super special version of our game show, and now you must explain the question and how you arrived at it based off of the answer.

    William: “The Background” (Since there a large ‘nothing, but paper’ between the two sections, big enough for giving another puzzle in. Paper is just the background for the code. Indicating that the code author felt that Mr. Shoemaker thought everything in the background was Noise.

    Alex: Correct! Let’s see how much you wagered…

    *William’s monitor reveals …*

    (Camera pans across space and time, and prob’ly some other Universe.)

    Rod Serling: Well, at least deep within the twilight zone, William was correct. In YOUR universe he may or may not be. You won’t know for certain until you talk with the author of the crypto, or you visit, William and Schrodinger’s cat in.. The Twilight Zone.

    ——— End humor attempt.

    There are lots of ways to view things..

    (sigma)(delta)(lambda?)

    S = Entropy = (energy / temperature) or Sigma
    (triangle) = F? or Delta = finite change
    (lambda-ish thingy) = C? or wavelength

    It does look like the “S” is to the power of (triangle)(lambda-ish thingy) since they are at/about above the midplane of “S”. F and C are associated with (triangle) and (lambda-ish thingy) perhaps that number in hex (decimal =252) is also supposed to be associated with it.

    I guess what I’m trying to get at is, how are you working it all out that it’s not something as simple as the obvious, but instead some double? triple? more? level of crypto?

    It’s a SMALL amount of data. Unless it’s linked to something much bigger, there’s only so much information you can store in 96 bits and 14 little pictures – several of which look like Greek letters, by the way.

    5 = Omicron
    7 = Phi
    8 = Tau
    C = Lambda (lower case) **lambda-ish**
    F = Delta

    How about telling us what it decodes to that you think is completely the wrong path? I’m sure it’s better then my “Dr – Thanks Keep Mexicp”

    Looking for education and enlightment – please share!

    Thanks!

    ~WF

  393. seem to be also embedded: figure of a ribbon for familiar support our troops sticker; an open demand letter from a nichole to a paris: quit by early 2009; or specific actions.

  394. Richard McBroom Says:

    Dear All,

    A further Internet search of “OBKR” yielded additional information.

    A thesis (April 1981) entitled “Electron Capture from Inner Shells by Fully Stripped Ions” by G. Lapicki is described at the following location:
    http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?tp=&arnumber=4331342&isnumber=4331324

    In the abstract the Oppenheimer-Brinkman-Kramers (OBK) theory for electron capture for fully-stripped ions is extended to account for relativistic (R) effects.

    The “SFC” code is possibly for Schrodinger, Faraday, and Coulomb.

    With the allusion to Einstein, it is possible that all are included in the Runic cipher by some logic.

    Richard.

  395. “it is possible”…and if one puts wings on a pig it could possibly fly!!!

  396. Richard McBroom Says:

    Ravin,

    I was thinking of the Runic symbols resembling electronic devices, perhaps alluding to an inventor?

    Please consider two specific names somewhat more “down to earth:”

    If the “SATOR AREPO TENET OPERA ROTAS” cryptogram is combined with the two strings of alphabetic and numeric characters (line 2 and 4 in the middle portion of the Fermilab cipher) the following message is found:

    “michaEl FARADAy
    BEFORE
    ChARlES PROTEuS sTEiNmETz
    TOP OF D”

    The upper case characters exhaust the alphabetic characters in the Fermilab cipher (excluding “SFC,” which is separate from the main body, and has already been interpreted).

    The message is significant, because Faraday and Steinmetz represent a kind of “alpha” and “omega” in electronics, indicative of the Pompeian cipher (“A’s” and “O’s”).

    Further, the Runic symbol immediately above the “D” in the Fermilab cipher is indicative of two joined wheels.

    There is a greater than 90% chance that application of the “ROTAS” wheel to the English alphabet (made also into a wheel) will produce the lower case “michalyhlusimz” letters (above), when the “S” in the “ROTAS” wheel is aligned with the “C” or “D” in the alphabetic wheel and the numeric characters are used to count left and right complete rotations of the “ROTAS” wheel against the alphabetic wheel, using “S” as a pointer (there is recession and progression against the alphabetic wheel because there are fewer characters in the “ROTAS” wheel) the numeric characters are effectively transformed into the remaining 14 lower case alphabetic characters).

    Richard.

  397. during a recent walk i came across this house with a french window. SFC is an initiation sequence for the panes above it. in order break this down, maybe follow the initiation with SQF to ‘optimize’. this follow-up leads one to the Ackermann G function. with straightforward manipulation, it resolves to a first light scenario. in summary, this may be an attempt to codify big bang.

  398. Yet another thought:

    F3C1 hex (again, f occurs 3 times, c once) = 16 bits. Taking the lower 8 bits of that (basse/low 16) = C1 hex or 193 dec. Employee 193 is “CLIFFORD MAN….” in the Fermi directory.

    One could also interpret that as 3FC1, I suppose, with 1C hex being 28 dec. #28 is “K. RAJE…” The directory lists his/her status as a visitor, though, and 3F1C just seems less intuitive than F3C1, imo.

  399. Richard McBroom Says:

    Dear All,

    One intriguing personal observation throughout my experience, beginning with Kryptos, has been the occurrence of resonant messages on a subtle level (see poem).

    A recent example concerns the “SATOR/alphabetic wheels” that I described.

    A portion of the wheels at the “SS” intersection aligned at “CD” shows a resonant message when rocked from one side to the other:

    T_A_S_S_A_T_O_R_A_R_E_P_O_T
    A_B_C_D_E_F_G_H_I_J_K_L_M_N

    Beginning under the “S’s” and rocking back and forth on the “ABC” string the following message can be viewed:

    “DC BEF AC,” as in “DC BEFORE AC.”

    This resonates with the initial decryption, “MICHAEL FARADAY BEFORE CHARLES PROTEUS STEINMETZ.”

    That the initial message was exposed before this realization adds validity to the decryption.

    For this reason, I feel more certain than ever that my interpretation is correct.

    Richard.

  400. but my dear mr. mcbroom

    u were so adamant that ‘sfc’ meant shoemaker or this pierre guy wrote this ridiculous cipher

    now u want me to believe some other stuff…i’ll tell u what it is: AC/DC and the song is “Back in Black”

    DON’T WASTE MY TIME!!!

    i will play the game until i get tired of playing the game…then, i turn the game board over!!!

    now, if there is anything you want to get off ur chest…i am willing to listen

    ravin ;) )

  401. Richard McBroom Says:

    Ravin,

    RE:
    T_A_S_S_A_T_O_R_A_R_E_P_O_T
    A_B_C_D_E_F_G_H_I_J_K_L_M_N

    Oh yes, and then there is the improbable close proximity of the letters forming the word, “BASSE.”

    Rich.

    PS: It must be the full moon.

  402. Richard McBroom Says:

    Ravin,

    And yes, I did recognize that Elizabethan smile!

    Richard.

  403. trace:

    as4 1cr

  404. mr. mcbroom,

    r u a physicist?

    ravin ;) )

  405. Richard McBroom Says:

    Ravin,

    History, physics, mathematics, music, poetry, painting, and the fine arts in general are among my passions.

    I have remained in a quiet place until recently.

    In brief, the artist placed a hook into the deep, and I bit.

    The task is not yet complete.

    Richard.

  406. whoever posted the last post “by ravin sept 19 12:53″

    i am not in the least bit amused…could mr. mcbroom have posted it…well…lets check ip adresses…since someone had broke into my computer as of late…we might get some answers

    the more u write stuff like “nevermore” the more survillence u will be under

    ravin ;) )

  407. Ravin, I deleted that last comment you refer to as it doesn’t show the same IP address and email that you were posting with.

  408. Richard McBroom Says:

    To My Detractors,

    The accusation that I would submit nefarious statements, let alone under false identity, is a blatant lie.

    It is time for participants to maintain a modicum of common respect when addressing such matters.

    Either come forward with the evidence, or accept as fiat the current account.

    Assuredly,
    Richard;.

  409. @Richard and @Ravin: I don’t think either of you are attacking each other. I suspect somebody else was playing a prank so let’s just let it go for now.

  410. then…let’s let it go

  411. David Harris,

    I do apologize for being so short yesterday. It has been a long week for me. Thank you for taking that post down and we shall try to continue our investigation into the Fermilab Cipher.

    ravin

    mr. mcbroom,

    well…u were the first suspect :( (

    if we can get back to the forum here…i would like to ask u a question

    it relates to ur post:

    Richard McBroom Says:
    July 31st, 2008 at 1:01 pm
    HELLO!

    An injustice has been committed by ignoring the evidence I have presented.

    If there is any evidence that the pathway to the Fermilab cipher has been an error, please come forward with that evidence.

    Otherwise, parties who have discounted that evidence should apologize for this unconscionable conduct before this august forum.

    Rich.

    uh…if we didn’t apologize before the “august forum”…what would the consequences of been?

    ravin ;) )

  412. Richard McBroom Says:

    Dear All,

    In this “Alice in Wonderland” world of Kryptos and Fermilab ciphers, I hereby declare that these, and all correlative ciphers, have now been effectively resolved.

    If the game is to continue, it will be without me, because I now choose to return to the real world, which has become of a similar-but-at-least-real state.

    Forgiving all, I attribute my accomplishments to God.

    You have my eternal love and respect.

    Richard

  413. William Fisher Says:

    Mr. McBroom,

    (A) Puzzle
    (B) Solution Generating Process
    (C) Probable Answer
    (D) Review/Confirmation of (C)

    The solution is not made by just creating (C) without a coherent path between (A) and (C).

    If you are claiming you have solved the puzzle of the Fermilab cyphers and have actually done so correctly, since you have not shared such with others, I’ll assume you do not want or care about accolades.

    Also, this would be as if I claimed a “Cure-all for all cancer, AIDS, and the creeping crud”, perhaps true, but completely worthless without confirmation.

    I think my solution of “Dr.ThanksKeepMexicp” is as valid as anything anything you’ve presented, perhaps more so, and at least people could probably follow along with how I got from (A) to (C), and I gave (C) as my solution. Even if I and they feel that is not the correct solution.

    If you are just saying I quit, therefore the Firmilab cypher is resolved. You are quite incorrect. You have reached resolution, while the code has not. The world and this code does not revolve around you or me.

    If you have a solution that makes your mind happy without confirmation of your peers or at least those who’d really would like to know the answer and asked to be shown and taught, so be it – I suspect you are incorrect and would bet money on that, if it were not illegal in this State.

    Be,

    ~WF

  414. William Fisher Says:

    Mr. Mcbroom,

    I’ve really been trying to go through your information to understand it. How you get from one step to the other. Certain leaps just don’t make sense to me.

    I really do hope you’ve made correct solution, but at this point, I think you’ve just found something that works, not THE solution.

    *sigh*

    Since Mr. McBroom has stated he’s signing off. Does anyone know WHY he thinks James E. Sanborn is the author of this? Or was it just a guess, stab in the dark? Has anyone bothered to make contact with this person for confirmation?

    That’d solve things real quick if the person confirmed authorship, some how. I’d have to buy Mr. McBroom a beer or something, and send something nice to the author for an interesting puzzle.

    ~WF

  415. cipher rewrite: CMR+

  416. Apparently they give people in the loonie bin internet time too. If I were you I would rethink the problem as a whole instead of listening to anything he says. There is adequate reasoning posted further back. In short: if you can’t reproduce your results with the same set of rules and a different message, you don’t have an algorithm. If there is no algorithm to this (i.e. it is a one time pad or something), I highly doubt Mr. McBroom could make all the assumptions he has made correctly. On top of all this, fairly simple encryption methods were used for the top and bottom. They were also very logical/computer orientated. Why use something preposterously hard for the middle?

  417. I agree. Mr. McBroom’s work seems highly based on assumptions and speculation. Also, the arbitrary rearrangement of strings of letters without using a algorithm of some kind is not a good method of code breaking since the same string of letters could be rearranged into literally thousands of phrases and word combinations.

    While I admire Mr. McBroom’s willingness to think outside of the box, especially at a time when this code is far from cracked, I don’t think we can use a “American Treasure” approach to solving this puzzle, using loose associations and guesswork. That only works in the movies. No offense to Mr. McBroom. I know he’s put a lot of time and effort into solving this code! We need a great variety of insight to solve this code, and I value different ideas on how to solve it.

    I am surprised that there were so few reactions to Mr. Fisher’s “Dr.ThanksKeepMexicp” translation. Even though this might not be the answer to the puzzle, I would call it the most interesting finding so far for the middle section. I mean what are the odds!?

    Ryan

  418. William Fisher Says:

    Ryan,

    Sadly, I have to agree with you and A. Nony. Moose.

    Thanks also about mentioning the “Dr.ThanksKeepMexicp” thing. It just seemed really ODD that all the number I’d pulled were less in value then the alphabet total. I really don’t think that’s the solution – BUT if the flow is correct, but the KEY is wrong, perhaps the key is in the previous data.

    I wish I knew what those symbols ment. The main idea I have been playing with is that they are a mis-mash of standard ‘code’ subsitutions. I’ve found a few of them in code references on the net. The symbol above the (c) code was also used by “The Zodiac” killer – but they didn’t decode the name yet, so I can’t say that’s a subsitution value.

    I’ve been trying to play the game of “What pattern is next?” as in the IQ tests for abstract pattern recog’, but sadly that was always my down fall. I’d find something else to link as patterns “they” didn’t consider. So my answers almost never match the expected.

    Anyway, it’s interesting stuff, this crypto stuff. Certainly more intense then the “cypher of the day” my Science teacher used to put up in the 8th grade. Good rest his Soul, he was a cool science teacher.

    ~WF

  419. William Fisher Says:

    How about Morse Code? (dits 0 /dahs 1)

    F0BE58F2FD63
    0010 11111 1000 0 00000 11100 0010 00111 0010 100 10000 00011

    6C79D2E493E6
    10000 1010 11000 11110 100 00111 0 00001 11110 00011 0 10000

    I’ve been playing with the 1′s and 0′s but haven’t found anything useful. Just something I thought of this evening, and thought I’d record it here just in case this puzzle drives me to an early grave.

    ~WF

  420. Moving back to the topic at hand; has anyone made any further progress? Any bright ideas?

    I haven’t really been actively working on it, though I’m still very much interested in seeing someone (ANYONE!) come up with a full, elegant solution.

    I’ve shared multiple theories over the past few months, though none have seemed to hit the nail squarely on the head, so to speak. In the interest of inspiring some relevant discussion, though, I’ll outline the three theories that I think hold the most promise.

    1) S-FC = 252 dec. ie: S is noise, and FC is straight up converted hex -> dec, with #252 being former employee P.P. Apparently P.P has been contacted and claims no knowledge of the letter. Two other possibilities are AFC (emp #2812), or 1FC (emp #508), but again, neither of these two former employees have come forward to claim responsibility.

    A simple Hex->Dec conversion seems to be the most obvious path to the employee number, yet the derived numbers do not seem to be the intended solution.

    2) Symbol S occurs zero times, hex F three times (iii), and hex C once (i). Using the procedure from the top and bottom sections, this gives us 001a. A search for “001a” in the directory of course gives us Mr. Wilson. This would be a great practical joke from beyond the grave, wouldn’t it?:)

    The use of “Basse” and its connection to Beauvais Cathedral, which Fermi’s HQ is modeled after, adds further merit to this theory. The site of the *incomplete* nave at Beauvais is called the “Basse oeuvre,” and if one looks at ternary table from a decimal perspective, it has 196 digits missing, which totals 16 – ie: “employee number in *incomplete* 16.”

    Admittedly, this theory is flawed. Symbol ‘S’ occurs zero times, which means it does not map to 0,1,2 in a way that’s 100% consistent with:

    i=1
    ii=2
    iii=0

    3) Basse 16 = low 16 bits. f3c1 hex of course totals 16 bits, with its lower half converting to 193. This is C.M in the directory. Once again, this seems flawed. It would make much more sense to use the lower 16 bits of a 32 bit number, wouldn’t it?

    That being said, I do think “low 16 bits” is going to be a key piece to this puzzles solution. I plan to devote a day or two to exploring this fully, hopefully sometime soon.

    Now, I’m going to second William’s request for the letter’s author to come forward!;) At least let us know that there is an actual solution, and it’s not all just “noise.” As I mentioned previously, I highly suspect that this is all a publicity stunt on Fermilab’s part, so it would be nice to get some interaction with the employee(s) responsible for the cipher.

    Why do I think it may be a publicity stunt? Perhaps a touch of paranoia, though the following seems to point to this:

    -Fermilab’s help desk is WIDE open, and has been for months. This gives us a simple way to check potential solutions against past/present employee numbers. I highly doubt Fermilab would blindly ignore this gaping security hole, despite it being disclosed dozens of times since the letter was made public. With that said, please don’t remove public access to this directory until this has been solved:)

    On a related note, didn’t someone recently hack into the LHC’s network using a stolen Fermilab ID? Was this somehow related?

    -Fermilab employees not participating. If they really wanted this solved, wouldn’t these brilliant scientists be collaborating in some manner with us? Mr Harris, the post’s author, has contributed to this thread once since May, and that was only to break up Ravin and Richard’s spat. The lack of participation seems odd/suspicious to me.

    -I may be mistaken, but the person who solved the top/bottom appears to have very little interest in working on what’s left. Could it be that he already solved it, and has been asked to keep quiet? Paranoiaaaaa!?:)

    -With the LHC coming online, Fermilab needs all the publicity they can get:) In line with this, they were actively seeking funding quite recently. (BTW, I am now an official Fermilab FanBoy. Mission accomplished!)

    -One element that points to this NOT being a publicity stunt is the stated date that the letter was received – Mar 5, 2007. Fermi’s magnets on the LHC suffered what wikpedia calls a “catastrophic failure” on Mar 27, 2007. I find it unlikely that they’d have the “cajones” to link a stunt of this nature to such a serious event, though it certainly adds another element of mystery to the equation, doesn’t it?

    Let’s solve this, people!

  421. I’m not sure if it will ease any of your suspicions but the only reason I haven’t been adding to the discussion is that I’m not a cryptographer by any means, and haven’t had time to spend trying to work on this! I am reading everything posted though.

    This really isn’t a publicity stunt and we never expected this to get any wide coverage. The way the whole process came about is that the letter came in to Fermilab, and the communications director there faxed me a copy of it (I spend a lot of time at Fermilab but my home is at SLAC) because she knows I’m interested in this kind of thing. People basically forgot about it but I had it sitting in a file of things to look at some time when I had a chance. I never did get around to it but once we added the expanded online part of symmetry, I thought that crowdsourcing the problem might lead us to some progress and it certainly did! People quickly solved parts 1 and 3.

    I haven’t seen anything yet that really convinces me we have made much progress on section 2 but perhaps there is something in the work people have offered that will lead to a solution.

    I’m as keen as anyone to see this solved so please keep sharing your progress and ideas!

  422. Thanks for posting, David; I appreciate you taking the time to allay my suspicions. Eventually someone will crack this, and if the relative simplicity (in retrospect, anyway) of the 1st and 3rd sections are any indication, I suspect we’ll all be smacking our collective foreheads at how obvious it all was.

    Think people! A trinary table. 3 sections. Frank Shoemaker. Noise. Employee number. Wilson Hall : Beauvais as Ramsey Auditorium : Basse oeuvre. Low 16. 96 bits / 12 bytes. SFC. Somewhere in there is the answer, for sure.

  423. William Fisher Says:

    What annoys me the most is that is probably SOLVED. Those guys/gals at CIA/NSA are VERY clever and love to play with this stuff, they solved it, but can’t release the fact that they solved it for years after the fact.

    Someone will figure it all out and make some nice announcement, and 5 years later the SPY guys will say “Yep, we figured that out on March 19, 2007. Yes, we know it wasn’t released to the public then. So? We’re SPY guys, Duh.. Would you be happy if we LIED and said May 15, 2008? Okay.. May 15, 2008. Happy?”

    *sigh*

    Digging more into it over the weekend. Sadly we have information that is either just there to be there, or we are missing a chunk of data. What is the pictures?

    Just a way to communication what the S(f)(c) is? Or is there more to it?

    ~WF

  424. the first portion of the message posed a most serious threat and therefore immediately addressable. there are already indications things unfolded on a war footing. the middle part is hard so as to discourage casual stripping. it is fantastical and also useful as a distraction.

  425. Hey all,

    I’ve strayed a bit from the bit/byte realm today, and focused on exploring the possible Ramsey Auditorium connection. Here’s what I’ve come up with (Some info repetition from my previous posts to hopefully tie it all together in a coherent way).

    “Employee Number in Basse sixteen”

    Wilson Hall has 16 Floors, and was modeled after Beauvais Cathedral. On the site of Beauvais’ never-constructed nave lies a small Romanesque church called the “Basse Oureve.” Occupying the corresponding area on Wilson’s Hall’s south edge is “Ramsey Auditorium.” Check out some images of the structures midway down the page at the following link: http://history.fnal.gov/GoldenBooks/gb_wilson2.html

    “Frank Shoemaker would call this noise.” Take a look at Frank’s Amazon Wish List: http://www.amazon.com/gp/pdp/profile/A2KQP7E70RRTI7 Notice the book, “The rest is noise.” From a user review: “This magisterial book will, for many years, remain the definitive account of classical music (or art music, if you prefer) in the twentieth century” This could be construed as another link to music & Ramsey Aud.

    “Basse,” “16″ and “Noise” has led us to Ramsey Auditorium. Take note of “in,” which suggests that we should examine the inside of the building.

    A seating chart for Ramsey can be found at: http://www.fnal.gov/culture/NewArts/ramsey.shtml Notice that there’s 24 rows, A-X which might correspond to the 24 pairs of Hex/Symbols in the letter. But wait! There’s only 22 rows – I and Q are missing. Unfortunately, this doesn’t appear to be unique to Ramsey Aud. I checked the seating plans of a few other theaters, and they too are missing I/Q. For those familiar with Auditorium architecture/seating plans, why exactly are these two letters not used?

    So, while the missing rows are not unique to Ramsey, I still think they’re worth exploring, especially alongside the 24 symbol/hex pairs.

    -Traversing the pairs, starting with the top, left to right, we’re able to label each pair with a corresponding row, A-X. The hex numerals where I and Q should land are paired with F and D. FD hex = 253 dec. (I’m assuming we’re still working with hex at this point – I don’t see a logical way around this)

    -Employee #253 was/is the ID of H.F He seems to be a fairly public figure, and there’s lots of info about his life / work around the web.

    Note: HF is “now is a keeper of the Bulletin of Atomic Scientists’ Doomsday Clock (the figurative representation of humanity’s proximity to global catastrophe)…”

    That of still leaves us with SFC. Could it represent a simple sign off? “SHOEMAKER, FRANK C” (credit to Mr. McBroom and/or Ravin, I believe) This is how his name’s listed in the directory. Is Frank behind this afterall?

    Some combination of S/Sym-F/Sym-C could even represent seating rows, though so far I can’t seem to find any way to wrap them and the pairs up into a nice, neat little package.

    That’s it for now. Any thoughts are welcome.

  426. With regard to row I & Q, apparently they’re often skipped due to their resemblance to “1″ and “O/0,” and the chance of confusion. Makes sense.

  427. the middle section is almost strictly upper triangular if padded so that each part would have the same number of elements. so where is the beef? it is a black hole if the whole thing is a sun or the market.

  428. here is the rework: +-CMGNCRI (the missing portion had a discriminant of 1.1632 consistent with the algebra suggested)

  429. William Fisher Says:

    Matt79, good work.

    You really may have something with this. I’ll root around with the numbres I pulled out and see if any of those match a pattern based on the letters there too.

    ~WF

  430. William Fisher Says:

    Matt79,

    I think the Shoemaker, Frank C. is incorrect, if we are trying to associate it to your Auditorium idea.

    STAGE FRONT CENTER

    ~WF

  431. William Fisher Says:

    Matt79 & all,

    One thing to be concerned about is: Is the Fshoemaker who is in the “wishlist” the SAME Frank Shoemaker, or at least intentionally(or used for similarity) put there for us to find as a clue? Or is it a terrible coincidence? The account has been around since at least 2002. “The rest is noise” wasn’t added until February 22, 2008 – so it’s either a coincidence, or a clue added after the fact because no one was ‘getting it’.

    Anyway.. How do we get access, remotely or personally, to seat(s) 102 Stage Front Center? Perhaps there’s a clue there? A scratch in the paint? Bit of tape with some writing on it? Hrm. Which ROW though? 16? Row “R” seat 102?

    Is there assigned seating during certain functions?

    It’d be interesting if our inside people at Fermilab could during a coffee break just have a look-see. :D Make sure Matt79 and I get at least some credit if you find something, well.. besides chewing gum.

    ~WF

    PS: I don’t think you’ll prob’ly find anything, but if you are close by and can check it without getting into trouble, it’d be worth a few minutes to do so. Please?

  432. I hope you haven’t spent too much time investigating the auditorium angle, William, as it appears I was wayyyy off base. Ramsey Auditorium would occupy the site of the choir, not the nave/”Basse Oureve.”

  433. William Fisher Says:

    No, not to much time. But I really did like the rows/cols as a possible matix for decoding the puzzle.

    *laughing* Ah well… still.. Hrm..

    ~WF

  434. Richard McBroom Says:

    WF,

    I think I can see where this is going.

    As an afterthought, maybe I can help with efforts, since the goal is to come to consensus.

    For now, I will continue to cogitate with the ideas being presented.

    Rich.

    PS: I have some ill-assorted “ET’s” from Kryptos if anybody wants them?

  435. Yeah, a connection with the rows/seats would’ve been a nice touch. Really, apologies for wasting your time:( It was actually the apparent physical separation of the two buildings, coupled with a Fermi employee pointing me in this direction (mis-communication, I’m sure), that threw me off.

    It might still be worthwhile to examine the other side of Wilson Hall (the entrance / logo?), which I believe is the area that would be analogous to the Nave / Basse Oeurve at Beauvais.

    http://maps.google.com/maps?q=fermilab&ie=UTF8&ll=41.83863,-88.261703&spn=0.00273,0.003653&t=h&z=18

    I’m going to have to put this aside for a few days, but I think my next step’s going to be exploring Beauvais itself, especially the astronomical clock within and the Basse Oeuvre interior. Then back to Bits / Bytes, a territory I’m slightly more familiar with :)

    Check out a section of the clock here: http://flickr.com/photos/agnes_ch34/1523428076/sizes/o/ Specifically, the 24 hour dial seems intriguing.

  436. Richard,

    Feel free to jump in at any time and contribute your thoughts and ideas. If it involves Kryptos, I can’t say I’ll necessarily be able to follow, but *any* ideas are potentially good ideas.

    That’s the spirit of crowd sourcing, after all:)

  437. yes, same as Kryptos on its own _ ground, it is FUD, only a whopper-type of cipher.

  438. William Fisher Says:

    “employee number basse sixteen”

    *laughing* I just looked up the translation for “sixteen” in French. It is “seize”.

    So help me if this really is “All your basse are belong to us.” I’ll want to strangle some cypher maker.

    Hahahahahah…

    ~WF

  439. William Fisher Says:

    Hrm..

    “employee number low sixteen”

    Anyone have a list of the first sixteen employees of the Lab?

    ~WF

  440. Richard McBroom Says:

    Dear All,

    I don’t understand the quandary (looking for empty seats when the show is over, etc.).

    My account is profoundly verifiable and transparent.

    In fact, I doubt that a more thorough or revelatory account of the K4 and Fermilab ciphers has ever come to fruition.

    All that is necessary is to do some of the work.

    Richard.

    PS: “If you are out to describe the truth, leave elegance to the tailor.”

    —Albert Einstein

  441. “Whoever undertakes to set himself up as a judge in the field of Truth and Knowledge is shipwrecked by the laughter of the gods” Albert Einstien

    “The peculiarity of the evidence of mathematical truths is that all the argument is on one side” Ibid

    “I seem to have been only like a boy playing on the seashore and diverting myself in now and then finding a smoother pebble or a prettier shell than ordinary whilst the great ocean of truth lay all undiscovered before me.” Isaac Newton

  442. William Fisher Says:

    Richard,

    Firstly, for the record, I don’t care who discovers ‘The Truth’. I’m not one for recognition. I would just like it the puzzles solved.

    You asked a question. No matter the answer, never ask a question to which you do not wish to hear an answer. If you don’t care about/change to the reponses to the question, do not ask the question since enlightment can never be obtained. Your question would only waste the time of the askers and the answerers.

    In this set of puzzles ‘The Truth’ is equal to the message(s) encoded. Anything except the ‘The Truth’ is just random things we pull out of our heads in hope to finding ‘The Truth’.

    As I have stated before the Human brain loves to find patterns in things where they do not truly exist.

    I’ve asked serveral times for an explaination of your process, you have not detailed it enough to allow for verification/replication. This is like yelling to the World “I have discovered Cold Fusion!” but not showing it to the World. The World’s response is to start out with excitement and hope, and finally a call of “BS”.

    You discuss other site information for which you do not provide links. You may know what you are talking about, it’s just many of us do not.

    You talk about decoding wheels. When using mechanical devices to decode something – everything must be correct/match the original, within the limits of the design of the original encoding mechanicals, to have it decode correctly. What are the details of your mechanicals?

    Finding information in the picture icons to enforce your theory doesn’t mean that your theory is correct, or that your association of the one sysmbol is remotely correct to what the coder intended. (re. Saying the “8″ icon is a pictogram of a decoding wheel.) If the “8″ icon is a symbol for a decoding wheel, what are the rest of the symbols for? This is like saying “The Author is ‘The Zodiac Killer’ because one symbol used in the message was used by ‘The Zodiac’.”

    One of my many backgrounds is electronic engineering, the “icon symbols” do not look like, as you have stated, electronic devices, or I’ll add, electronic symbols that I’ve ever encountered. There are some symbols that appear to be from the Greek alphabet, as I have stated above. There are also some that resemble encoding symbols from other cyphers, and others that appear to be nothing at all but some randomly drawn icons.

    The sections that have been decoded and accepted as ‘The Truth’ have been very well explained in the process of how they were decoded. Your decription process is not well explained, and even so explained, is probably not the ‘The Truth’. The assumptions made as stated by you, are not supported as correct by others. The ‘others’ may be incorrect of course, time will tell.

    I use computerized spreadsheet(s) for all my processing, now – because of an error from using bit dropping software before. I have discovered many bit patterns. In one example, I force jumbled a pattern decode-key that generated from one of those bit patterns,
    “Dr.ThanksKeepMexicp”. Is it ‘The Truth’? It could be, but probably is not.

    The Concensus seems to be, to me, “A solution that matches an pattern, does not make it ‘The Truth’.”

    Also, There are more answers yet to be discovered:

    What would Frank Shoemaker consider noise, in the Author’s view?
    ?? (Unsolved cypher, row of icons, row of hex, row of icons, row of hex)
    ?? (Unsolved cypher, S(f)(c) )
    Employee number basse sixteen? (Who/What does this actually reference?)

    Anyway, The golden rule from my highschool algebra class was “SHOW YOUR WORK!” or you automatically fail.

    ~WF

  443. I think this Kryptos/Runic/Kabbalistic riddlework is all but a scientific analysis. I’m sorry but it’s just a pile of assumptions. Each intermediate stage in the reasoning is built on top of fragile unverified or unverifiable preconditions. It should cause a knee-jerk to anybody trained to rigorous scientific methodology.

    It makes me think of Baron Münchhausen explaining how he escaped from a swamp by pulling himself up by his own hair…

    Then the author itself declares the problem as effectively resolved, although the process hasn’t been tested and peer reviewed except by us who say it doesn’t hold water.

    It is verifiable only if we take for correct all the suppositions that pave the way to the “solution”. And in this case, any result could be the solution.

    I concur with W. Fisher when he says (in substance) that if R. McDoom is happy with his solution, he has reached resolution, but the code still has not.

    Personally, I sure would call this ‘noise’ (in opposition to ‘information’).

    In that sense, maybe Dr. Frank Shoemaker would call this noise too and then maybe R. McDoom is on the right track…

    Eric

  444. Richard McBroom Says:

    Eric,

    You have tall words for zero contribution in the way of solutions or proof of error (layer and text, please).

    It is time to “bare it all!”

    To keep it really simple regarding process, try these examples:

    “DR.THANKSKEEPMEXICP” can be written “DICK KEEPS NP (neuropsychiatric) MATH REX.”

    Or,

    “SHOW YOUR WORK” can be written “O WORK OUR WHYS.”

    Granted that you can find whatever you want in the text, I submit that the whole process is proof in itself.

    I will show that the Gutenberg Project “Journey” ciphers (their existence is irrefutable), have a clear and unique message linking the Kryptos and Fermilab ciphers.

    Further, I think the code being detected by others in the central Fermilab Runic/Arabic Cipher is an artifact of the fact that Runic lines 1 and 3 are translations (like a Rosetta Stone) to Alpha/Arabic characters on lines 2 and 4.

    As stated, “There are more answers yet to be discovered.”

    The published Gutenberg “Journey” Runic Cipher is found at:

    http://jv.gilead.org.il/pg/18857-h/

    There are errors found in the “Journey” author’s translation from Runic to the English alphabet.

    All tolled, the errors spell the word “JulIet.”

    The Internet search of “Juliet” plus “Kryptos” gives (among others) the following links to Dan Brown and new CIA clues, respectively:

    “File Format: PDF/Adobe Acrobat
    KRYPTOS, and its connection to. The DaVinci Code and to Dan Brown’s. sequel novel. …… He and his wife Juliet. have three children, Tyler, Kristen, and …
    http://www.lafayette.edu/press/magazine/Jan07/class_notes.pdf -“

    http://jonasmartinsson.blogspot.com/2007_05_01_archive.html

    And yes, there is even reference to the “Zodiac Killer:”

    http://invisibleimam.livejournal.com/10852.html

    As a note, the artist James Sanborn hinted that there may be an association between “Kryptos” to Dan Brown’s “The DaVinci Code.”

    In addition, the Internet search of “Juliet” plus “Fermilab” gives (among others) the following links describing “Project X” and works by author Juliet Lee-Franzini, respectively:

    http://www.linearcollider.org/cms/?pid=1000442

    http://www.sciencemag.org/cgi/search?session_query_ref=rbs.queryref_1223301574165&COLLECTIONS=hw1&JC=sci&FULLTEXT=%28fermilab+AND+juliet%29&FULLTEXTFIELD=lemcontent&RESOURCETYPE=HWCIT&ABSTRACTFIELD=lemhwcompabstract&TITLEFIELD=lemhwcomptitle&ck=nck

    These finding are abundant “coincidences” lending validity to the decryption.

    That the word “Juliet” is an appropriate link (yielding new clues) when combined with either “Fermilab” or “Kryptos” adds validity to the association between the two ciphers.

    Finally, “BRICKS OF FOUR HILL” can be written “RICH KILL OFF OUR BS.”

    Bring it on (layer and text where the process from Kryptos to Fermilab is fatally flawed, please)!

    Rich.

    PS: Please double check names and spelling beforehand (it is difficult to give credibility to comments from critics who do not even know how to use a spell checker or who revert to crude innuendo)!

  445. Richard McBroom Says:

    Dear All,

    The capital “i” and lower case “l” appear the same on this blog (I didn’t notice until I read my previous message).

    The Gutenberg “Journey” Runic Cipher code detected was, I assure you, written “Jul(capital)iet.”

    Again, it is appropriate that “Juliet” links two ciphers (Kryptos and Fermilab) in a way that here-to-fore was forbidden, just as the name linked two families forbidden to link in the Shakespearian play.

    Richard.

  446. William Fisher Says:

    Mr. McBroom,

    How do you arrive at your association of the Rune cypher from “Journey to the Center of the Earth”? None of the characters in that runic pattern match any of the ones from the Fermilab cypher. Guess? Hope? It’s a famous cypher so that’s certainly what the author used?

    From Wikipedia:
    “In Snefflls [sic] Iokulis kraterem kem delibat umbra Skartaris Iulii intra kalendas deskende, audas uiator, te [sic] terrestre kentrum attinges. Kod feki. Arne Saknussemm” is the message.

    Again from Wikipedia:
    “In Sneffels Joculis craterem, quem delibat umbra Scartaris, Julii intra kalendas descende, audax viator, et terrestre centrum attinges; quod feci. Arne Saknussemm ” is the error emended version.

    A side by side comparison of the texts shows a lot more letters in for spelling/translation errors then just “Jullet”, which you then transmogrified into “Juliet”. Could you tell me where you obtained the “Jullet” reference from, please?

    —-

    If you enter (x) and (y) into Google there is a HUGE chance there is some link that’s has (x) and (y) associated with it.

    If you then enter (y) and (z) into Google there is a HUGE chance there is some link that’s has (y) and (y) associated with it.

    If you then enter (z) and (a) into Google there is a HUGE chance there is some link that’s has (y) and (y) associated with it.

    Then saying (x) and (a) must be linked, is not ‘clean methodology’ in my view.

    Ever heard of “Six degrees of Kevin Bacon”?

    All your searches are of that Nature from my vantage point. You are either a person with an amazing ability to free associate words and linkages AND come up with the correct decoding, or you are VERY incorrect.

    Although there is a slight chance at your decryption path being correct, I’m willing to bet my continued time/effort on those loose associations not being correct to continue to ponder the code. Perhaps, if I am lucky, finding that you are certainly correct or certainly incorrect, but I can not base my work on random/associative Google searches.

    To steal a line from Albert Einstein and twist it to my own purpose, I, at any rate, am convinced that he(the code author) does not throw dice. Google’s dice in this case has millions of sides.

    ~WF

    PS: Regarding the ‘typo’ of your name. I can understand your feelings in this matter, and have to agree, if it was intentional. (I type directly into the ‘leave a reply’ box, so any errors in grammer/spelling I generate do not have access to ‘checkers’)

  447. William Fisher Says:

    *** Correction based on update from Mr. McBroom. ***

    The errors “Jullet” or “Juliet” the side by side comparison has many more letter variances then those letters.

  448. William Fisher Says:

    To those that care and especially to those that don’t,

    Something else, since it sort of fits in for the MOTD.

    Again, from Wikipedia, from Albert Einstein:
    “I have second thoughts. Maybe God is malicious.”
    Quoted in Jamie Sayen, Einstein in America (1985). Said to Vladimir Bargmann, with the meaning that God leads people to believe they understand things that they actually are far from understanding. [The Yale Book of Quotations by Fred R. Shapiro, 2006]

    I know I am certainly in the class of people are far from understanding.

    ~WF

  449. My most recent thoughts are below. As usual, I likely haven’t discovered anything profound, but I thought I’d throw it all out there anyway to see if it helps anyone out.

    First, here’s a few possibly relevant attributes of the letter that I don’t recall anyone mentioning.

    -The top & bottom sections combined total 16 lines.
    -The width of the lines in the top section are noticeably shorter than the lines in the middle & bottom. This might suggest that they were intentionally written this way so that top+bottom would equal sixteen lines. Otherwise, why not align all three sections?

    Using the data from the top/bottom (I added a few random line breaks to hopefully avoid messing up the site’s formatting):

    Top = ’0202000011121020002010221200121110
    01102012200000212120210110011000010001110
    110000202022100201000112120100201012′

    Bottom = ’012111121110120221012012000
    11221011100201220000000200120120101200020
    1100220202012012112′

    len(top) – len(bottom) = 24, the number of hex/symbol pairs.

    Note1: This could conceivably relate to “low 16″, as in the high/low sections of the 16 lines. Unfortunately, the 24 remaining digits are coming from the top.

    If the remaining ’100201000112120100201012′ are then positioned over the middle pairs, we get the following:

    [('F', '1'), ('0', '0'), ('B', '0'), ('E', '2'), ('5', '0'), ('8', '1'), ('F', '0'), ('2', '0'), ('F', '0'), ('D', '1'), ('6', '1'), ('3', '2'), ('6', '1'), ('C', '2'), ('7', '0'), ('9', '1'), ('D', '0'), ('2', '0'), ('E', '2'), ('4', '0'), ('9', '1'), ('3', '0'), ('E', '1'), ('6', '2')]

    F, F, F, C = 1, 0, 0, 2

    Note2: Unfortunately, the four digits doesn’t seem to fit into the ternary table. Ultimately, I think the correct decryption probably should.

    Nonetheless, ’1002′ base 3 is ’29′ base 10. This produces the following directory hits:

    -00029N R.R
    -00029V P.K
    -00029C K.W

    Before I move on, a related though. I think it might be worthwhile to somehow layer the top section over the lower section. Since line-width top < line-width bottom, this might provide some interesting data from the bottom.

    Last, but certainly not least, some more on Ramsey Auditorium!

    Further consideration of “basse 16″ has once again led me to believe Ramsey Aud *might, possibly, conceivably, potentially* still be involved. For a moment, forget that Ramsey is outside the area of W.H analogous to Beauvais’ chapel (not where the basse oeuvre should be), and consider the following points of reasoning.

    As we know, basse = Low

    -Ramsey Aud is outside (connected to?) the ground floor of Wilson Hall. ie: low.
    -Ramsey Aud is roughly south of Wilson Hall. South == low. Furthermore, Fermi employees apparently describe Wilson Hall locs with cardinal points. Confirmation on this, anyone?
    -The “basse Oeurve” is the only structure outside (connected to?) Beauvais, and likewise, Ramsey Aud is the only structure outside (connected to?) Wilson Hall.

    Those points *might* make the Ramsey Aud connection plausible. Or, maybe it’s all just an effort to make myself feel better for wasting William’s time ;)

  450. William Fisher Says:

    All,

    Since positional information in the first cypher was very important in the decoding, I’m going to try to maintain it in this: (A=Alpha, N=Numeric)

    A…N…A…A…N.N.A.N..A.A..N…N
    F…0…B…E…5.8.F.2..F.D..3…3

    6…C…7…9…D.2.E.4..9.3..E…6
    N…A…N…N…A.N.A.N..N.N..A…N

    Looking at the A/N patterns:

    ANAANNANAANN
    NANNANANNNAN

    ANAANNANAANNNANNANANNNAN

    Patterns of A/N can be used to create 0-3 numbers.

    AN AA NN AN AA NN NA NN AN AN NN AN

    AA=0 AN=1 NA=2 NN=3 for an example.

    1 0 3 1 0 3 2 3 1 1 3 1

    Repeatings patterns are interesting to note.

    103103231131 Base 4 = 5061469 decimal

    Just more another excersize in patterns in numbers then anything else, or so it seems. If you spot something, yell out, especially if your mind latches on the spacing pattern of the code itself. Perhaps it’s important, perhaps not.

    ~WF

  451. Richard,

    Please don’t interpret the following as me in any way belittling your contributions. God knows I’ve presented numerous ideas over the past few months, so I’m certainly in no position to disparage anyone else’s thoughts.

    I want to make sure I understand what you’re saying. Is the following correct?

    You think the Kryptos / Fermi / Journey ciphers are related due to the following.

    -Errors in the “translation” of Journey spells the word “juliet”
    -Searching for juliet + kryptos provides results related to Dan Brown & the cia.
    -Dan brown said Kryptos may be associated with the Davinci Code
    -Likewise, searching for Juliet + Fermilab provides results.

    I think I see your path of reasoning, but I honestly don’t see how the above relates back to the letter, the employee number, basse 16, and Shoemaker’s noise.. When I started out theorizing on the possible meaning of this letter (all archived above, unfortunately!:), I emailed the person who decrypted the top/bottom to present my ideas. He was kind enough to respond with some sage advice that I’m going to humbly pass along.

    “Make sure that you’re dealing with the original data itself – all too often we make theories, then base other theories on those theories, then more theories, and soon we’ve just woven a fairy tale of our own making. Always try to check your theories with the data, see if it’s consistent and makes sense, then move on if you need to.”

    Also, I wouldn’t put much faith in keyword pairings and their corresponding search engine results. As I discovered back in July while trying to find meaning in some extremely large numbers, due to the quantity of data on the web, it’s often possible to generate results for even the most obscure keywords combinations.

    Example:

    http://www.google.ca/search?hl=en%3Aen-US%3Aofficial&q=%E2%80%9CJuliet%E2%80%9D+%E2%80%9CRichard+Mcbroom%E2%80%9D&btnG=Search&meta=

    Nonetheless, please keep contributing! Imo, this letter has so many potential pathways to a solution that the only way we’re going to find absolute meaning is to continue sharing what we find. Just look at the posts above – virtually every contributor has contributed a theory of his/her own, sometimes more than one, sometimes dozens. (such as myself!:)

  452. Last thought for the night.

    Awhile back, someone (forget who) posted a comment that jokingly speculated the following (paraphrased):

    “This is probably just a CIA/NSA project to generate data on all the different methods people will use when attempting to break an encrypted message”

    If by some slim chance that is the purpose of the letter, I’d say their project was a resounding success!

  453. William Fisher Says:

    Mr. McBroom,

    Regarding: “DR.THANKSKEEPMEXICP” can be written “DICK KEEPS NP (neuropsychiatric) MATH REX.”

    No, It could not. You can reorder the pattern of letters after the fact if you wish, as you have done, but I would expect to be incorrect.

    The “DR.THANKSKEEPMEXICP” was based on a bit pattern used to represent letters in the alphabet. The number that I assigned “E” to repeated in the sequence in the EE??E pattern as in the message I showed. and the K?K was in the position indicated. After a few fill in the blanks for the other letters, based on letter ‘weights’ the message was derived.

    Again, I really don’t think it is ‘The Truth’ of the code.

    ~WF

    PS: Still trying to get sense of what you are trying to do. The AREPO/TENET code… Care to explain it a bit more detailed? What was your matrix? You said you added letters and such to the end and your message was the result.

  454. “Patterns of A/N can be used to create 0-3 numbers.”

    I like this. I’m going to play around with different generation methods/groupings of A/N, and see if I can somehow get it to relate back to the original base3 table.

  455. William Fisher Says:

    Matt79 & All,

    From the floor plan it does not appear that there is a basement to Wilson hall. 15 floors + roof.

    If we try to tie assumptions to Wilson Hall…

    We could parse the “Employee Number Basse Sixteen” as
    (Employee (Number) (Basse Sixteen) ) meaning The Employee at the LOW(er) 16th floor in room 102″ (Frank Shoemaker’s employee number). Counting down from the roof level, that’d be the first floor. Who’s in room 102? :D

    Anyway, yet ANOTHER way to look at the data.

    ~WF

  456. William Fisher Says:

    All,

    Please keep at it. I know it’s crazy/frustrating at times. Someone’s got to crack that code, might as well be one or a combination of all of us as a team…

    I’m working up a reward of some kind for whoever does solve the whole dang thing, if they are part of this forum… (Assuming I don’t get myself stuck overseas.)

    ~WF

  457. well, well and my, my

    the question needs to be asked is mr. mcbroom william fisher?

    didn’t mr. mcbroom say he wasn’t going to look for anymore deciphering or aka wasn’t going to answer my question…which was “if noone apologized before the august forum what would be the consequences?”…since mr. mcbroom is still around…can i get an answer mr. mcbroom?

    it is very clear in deciphering that one finds a weakness in the code and then tries to rule it in or rule it out

    so in the case of “one symbol being the same as the zodiac killer” depends on other aspects of the cipher one is trying to decipher…BTW…who one this board said that one symbol was the same as the zodiac?…IN THOSE EXACT TERMS

    maybe K4 of Kryptos is using the word zodiac as it’s keyword???…i’m not stating whether that is true or not…

    ravin ;) )

    p.s. i believe in transparency…mr. mcbroom…in college i was generally the only girl in the class whether that be programming, accounting or electronics…in some of my jobs it was a male dominated field…so, i have learned to hold my tongue even when insulted…because i know when i am right it just takes time to show i am right…if you feel that i somehow am not intelligent enough to play your game…please say so directly to me or otherwise i am playing chess and you are trying to play checkers!!!

  458. Code cracking, physics and *drama*! Fun combination!:)

  459. David,

    Maybe not a great time to ask this, but is there any way we could get the modding turned off? If anyone misbehaves you could always just remove the post after the fact:)

  460. Hi Matt,

    Unfortunately we are still getting so much spam, even with some pretty aggressive spam filters in place, that we need to keep modding on for now. I know it’s not ideal for a really freewheeling back and forth on this topic, but I think we will need to live with it for the moment. I generally try to stay on top of the modding and it is usually no more than a matter of hours outside of work hours before I mod comments, and usually a lot faster within work hours.

    Cheers,
    David

  461. Ok, thanks anyway.

  462. Richard McBroom Says:

    Ravin,

    I will attempt to answer all of the questions.

    I am not “WF.”

    There is the following scrambled message in the Latin version of the Gutenberg “Journey” Cryptogram:

    “IMMUTABLE ATTITUDE
    STATED EVIDENCE, OFFENSES AND
    JUSTICE DEMAND ARE NECESSARY
    AS SEEKERS SUBMISSION SIGNATURE ”

    You have revealed more about yourself than others appear to know.

    I assumed that you were a player (right or wrong), and I played my part in the game.

    A good spy would have turned away from the game if the players had responded unfavorably.

    Knight to queen’s four.

    Rich.

  463. William Fisher Says:

    Ravin,

    I am most certainly NOT Mr. McBroom. ‘Nuff said on that. Except, should I be insulted? or should he? or both? or neither?

    As for the Zodiac reference, I think I was the first one to note that the ‘icon’ for S(f)(c), that the (c) symbol was also used in the non-decrypted name/cypher of the Zodiac Killer. It also appears like a lower case Lambda. My mention of this is more for others reference then anything else. Common threads may be found, or not.

    One thing to ALSO note that I noticed a few days ago. IF there is some link to the Zodiac, S(f)(c) could be San Francisco Chronicle. Note the SFC in the jpg name too.

    Here’s a link if you wish to review the Zodiac cypher,

    http://en.wikisource.org/wiki/Image:Zodiac-Colour-SFC.jpg
    http://en.wikisource.org/wiki/Image:Zodiac-name.gif

    LOTS of stuff that MIGHT be associated. My mantra here is: The human brain LOVES to find patterns where none really exist.

    ~WF

    PS: If this is a CIA/NSA/Etc test, you guys better be buying me a beer, later. Solved or not solved.

  464. mr. fisher,

    btw…my dad taught me how to fish…this is certainly a fishing expedition

    i read back a few of your posts where you stated that the “c” is the same symbol as the zodiac used in undeciphered ciphers

    if you could please state the date of your post as for the rest of it…your word might be more credible

    so, with your “insight” on the zodiac killer’s letters

    let me expand on that for you…1st) one has to do a detailed anaylsis of the zodiac letters…not just the ciphers undeciphered or not

    now…you are referring to the button letter of june 26, 1970 and the “my name is” letter of april 20, 1970…both of which have the “c” symbol used in the fermilab cipher

    in addition…the CIA claimed they could not decoded the 340 cipher from the dripping pen letter dated november 8, 1969 in which the symbol above the fermilab “c” is not used but variations of it are…i believe them

    the 308 cipher of July 31 1969 sent in three parts was deciphered except for the last row of code…being that the zodiac loved to misspell words in order to emphasize them the decoder has to take into account how the zodiac made those changes

    so, i think the last row states as follows (the last symbol in the cipher is decoded as an “e” which means the last word decoded was “lifee” then follows with “bs or i et ems a piti” or in real words “bs or i eat them still a pity”

    once again the zodiac was taunting the police and any decoder…the mind can find patterns because life is about patterns…but in the 308 cipher the zodiac has a pattern of interchanging certain letters until the last part then he jumbles them in an effort to thwart the decoder or blue meanies as he puts it

    and the fermilab “c” is only used in the ciphers sent to the San Francisco Chronicle…the phone number of the SFC ends in 1111 much like the name that mr. mcbroom claims no association with in the pbs kryptos discussion board

    at first look of the two ciphers in which the fermilab “c” is used one could say it could mean anything…but it means something….the zodiac gives many clues in his writings as to what they mean…clues that stand out that they could easily be looked over…those clues also go to some of the crime scene clues…more on this later

    mr. mcbroom,

    i will take the “knight to queen’s four” as an answer to my question you will not address…that answer being that on august 1, 2008 if no apologizes were given you had some consequences in your mind…because we refused to play your game

    my rook was already at row four with nothing blocking his sight…so i move my rook to take your knight

    Ravin ;) )

  465. Richard McBroom Says:

    Dear All,

    “Juliet” is found in transcription error from runic to alphabetic on the runic side of the Gutenberg “Journey” Cryptogram.

    On the alphabetic version of that cryptogram is found “veedaye.”

    According to the Veda this is the God that is the destroyer of worlds (per Oppenheimer).

    The Internet search for “VEEDAYE” gives:

    http://www.vedmandir.com/modules.php?name=News&file=article&sid=143

    At this site there are two Vedic Mantras:

    Mantra 1
    “AGNA AA YAHI VEETAYE GRINNANO HAVYADAATYE.
    NI HOTA SATSI BARHISHI”

    Mantra 2
    “TVAM AGNI YAJYANAAM HOTA VISHVESHAM HITAH DE
    VEBHIHI MANUSHE JANE”

    Canceling the common characters in the two strings gives the following remnant:

    Mantra 1
    YGRYA. NOATIAR

    Mantra 2
    M JM VHM H VEMUHJ

    Combining the two strings gives the following scrambled message:

    I HAVE MAJOR MUMMY GRANT
    YJHVH (Yahway)

    I guess you could say I found GOD.

    Love and Respect to all, and attribution for all to God.

    Richard.

  466. William Fisher Says:

    Rivan,

    First off, It doesn’t matter to me if you think I am McBroom or not, beyond this point. We, both – McBroom and I( both accounts, as far as you can trust two accounts) have stated we are not, sadly, anything beyond that as proof you need, is not possible for me to give.

    A simple “Find ‘zodiac’” on webpage would have answered your question/disbelief, instead of doubting my creditability as to mentioning it prior to McBroom; September 24th, 2008 at 8:28 pm., by the way.

    There is no detailed anaylsis on my part required, regarding that one icon, unless I really think there’s more to it then there is, at least for me. I was only stating that it was, besides what appears to be a lower case lambda, also used in a few of the Zodiac Killer cyphers.

    ** I’m trying to re-locate something I found this moring with the Lambda used, in the Zodiac materials where it was actually decoded. Sadly have not restumbled onto that page. My memory wants to put it as an “R, H, or U” – but mostly ignore that until I track down that reference again. **
    ————————–
    What I am thinking, and looking into, though is that the icons MAY be using already mapped icons from other ciphers. Perhaps a jumble of cypher references.
    ————————–

    Life is patterns, yes. But there are links we form in our minds of data where there really is no real linke, except in our mind. Perhap using the 1111 references as an example, real link? Coincidence?? (I suspect, coincidence)

    NOW, I do find your digging and what you found regarding the SFC phone number interesting/amusing. Patterns yet again. Until we decode the message and/or locate the author, we’ll not know if it was a terrible coincidence that 1111 is also parts of some of the peoples ID involved in decoding on this forum.

    If you feel digging into the Zodiac information further is worth while, or at least entertains you. I’ll be happy to hear what you locate. I suspect that the (c) icon link to the Zodiac Killer code was that THIS code author and the Zodiac Killer used (lowercase lambda) in thier cypher.

    The odds would be right at 1 in 10000, except that business phone numbers are often simple series, 6969, 1212, 1234, etc.

    Anyway… enough rambling on the subject.

    ~WF

  467. William Fisher Says:

    Mr. McBroom,

    *sigh*

    You still have not posted a break-down of your arepo/tenet decryption process. How did you obtain the decryption you claim?

    RE: Mantra.
    By by seizing a word I choose to use and really drawing it into your web of seemingly random thoughts you are slowly closing yourself off to me. Perhaps, you do not care.

    I really want to believe you might have something useful/interesting regarding the decryption you mentioned, but… it’s becoming harder and harder to hope for.

    Show your work, so the world can say “WOW! He did it!!”

    If you are happy with your solution and don’t care to tell the world how you obtained it – move on, there’s no point to it beyond this except to serve as a distraction purposely. That’s your business, I guess.

    If you really don’t have a solution and you made it all up, fine – please keep trying to decode it, if you wish! I’ll continue to dig into anything anyone has that is interesting and linked to this Fermilab code, as I would expect others probably to do, also.

    Until explainations are made, or an admission of some type regarding the situation… I’ll not be buying tickets to your show any more.

    Respectfully,

    ~WF

  468. William Fisher Says:

    Mr. McBroom,

    Following along with the Chess references, “Check. Sir, your move.”

    Good night,
    ~WF

  469. William Fisher Says:

    Ravin…

    I am sorry for swapping vowels in your name in my last post to you. It was not on purpose…

    ~WF

  470. Richard McBroom Says:

    Dear All,

    The proper decryption of the Vedic Strings should be

    “I HAVE MAJOR MUMMY GRANT.
    JHVH (or) YHVH (Yahweh)”

    (The remnant could be “Y” of “J,” depending upon selection—regardless, the meaning is unchanged, and could be interpreted as the promise of eternal life.)

    The knowledge regarding “Yahweh” is explained at the following site:

    http://www.occultopedia.com/t/tetragrammaton.htm

    It is further explained that the word for God was probably pronounced “Yahweh;” and it is a word that could not be spoken—instead “Adonai” was used.

    Also stated was that the Bible used the word “Lord” for that word, and sixteenth century corruption of “JHVH” plus the vowels in “Adonai” lead to the word “Jehovah.”

    I wish I could show the Gutenberg Project “Journey” Runic Cryptogram, but it can be found at:

    http://jv.gilead.org.il/pg/18857-j/

    That “Juliet” and “Veetaye” have a different number of characters is because “Juliet” is from transcription errors on the runic text, and “Veetaye” is transcription error on the alphabetic translation plus one extraneous character.

    The decryption is important because there is clear reference to “mummy” not encountered until the “Mummy” movie association was made in the Fermilab cipher.

    Besides coherently masking the original K4 cipher with the Fermilab cipher (see my earlier contributions regarding the Fermilab cipher), the “Juliet” and Veetaye” strings add significant validity to the association between Kryptos and Fermilab ciphers.

    WF, there is no opportunity to fudge the translation of the Mantra strings found at the following site:

    http://www.vedmandir.com/modules.php?name=News&file=article&sid=143

    Is there something about the decryption shown in my previous submission that you cannot follow?

    The “Sator Arepo” wheel is also demonstrated in my prior submisions.

    It is important that you follow at least what I have shown to understand the process of “shadowing!”

    Ravin, king takes queen (you forgot to say “check” when you made the last move).

    Richard.

    PS: What is “Juliet” without her “Romeo?”

  471. William Fisher Says:

    Mr. McBroom,

    I feel you are a very intelligent individual.

    Your explaination of the wheel was not detailed enough, for me, to replicate.

    If you walk though the details & steps, I’d appreciate it.

    Thank you,

    ~WF

  472. Richard McBroom Says:

    Dear All,

    “In another time. In another place.”

    Richard.

  473. mr. mcbroom,

    i interrupted ur knight was at my queen’s four…so, my rook protected my queen to avoid her being boxed in…because a knight could not get to queen’s four from his position…knight moves up 2 side 1

    mr fisher,

    don’t worry…typing errors happen on forums like this…but in a cipher that someone takes much time to mentally create before physically creating it little things make all the difference

    with this cipher…the author isn’t going to come forward unless he knows he is beat…

    i have been already stated my profile of the author…i have taken any coincidence into my calculations…

    mr. mcbroom,

    do you care to answer my question yet?

    ravin ;) )

  474. Richard McBroom Says:

    Ravin,

    RE:”do you care to answer my question yet?”

    Since players were holding cards, I would have flushed them.

    Richard.

  475. Richard McBroom Says:

    The word is “VEETAYE” as opposed to VEEDAYE.”

  476. ravin and Mr. McBroom, I am very impressed by what you have come to [this is way beyond me].
    Mr. McBroom, on Sept. 10th you got:
    “YOU HAVE DONE IT.
    IT IS A GOOD TIME TO MEET J SANBORN.
    DOWNLOAD DUD’S BITTER BLIND CROWN.
    DNN.”

    So don’t you think you should look again at the cryptic posts by dud / DuD?

  477. Richard McBroom Says:

    Dear All,

    Unlike a scientific finding like global warming, decryption of certain Fermilab and Kryptos ciphers has been a relatively straightforward process, having near black and white interpretation: Either the decryption is right, or it is a delusion.

    That Kryptos led to Project Gutenberg’s “Journey” Ciphers, leading further to the Fermilab Ciphers is undeniable.

    With the clear evidence here-to-fore presented, the burden of proof has now shifted to one requiring proof that the decryption is fatally flawed.

    However, if our reasoning capacities have now so devolved that posturing and bluff are the reigning determinants of truth, then God help us all, as big bones (sagittal crest, deep brow ridges, and occipital buns) will become our future as well as our past!

    Richard.

  478. William Fisher Says:

    Mr, McBroom,

    Regarding your comment, “Unlike a scientific finding like global warming, decryption of certain Fermilab and Kryptos ciphers has been a relatively straightforward process, having near black and white interpretation: Either the decryption is right, or it is a delusion.” and “With the clear evidence here-to-fore presented…”

    Sadly, you have not presented ANYTHING in CLEAR EVIDENCE! If you had we’d all be calling the News Media and singing your praises. (Well, I hope we all would, anyway.) It’s not the forums job to prove/accept that you have decrypted anything based solely on your word. Your documention is lacking any real support/process for your decryption method and the message you claim to have found.

    Others have decrypted sections of the entire document and presented a by step precess. Unless someone comes up with a secondary decription method, the decriptions of the process for “Frank…” and “Employee…” are rock solid and written there in.

    Until you can present your decryption AND the process of how you obtained it, in a documented coherent step by step process – which you have not done, people are not going to accept that you’ve decrypted it with any accurate method.

    Instead with each and every spouting of what appears to be random fragments of a pipe induced dream you make yourself look, more and more, less creditable.

    I am begging you, please, if you have something, post the process(every step of the way – the News media will want that!) – let people review it and accept it. I’d really love to see that someone has actually decrypted this document fully.

    I will, also, again repeat, googling words and having pages that have those words on it does NOT mean they are linked in relation to the Fermilab cypher.

    Ronald Reagan said “Trust, but verify.” I personally don’t bother with the Trust. You’ll get wishful hope, at best, that you are correct, but that’s about it.

    I’ve asked you on many occasions to support your work, but you go further and further into limbo spouting bits of this and that that you’ve found with Google, up to and including stating that God is some how found within your decryption.

    Take everything thing you have, put it in a step by step understandable format. Get THE SOLUTION out there so no one can denying you have actually decrypted anything.

    For example: You took the (F0BE58F2FD63)and the(6C79D2E493E6) and did (x),(y),(z),(etc.) steps to it and I then got the message “whatever the message is” ***

    Make it so no one can claim it is NOT the correct decryption.

    I’ve already called “Check” on this, and your “credibility” Chess Timer is running out. Please put it all together and show your work.

    With Patience and hope,

    ~WF

  479. Richard McBroom Says:

    WF,

    Do you not follow the decryption of the Mantras?

    If you follow that decryption, it should give you some degree of confidence in the process to go further.

    An encyclopedic book could be written on the total process, or a map could be given for future travelers.

    I have presented a detailed map with little room for straying.

    If you want the scholarly book, you’ll have to wait for me to find a publisher, which could take years!

    Richard.

    PS: If a detailed exposition were given, and there was a typo like “VEEDAYE” instead of “VEETAYE,” would you insist that the entire decryption was a failure?

  480. Richard McBroom Says:

    WF,

    RE: “Firstly, for the record, I don’t care who discovers ‘The Truth’. I’m not one for recognition.”

    Here is another question closer to home?

    Does global warming being described by much of the scientific community exist; and if so, is human activity its primary cause?

    Richard.

    PS: Before the answer, please say that your middle initial is not “W.”

  481. William Fisher Says:

    Mr. McBroom,

    One of the many things I’ve learned in life is “Everything is appearances.”

    Everything here is my opinion, and only such. It may or may not be fact.

    I’ve been trying to remain polite, and hopeful… but at this point, I just don’t care any more.

    I nor anyone else, as far as I know, understand your banter regarding anything you’ve been talking about. You seem to some how, in your mind, link googled search references to a decription/decoding menthod linked to the Fermilab cypher.

    Google references CAN’T be used with an accuracy as a link menthod that is susposed to be from the author of the code, since the Google weighting method for data access and the search data change over time.

    You discuss “Shadowing” (x) with (y) and using a matrix of SATOR AREPO TENET OPERA ROTAS and some other words tacked on. You also say there’s a link to everything up to and including God because of the searches and decryptions you have discovered and how they all linked to one another.

    You mention many things, but you provide no stepped detail to your decription you claim.

    I’ve repeatedly asked for detail for how you obtained your decryption you follow up with additional obscurements that do not relate back to the current path, and never relate it back to your decryption process, and use it to justify some imagined master cypher.

    You, Mr. McBroom in my limited opinion are wasting peoples time at this point and are probably attempting a scam/fraud against this forum.

    In observation, everything you have done/said so far appears to me and others I’ve made contact with, as like the “Fuel Cars From Water” scam artists. I expect at any moment your decryption project to have a terrible accident and all the data you had compiled and linked to have a mysterious accident and that was probably caused by The Church, or The Goverment to stop you from having the ultimate answer to everything. From all this you’d claim you will have to rebuild everything from the start, and it will take time and great effort to complete the rebuild.

    Your ‘credibility’ Chess Timer has ‘Dinged’ and the Game is over. I am simply done listening to you at this time.

    Provide your methods step-by-step, so those that would still listen to you might see your brilliance… instead of seeing you as a reversed-lightbulb that is sucking the light from the room.

    Respectfully, as much as you are due from me…

    ~WF

    PS: If there was a typo while having a step-by-step decryption process – would not devalue the decription process, unless you are using that incorrent data for futher decryption. Unless of course the code author also made the same typo, then it’s correct. But at least the process you are using could be understood and perhaps continued from that point.

    PPS: I wish you well, and wish you good luck with your decryption claim.

  482. So Rich,

    You typed in VEEDAYE into an internet search and found a webpage with 2 mantras on it. Then you cancelled the common characters between the 2 mantras and combined them.
    That left you with this:

    YGRYA NOATIAR M JM VHM H VEMUHJ

    Which you rearranged into:

    I HAVE MAJOR MUMMY GRANT YJHVH
    ————————————————

    This is the kind of reasoning found in people with schizophrenia. Why would you think that simply typing a word into a search engine would yield something meaningful to this cipher? It’s nuts. It’s something John Nash would do after stopping his medicines.

    And you could have rearranged that character string into many things. For example, instead of “I HAVE MAJOR MUMMY GRANT YJHVH” it could have been:

    “Joy! Hmmm! Jam heavy, raving hurt.”

    Why was it one and not the other? After finding “Joy! Hmmm! Jam heavy, raving hurt” should I believe that this puzzle is a warning against dangerous techno music parties?

  483. Richard McBroom Says:

    Dear All,

    The path is charted for anyone wishing to ascend the K4 summit.

    I owe success to keeping an open mind, being humble yet assertive, and knowing objective reality within my own means.

    With this, I have no trouble embracing new realities when the underlying order is revealed (I have positively responded to global warming).

    With this attitude I prepare for the future rather than be victim, even when that decision may be difficult or inconvenient.

    It has not been an easy climb against resistance, but I have a way of turning resistance into progress.

    Thanks to all of you, and I’ll give you a ride in my hydrogen-powered Hummer (Ravin, too) when we have the celebration party (time reveals all).

    Richard.

    PS: LOL, and the word in “VEETAYE.”

  484. Rich…sorry. That was kind of harsh. I didn’t mean to be so offensive. I’m just frustrated. I think the majority of this board are simply wondering why you feel so confident in your answers when there is so little evidence to back up your methods and conclusions. I just don’t see any strange “coincidences” in the findings you have presented. Are we missing something?

    Peace,
    Ryan

  485. Richard McBroom Says:

    Ryan, et al

    RE: “IQLusion”

    I feel the Kryptos artist used this word because it is a form of “liquid thinking,” that is a combination of “knowing” and “seeing” (artists probably have this ability more than the general population, in my opinion).

    Also, there is the string, “P. S.: IT’S AS SIMPLE AS ABC.”

    Known is that this is an anagram for “PALIMPSEST (parchment writing)” and “ABSCISSA (y-coordinate),” meaning (by the artist’s own admission) that the problem can be solved on paper (using the “seeing” technique I have described, in my opinion).

    Not only that, there is the probability curve(hence “ABSCISSA”) in “seeing,” with “resonances” (see my previous submissions).

    Then there is another message here-to-fore not described, ie, (excluding the “PS”) “BASIC ‘TASSIM’ (multi-layered or modular) LEAPS” (even the artist has stated that the decryption is in layers).

    Finally, I had no automated “shadowing” program—everything was done manually on the word processor using colorations to tag and delete like characters.

    And since I had no automated anagram program, the remnant scrambled messages themselves were identified word by word using trial and error colorations on the word processor.

    Needless to state, the entire process was tedious and time consuming; but it instilled a great appreciation for the order found, which you all apparently doubt.

    I would encourage anyone doubting the veracity of the decryption to go through the same process I experienced (less guided instruction) on their own.

    If unfamiliar with shadowing, start with the Mantras; then start at the base with Kryptos, and see just how long it takes to climb each layer.

    You will experience the amazement I experienced as remnants emerge containing puzzles, anagrams, and key words for Internet searches.

    (I have shown some decryptions as “secret.” So, you will need to decrypt those messages on your own; then you will more understand some of my actions.)

    Again, that the decryption led from Kryptos, to the Gutenberg Project “Journey” Cryptograms, to the Fermilab and Mantra Cryptograms is undeniable (you witnessed it yourselves).

    Richard.

  486. William Fisher Says:

    All,

    I’ve been playing around with some decryption matrix(s) and was wondering if anyone one else has been doing thing long those lines.

    Thanks!

    ~WF

  487. Richard McBroom Says:

    I cannot attribute success to individuals until “resonators” emerge from Toytown.

    Richard.

  488. Richard McBroom Says:

    WF,

    RE:William Fisher Says: October 14th, 2008 at 3:31 pm

    I want you to retract your ruminations regarding my alleged mal-intentions, because they are blatantly absurd and malicious.

    Assuredly,
    Richard.

  489. To all participants: At this point, I’m going to stop allowing through any comments that have any comments on other people’s intentions, or any kind of ad hominem attacks. I’ll also only be letting through posts that really attempt to make progress on the solution.

  490. This is probably the response being solicited: ─

  491. William Fisher Says:

    All, and especially Mr. Harris,

    I appreciate and respect the desire to keep this enviroment a ‘friendly’ work-space environment. I will endeavor to continue to respect that desire, expecting censorship as stated, if needed. I hope you will not need to do so, Mr. Harris.

    Has anyone attempted to work with decryption matrix/matrices or subsititution mapping? What ideas have you had for how to associate the “F0BE58F2FD63″ and “6C79D2E493E6″? How to extract/convert the data from this into whatever form(s) you’ve tried? Binary? Hex? Dewie Decimal? Morris Code?

    Ms. Ravin? Mr? Ryan? Mr. Matt79? (and anyone else?) You all seem to be working on this at times. Any grand processes/ideas you’d like to have worked on by the ‘team’? Strange guesses of odd directions can be pursued… I’d appreciate your feedback.

    Ravin, any luck with any of the processes you’ve been looking into? I know you’ve put a bit of time into this.

    I suspect that when it is solved, it will be a “DOH! Of course!” moment.

    Respectifully, with hope for the Truth,
    ~WF

    PS: McBroom, retraction? No. My opinion, as unfounded in fact as it may be, stands as my lowly opinion until there is new evidence indicating an opinion modification is justified. At that time, I will do so.

    I beg, I plead, please, present this Forum with the decryption method and any other information you wish to present associated with the Fermilab Cypher. Doing this will guide my opinion in the direction you’d like it to be heading toward, I expect.

    In a show of good faith and friendly support for your efforts and much time spent, I will again ask you to show the step by step process, detailed as needed to be understood in base, your decryption; that led you to your alleged decryption of “F0BE58F2FD63″ and “6C79D2E493E6″ and/or combined with the other related parts of the Fermilab Cypher. Said decypher being reported, by you, to be ““YOU HAVE DONE IT. IT IS A GOOD TIME TO MEET J SANBORN. DOWNLOAD DUD’S BITTER BLIND CROWN. DNN.””

    Please, if you do have a reasonable fully documentable method, or even an unreasonable – one for that matter, for producing that message from the given data, show your work, coherently step by step, so we all may learn and to perhaps finally put this enigma to rest.

    My programming Professor would yell, “DOCUMENT! DOCUMENT! DOCUMENT!” It’s a good thing to do if you are trying to be understood.

    PPS: No, McBroom, my middle inital is not W. :/

    Without malice or ill-wishing toward you,
    and just a wish for documentable finality to this puzzle,
    ~WF

  492. Richard McBroom Says:

    Dear All,

    Misspelling has been an indication of encrypted messages.

    I had thought that WF was obfuscating this.

    Here are the 3 strings found at the OBKR site:

    String 1:
    JUMBO

    SON OF NATIONAL GRAND CHAMPION RENOIR; WITH CODI/PCI ON THE DAM’S SIDE; JUMBO IS IN HIS FIRST SEASON AS OUR “NUMERO UNO” HERD SIRE. ONCE IN A GREAT WHILE YOU MIGHT HAVE THE OPPORTUNITY TO BE A PART OF SOMETHING SPECIEAL. OURS WAS TO PURCHASE THIS FINE ANIMAL. NOT JUST ANOTHER “SON OF,” BUT WITH HIS DAM, HE ADDS EVEN MORE MUSCLE AND RAPID GROWTH TO THE GREAT LOOKS AND CONFIRMATION OF HIS CHAMPIONSHIP ANCESTRY.WE HAVE CROSSED HIM WITH SOME OF THE BEST BLOODLINES (DOES) AVAILABLE AND THE RESULTS ARE TO BEHOLD(KIDS ). THIS LINK IS TO JUMBO’S PEDIGREE

    String 2
    JUMBO’S KIDS

    JUMBO IS THE SIRE OF THESE KIDS. IT IS APARANT THAT HE HAS THE CHAMPIONSHIP TRAITS OF HIS FATHER RENOIR. EVEN THE JUST BORN HAVE MUSCLING AND LENGTH THAT IS ABOVE AVERAGE FOR BOER GOATS. SOME OF THIS IS DUE TO THE COMPLIMENTARY SELECTION OF THE DAMS THAT THAT INCLUDE THE LINES FROM ” PIPELINE”, “TORO/MOJO”, “OSCAR”, “SUMO/MOJO”, “KAPTEIN”, “CONCHO”, “EGGSTREME”, “EGGSPENSIVE”,ETC. JUST TO NAME A FEW. WE ARE EGARLY WATCHING THEM GROW

    String 3
    DOES

    MARIAH IS A PLUMP WADDELING GOAT THAT BITES A LOT. JUST A TEASE, THIS PAGE IS UNDER CONSTRUCTION

    Here is the rule of shadowing: Any character in one of the strings (three strings in this instance) will combine with the same character in any of the other strings (two in this instance) to annihilate completely (two matched characters therefore disappear).

    The remnant (or mutually exclusive subset) after this process is complete is:

    String 1 Remnant
    ; DD; UD Y NN ISN OD OO ONIRON
    HI ION NW OSSDWLODI DO IBL

    String 2 Remnant
    ND RUBBR ‘. .V. “” “/J”, “”, “”, “”, “G”,C

    String 3 Remnant
    E MMETA T T A TEAE TAE ETT

    Combined Remnant
    ;D;DUDYNN ISN OD OO ONIRON
    HI ION NW OSSDWLODI DO IBL
    ND RUBBR ‘. .V. “” “/J”, “”, “”, “”, “G”,C
    E MMETA T T A TEAE, TAE ETT

    The decryption
    YOU HAVE DONE IT.
    IT IS A GOOD TIME TO MEET “J”,” “, “”, “”, “”;”"; SANBORN.
    DOWNLOAD DUD’S BITTER BLIND CROWN,
    /DNN.

    The peculiar punctuation that a more rigorous decryption exposes reveals the following puzzle for a missing middle initial:

    “A “, “M”, “E”, “S”;”";

    This puzzle can be interpreted as, “Am E. S(anborn).”

    I have already stated that “E” is the middle initial in the Fermilab Runic Cryptogram.

    This finding gives added validity to that decryption.

    WF, you owe me; and I now owe you—net, a big hug and thank you!!

    Richard.

  493. Hey everybody, has anybody noticed the peculiar symmetry of the 6′s and 9′s in the bottom row of the hex figures? They’re perfectly centered around the middle of the strings. I also feel that the “frank would call this noise” and “bas’s'e sixteen” messages are hints that point to the need to remove the noise in the middle section before decoding it–the noise being indicated by the 2 figures following the ‘s’ at the bottom.

    I’ve been experimenting with various ways of decoding the hex into alpha or decimal, while keeping the hints I mentioned in the previous paragraph in mind. I know this thinking isn’t really anything new to this forum, but there are a lot of different ways one can go about decoding the message using those hints. So what has everyone else been trying lately?

    ———————-

    Richard,

    How do you get from the remnant to the decryption? You mentioned that you do not use a anagram generator and instead use a word processor program. Is there a benefit in using the word processor over a computerized anagram generator?

  494. William Fisher Says:

    Ryan,

    OOooo.. You’ve given me a few ideas. If anything pans out I’ll make sure you get due credit! Nice.

    ~WF

  495. William Fisher Says:

    McBroom,

    I have been stare’n at a glaring error in your work if the information I have obtained is correct. A fatal flaw as it were. (Besides what, I think, is obvious to the Forum.)

    While I don’t believe your processing is correct, I really wanted to be proven wrong, and you proven correct – or anyone correct for that matter. But I needed YOU to do steps to proving your process. Only you understand your logic steps as they are, I think.

    I’ve really been in hopes that my requests to have further detail would prove the situation and void the ‘fatal flaw’ I’ve have been looking at. Hope’n that perhaps it was just a spelling error, or some other item that could be over looked.

    Per information I’ve located, Mr. James Sanborn’s (artist of Kryptos at the CIA headquarters) middle name does NOT begin with an “E”. Since this is the hitch pin in your processes… There’s a big problem some where.

    I’ve done several seaches on James E Sanborn and Kryptos, and the only sources for “E” as a middle initial has been you on this forum, and your presumed alter-ego Obiwan121.

    Please review your information sources to confirm the middle name of your subject, as the information source I have COULD be wrong.

    Also, unless this was set-up well before hand, the mantra site, you linked us to, are all Copyright(c) 2005 by Vedmandir – it doesn’t seem logical to use this site in any way to link back to the Fermilab Cypher.

    Unless, of course, there really is a big plot regarding the Fermilab Cypher. I’d avoid Churches and the Government as much as possible if that were the case.

    ~WF

    PS: Check. Timers back to you this new match. Good Luck!

  496. Richard McBroom Says:

    Dear All,

    RE: “F0BE58F2FD63″ and “6C79D2E493E6″

    I have stated that strings 2 and 4 in the central Fermilab cryptogram are like a Rosetta Stone.

    All that is needed is to determine the alphabetic equivalent of the Arabic (numeric) characters.

    I have previously stated that there is a 90% chance that by some logic those characters are remaining characters in the statement, “Michael Faraday before Charles Proteus Steinmetz. Top of D.”

    I have shown that the remnant (unmatched) string is “michalyhlusimz” (this was determined by allowing the double “S’s” in the “SATOR AREPO TENET OPERA ROTAS” cryptogram.

    The primary reason for that assertion is that the alphabetic (“michalyhlusimz”)and numeric (“05826367924936”) strings are the same length.

    Additionally, there are the right number of repetitions for characters in the two strings, except there are three “6’s,” and none of the alphabetic characters in the “michalyhlusimz” string appear more than twice, meaning that one of the numeric characters must have double meaning (this is sometimes done in encryption).

    I can now state that the probabilty of a match is a certainty.

    The conflict is easily resolved by considering the alphabetic and numeric orders of the relative characters, while grouping the alphabetic characters by how many times they appear plus where they appear in the relative orders.

    The following result (a key) appears:

    0_2_3_6_9
    A_H_I_L_M (characters appearing twice)

    4_5_6_7_8
    C_U_S_Y_Z (characters appearing once)

    This key allows translation of the numeric characters into alphabetic, except for the confusion that may result from the “6’s;” however, this is easily resolved from knowing the “S’s are the key.” Therefore, the “S” gets to share its place with the “L” adjacent to a “6.”

    Using the translation key, the following two strings develop:

    F_A_B_E_U_Z_F_H_F_D_L_I

    S_C_Y_M_D_H_E_C_M_I_E_L

    (Are you still with me WF, because here comes the “SATOR AREPO” wheel?)

    Transposing the “SATOR AREPO TENET OPERA ROTAS” string turned into a wheel (“Top of D”), the progression of that wheel can be simulated (one complete rotation for each count) by deleting one “S” (the “static”) gives the following translation graph.

    N_E_T_O_P_E_R_A_R_O_T_A
    F_A_B_E_U_Z_F_H_F_D_L_I

    S_A_T_O_R_A_R_E_P_O_T_E
    S_C_Y_M_D_H_E_C_M_I_E_L

    The “S’s” are shown aligned because, again, the “S’s are the key.”

    The message then must be extracted from the numeric characters on both lines 2 and 4 of the central Fermilab Cryptogram, respectively:

    058263
    67924936

    Remembering “DC before AC,” means decryption for the top numeric string is done by counting spaces along strings 2 and 4, then looking at the character directly above.

    The following string results:

    SAAEDS

    The bottom numeric string must alternate (the “3” in the top string returned the decryption to “S”).

    Counting over 6 spaces from the “S” (lower string) gives “R” (string above).

    Counting over 7 spaces from the “R” (above string) gives “A” (string below).

    The process continues until the following string appears:

    RATSRAPL

    Combining the two decryptions gives:

    SAAEDS
    RATSRAPL

    The following scrambled message is revealed:

    STRAP (fasten or bind) DEALS AS RA (supreme deity of ancient Egypt).

    This message has meaning because, and it is consistent with the mummy references (unless one of you finds a more significant meaning that sticks).

    Richard.

    PS: The only deal I want is to see for now is a little regard for all the effort I have expended for the benefit of you all!

  497. Richard McBroom Says:

    Ryan,

    There was a definite benefit to manual anagram analysis, because characters remained in the order presented (often there would be clues within that order).

    Rich.

  498. Richard McBroom Says:

    Dear All,

    I have shown one character on the wrong line in my previous.

    The correct placements are:

    2_3_6_9
    H_I_L_M (characters appearing twice)

    0_4_5_6_7_8
    A_C_U_S_Y_Z (characters appearing once)

    This does not change the translation.

    Thanks.

    Richard.

  499. 20466183925752729720088219006197449429157147052232772002085093056672316101435192709142368315186330046546990991834396001121302056709631903174

  500. Sorry, my previous post should have read like this

    204661839257527297200882190061974494291571470522327720020850930566723161014351927091423683151863300465469909918343960011213020567096319031747

  501. Richard McBroom Says:

    WF and Says,

    Says, the correction did not change the numeric-to-alphabetic translation, but only created a conflict with cross-check of string length (15 as opposed to the correct 14 characters).

    WF, “E” is correct for the middle name, because I hedged my bets (nickname “Eye” as in “Eye atop the Stone” and also as in “spy”).

    Either way, I feel certain that the decryption is correct, as it was twice verified by cryptogram solutions (you said there is a “fatal flaw,” but I do not see where you came forward with one?).

    By the way, your comment was submitted before my decryption of the Runic lines in the Fermilab Cipher.

    What do you think?

    Richard.

  502. Richard McBroom Says:

    Dear All,

    “Says” is right about the final part of the string.

    On the DC portion I keyed an “A” during decryption when there should have been a “H.”

    The proper DC remnant is

    SHAEDS

    The AC remnant remains

    RATSRAPL

    Combined

    SHAEDS
    RATSRAPL

    Decryption

    STRAP DEALS AS RH (Royal Highness)

    Thanks for the demotion (it was bad karma, anyway).

    There is one more message found in the key, itself:

    H_I_L_M (characters appearing twice)
    A_C_U_S_Y_Z (characters appearing once)

    Decryption

    CIA MUZL SHY

    Also, the preferred designation of “6” for “S” means that “U” comes before “S” in the numeric order for the decryption key.

    The coded string is

    A_C_U_S_Y_Z (characters appearing once)

    Decryption

    USA thru Z (very CIA)

    LOL and all attribution to God.

    Richard.

  503. William Fisher Says:

    McBroom,

    Regarding: “…(you said there is a “fatal flaw,” but I do not see where you came forward with one?).”

    ——— Documentation of YOUR decoding/linking Fermilab Cypher(s) to Kryptos Cypher(s)as I understand it…

    From “Richard McBroom Says: October 17th, 2008 at 1:55 pm”

    … “The peculiar punctuation that a more rigorous decryption exposes reveals the following puzzle for a missing middle initial:

    “A “, “M”, “E”, “S”;””;

    This puzzle can be interpreted as, “Am E. S(anborn).”

    I have already stated that “E” is the middle initial in the Fermilab Runic Cryptogram.

    This finding gives added validity to that decryption.”

    —————— Fatal Flaw, as I understand it.

    According to web-based records I have found; Mr. James Sanborn’s (artist of Kryptos at the CIA headquarters) middle name does NOT begin with an “E”.

    I’ve done several seaches on James E Sanborn and Kryptos, and the only sources I have found for “E” as a middle initial has been you on this forum, and your presumed alter-ego Obiwan121.

    Out of respect to Mr. Sanborn, I do not want to post his middle initial or his middle name as he seems to not use it. I also do not wish to further encourage linkages to the Kryptos/Fermilab cyphers based on a single letter in the alphabet.

    In short, if his middle initial is NOT “E” your logic chain is broken. Is it not?

    — (side comments)
    AMES could be an anagram of SAME…
    AMES could be the beginning of “A MES”sage…
    AMES could be a reference to AMES Laboratory…
    AMES could be just about anything, assuming AMES is the correct decryption to begin with.

    Why are you trying so hard to link this to KRYPTOS? Messages from random websites? Etc.?

    It just doesn’t make sense to me. The author of the Fermilab cypher did a very nice job with the assumed to be decoded cypher sections and has made an additionally an enigmatic section to yet be revealed.

    The Fermilab does NOT have to be from the genius of Mr. Sanborn to be as ‘difficult’ as it is.

    —- Closing

    Let me know the error in my view of the ‘fatal flaw’ or adjust your work for the correct middle name, or decide that your path is incorrect and move on to some other path.

    GOOD LUCK!
    ~WF

  504. Richard McBroom Says:

    Dear All,

    RE: “In short, if his middle initial is NOT “E” your logic chain is broken. Is it not?”

    WF, your argument is set upon a premise (above) addressed to me; and my answer (to you) is, “No.”

    The correct question should be, “Why would the cryptographer indicate through encryption that James Sanborn’s middle initial is ‘E’ (it may be that only the artist, himself, can definitively answer this question)?”

    I believe that I have alreadly provided an answer, unless a better one is found?

    Again, that the Kryptos ciphers led to the Gutenberg “Journey” ciphers, to the Fermilab Runic/Arabic ciphers, and to others is undeniable (you witnessed it yourselves).

    The burden of proof has now shifted: Where is the logical pathway leading from Kryptos to where we are now fatally flawed (layer and text please)?

    Finally, if there is no clear decryption, then the cryptograms themselves may be fatally flawed (which I doubt).

    Will the true artist responsible for the cryptograms please come forward and indicate to others on this forum that the cryptograms were correctly transmitted and effectively interpreted, thereby verifying the degree of perfection to the works?

    Respectfully submitted,
    Richard McBroom

  505. mr.mcbroom,

    u didn’t use a middle initial for james sanborn back in july of this year…i reread ur posts

    the only thing i saw at layer 12 of kryptos was “zz” which is different then the rest of the layers…like i said before i do not have the time to decode it…i wish i did though

    back to you mr. mcbroom…u have stated that u are the Obiwan121 on the pbs discussion…i haven’t ruled out that u are See_1111 of that same thread

    in ur posts from july of this year u state that u ran across the fermilab cipher on july 26th 2008…but u have never said how u ran across the cipher…on line if yes, then exactly how?…in the chicago tribune?

    ur lack of an answer to that question leaves it open for interpretation…

    the idea that the fermilab cipher was wrote after text was added to the kryptos then sent to fermilab and finding the fermilab cipher then helped you finish the kryptos is questionable

    questionable in that u have placed yourself at the pbs discussion board which occurred during july 2007 whereas the fermilab cipher was wrote sometime before march 5, 2007 ( i believe probably a few months prior) but not revealed to the public until july 11, 2008

    yet mr mcbroom…to equate the symbols in the fermilab cipher to runic whatever just doesn’t make sense to anyone but the person who wrote it

    mr. mcbroom, the only thing u have proven in this forum is that u are a stalker…that u like to give out busy work…and like to create cipher that no one can decode because they don’t mean anything

    yet, the zodiac killer stuff came back up in 2005 and then the release of the movie sometime in 2007…which means it was being talked about quite alot before it’s release…i think the book was released in 2005

    which leaves the question…is the fermilab cipher author a copycat of the zodiac cipher’s sent to san francisco chronicle in which the symbol for the “c” is used in both ciphers? or did all the talk about the zodiac killings bring up the arrogance of the zodiac killer that people were making headlines with the book and the movie and the zodiac killer wasn’t a part of it

    yet, after years of no contact and/or maybe killings (killings not claimed by the zodiac) would the zodiac killer want to expose himself to arrest…since it would be very correct to say the zodiac killer wasn’t a young man anymore who had alot of time to play cat and mouse with the police?

    in fact the zodiac killer is probably about 57 years old his birthday coming up at the end of the year…that is what lead to the christmas killings of the zodiac…he would have some sort of a life…probably not married and doesn’t have kids and has a fascination with ‘buttons’ or maybe as they are called ‘pins’ maybe even pins designed for children…it would certainly fit the profile

    this is long enough for now…

    ravin ;) )

  506. William Fisher Says:

    McBroom,

    Regarding: [The correct question should be, “Why would the cryptographer indicate through encryption that James Sanborn’s middle initial is ‘E’ (it may be that only the artist, himself, can definitively answer this question)?”]

    Gosh… Why would someone do that?

    If we assume the code author made a typo, or incorrectly gave Mr. Sanborn’s middle inital as “E”, or had some other reason to designate Mr. Sanborn as “E” for a middle intial, there is no way to confirm this unless the author of the code came forward.

    If assumptions of typos were allowed, we could also assume that decryption of the bit patterns and a letter mapping giving the message “Dr.ThanksKeepMexicp” is the correct translation along with the BASSE being incorrect spelling also. Which I think almost anyone would agree is PROBABLY incorrect, especially me, decryption and probably not mispelled.

    To paraphrase a famous observation: All other things being equal, the simplest solution is the best.

    With the “E” as a middle name, wouldn’t it be simpler, even as much exciting work and energy as was put into it, to assume the decrypytion is incorrect?

    ~WF

    PS: I’ll be quit of works based off of mispellings and mis-aligned paths. I have no easy way to cross-check that without the code author’s confirmations. It’s wasting effort to assume the author created One to Three typo’s in the cypher. My wanderings will be trying to decrypt/associate/understand the raw data presented as presented.

  507. Richard McBroom Says:

    Ravin,

    RE: “SFC” = “With emphasis upon light.”

    I notice that you joined the Symmetry forum when it became apparent that I (obiwan121) was heading that way (coincidence?).

    Look at the big picture.

    That the Kryptos ascent became a “Journey to the Center of the Earth,” leading to underground laboratories has a darker connotation.

    The same is true of the “Sator Arepo” acrostic.

    I would ask, “If ‘c’ is the symbol of the waning moon with associations to the occult, is Kryptos corrupted?”

    The answer, “Only if you choose to make it that way.”

    In brief, I would say to the traveler, “Go toward the light.”

    Richard McBroom

  508. William Fisher Says:

    Ravin,

    In all likelyhood, the lowercase Lambda-like symbol used in the middle section is probably just a lowercase Lambda-like symbol.

    All other things being equal, the simplest solution is the best. Anything beyond that will be discovered once the decryption is made, or the code author comes forward.

    Do you have thoughts and ideas about the code section that’s been ‘undiscovered’ so far? Method for translations you wish followed up with?

    Thanks!
    ~WF

  509. Richard,

    The numbers I posted are a message for anyone to decipher.

    You all sound like a bright bunch so it shouldn’t take long.

    Regards
    *

  510. Here’s a few potentially interesting tidbits for everyone to mull over, courtesy of team William and Matt.

    First, S(alpha), hex(f), hex(c). The fifteenth and twelfth positions in the base 3 table are ‘O’ and ‘L’ respectively. Yes, as far as decoding the middle portion of this letter goes, we all seem to be SOL, but it could go beyond that. According to G-translate and Babelfish, ‘Sol’ in French = Ground. Taken in tandem with French “Basse” = “low”, it could be part of a larger pattern.

    Kinda sorta loosely related to the above. There’s four alpha characters in the middle section’s second line (CDEE), which could represent “low 16 bits” (in hex), and likewise, it fits into sol/ground (As far the line being the lower of the two). Inserted into the base 3 table, using the letters as keys, one ends up with tri: 010, 011, 012, 012, which is dec: 3, 4, 5, 5.

    Could a combination of those four numbers be the employee number? Probably not, but it can’t hurt to throw it out there. All of the following is covered:

    -Noise: The top line and symbols.
    -Basse sixteen: As mentioned, CDEE = “low 16 bits”. This does not fully satisfy me…as we end up jumping from hex to alpha to ternary to dec.
    -SFC: Again, as already explained, “ground”
    -Relates back to the top/bottom through use of the table.

    sum of 3,4,5,5 = 17, or C.O in the directory.
    concatenation of 3,4,5,5 = W.L (visitor) in the directory.

    There’s of course various other ways to interpret those four digits..though I don’t see a logical way to do so other than possibly concat or sum.

    At the very least, I like the idea of using the alphabetical “hex” as keys mapping to ternary.

    Thoughts?

  511. The following uses the alpha->base3 reverse key idea mentioned above (basically just alpha place-value), using some of the more obvious interpretations of SFC. Again, just throwing out possible employee numbers in case I hit a bullseye.

    bottom: cdee:
    Sum: 17
    Concat: 3455

    top_sum_fc: fff:
    Sum: 18
    Concat: 666

    top_bottom_swap_fc: cbeccdfdee:
    Sum: 40
    Concat: 3253346455

    top_bottom_subtract_fc: beddee:
    Sum: 25
    Concat: 254455

    top_bottom_sum_fc: fffc:
    Sum: 21
    Concat: 6663

    top_swap_fc: cbeccd:
    Sum: 20
    Concat: 325334

    bottom_subtract_fc: dee:
    Sum: 14
    Concat: 455

    top_bottom: fbeffdcdee:
    Sum: 46
    Concat: 6256643455

    bottom_swap_fc: fdee:
    Sum: 20
    Concat: 6455

    SFC: SFC:
    Sum: 28
    Concat: 1963

    bottom_sum_fc: c:
    Sum: 3
    Concat: 3

    top: fbeffd:
    Sum: 29
    Concat: 625664

    top_subtract_fc: bed:
    Sum: 11
    Concat: 254

  512. Richard McBroom Says:

    Says (*),

    RE:
    20466183925752729720088219006197449429157147052232772002085093056672316101435192709142368315186330046546990991834396001121302056709631903174

    and

    204661839257527297200882190061974494291571470522327720020850930566723161014351927091423683151863300465469909918343960011213020567096319031747

    The message is clear.

    The second version has an added character at the end indicating that “7” is key.

    Seven divides evenly into the number of characters in the first string, which is even more significant.

    Taking every seventh character from the first transmission, the following coded message strings are obtained (the other characters are “static”):

    8200913201
    5110931034

    Applied to the “SATOR AREPO”/Fermilab Decryption wheels (first string DC/ second string AC), the numeric characters are translated to alphabetic characters.

    PTTTARAAAT
    EMOIRDTLAH

    Combining the two strings, the following message is revealed:

    A RATTLE THAT ADROIT MAP

    Thanks for putting that together, because it verifies that now there is at least one person who knows what I am talking about with the Fermilab cryptogram decryption.

    Witness a message that was transmitted by one person, received in the open by another, and translated while others dumbly “continued to march,” even after being told the method of decryption.

    I hope that “rattles” some of the skeptics!

    Even more important, it says something about human and cultural critical thought processes in general.

    Richard.

  513. Personally, Rich, I’d go with one of these:

    A Deathtrap Martial Tot
    A Deathtrap Marital Tot
    A Deathtrap Tailor Matt
    A Diplomata Threat Tart
    A Diplomata Hatter Tart
    A Diplomata Tarter That
    A Diplomata Ratter That
    A Diplomata Tatter Hart
    A Maladroit Phatter Tat
    A Maladroit Patter That
    A Maladroit Tatter Phat
    A Maladroit Tatter Path
    A Railroad Attempt That
    A Radial Attempt Throat
    A Radiator Attempt Halt
    A Radiator Attempt Lath
    A Matador Phatter Atilt
    A Adapt Thalami Trotter
    A Armada Phatter Lit Tot
    A Armada Phatter Tilt To
    A Armada Phatter Tit Lot
    A Armada Threat Tilt Top
    A Armada Threat Tilt Opt
    A Armada Threat Tilt Pot
    A Armada Threat Tit Plot
    A Armada Hatter Tilt Top
    A Armada Hatter Tilt Opt
    A Armada Hatter Tilt Pot
    A Armada Hatter Tit Plot
    A Armada Theta Tilt Port
    A Armada Prattle Hit Tot
    A Armada Prattle Tho Tit
    A Armada Prattle Hot Tit
    A Armada Platter Hit Tot
    A Armada Platter Tho Tit
    A Armada Platter Hot Tit
    A Armada Plate Troth Tit
    A Armada Pleat Troth Tit
    A Armada Leapt Troth Tit
    A Armada Petal Troth Tit
    A Armada Lepta Troth Tit
    A Armada Latter Pith Tot
    A Armada Rattle Pith Tot
    A Armada Tattler Hip Tot
    A Armada Tattler Phi Tot
    A Armada Tattler Pith To
    A Armada Tattler Hit Top
    A Armada Tattler Hit Opt
    A Armada Tattler Hit Pot
    A Armada Tattler Hop Tit
    A Armada Tattler Tho Pit
    A Armada Tattler Tho Tip
    A Armada Tattler Hot Pit

    etc. etc. etc. almost Ad infinitum

  514. William Fisher Says:

    McBroom,

    Regarding: Richard McBroom Says: October 22nd, 2008 at 9:06 pm

    Since “* Says: October 20th, 2008 at 3:56 pm
    Sorry, my previous post should have read like this … ” indicates that it is a correction to the previous transmission from sender…

    I generally will take a person at the word they give before going down other paths.

    **

    In my childhood, I was fan of comic book super-heroes. In that vein, you seemly have some super-mutated intellect that sees far beyond the stated and obvious. It can seemingly decode the subliminal messages lodged deep within the mind of the sender, link seemingly random bits of information to a finely crafted web of mystery. The “Riddler” has a lot to learn from you.

    I am not rattled by this.

    Regarding: “A RATTLE THAT ADROIT MAP” from the mappings you generated of “PTTTARAAAT EMOIRDTLAH”

    I didn’t find that message in “PTTTARAAAT EMOIRDTLAH”. I found “To Matt, A Deathtrap Lair” – obviously a message indicating that creator of “PTTTARAAAT EMOIRDTLAH” in some subliminal way is trying to suck Matt79 into a terrible cypher ‘deathtrap’.

    As proof I offer, more obvious subliminal words from those letters; it can also be shown to create the words “To Matt, A Partial Hatred”. Certainly the creator of “PTTTARAAAT EMOIRDTLAH” really does not like Matt79 much at all, and probably me. :(

    Sarkasmos,
    ~WF

    PS: I’m heading back to dumbly “continued to march” even after being told the method of decryption, especially so.

    – Signature –
    General Service Announcement: Take medication, on time, every time. Use as directed. Contact physician if unusual side-effects occur.

  515. Richard McBroom Says:

    Dear All,

    The essence of encryption is that the message should make sense to the intended recipient.

    I was the person addressed.

    Any negative import is contradicted by the newly-instated rules of this forum and by the message given in the clear,”You all sound like a bright bunch so it shouldn’t take long.”

    Does anybody need a little more time with the coded message before the intended message is revealed by its creator?

    Richard.

    PS: “Go toward the light.”

  516. William Fisher Says:

    McBroom,

    Regarding: Richard McBroom Says:
    October 23rd, 2008 at 1:55 pm “I was the person addressed.”

    – Per the author of the message..

    * Says: October 22nd, 2008 at 3:14 pm “The numbers I posted are a message for anyone to decipher.”

    Personally, I don’t have time to invest into yet another cypher. Hopefully the author will state that you did, or didn’t, get it correct soon, and you/we can move on…

    If you did, I’ll move on to other cyphers.

    ~WF

    PS: I’m heading back to dumbly “continued to march” even after being told the method of decryption, especially so.

    – Signature –
    General Service Announcement: Take medication, on time, every time. Use as directed. Contact physician if unusual side-effects occur.

  517. Here are my 7 personal favorite decryptions for “PTTTARAAAT EMOIRDTLAH”:

    That prattler, I am a toad.
    Drat It! That amoral tape.
    Aha! Mad patriot tartlet.
    A, Alter that toad armpit.
    Pat, radiate that mortal.
    To a mad hatter, apt trail.
    Halt! A toad armpit treat.

    P.S. *Says = Richard McBroom trying to give credibility to his own methodology???

  518. If anyone’s still considering converting the hex values into ternary, here are some ideas.

    S in ternary is 201. 201 in hex is C9. Maybe we have to decode the hex so that the C and 9 are under the figures indicated in the 3 figure “key” instead of F and C. Notice how FC matches up perfectly with C9:

    0 3
    1 4
    2 5
    3 6
    4 7
    5 8
    6 9
    7 A
    8 B
    9 C
    A D
    B E
    C F
    D 0
    E 1
    F 2

    Another idea I had was pairs of the hex values in the code could create ternary that we could translate into alphas.

    hex (from middle section)/ternary/alpha

    02 = 002 = B
    0B = 011 = D
    0C = 012 = E
    64 = 100 = I
    65 = 101 = J
    66 = 102 = K
    6E = 110 = L
    6F = 111 = M
    70 = 112 = N
    78 = 120 = O
    79 = 121 = P
    C8 = 200 = R
    C9 = 201 = S
    D2 = 210 = U
    D3 = 211 = V
    D4 = 212 = W
    DC = 220 = X
    DD = 221 = Y
    DE = 222 = Z

    We can’t make the following ternary/alphas from pairs of the hex given in the middle section: A,C,F,G,H,Q,T

    Now I suppose the ternary could contain 3′s instead of zero’s, but it wouldn’t make all that much sense to encode it that way. Sections 1 and 3 used groupings of 1, 2, and 3 because it would have been hard to express a zero using the author’s “hash mark” coding method.

    Any ideas?

  519. mr. mcbroom,

    to answer ur lies…i stated seeing the fermilab code in the chicago tribune…and then spent 4 days reading the web…this website and the others related to it…

    i have stated in my post go back to the beginning how i would try to decode this cipher…or decipher and decode it…

    and thanks to u mr. mcbroom i did find my answer…

    at first…i searched fermilab and cern and lhc looking for something the symbols related to…

    i never believed it was mr. shoemaker or the pierre guy because this message was from someone disgruntled…a physicist who didn’t get the recognition he feels he deserves…maybe a paper not being published and he probably is getting close to retirement age…

    and my theory was to see if it had to do with the incident in march 2007 with the test run of the LHC…which lead me to someone younger…

    i felt A1 was not used after finding out that the cern building has a section A1 that is mostly americans…

    but the flaw always came down to the “c” symbol…the author said his message was not noise…so the symbols mean something

    then mr. mcbroom ran his mouth…so, i went to the library and found some code books to refresh my memory on methods of decoding…not that they were used in this but how to find the weakness…

    i looked threw those books for quite sometime…then one day when looking for my self i decided to look at the zodiac code in the book which had the “button letter” in it…and there it was the exact symbol of the “c” i was looking for

    then…the loose ends started to weave together…this young guy who had put his work out on the internet and some of his work is put on the internet for work purposes had nothing to do with it…as i thought…because he couldn’t have done it on his own (theory being the wrong alignment of the end caps of the lhc which lead to the freezing of the system and leak of the cooling fluid)…and as i had learned from his work and others…they knew it could happen…

    so the code was partially made to look like the sabotage of the lhc…and to make it look like the work of the software testers and other people…

    to go back to the first weekend…i had someone look to see if this person had been in chicago at the time of the mailing…and if the person i was looking at was the same person as the physic blog i was reading…they were not the same person and don’t know each other…but the younger kid at cern was a target of the author of the code

    then came inserting the “c” into the two zodiac codes and find an answer which could be just about anything…so i gathered together all the information on the zodiac killer codes in order to decode the codes and to see if it was a copycat or the same person…

    i certainly opened up new questions on a cold case…from a physic viewpoint not a chemist’s viewpoint…and a few other things i figured out about mr. zodiac including decoding the two ciphers

    but that is enough for now…

    take care,

    ravin ;) )

  520. one more thing…in the first weekend…i figure basse sixteen was the name of a small group of people who sabotaged the lhc…in order to account for the misspelling of basse…

    then that worked itself out in the zodiac codes…then, i realized why…

  521. William Fisher Says:

    Ryan,

    Regarding your message Ryan Says: October 23rd, 2008 at 6:39 pm

    *nodding* I expect the solution be breakdown & associate/translation process. You and Matt79 seem to be working that direction, also.

    I’ll look into your combination method and see if I can come up with anything. Matt’s working hard on this, too.
    If I find something I’ll make sure you get credit too!

    I’m hope’n that someone from this forum finds the Truth!

    ~WF

    – Signature of the day -
    The light burns us; blinds us to that which is Truth. Feel Truth’s Warmth. Hear it’s harmonic ring. Smell it’s purity. Taste it’s sweet bitter. Share it with others so they might experience it also. The light isn’t the Truth; the Truth is the Light.

  522. Richard McBroom Says:

    Dear All,

    See you on PBS/ Nova Science Now Blog.

    Richard.

    PS: “SFC” = “Go toward the light.”

  523. Hello all,

    No one is even close!

    The series of numbers I posted contains a message in a code that I devised while travelling home one evening. It has nothing to do with Fermilab or any of the posts prior to when I posted it.

    I just thought that here are some people that sound like they would be interested in a bit of a challenge and who could explain to me afterwards how they went about deciphering it.

    I have no allusions that it is sophisticated or even very clever. I am just interested in seeig how long it takes someone to crack it.

    Regards,

    *

  524. William Fisher Says:

    *,

    Once the Fermilab material is completed, I’ll be happy to play your cypher… Need to focus and work on this completion first.

    Thanks,

    ~WF

  525. Yeah sure. Take your time.

    Regards,

    *

  526. i will say this…if frank shoemaker would “consider this noise” and the theory is the middle part would be considered noise…then the question remains “why”

    the flaw in my first decipher always was the “c” and it’s symbol leaving the question why

    the decoder has to look for patterns…so, if the exact symbol of the “c” is in the zodiac cipher and a original design of the zodiac…does the “c” fit the two zodiac ciphers

    in researching the zodiac cipher…i came to understand the zodiac wrapped the words on the lines like was done in the first and last part of the fermilab cipher

    the zodiac also liked to misspell words by using the wrong letters (much like internet chat words are done today) and by adding extra letters…most notably the double s in christmas and busy…

    the zodiac also like to call the cops “blue meanies” and taught them about how stupid they were

    “blue meanies” sounds like something a “kid” would say…so the theory this one guy did it because he use to use two s’s in christmas, give his students busy work, and like to misspell words all the time…lends more to one of his students being the zodiac

    i looked at the timeline for this guy who was believed to be the zodiac and he was a teacher for about a year or two…

    to be continued…i’m to tired

    ravin ;) )

  527. CORRECTION: i meant taunt not taught

  528. the code is a hard one but if you look at the vertical order of the numbers you can reverse the hex to get 201 and in hex 201 is c9 and on a grid there would be 12 spaces which in the alphabet is L. upside down is 7, and in the middle the seventh symbol has an f under it then the triangle points to the symbol next to it it has an eight under it so over all you get 201c912l7f8.

  529. William Fisher Says:

    Ashton,

    RE:201c912l7f8

    And then what do you do with that?

    I’m willing to experiment with different extraction methods, but will need to have some direction on what you are trying to do with it.

    ~WF

  530. William Fisher Says:

    All,

    Matt79 and I have teamed up to work on this via email/message’n systems since waiting on things to get posted here isn’t a quick way to have conversations.

    In the process I’ve reviewed some of my other work and found a rather simple process that actually does give a message. We are reviewing the extra chunk of data to verify that it’s something special and not just random data pretending to be something cute. That, and the information found may not be something to hand out to people on a general basis.

    We’re still here working on things. Don’t give up with your ideas. Keep ideas coming!! I know we’ll include you in the ‘credit’ if you spur something along!

    ~WF

  531. Been following this for months..dont really have anything creative to as i have no idea, i just enjoy seeing how you all do this, and trying to just understand what you all are saying! ha! but regardless, and this may have been said…or might just sound plain ignorant, but if someone would call something “noise” couldnt it be that the author is alluding to something he did that frank shoemaker thought was invalid, or unimportant (kind of like this message)??? it sounds like the author is ticked off about it…

  532. Keep us informed WF. i may not be contributing constructively…..but the zodiac thing seems kinda a stretch…random too. either way i cant criticize…it gives me something to read most every day :P

  533. i thought the zodiac was random also…i just stumbled upon it…but after alot of research there is to many coincidences that link the two…

    just to continue on with the only thing that has a link to the fermilab cipher…the zodiac name and button ciphers

    first i would like to continue on about the likeness of fermilab to the zodiac ciphers…being that one of the letters sent to the SF Chronicle was addressed “Editor (line 1) SF Chronicle (line 2) 5th & Mission (line 3) San Fran (last line of address)” date May 8, 1974 this letter the zodiac was complaining about a movie… and the same address was used on the halloween card envelope of October 27, 1970…

    if this is the zodiac who wrote the fermilab cipher (let’s not rule in or out a copycat yet) it would make sense for him to be somewhat different in addressing the fermilab cipher…in that he had to add the town, state and zipcode or it might not of been delivered this isn’t the late 60’s/early 70’s

    in my review of the zodiac’s writings and drawings it became clear that he wasn’t studying to be a chemist but a physicist…he does a drawing of an electronic switch for a “bomb” in which the blocking of the sunlight would trigger the bomb…and the symbols he made up just seem to me to be that of something he was studying and figured no one would know what they were in reference to

    indulge me for a little bit here…the zodiac did most of the killings on holidays, weekends or summertime…and when the zodiac wrote that he was going to cease communication and the killings appeared to have stopped…couldn’t that be because he was accepted into a college in another state quite far away from california…and he was not going to be in an area that he knew very well?

    in addition…he was starting a life he might not want to lose and the killings were sometype of revenge for whatever wrong he thought had been done to him?

    a lot was made about Cheri Jo Bates…in that this teacher guy was the killer because Cheri might have trusted him to walk with him…i don’t buy that theory…Cheri was a young lady and would have been conversing with someone her own age…someone say maybe 16 or 17 years of age studying at the college library…someone who she knew from school who was probably a grade below her…that is someone she would have walked with…

    maybe this person was taking advanced courses, graduated early or just was smart and being at the college library wasn’t out of character…and maybe Cheri didn’t realize he thought she had not given him enough attention or declined his advances or something like that

    and yes, this all relates to the question what is the noise…the author of the fermilab cipher probably does not know frank shoemaker only mr. shoemakers fame…something the author dislikes…so, the “c” and it’s symbol could be noise to everyone including mr. shoemaker because only the zodiac would know that one symbol was not noise but a very meaningful piece to a puzzle

    ravin ;) )

  534. it is a matter of substitution

  535. William Fisher Says:

    Kriptos,

    I’d agree with you, yes it’s a matter of substitution.
    Any suggestions on what to use as the alpha mapping?

    Thanks,
    ~WF

  536. William Fisher Says:

    CAT,

    Well it’s possible that the puzzle has many layers to it.

    “FRANK SHOEMAKER WOULD CALL THIS NOISE” What would he consider to be ‘Noise’ from the author of the codes point of view? The cypher? Or is it related to Mr. Shoemaker’s work?

    Matt79 and I will keep people posted if we really find anything, or want to toss some ideas out into the wild to see if someone else has some ideas.

    Be well,
    ~WF

  537. if physics is “the physical properties and composition of something” then the symbol “c” in the fermilab and the zodiac ciphers has to be researched

    i have been laying out what could be some answers as to why the two ciphers are connected by the symbol “c”

    to get back to that…in the Cheri Jo Bates murder a watch was found at the scene and has been believed to be a part of the crime scene…this watch a timex was traced back to a miltary post in England……it is said “the band suggested a seven inch wrist”…that description has some problems…one is whether the band was stretched if the watch indeed was pulled off the attacker…and whether that is what the police believe

    there was also a shoe print found at the scene and most likely the shoes came from the March Air Force Base…it has been said that the shoe prints indicated someone kinda of heavy in an attempt to link the shoes to Arther Leigh Allen the person believed to be the zodiac for a long time…

    well, my theory of a younger person trying to throw off the investigators by using the craft of illusion…why couldn’t the killer have put some type of weights in the shoes to give the appearance of a heavy set person like ALA (Arthur Leigh Allen)…also, the descriptions “lumbering like a bear” “clumsy” “not very nimble” are also used…to me those describe someone wearing a disguise…like making the shoes heavy and maybe even to big for the person wearing them

    the zodiac wrote a letter on halloween and stated in others letters that he wears a disguise…or maybe hunting apparel? the picture they use of the zodiac reminds me of hunters apparel…which could explain the remote location of most of the killings

    we have here…a watch from a miltary post in England, shoes from a miltary base in California

    and yet the zodiac watch that ALA’s mother bought him for christmas is suppose to be the link to Cheri Jo Bates and the Zodiac…i disagree with that theory also…Zodiac is a type of boat used by the Coast Guard and miltary…even the Zodiac watch company says their emblem is a compass

    yes, all this information goes into the Zodiac ciphers “The Button Cipher” and “My Name is” along with a “c” for the matching symbol

    this is long enough for now…have a good night…

    ravin ;)

  538. in regards to WF’s lamba comment on the formula and zodiac ciphers…the symbol for the ‘c’ is not a lambda lowercase or uppercase and the symbol for ‘c’ is only used in the two zodiac ciphers…the ‘my name is’ and the ‘button’ cipher…

    for reference to the lambda… http://en.wikipedia.org/wiki/Lambda

    the ‘my name is’ cipher can be viewed at

    http://en.wikisource.org/wiki/Image:Zodiac-name.gif

    when mr & mrs. donald harden (high school teachers) started to decipher the 408 zodiac cipher (the 3 part cipher the only one deciphered) it is stated they figured the zodiac would use the word kill and started there…i kept that in mind

    my next thought was that the if the zodiac learned about the deciphering before the 408 cipher he certainly would have decided to make it more difficult…and he did by adding new symbols and not using others…so, i made a chart of the symbols in both and how many times the symbols were used in both…truly i did not think i would solve the smaller two ciphers with the ‘c’ in them before the 408

    yet, as i made my chart and then built the pattern of how the zodiac changed the different symbols for the letter of the alphabet it became apparent that his substitutions did follow a pattern even if the pattern seemed random at times

    i read and reread the zodiac’s letters…putting the ‘c’ in the ‘my name’ is ciper…in that cipher the zodiac said he hoped the cops didn’t blame him for the death of an officer and in other letters he continuously states how he is outsmarting he police force

    then it dawned on me that the zodiac wouldn’t put a name even a bogus name on the cipher (and i had already decided on the last line of the 408 cipher to be what i stated earlier)…but that he would be condescending toward the police and the cipher was probably some type of cuss word because he doesn’t use any foul language in his letters

    with the ‘c’ the as the fourth letter from the end… it had to be part of an ending…and a cuss word…so, i filled in cker…i kept wanting to make it ‘motherf*cker’ but it didn’t fit…so i decided to make the last part ‘m’f*cker’ even though i knew that couldn’t be exactly correct yet

    then, i decided the 5th, 7th, and 8th symbol that looked like an eight ball from a billiards game had to be the same letter because if was opposite everything from the 408 cipher…so then it became ‘umuf*cker”…the zodiac symbol which is the 4th character in was used in the 408 cipher 4 times as a ‘d’ so then i had ‘dumuf*cker” leaving me with three characters before it…

    i put in the letters of the alphabet from the 408 in for the letters…when i noticed that the letter ‘a’ in the 408 represented by an ‘s’ 4 times so, i flipped it in this cipher for the ‘a’ to be an ‘s’ when i realized it was ‘sgtdumuf*cker” or to correct his spelling ” sgt dumb f*cker’…

    one note on the watch…the zodiac could have won it in a game of billiards or stole it from a drunk military person who may have thought it was lost

    the ‘button’ cipher doesn’t have any cuss words in it…but it took it little bit more to figure that one out…yet, after getting the ‘my name is’ cipher done…i had to tackle the ‘button’ cipher

    ravin ;) )

  539. @ravin: I’m sorry to say I don’t really see all this talk about the zodiac cipher getting us anywhere in decrypting this particular problem so I’m going to start limiting how much stuff appears in this thread. I am sure there are plenty of other places on the Web where people are discussing the zodiac cipher. If there is some concrete connection that you can produce a plausible argument for, I’m happy to have it here, but this isn’t really moving us forward.

  540. yeah, the fact that the fermilab cipher has the symbol and the letter that it corresponds to in the zodiac cipher…why would someone send a cipher to fermilab with that symbol on it and then as the hardens did i was able to decode the two ciphers with that symbol on it

    it seems that u people think deciphering and decoding is the same thing and writing a program to look up a bunch of words is not going to decipher the middle section

    if u didn’t want the help…then don’t ask…i have the only theory that connects the c to the zodiac cipher…and i have been trying to explain why…i believe the author to this fermilab cipher is keeping an eye on what is happening with it…

    what are the theories around here…an employee number in hex because that is people think the author wants people to believe…

    i believe the authors are the same and the author of the fermilab cipher sent it because he wanted to prove how easily people would believe that some employee would make this cipher and then put their name on it!!!

    i think the author works for a lab that works with fermilab…and probably took a summer course at fermilab at one time…but i am not going to say who i think that person is…

    yes, the finding of the symbol in the zodiac cipher is moving us forward alright…he has hid in plain sight for years and now that his work was not published in nov 2006 and the writing of the books and the movie forced him to want to play that game again only thing is he isn’t a young man and his options were limited

    before u tell me about profiling and how serial killers or anyone who sends such a cipher to a place like fermilab…u need alittle more experience then just picking words out of a thin air

  541. @ravin: If the only link between the zodiac cipher and the fermilab cipher is having one symbol in common (and a symbol that turns up in plenty of other contexts), I really don’t see where the connection is. If you are able to use that information and make progress, then great, but at the moment, all that observation has led to is a bunch of speculation that doesn’t actually connect with the deciphering attempt.

    We’re not making any commments about profiling or serial killers or any other topic here, except that those things don’t seem to be at all relevant beyond the occurrence of one similar symbol. And that observation hasn’t led to any kind of decipherment of the code so it still doesn’t seem to be relevant.

    I’m entirely happy to have information here that is about cracking this code if it comes from this line of reasoning, but putting more and more speculation about zodiac (without further evidence or justification) doesn’t seem to advance the attempt to decode the fermilab message.

  542. what other contexts have u seen the c symbol??? i have never seen it before until i seen it in a code book that had a chapter on the zodiac…exactly where have u seen it before and in what context???

  543. btw…it isn’t just the c symbol

    i have stated the zodiac wrapped the text in the ciphers just like the first and last stanza of fermilab

    the sfc (san fransico chronicle)

    the fermilab cipher was sent to kirk & pine…the zodiac sent to 5th & mission

    cheri was killed while leaving a library and the fermilab cipher was sent to the library

    the c symbol is an anchor

    whether the symbol for c is used somewhere (and u have to prove that to me)…the author of the fermilab cipher decided it was a c….and that c has broke two of the zodiac cipher

    THIS ISN’T ABOUT THE ZODIAC…THIS IS ABOUT CIPHERS!!!

    AND THE ZODIAC JUST HAPPENED TO FIT THE BILL!!!

  544. Hello all,

    Any progress out there? Here’s an idea I had:

    Referring to “Employee Number Basse Sixteen”…why would the author give a clue that the middle section was in base 16 hexadecimal? Of course it is! You really don’t need a clue for that because it’s obvious without any sort of clue or hint. Perhaps ‘basse’ is really ‘lower’ as others have suggested. Maybe the author was saying, “Number the lower sixteen.”

    If you convert the lower hex line into decimal you get 16 digits out of the 12 hex figures:

    6 12 7 9 13 2 14 4 9 3 14 6

    OR

    6127913214493146

    Are we supposed to number this??

    6 0
    1 1
    2 2
    7 3
    9 4
    1 5
    3 6
    2 7
    1 8
    4 9
    4 A
    9 B
    3 C
    1 D
    4 E
    6 F

    I haven’t been able to use this to decipher anything…but I thought I’d let you know what I’ve been up to in case this gives someone else an idea.

  545. Uhhh… am I just a moron? Why would “SFC” be anything other than the initials of Shoemaker, Frank C.?! I assume the middle part is just a quote by Frank Shoemaker or something.

  546. Oh, ha ha! I think I got it. I’ll post more once I’m sure.

  547. OK I was wrong; it was more complicated than I thought. But I do think it’s significant that some of the symbols are made up of other symbols, and sometimes if you add the numbers for all the component symbols together and then add the number underneath the composite symbol, you get 20h. And that means a long vertical line must be Dh (this works in at least two places). And a long horizontal line might be 5 (works in one place). And a little short vertical line must be 1 (even though that isn’t how it’s labelled. Hmm).

  548. William Fisher Says:

    Regarding:

    Xezlec Says:
    November 24th, 2008 at 10:03 pm
    Uhhh… am I just a moron? Why would “SFC” be anything other than the initials of Shoemaker, Frank C.?! I assume the middle part is just a quote by Frank Shoemaker or something.

    We have been told that Mr. Shoemaker claims to not have created the code. If he were to lie about creating the cypher while signing his name – that wouldn’t be cricket.

    As for your first question – NAH! Not based off of asking what you did, anyway.

    Keep up the ideas!

    ~WF

  549. William Fisher Says:

    Matt79 and I have been working together trying to bounce ideas off of each other. As we’ve teamed up to look at this if this does come to conclusion so if any of this spurs you into a solution – please give us partial credit, as we’ll give credit for those that spur us along.

    In that process of looking/relooking at some of my old notes and such I removed a piece of data that may/may not have have been needed. Then looked at it with several different methods.

    With this I found some interesting messages and/or names depending on how we look at the data. Sadly, the flow of the data doesn’t make sense from what we can figure out.

    (random appearing text that may be a simple equation or a directive to substitute certain letters for others)(a message) and then another (random bit of text).

    The (message) gives data for doing, but there’s no point of reference to where/what it must be done to. (YET)

    [The editor has already been told what that message(s) is(are) - just in case something happens to me/Matt79, while writing things up and/or researching things a bit better.]

    Another break-down method gives a name in reverse. Seems to be an email pseudonym someone uses that has discussions about physics on other forums. We are attempting to make contact with him before releasing that name.

    Another way to break it down gave a “WHW” address (Wilson Hall West – part of Fermilab) and referenced multiple fancy suits. Doesn’t make much sense, but it’s more sense then random letters.

    It’s interesting how the brain breaks things down and tries to associate it all together.

    The data itself and the break down processes will be detailed in a post to be written up as we can.

    It’s NOT a ‘pretty’ break down because it’s not ‘clean’ as the top and bottom decriptions are. Also, because it’s not clean nor does it give an reason for the ‘icons’ I don’t expect it will be the ‘final solution’.

    As we’ve talked with Mr. Harris, based on the top and bottom structures, he seems to agree that when a final solution is found it’ll be “clean” and make sense – for some level sense.

    The BEST answer I have so far for the icons is that the code author needed some way to give SFC as a reference. He/She already had FC used in the hex coding – just write “S” and draw the icons for (F) and (C). The other icons are just extra.

    It sucks for an answer, but until we figure out where those pictures come from and can build more meaning from them, it really is the simplist solution so far that I can come up with.

    -

    So, did I whet an appetite? Make you a little curious to what we found? I hope so. Maybe to some of you the simple comments might trigger a “HEY! I know about … ” and it all might make sense moment.

    We really need people to review it and see if it really makes sense at all.

    It’s certainly an interesting puzzle. I hope someone figures it out…

    ~WF

    PS: Expect details in the next day or so. If you have ideas that come to mind – please say something so we can look at it in context of what we have.

  550. William Fisher Says:

    Here’s ONE of the decryptions and it’s method.

    Take it with a grain of salt – we are NOT saying this is the CORRECT decryption, but it’s something to toss out there, get some help/review on this and see what happens.

    With this one the BIG question is WHAT letters/numbers/punctuation to assign to on beyond Z. (I’ve toyed with a few things and will note one version.)

    Here we go.

    I’ll use the same lookup table order as was with the ternary cyphers.

    LOOK UP TABLE: 5bit(0-31) combinations possible
    Binary	DEC	alpha
    00000	0	*
    00001	1	A
    00010	2	B
    00011	3	C
    00100	4	D
    00101	5	E
    00110	6	F
    00111	7	G
    01000	8	H
    01001	9	I
    01010	10	J
    01011	11	K
    01100	12	L
    01101	13	M
    01110	14	N
    01111	15	O
    10000	16	P
    10001	17	Q
    10010	18	R
    10011	19	S
    10100	20	T
    10101	21	U
    10110	22	V
    10111	23	W
    11000	24	X
    11001	25	Y
    11010	26	Z
    11011	27	?	' as a possible mapping, hex lookup of the DEC as if it was HEX in acsii.
    11100	28	?	( “
    11101	29	?	) “
    11110	30	?	0 “
    11111	31	?	1  as a possible mapping, hex lookup of the DEC as if it was HEX in acsii.
    Total Bits	95	Hex		Binary
    	Bits
    		48	F0BE58F2FD63	111100001011111001011000111100101111110101100011
    		47	6C79D2E493E6	11011000111100111010010111001001001001111100110

    BIT STREAM:
    11110000101111100101100011110010111111010110001111011000111100111010010111001001001001111100110

    BREAK BINARY DATA STREAM INTO 5bit chunks, in series.

    	Binary	Dec	A1 table
    0	11110	30	?
    1	00010	2	B
    2	11111	31	?
    3	00101	5	E
    4	10001	17	Q
    5	11100	28	?
    6	10111	23	W
    7	11101	29	?
    8	01100	12	L
    9	01111	15	O
    10	01100	12	L
    11	01111	15	O
    12	00111	7	G
    13	01001	9	I
    14	01110	14	N
    15	01001	9	I
    16	00100	4	D
    17	11111	31	?
    18	00110	6	F
    

    RESULTS: ?B?EQ?W?LOLOGINID?F (alt mapping 0B1EQ(W)LOLOGINID1F, Matt79 noticed that F0B as a series was in this string as well as the ‘hex’ code. The chance of that is over one in 676. )
    (Side note:lologinid seems to also be some sort of squid reference. Google is a wonderful thing, sometimes.)

    Breaking down the BITS:

    11110 00010 11111 00101 10001 11100 10111 11101 = (40 bits) = ?B?EQ?W?
    01100 01111 = (10 bits) = LO
    00111 01001 01110 01001 00100 = (35 bits) = LOGINID
    11111 00110 = (ten bits) = ?F
    

    One of the things that does have me pondering other things is the 1111000 at the start. Chance of High nibble/low nibble (half byte) being in that batter at the start may be something special, or just more blind luck.

    Is it complete? I don’t know. Is it even correct by any amount, again, I don’t know.
    It’s something to put out there and have people look at and review.

    “B EQ W LOLOGINID F” It COULD be something.. IDEAS?

    ~WF

    PS:

    WARNING! IF YOU FIGURE SOMETHING OUT AND IT REALLY IS A LOGIN ID/PASSWORD – DO NOT ATTEMPT TO USE IT WITHOUT MAKING CONTACT WITH THE SERVER OWNER !FIRST!. IF IT’S FERMILAB OR OTHER LOCATION WHERE THE AUTHOR SET SOMETHING UP – AND DIDN’T GET, OR HAVE, PERMISSION TO GIVE OUT LOGIN ACCESS – YOU COULD BE COMMITTING A FELONY. ALSO,IT COULD BE A FEDERALLY FUNDED SERVER, IT RUNS SOME EXTRA RISKS BEYOND THE NORMAL ONES. JUST BE CAREFUL! USE AT YOUR OWN RISK.

  551. William Fisher Says:

    I’ll post some other possiblities we’ve discovered as I can, and hopefully worked out a way around the format stripping of the text.

    ~WF

  552. @WF: You can use “pre” tags around the section you want to keep the spacing you type in. The pre stands for preformatted. I have done that to your post above.

  553. William Fisher Says:

    Here’s YET ANOTHER ONE of the decryptions and it’s method.

    Take it with a grain of salt – we are NOT saying this is the CORRECT decryption, but it’s something to toss out there, get some help/review on this and see what happens. Maybe we’ll spur some ideas for someone who with do the actual decryption.

    Matt79s looked over some of these things and has helped spur me along with reviewing and or comments back and forth – Thanks, Matt79.

    Here we go.

    I’ll use the same lookup table order as was with the ternary cyphers.

    LOOK UP TABLE: 5bit(0-31) combinations possible

    Binary DEC A1 map A2 Map
    00000 0 * F
    00001 1 A R
    00010 2 B A
    00011 3 C N
    00100 4 D K
    00101 5 E S
    00110 6 F H
    00111 7 G O
    01000 8 H E
    01001 9 I M
    01010 10 J A
    01011 11 K K
    01100 12 L E
    01101 13 M R
    01110 14 N W
    01111 15 O O
    10000 16 P U
    10001 17 Q L
    10010 18 R D
    10011 19 S C
    10100 20 T A
    10101 21 U L
    10110 22 V L
    10111 23 W T
    11000 24 X H
    11001 25 Y I
    11010 26 Z S
    11011 27 ‘ N
    11100 28 ( O
    11101 29 ) I
    11110 30 * S
    11111 31 + E

    Total Bits 95 Hex Binary
    Bits
    48 F0BE58F2FD63 111100001011111001011000111100101111110101100011
    47 6C79D2E493E6 011011000111100111010010111001001001001111100110

    BIT STREAM:
    111100001011111001011000111100101111110101100011011011000111100111010010111001001001001111100110
    ** LEAD 0 bit was added to the ‘chunk’ 6C79D2E493E6 and an alternate mapping was added.

    BREAK BINARY DATA STREAM INTO 5bit chunks, in series.

    Binary Dec A1 table A2 table
    0 11110 30 ? S
    1 00010 2 B A
    2 11111 31 ? E
    3 00101 5 E S
    4 10001 17 Q L
    5 11100 28 ? O
    6 10111 23 W T
    7 11101 29 ? I
    8 01100 12 L E
    9 01101 13 M R
    10 10110 22 V L
    11 00111 7 G O
    12 10011 19 S C
    13 10100 20 T A
    14 10111 23 W T
    15 00100 4 D K
    16 10010 18 R D
    17 01111 15 O O
    18 10011 19 S C

    RESULTS (a2 mappingin results): SAESLOTIERLOCATKDOC

    Lots of fun little bits here…

    SAES (SAES Getter) is a company that works with Fermilab.
    LOTIER is a ‘sweet clover’ word in French. (Remember BASSE?)
    Fermilab land has a prarie on it. Which has ‘Sweet Clover’ on it.
    (Alternately LO TIER) ??
    LOC (Location?) AT KDOC?
    (There is some KDOC references to Fermilab, but seems to be a default document location)

    I’ve not located a “building K”. and a “Doc” (Dock?) in my searching yet – not at Fermilab anyway.

    There’s no spacing in this at all using the mapping so it’s not ‘pretty’ and clear as the other descriptions for the upper and lower sections.

    “SAESLOTIERLOCATKDOC” It COULD be something.. IDEAS?

    ~WF

    PS:SAES LOT IE RLOC AT KDOC? (This would have to assume some internal location information we are not privy to. Don’t like it.)

  554. William Fisher Says:

    One thing I’d like to make comment on related to my last few posts…

    These are more just a different way at looking at the ‘hex’ and pulling something out of them, and they SORTA/KINDA have something there that might be something maybe. Understand what I’m saying?

    The human brain loves to find patterns and make associations. Not all of them are correct.

    This is more for process and putting on the mental spurs. Hopefully it’ll help get the race to a “true” decryption.

    Thanks!
    ~WF

  555. “that F0B as a series was in this string as well as the ‘hex’ code. The chance of that is over one in 676″

    uh…nah…the author wrote it…he had some reason to do everything he did!!!

  556. FYI…hex doesn’t start with a letter only numbers…so, wow!!!

  557. William Fisher Says:

    Ravin,

    Regarding your comment:

    “that F0B as a series was in this string as well as the ‘hex’ code. The chance of that is over one in 676″

    uh…nah…the author wrote it…he had some reason to do everything he did!!!
    —-
    I was NOT talking about the author and his code – which has a 100% chance of what’s there being there, and a 0% chance of what’s not there being there.

    I was referring to MY decription/alternate mapping. The odds of THAT, randomly, having that sequence was greater then 1 in 676. It’s more like 1 in 32768.

    Matt79 noticed that the F0B string happened in my alternate mapping. Just call him ‘Eagle Eye’ Matt79, I guess.

    IF you start at the last character in line and wrap.

    Just a really strange thing to note. If it was done by the author of the cypher on purpose to have this show up in both then it’s done and over with except the closeing act of this movie, and I don’t think so. MAYBE, but what’s it all mean then?

    ~WF

  558. William Fisher Says:

    Ravin,

    Regarding your comment:

    FYI…hex doesn’t start with a letter only numbers…so, wow!!!
    —–

    Not sure what you mean. Hexidecimal is represented by a alphanumeric pattern. (0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f = 0=0 through F=15) Hex(aka Hexidecimal) can start with numbers or letters.

    FF in Hex would be 255 in decimal.
    FFF in Hex would be 4095 in decimal.
    FFFF in Hex would be 65535 in decimal.

    Those Hexidecimal numbers all begin with ‘letters’.

    Leading zeroes are sometimes shown, but usually not. When shown it’s sometimes used to indicate a larger address range is available. $0FFFF would mean a memory address location of (65535) of 1048575.

    Perhaps I am misunderstanding your message?

    ~WF

  559. William Fisher Says:

    Hrm.. Matt79 also was pointing out some other interesting notes about the F0B pattern.

    F0B1EQ = look at the string, and the icon above the “5″ is a”Q”. F 0 B (one E) Q…

    HAHA.. Mat discovered the F0B?EQ notation. I just noticed the “1E” as being a statement of THERE IS ONE “E” – unless it all finally sunk in to all what he was saying.

    I’ve asked him to comment on this when he can, I just wanted his discovery of it in the stuff I did to get noticed and looked at.

    Author’s way of telling you “You did it!” ?? Perhaps?
    Or a REALLY mean Fate playing with us?

    If it is correct, then (W)LOLOGINID1F needs to be explained.

    IF this IS it.. we are close. Otherwise, well, we are so far off it’s AND Fate is messing with us.

    Hope to see some crazy activity, and some sane stuff too! SOON!

    ~WF

    PS: Matt79.. Thanks for the team work. Even if this doesn’t pan out – being able to bounce ideas back and forth and get pushed to redo my decryption spreadsheets to something a bit cleaner led to me changeing data expressions that made the “Loginid” pop out. Couldn’t have gotten this far without blind luck, without you pushing for more/better. Thank you! *tipping hat*

  560. William Fisher Says:

    HRM…

    If we move it around a character more.. (rotate with wrapping)

    1F0B1EQ(W)LOLOGINID

    So it reads even MORE like the start of the first line of “Hex” coded.

    ONE “F” Zero “B” ONE “E” “Q”

    Hrm.. if we use the remaining text as a subsitution:
    1F0B1EQ(W)LOLOINGID

    The “W” would fall for on the “left pointing” triangle.
    and “N” would fall on what would be a lambda-ish symbol – have a better name for that symbol? Besides “Upside down Aries the Ram”?

    That would possibly leave a S(W)(N) as the initials??

    Ideas? Comments?

    ~WF

  561. William Fisher Says:

    Initials, or abreviations.

    SWN (Small Whole Numbers)?

    Fermilab does have a “SWN” that works there. Contact has not yet been made. Doesn’t work in Physics area, and not chatting enough for google to pick up on that name and talking about cyphers.

    Please don’t disturb this person. Mr. Harris can make contact with him if he deems it resonable to ask.

    Thanks!
    ~WF

  562. Not sure if this has been mentioned it before, but why do all the characters in the “hex” section have a corresponiding hexadecimal digit except for one (the i/theta looking symbol second from the left)?

  563. Hi everyone,

    Just thought I’d pop my head in to say hi.

    I haven’t really been spending much time on the fermi-code lately, I guess I kind of got a bit burnt out on it. The progress William’s been making lately, though, is definitely starting to once again pique my interest. I love the “lologinid” bit, and think it has real potential, more so than most other theories/potential-decipherments I’ve seen to date.

    I’m still checking the forum every few days…so please, keep sharing any ideas. Drag your friends into the fun too, if you can…the more minds thinking about this the closer we’re going to get.

    If you’re out there Mr/Mrs Author (yes I’m talking to *YOU*!), it won’t be long now! :)

    Matt

  564. William Fisher Says:

    Or possibly S(w)(i) ?? Not sure how to remap letters – juggling a few things around.

    Suggestions?

    ~WF

  565. i hate to be the bearer of bad news…well, maybe not…

    hex is not represented by FFFF…it is base sixteen and used to make a program language…not incorporate the whole decimal system

    ur only insultin urself!!!

  566. William Fisher Says:

    Ravin,

    Regarding your comment, November 28th, 2008 at 11:19 pm:

    “i hate to be the bearer of bad news…well, maybe not…

    hex is not represented by FFFF…it is base sixteen and used to make a program language…not incorporate the whole decimal system

    ur only insultin urself!!!”
    —————
    Ravin,

    You do understand that people read this? People of at least Hexadecimal is? (Sadly, You don’t seem to fully grasp it. Nor did you take the subtle hint that you should double check yourself before going further in your comment regarding ‘hex’.)

    The only thing that would possibly insult me is when I give someone the benefit of the doubt and they then, instead of looking up what they are talking about to be certain, spout what they think is correct – especially when you have seemingly stated a joy in seeing me make a possible error.
    I error a lot, by the way – just not this time.

    Hexadecimal is NOT represented by FFFF. There’s no official way to state “this number is HEXADECIMAL”. There are several ways to designate this though – I won’t bother to detail them here. Once told it is a hexidecimal NUMBER, it’s comprised of a series of alphanumerics in the set of “0123456789ABCDEF”.

    Hexadecimal is NOT used to directly write computer code either, except for the truly gifted and/or tormented. BTW: That computer program code is called ‘OP(operation) code’(a.k.a. machine code), which can be displayed as Hexadecimal, or as Instruction sets depending on your editor for the code and may include hexadecimal numbers or memory location references.

    The decimal number 65535 is represented in HEX(a.k.a. Hexadecimal, a.k.a. base 16) as FFFF.

    I’d suggest to you that going to http://en.wikipedia.org/wiki/Hexadecimal and also reveiwing the base concepts of Hexadecimal/Binary/Computer OP(machine) code might help you.

    I’m not going detail Hex out further…

    Good luck with your Zodiac linkages for the Fermilab code. It would be interesting to know WHY the author chose that ‘upside down Aries” symbol.

    Thank you, and I wish you well.
    ~WF

    PS: I’ve been working with Hex/Binary/Decimal/6502 Op code since the early 80′s… When YOU state something as fact, I suggest you know what you are talking about, and try to make it 100% clear. Because you have insulted one person who did stick up for you. You’ve showed how really off the mark you are with Life, let alone this cypher. Until you get yourself corrected and also apologize – I won’t be responding to you any further. Again, I wish you well, and a good day.

  567. William Fisher Says:

    Psychotria,

    Regarding Psychotria Says: November 28th, 2008 at 4:41 pm:

    “Not sure if this has been mentioned it before, but why do all the characters in the “hex” section have a corresponiding hexadecimal digit except for one (the i/theta looking symbol second from the left)?”

    It’s been mentioned. So far, no one’s come up with a really good explaintion of the entire set of icons.

    Some are ‘just icons’ we have no reference point for (yet), others are Greek alphabet, others are used in other famous codes.

    Also is the way the icons are spaced important?

    Any thoughts about these, Psychotria, or anyone?

    Wishing you a good day…
    ~WF

  568. William Fisher Says:

    If the decryption I’ve presented is correct. We still need to figure out the relationship to the icons and the S(f)(c).

    Also, the meanings behind the ‘noise’ and the ‘basse’ sections.

    I’ll try to go and document references for the icons if I can find them. Perhaps it will be something that will help someone make the connection needed to pull it all together.

    See you soon! and I hope you have a GREAT day!
    ~WF

  569. William Fisher Says:

    Regarding,

    ravin Says:
    November 28th, 2008 at 11:19 pm
    i hate to be the bearer of bad news…well, maybe not…

    hex is not represented by FFFF…it is base sixteen and used to make a program language…not incorporate the whole decimal system

    ur only insultin urself!!!
    —————

    Ravin,

    Sadly, I’ve not been insulting myself. Much sadder is what you have revealed about yourself.

    I’d highly recommend that you take some courses, and do some heavy reading, and get some understanding about what hexadecimal is, what OP Code/Machine Code is, what binary is, and what Machine Code editors are, and how that all relates before continuation of your banter about me not knowing what Hexadecimal is. I’ve been using all the above and more since the early 80′s – I think I have a pretty good grasp on the subject. Do you speak machine code instruction sets? LDA $24, INA, JSR $FFD2? I can translate that to HEX and BINARY and English if you wish, for the 6502 microprocessor.

    Your comment of apparent delight in the belief of my error doesn’t become you either and just digs your hole a lot deeper in relation to me ever caring about anything you continue to write.

    http://en.wikipedia.org/wiki/Hexadecimal would be a good start.

    It’s nothing personal. You just don’t get to have me pay attention to you any more – until you have a bit better understanding of what you talking about; at least for this subject, (you may be an expert in something else I know nothing about) and apologize.

    I wish you luck in finding out why the Fermilab Code author used, at least, one symbol simular to the Zodiac killer – if you continue to follow that thought. I am curious about this, also. Chance? Or, intent?

    I wish you well,
    ~WF

    PS: Until you know what base a number is.. you don’t really know it’s value. We normally assume it’s decimal because that’s what humans are taught at start.

    What’s the number 11? 10 decimal + 1 decimal? But what if “11″ is something else besides decimal?

    11 in base 2(binary) is 3 in decimal. 11 in base 3 is 4 in decimal. 11 in base 5 is 6 in decimal.

  570. William Fisher Says:

    HRm…

    Perhaps old codes are being used. I found one labeled “S.P.R.C.” that used a ‘dash’ for “B”…

    ~WF

  571. William Fisher Says:

    Hrm.. Seems I’m redundant. Old posts showing up after new ones are released, by a couple of days. My assumption was that it got ‘lost’ some where.

    I’m sorry for the near duplication of a couple of ‘rants’ on my part.

    ~WF

  572. William Fisher Says:

    Greetings all,

    I do have a favor to ask of this forum community.

    Please review the decription that I created that generated the “loginid” message. Can anyone shoot holes in the process? or give reasons why it CAN’T possibly be that decription? Or if I need to explain it better, please let me know what you don’t understand. It’s SIMPLE. It uses the same alpha-mapping pattern as the other code.

    I really need it shot down for really good reasons. I don’t want to rest on my laurels on this, but at this point I’m sort of at a state of “Statistically it HAS to be the CORRECT decription – now try to figure out the S(f)(c) and link all the messages, mode. BUT really that won’t work until ‘we as a group’ are certain the Hex message has been done correctly.” I really want people’s commentary on it.

    On the other hand, if you think it is the correct decription, WHY? Besides being really a low chance of that pattern being generated at random AND have a valid message tacked to the back end of it.

    Thank you, in advance!
    ~WF

  573. William Fisher Says:

    Hello all,

    Been chatting with a well grounded friend of mine. One thing he’s pointed out to me with my decription for ‘loginid’ there’s no use of the odd spacing in the ‘hex’ data.

    He’s right. I’ve been rather certain that the ‘odd spacing’ is SOMETHING special. Also, it’s not ternary which the other cyphers are.

    Okay, here’s a refresher… at least for me, I’ve been staring at the binary stuff to long. It could be a really bad quirk of fate that I got what I got, since it’s not all explained, if there’s a real explaination.

    I’m going to keep digging at the ‘hex’ code, but try to look for base 3 associations…

    —-
    **large blank area*

    Section(1):FRANK SHOEMAKER WOULD CALL THIS NOISE

    **large blank area*

    Section(2)

    *array of symbols*
    F…0…B…E…5.8.F.2..F.D..3…3

    *array of symbols*
    6…C…7…9…D.2.E.4..9.3..E…6

    **blank area**

    Section (3):S(f)(c) [Using Section(2) as map for icons]

    **blank area

    Section (4)
    EMPLOYEE NUMBER BASSE SIXTEEN
    —–

    In the mean time, please, take a look at the decryption method for ‘loginid’ I presented, and shoot holes and give insight on it.

    THANKS!
    ~WF

  574. WF: Interesting summation of the situation. Thanks for bringing me up to speed. I haven’t had a lot of time to think about this problem this week (but the weekend is close!) Something I pondered on the drive to work the other day is that the middle section may not be hex (base-16) at all. All hex digits are represented except for two. Could this be a clue towards the middle section being another base? Base-14 would be a good starting point. This all may have been mentioned before (I will read all the preceding comments on the weekend so I don’t unnessarily travel trodden ground). I have a few other ideas/approaches that I’d like to try, but will speak of those after I’ve gone through all the material suggested so far. Cheers.

  575. WF: Also after I am up-to-speed I’d like to re-examine the first two sections to be decoded. I am not entirely convinced that they have been decoded fully (although I have no reason for this except for a “gut feeling”, so I could be completely wrong). The reference to noise, and the “easiness” of the decryption for these two parts bothers me. What I need to get my head around is how I’d put an easy message into the format in the letter, while at the same time having more information… i.e. another message. I’m just throwing ideas about for now. Hopefully after the weekend I may get my head around where the current status of the decryption is at. Cheers.

  576. William Fisher Says:

    Greetings Psychotria,

    Thank you for input. It’s nice to see people still active on this project, even if it’s a little at a time. I know Ryan’s been thinking on it, and Matt79, myself, and Ravin have been presenting ideas.

    Regarding, Psychotria Says: December 3rd, 2008 at 3:03 am

    *nodding* I’ve thought about the base 14 path also. Since there is the (1) and the (a) missing for hexadecimal notations.

    What bothered me about base14, I guess, was using “023456789bcdef” from the ‘cypher’ was what values would you assign to what order? Keep it in sequence? reverse the order of sequence? Once you start messing with the level of the possiblities you increase the decryption process by orders of several magnitude.

    -
    Regarding, Psychotria Says: December 3rd, 2008 at 3:09 am

    Seems we are on same wavelengths, perhaps not synced in time, but we have had simular thoughts.

    It’s not hard to have a message encoded in one way, and then shuffle the data in such a way to encode a different message without distroying the original encryption. I’ve spent some time looking at that. I’ve just not come up with anything really that stands out with the time I’ve had to didicate to digging into that idea.

    I’d welcome fresh looks at everything, as I’m sure the rest of the people working on this.

    Sadly, the ‘easiness’ of the decryptions comes in hind sight. If given that same message, how long would it have taken any one of us to come up with those decryptions? Maybe a few days? Weeks? Months? Just depends on experience and/or getting lucky with one method path over an other.

    The decryption method for ‘loginid’ is simple/easy – but took me a few months to get that(mostly because of an assumed data format – leading zero on hex to bin causing problems), but I’m not really happy with it. Besides, what’s it all mean? Lots of things to tie together even if it is correct. What’s the decryption for S(f)(c)?

    Still one big puzzle.

    Looking forward to anything you might come up with.
    ~WF

  577. WF

    i don’t need to go to the wiki page i learned hex in 1988-89 when takin mainframe programming…specifically cobol…so, i know what hex is and isn’t and how it has evolved but what u are referring to isn’t hex it is base 16 used for another language like op codes…there is a difference but since u have probably learned programming where the program tells u what ur mistake is and how to fix it…means u don’t know how to program or what goes into a programmin lanuage

    ravin ;) )

  578. “i don’t need to go to the wiki page..”

    I respectfully suggest you reconsider.

  579. William Fisher Says:

    Regardin, Matt79 Says: December 5th, 2008 at 1:14 pm

    *Smiling* Hello Matt79!

    *shrug*

    From http://en.wikipedia.org/wiki/Hexadecimal
    Hexadecimal, From Wikipedia, the free encyclopedia.

    Free as it all it takes is your time to read, and hopefully understand, the entry; to allow the illumination of Truth to fall within thier Life.

    -

    You can take the thirsty cow of Ignorance to a steam of sweet water from the fountain of Knowledge, but you can not force it to drink and quench it’s thirst. Well, that is, not without an esophageal tube forced down it’s throat. Also, forcing it’s head into the waters only makes it mad, and refuse even more to drink… *shrug*

    Those that seek Wisdom, even in failure, are blessed unto Truth. Those that bar the front door and shutter the windows against Wisdom fail to close the backdoor to Ignorance.

    Thanks Matt79!
    Be well, my friend…

    ~WF

    PS: Matt79, let people enjoy thier Bliss. I wish them as much as they desire and deserve, and then some. ;)

  580. Ok:

    Try this for the hex section. I will paste how I got it later. But for now, just note some strange things.

    GETVITPLATE
    KIAV
    NICKWEB

    VIT seems associated with something at fermilab. So GET VIT PLATE would make sense.

    KIAV ???

    NICKWEB: If you google NickWeb you get one hit:

    http://209.85.173.132/search?q=cache:xUz64X1o4KUJ:www.sg.hu/cikkek/52840/kihagyjak_az_lhc_tesztuzemet+NIKWEB+fermilab&hl=en&ct=clnk&cd=1&gl=au

    which talks about CERN and the LHC It seems (I can’ read it, it’s in hungarian).

    Now, the decryption:

    Converting to base 3
    F0BE58F2FD63 1021201020002210220002102012212
    6C79D2E493E6 120122022010222011200012221210

    Using the 1st stanza as a key to the middle section (basically a : Vigenère cipher http://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher)

    KEY1 F R A N K S H O E M A
    SHIFT 9 21 4 17 14 22 11 18 8 16 4
    Ciph K W C R H K R G F Q N
    Plain G E T V I T P L A T E

    SHIFT is (in excel notation)
    =CODE(E4)-CODE(“A”)+4

    Ciph is 102120…. Converted to a letter using the same lookup table as the first cipher

    The same for the second line (6c79…) but using different key

    KEY_2 E M P L O Y E E N U
    SHIFT_2 9 17 20 16 19 29 9 9 18 25
    CYPH_2 O E T S H S O A Z P
    PLAIN_2 K I A V N I K W E B

    Thoughts, comments, etc welcome

    Cheers
    Craig

  581. Sorry that should have been google NickWeb fermilab

  582. Except … stupid google cache :-(

  583. I should also have mentioned that to get from ciph to plain I used:
    =CHAR(CODE(“A”) + MOD(CODE(E6)+E5, 26))

    Column E is the starting column I used, and I used 1 column per character

    Row 4 is my key, Row 5 is the “shift”
    Row 6 is the ciph characters obtained by converting to base-3 and using the lookup table
    Row 7 contains the deciphered (plain) text and the formula above

    Hope that makes sense

  584. I dunno if any of that helped at all :/

  585. Sorry everyone. Made an error transcribing the ternary (overlapping by one character each time)

  586. William Fisher Says:

    Greetings Psychotria & all,

    I’ve broken down the conversions by units and combined them into a string via a spreadsheet. (review for errors, please.)

    One of the problems, with breaking numbers of various different base, shows up when you convert from various points. (i.e.) FC(ternary 100100) is different from F C(ternary 120 110) for example.

    The spreadsheets I have been working with use all the below variations at once so when I change something in the process all the data is viewed with those changes to see if there’s a pattern that makes sense.

    I hope it helps with something?

    THIS IS CALCULATING FROM LEFT TO RIGHT (TOP TO BOTTOM)

    Hex F 0 B E 5 8 F 2 F D 6 3
    Hex 6 C 7 9 D 2 E 4 9 3 E 6

    F0BE58F2FD636C79D2E493E6

    Binary 1111 0000 1011 1110 0101 1000 1111 0010 1111 1101 0110 0011
    Binary 1100 1100 0111 1001 1101 0010 1110 0100 1001 0011 1110 0110

    111100001011111001011000111100101111110101100011110011000111100111010010111001001001001111100110

    Ternary 120 000 102 112 012 022 120 002 120 111 020 010
    Ternary 110 110 021 100 111 002 112 011 100 010 112 020

    120000102112012022120002120111020010110110021100111002112011100010112020

    Decimal 15 0 11 14 5 8 15 2 15 13 6 3
    Decimal 12 7 9 13 2 14 4 9 3 14 6 6

    1501114581521513631279132144931466

    THIS IS CALCULATING FROM TOP TO BOTTOM (LEFT TO RIGHT)

    Hex F6 0C B7 E9 5D 82 FE 24 F9 D3 6E 36

    F60CB7E95D82FE24F9D36E36

    Binary 11111100 00001100 10110111 11101001 01011101 10000010 11111110 00100100 11111001 11010011 01101110 00110110

    111111000000110010110111111010010101110110000010111111100010010011111001110100110110111000110110

    Ternary 120110 000110 102021 112100 012111 022002 120112 002011 120100 111010 020112 010020

    120110000110102021112100012111022002120112002011120100111010020112010020

  587. William Fisher Says:

    ALL,

    William Fisher Says: December 9th, 2008 at 12:02 pm.

    ** Leading ‘zero(es)’ are/were assumed to be important, and not dropped. (I’ll have to adjust my spreadsheet decode to not assume this. Doubling the calulations. Whee.)

  588. Hi William,

    Yeah I see the problem with the conversion to ternary. That is precisely the error I made yesterday (too used to hacking hex pairs in half and converting straight to binary in my head… obviously doesn’t work with base-3… oops).

    I’m also not used to working in Excel where strings start indexing at 1, so that is how my “overlap” error occurred when i was chopping the strings up using MID (so used to starting to count at zero). It’s all good though… fun

    I think all the bugs in my Excel sheet are ironed out now. I’m using Excel because it’s more available (e.g. at work ;-D

    Cheers

  589. William Fisher Says:

    Psychotria,

    *nodding*

    Yah, Excel with vbasic to play with can be an amazing tool.

    I built a heathcare billing system for a nursing home & retirement community using Excel spreadsheets. (Personal stmts, and medicaid/care billing forms generated with it.)
    Had to do it to do it when our mini-mainframe was DOA and was fighting with the mfg. to get it fixed. (1.5 months to get the mini-main working – no funds processing, no $$ for employee paychecks, so I was motivated. Heh. :) ) Got RAVE reviews by the residents on how nice/neat & understandable the statements were.. sucked to tell’m “Well, that’s just temp until we get the old system back and running”

    It can be a powerful tool. :)

    If you have ideas on how you think the data might be processed, let me know – I’d be happy to help out.

    Be well,
    ~WF

  590. William Fisher Says:

    Psychotria,

    If you are playing with the ternary data and it’s various mappings, one of them gives a name “Ben Bean”. I’ve found a few references for that that name that might be relevant. Emails sent so far have gone unanswered.

    There are a few more possible names, but most of it doesn’t follow the patterns for the text from the other cyphers. Mainly SPACES have been used, and most of the decryptions so far I’ve found that make sorta sense don’t use SPACE(s).

    If you are wanting to ‘team up’ let me know. Working on stuff with faster then forum time is handy. Matt79 and I have been doing this for a little while now.

    Good Luck,
    ~WF

  591. Still hacking away… no new insights yet though.

  592. Hey WF,

    Are you still around? I’ve been emailing, but my gmail has been playing up so I dunno if my mails have even been getting through. Or, have you solved the puzzle and been swept away by aliens, the FBI or the NSA? ;-)

    If I don’t speak with you before Christmas, have a great one.

    Everyone else have a great one as well, and let’s crack this in the new year! I’ve read every single comment on this forum and my sincere conclusion is “great fun!”

  593. William Fisher Says:

    Greetings all!

    Psychoteria, Got your email and responded. Life has become ‘Interesting’. As in the alleged ‘Chinese Curse’, “May you live in interesting times.” I’ll be back to working on the Cyphers again over the holidays. (Woot!)

    For everyone else, Merry! Christmas! Happy! Hanukkah! or whatever ever joyful holiday you are celibrating at this time of the year. For all those not celibrating anything, well, I wish that you have good day…

    BE WELL!
    ~WF

  594. Hi all :)

    Just want to wish everyone a Happy Holiday! That includes you, Mr./Mrs. author. (Yes, I’m going to keep talking directly to you) Thanks for the amusement these past 6 mths.

    In all seriousness, it’s definitely been a pleasure getting to know some of you. Hope 2009 treats everyone well.

    Matt

  595. The symbols in the middle section seem redundant(?)

    They are paired with a unique alphanumeric, and this
    doesn’t association doesn’t change where possible.

    For example:
    F is always associated with a 90-degree delta
    E is always that right angle with the dot

    So why have the symbols at all?
    The same information could be represented
    by just the alphanumerics, right?

    Are the symbols necessary, or a distraction?

  596. Happy Holidays everyone!

    Yes, eselgeist, I also wonder why there are symbols at all since they are always paired with the same number or letter. I think this may be a really important idea to pursue further. Why are there symbols at all? They have to have more of a purpose than just indicating “SFC” at the bottom. I feel like it would be a waste to create all of those symbols and only use the 90-degree delta and Zodiac Killer squiggle for decoding. The other symbols must have a purpose.

    I think I’m going to put more effort into looking at the symbol side of the code and give the hexadecimal side a rest temporarily. Cheers!

    Ryan

  597. i guess the question could be asked if the symbols are a distratction or a necessaraitey???

  598. William Fisher Says:

    Regarding: eselgeist Says: December 25th, 2008 at 3:02 pm:

    Using them as a lookup for the S(f)(c), perhaps. But that leaves a lot of unused ‘extras’. Seems a waste doesn’t it?

    It also could be used some where else. If there really was a website in the encoded message to get to. There might be more some where.

    A side note: the icons are NOT exact matches. The angle one is about 54 degrees vs 45 degrees from one to the other.

    ~WF

  599. Potential phone number?

    Valid Fermi number: 840-2239
    USed by: AR.., SA.. C.

    Generated as follows:

    From middle section of letter:
    a) F0BE58F2FD63
    b) 6C79D2E493E6
    c) ‘S’FC

    F occurs 3 times in line a,
    C occurs 1 time in line b

    F3C1

    Increment/shift each digit of F3C1 by one.
    Repeat 16 times to get back to the starting position.

    –Similar to how you’d rotate the digits on a bike combination lock of the following variety: http://www.twengineering.co.uk/acatalog/BIKE_COMBINATION_LOCK_180CM.jpg

    The resulting sequence is formed:

    Seq in Hex:

    0-f3c1 (from letter)
    1-04d2 (1234 dec)
    2-15e3
    3-26f4
    4-3705
    5-4816
    6-5927
    7-6a38
    8-7b49
    9-8c5a
    10-9d6b
    11-ae7c
    12-bf8d
    13-c09e
    14-d1af
    15-e2b0

    Seq in Dec:

    0-62401 (from Letter)
    1-1234 (interesting number to be formed after 1 increment, no?)
    2-5603
    3-9972
    4-14085 :)
    5-18454
    6-22823
    7-27192
    8-31561
    9-35930
    10-40299
    11-44668
    12-49037
    13-49310
    14-53679
    15-58032

    Dec Concatenated:
    6240112345603997214085184542282 3271923156135930402994466849037
    493105367958032

    Split into groups of 2:

    62,40,11,23,45,60,39,97,21,40,85,18,45,42,
    2823271923156135930402994466849037493105367958032

    For each group of two, alternate between SUM & CONCAT

    62,40,11,23,45 = 8,40,2,23,9

    Phone: 840-2239

    Interesting properties of the sequence:

    Seq Increment is 4369 (hex 1111) 12/16 times. 4369 is a super poulet number / only base 2 pseudo prime formed from two fermat primes.

    http://www.research.att.com/~njas/sequences/A050217
    http://primes.utm.edu/curios/page.php/4369.html

    Seq breaks 4 times when the digit rolls from f back to 0. Resulting difference between 4369 and the broken increment = (16^1), (16^2), (16^3), ..(16^4)??

    (16^1+1) * (16^2 + 1) = 17 (fermat prime) * 257 (fermat prime) = *4369*

    If the sequence is joined together at the ends , the data involved in generating the phone number appears along the broken edge. Possible connection to “basse/lower”?

    More observations, some probably unrelated:

    62401 = Effingham Il. Zip (near fermilab)

    1234 = Geneva Zip (near cern)

    The “employee” extension to the automated helpdesk is 2345. 2345 is the ending portion of the dec data that was used to generate 840-2239

    Seems to be connected to: http://www.research.att.com/~njas/sequences/A033052

  600. William Fisher Says:

    Hello all,

    Is the spacing important for the “Hex Area”?

    If NOT, then we don’t have anything extra to go with.

    If it is, since the spacing is the same we have:
    (a) two sets of data that match format, or
    (b) one set stacked on top of each other (high/low byte format).

    Can anyone else think of other things the formatting might express?

    Thanks,
    ~WF

  601. Another possibility is that the ‘S’ in the three symbol section might be the S from BASSE which actually refers to sixteen (16). This could give an employee number (or some number) [1684(hex) == 5884(dec)] or [16252(dec); which is too high to be a fermilab employee number].

    I don’t think it’s a very convincing hypothesis though

  602. I know I’m new, but I’d like to propose something. To make communication easier (instead of saying things like “hex section”, “sfc” section and stuff like that) can we set a standard nomenclature?

    I am not convinced that the “hex section” is one section, which leads me to the following suggestion:

    Divide the letter up into four sections:

    Section 1 (shoemaker section)
    Section 2 (hex/symbol block 1)
    Section 3 (3 symbol section)
    Section 4 (basse section)

    That is an arbitary way to divide the sections up of course (e.g. it could be argued that the space between section 1 and section 2 is a section as well).

    It would, however, make referring to different sections easier… I could say (for example): “In Section 3 what does the ‘s’ mean?” and people would know to what part of the letter I am referring.

    I’m easy… if dividing the page up in other ways makes more sense, then ok ;-) I’m just suggesting that we all agree on a common set of names/labels.

    Cheers

  603. I deliberately chose “section” instead of “stanza” as well… because the stanza nomenclature was used early on and if agreeing on a new set of standards/divisions the “stanza” word could cause confusion.

  604. William Fisher Says:

    Psychotria,

    That’s mostly what I had been using in my personal notes, addenum as noted below. (OR I was using “(f)icon” or “(f)” [hex is assumed])


    Section 1 (shoemaker section)
    Section 2 (hex/symbol block 1)

    Section 2.T (hex/symbol block 1, TOP ROW SET)
    Section 2.B (hex/symbol block 1, BOTTOM ROW SET)
    Section 2.x.(1-12)(h/i) (hex/symbol block 1 in (x=Top/Bottom)) Or, I’d just note it as in the format (f)/(f)icon as mentioned above.

    Section 3 (3 symbol section) [S(f)(c)]
    Section 4 (basse section)

    Mostly that’s what I’ve been using already. So it’s not difficult for me to use a nameing format like this.

    Take care,
    ~WF

  605. The naming scheme works for me too.

  606. Sure. That sounds fine.

  607. F 0 B E 5 8 F 2 F D 6 3
    1111 0000 1011 1110 0101 1000 1111 0010 1111 1101 0110 0011
    11110 00010 11111 00101 10001 11100 10111 11101 01100 011
    _ B _ E Q _ W _ L

    6 C 7 9 D 2 E 4 9 3 E 6
    0110 1100 0111 1001 1101 0010 1110 0100 1001 0011 1110 0110
    011 01100 01111 00111 01001 01110 01001 00100 11111 00110
    L O G I N I D _ F

    1 F C
    0001 1111 0000
    00 01111 10000
    O P

    A F C
    1010 1111 0000
    10 10111 10000
    W P

    and using B = W :
    ABCDEFGHIJKLMNOPQRSTUVWXYZ
    0123456789ABCDEF

    to obtain the login ID:
    1FC -> OP -> 0×34 = 52 (decimal)
    AFC -> WP -> 0xB4 = 180 (decimal)

  608. Hi Yomgui,

    Care to elaborate a bit on your methods?

  609. Topher Fangio Says:

    Hello all,

    I have been somewhat following the Fermilab cypher since the beginning and have finally finished reading all of the comments on this website.

    Now, I believe it is time I actually start trying to help out a bit. So far, all I have is a few random ideas, but I thought I would mention them.

    Thoughts below:

    First off though, I believe that William Fisher and matt79 are definitely on the correct path. Wonderful work guys! I would like to get in contact with you via e-mail to see what else you guys have come up with (Mr. Harris, I would rather not post my e-mail on here, but please feel free to send it to these two individuals if they desire and if you even can).

    Has anyone considered that the “sFC” section may actually be a date? Perhaps 1/15/12 or 10/15/12 depending on whether the “s” is a 1 or a 10. This gives us many dates depending on whether or not the 12 is 2012, 1912, 1812, etc. I did a bit of searching a long time ago and didn’t find anything terribly relevant on any of these dates.

    The image released looks like a portion of the bottom has been chopped off. I am no Photoshop expert, but I might be able to see if the aspect ratio is correct. I would like to find out if there happens to be any mathematical patterns in the placement of the sections (i.e. the golden ratio).

    I too think that the spacing between the letters/symbols in Section 2 (hex section) appears both intentional and a mistake. Having the terrible handwriting that I do, I tend to start out by making large letters, realizing it halfway through, cramping them, and then spreading back out a bit near the end which is what the author appears to have done…on the other hand, it almost looks deliberate. I will look into it a bit further.

    That’s all that I have for now, except a few statements to particular individuals:

    Mr. Fisher:

    At one point, you made the comment that some of your spelling mistakes were due to directly typing into the reply box on this website. Have you used Firefox recently? The version I am using has a built-in spell checker that has helped me correct many of my mistakes :-)

    Matt79:

    Your suggestion of “dr-thankskeepmexicp” is very intriguing and I will work through your comment to see if I can replicate…mainly as an exercise that will hopefully spur my brain.

    * (or Says as you have been called):

    I look forward to attempting to crack your cypher, but being that I just finished reading the comments, I think I might give it a whirl later on when I get burned out with the Fermilab cypher and need a break.

    To the author of the Fermilab Cypher:

    I have no idea whether or not you read this blog, but I congratulate and thank you on a creating such a fun cypher. I can only hope that I am worthy enough to even attempt to decypher it!

    Good luck to all in this new year and I look forward to working with you to solve this cryptic message!

  610. William Fisher Says:

    Greetings Topher Fangio,

    Regarding:
    Topher Fangio Says: January 7th, 2009 at 5:50 pm

    First off, welcome aboard. Happy to have you here! I’m looking forward to seeing what you come up with.

    Regarding: My spelling or typing errors, it’s close enough to get the point across; but thanks for the tip!

    The “dr-thankskeepmexicp” was mine. More to show that you can create about anything and a pile of numbers and letters. It’s something that ‘fit’. Feel free to play with it, but I don’t expect anything to come from that.

    I’d expect you’d be better off using the material further down in the forum – the ‘b eq w lologinid’ data.

    Take care,
    ~WF

  611. Heya Topher Fangio,

    Not sure if I found the golden ratio anywhere yet, but I found a photo of wilson hall on the web somewhere that ‘fits’ the widths of the 4 sections very well. Not sure what it could mean, if anything, though.

    > The image released looks like a portion of the bottom has been chopped off

    I thought it was chopped off the top. Hmm. At any rate I assumed that the correct paper size was ‘US Letter’ and using photoshop added the missing 5mm or so back onto the top. I should add it to the bottom and see if that provokes any interesting relationships to reveal themselves.

    Cheers,
    Psychotria

    PS WF or Matt79, if Topher Fangio emails either, I’m ok with my email address being given to them. Take care.

  612. I’ve been looking at the LOGIN ID decoding and, more generally, the splitting up of the Hex into various bases and groupings. It’s intruiging. So much of the decoded babble _almost_ makes sense. I start seeing words that are not there… like words that are trying to be there, but not. I think we’re all on the right track and hopefully the breakthrough will come soon. I also tried XOR’ing various inputs with FC, 1FC and AFC… again… lots of english words, but nothing compelling. It’s almost a feeling of something there, trying to make itself seen :)

    Using the 5-bit stream:
    Input: 30,2,31,5,17,28,23,29,12,15,12,15,7,9,14,9,4,31,6 // dec of base-5 stream (c.f. WF)

    Output (the 006 is the shift/rotate value that my program is checking; the second bracketed number is my offset2; r.e. the “positional” info/relevance I added… see the C alg I sent in email a bit back. 000 for the second value results in just a plain lookup)

    Some outputs from the non-xor’d run

    (006,000) KILLXIDJSVSVNPUPKLM
    (025,000) DBEEQBWCLOLOGINIDEF
    (000,018) EUPHLOBZAVKFPJGTGZS
    (018,020) WOLFLQFFIFWTFBAPEZU
    (024,020) CURLRWLLOLCZLHGVKFA
    (003,015) HUMBCCMHFXJBIZTDNDT
    (005,033) JOYFYQSFVFJTSBNPRZH
    (002,042) GUNDFGRNMFSLTLGRCTK
    (026,045) EVRKPTHGIEUQBWUIWQK
    (008,054) MMRTHURZKPOTNRYVSVY
    (007,005) LOWBSIITHPRZWDNNNTZ
    (009,015) NASHIISNLDPHOFZJTJZ
    (008,030) MOVZPEDNAHIPLRAZYDI

    And lots more. *sigh*

  613. Umm yeah ok, I just had a thought. What if the decrypted message for section 3 is in French?

  614. more detail for matt79:

    I am translating the signature in HEXA: 1FC or AFC
    then I am using the 5 bits conversion on the signature,
    assuming this is the end of the message,
    I only retains the last 10 bits:

    1____F____C
    0001 1111 0000
    00 01111 10000
    ___O_____P

    A____F____C
    1010 1111 0000
    10 10111 10000
    ___W_____P

    the line B_eq_W tell me to choose
    WP rather then OP
    I use B = W as a conversion table between letters and hexa:
    ABCDEFGHIJKLMNOPQRSTUVWXYZ
    ___________0123456789ABCDEF

    and obtain the login ID:
    AFC -> WP -> B4 (hexa) = 180 (decimal)

    I don’t know how to find out who has this loginID

  615. William Fisher Says:

    Regarding the page size issues.

    The original was faxed. We see the copy of the fax. They probably removed the edge that contained the fax information.

    If this is the case.. make sure the sides are 8.5 inches, and the rest will follow if you are trying to size it correctly.

    Thanks!
    ~WF

  616. William Fisher Says:

    Regarding:

    Psychotria Says: January 8th, 2009 at 3:20 am
    “Umm yeah ok, I just had a thought. What if the decrypted message for section 3 is in French?”

    It still should follow basic letter patterns. I’ve been watching for that with the stuff I’ve been doing. Three letters is difficult to decode. *sigh*

    ~WF

  617. Topher,

    My symmetry user name (at) gmail

    Anyone else is welcome to join us too.

  618. Yomgui,

    It’s possible to check employee #s here:

    https://computing.fnal.gov/cgi-bin/remedy/Helpdesk.pl

    So far federal agents haven’t broken down my door, so I assume it’s ok to use this. Just don’t submit a valid help desk request.

  619. Here is a partial substitution of the center part…

    TENSIXTYTWOFOUR?WYS??FSO

    but I think you can make a lot of different words fit without going all the way to the end.

  620. William Fisher Says:

    Hey all,

    I’ve been told that the original document is no longer available for review/examination/rescan.

    If any of you have a background in image data processing and can examine the large scan and identify the fax artifacts vs actual coded page information it’d be appreciated if you would do that.

    CODE AUTHOR! If there is data beyond what is contained in the image scan that has been posted here, please resend – if possible.

    Thanks!
    ~WF

  621. William Fisher Says:

    Hey all,

    I’ve done a lot of processing with Photoshop on the big image. As far as I can tell, there are alignment dots in the “Section 2″ area but the dots almost everywhere else is “Artifacts” – perhaps a dot in the “Section 1″ area on the bottom row.

    The “dots” in the white area between “Section 1″ and “Section 2″ seems to be artifacts, or they were put there with a smaller pen then the other sections.

    I just don’t have any background in image data processing, so if anyone with that background can confirm or give a different evaluation, I’d appreciate it.

    Thanks!
    ~WF

  622. Topher Fangio Says:

    William, I think you may be correct in your assessment of the alignment dots. After doing a bit of analysis with connecting the dots in Section 2, it appears that they create a semi-perfect (i.e. not quite close to perfect) parallelogram. I’ll try to post a picture soon if I can. What this means, I am not sure, but it means that you might be on the right track.

    P.S. I spoke with Matt79 this evening and he should be forwarding my contact information to you. Hope to speak with you soon!

  623. Hi everyone,

    Hope you’re all doing well.

    To business. Anyone know where I can find floor plans, other than ground/atrium (http://wdrs.fnal.gov/orientation/site_map.html), for Wilson Hall? Floors 3 & 16 would be a good start, though the entire range would be ideal. Any direction would be appreciated.

    Matt

  624. Hi William,

    I think there are definitely ‘alignment dots’ in section 2… these dots (one is almost a short line) are what I used as a guide for the ‘line width’ in a version of the letter I emailed you a while back (to get a ‘line width’ of between 38 and 40mm).

    Cheers

  625. Line “heights” is probably more accurate ;-) But I meant the width of the spacing between lines. Which, come to think of it, are rather big…

  626. [...] May 2008, we posted an unusual letter that arrived at Fermilab and asked symmetry readers to help decipher the apparent code. Quick [...]

  627. There may be some merit to that “shadowing thing” (check out “steganography”).

    Shadowing two previously-decrypted lines

    “FRANK SHOEMAKER WOULD CALL THIS NOISE”

    “MICHAEL FARADAY BEFORE CHARLES PROTEUS STEINMETZ
    TOP OF D”

    Yields

    “K KWLN”

    “CAAY BFREPRTEEMETZ
    TP OF D”

    Taking “FRANK SHOEMAKER WOULD CALL THIS NOISE” literally, means QSL ID “KKWY” is the only fit.

    Shadowing “K KWY”

    “KKWLN”

    “CAAY BFREPRTEEMETZ
    TP OF D”

    “KKWY”

    Yields

    “LN”

    “CAABFREPRTEEMETZ
    TP OF D”

    Shadowing “EMPLOYEE NUMBER BASSE SIXTEEN”

    “LN”

    “CAABFREPRTEEMETZ
    TP OF D”

    “EMPLOYEE NUMBER BASSE SIXTEEN”

    Yields

    “CAFRTZ
    TPF D”

    “EMYE NUBESS SIX”

    Taking “EMPLOYEE NUMBER BASSE SIXTEEN” literally yields “SIXTY-SIX”

    Shadowing “SIXTY-SIX”

    “CAFRTZ
    TPF D”

    “EMYE NUBESS SIX”

    “SIXTY-SIX”

    Yields

    “CAFRTZ
    TPF D”

    “EMYE NUBES”

    “IXTY-”

    The scrambled message

    “FIFTY TUBES NEXT CRAZY P-DEM”

    “P-DEM” could be interpreted as “parity-demonstration.”

    The Internet links lead to SETI home page, a QSL Blog, and Fermilab’s “Dr. Frank J. Nagy,” which is beyond coincidence.

    “FIFTY TUBES” plus “CERN” leads to the Linac 2, which acted as a test bed for Radio Frequency Quadrupole experiments (a tie with QSL’s and Frank Shoemaker.

    http://linac2.home.cern.ch/linac2/default.htm

    Thanks to all.

  628. William Fisher Says:

    Regarding,

    Montage Says: January 28th, 2009 at 11:28 am: There may be some merit to that “shadowing thing” (check out “steganography”).
    - – - -

    *sigh*

    Interesting, your writing style and “Richard McBroom” match rather closely, and both your message closures are unique to the forum.

    In good faith, I’m going to assume you are not “Richard”. I would hate to think he’s attempting to bring this back up again under yet another pseudonym, having seen some new activity and attempting to latch on and lead folks down some odd sort of “personal agenda rat hole”.

    That being said…

    Please, if you would, point me to reference(s) on the Internet regarding this “Shadowing Method”. I’ve searched many times for this process to examine this as a professional cypher method and not found anything. I’d really love to see how this is supposed to work when linkages are made to Internet locations, that can alter over time, and other variables alter but still retain the message hidden..

    Before I continue, I’ll say I have no idea if any of the work I’ve been doing has any merit, except perhaps how NOT to decode the message. I/we will not know until the cypher has been truly solved. I’ve certainly had some really whacked up attempts at solving this at times. I do acknowledge this, and just try to present information in a way that people can follow along and point out errors. Hopefully I find them before they do…

    Since you are starting down the path of “Shadowing” as described by “Richard” and having beat this horse a lot, to death – I had hoped… Please read the posts as to WHY I feel his process was invalid; up to an including that his process singularly relied on the CIA Kryptos artist’s middle initial being “E” which it is not, according to records I’ve found.

    Personally, and in my uneducated opinion, “Richard’s” process has no merit as it’s presented, even as, I’m sorry, followed-up/continued by you.

    “Shadowing” as “McBroom” is showing has nothing to do with “steganography” as I understand the process. Steganography is the art of placing information in a format that hides the true message within information that would not normally be noticed or overlooked.

    “Shadowing” as “Richard” has done appears to eliminate/compare linked or pseudo-linked locations and/or information/pseudo-information, processed them in his unusual way, and then taken the remaining information and anagrammed them into something, perhaps, meaningful – if only to himself.

    Sadly, since “Richard” has been on here he’s tried to link this cypher to the artwork at the CIA head-quarters (and using re-hashed breakdowns from another forum he’s been working on and trying to link it to the Fermilab cypher), messages from gods, and what appears to be a master cypher process that can solve any and all cyphers. For me and others, it’s hard to take that serious.

    If he was correct, as he claimed to be he’d/we’d be done with the decoding. If we were very lucky the Code Author would acknowledge this. If he really did come up with a process that breaks about any cypher then he’d be in the employ of a government or some “random accident” that happened for National Security reasons.

    We’ve repeatedly shown that the letters left behind and used to generate his “shadowed messages” can be formed into about anything, including up-to-date commentary regarding THIS forum, and create a “hatred message” toward at least one of the decoders on the forum…

    I tried to make clear with my “dr-thankukeepmexicp” message; scrambled data can be forced into pseudo-relevant data. If it is not the resolution to the cypher, it is still just so much junk.

    If the forum starts going down the path of “Shadowing” as “Richard” presented it then I’ll watch from the side-lines. I won’t dedicate more time to that process. Come up with a method/addendum to his method that doesn’t involve randomness/chaos; I and others might be very happy to pursue.

    Good luck,
    Be well,

    ~WF

    PS: I hope you, if you truly believe in this process and you are willing to put the time into it, can prove me wrong. I’ll buy you a case of soft-drinks or decent beer (as age/laws provide) if you really do solve this in this manner.

  629. Adam Hawkins Says:

    I kinda think that a lot of the theories posted are more sophisticated than the decipered part of the original cipher is. It seems more logical that the middle section follows simpler rules than what have been proposed.

    It seems most logical to me that the extra “S” in basse links up with the FC in the last line of the second section. From my internet research, I believe that Frank Shoemaker’s middle initial is C (I could be mistaken though). So the middle section may end with the initials FCS or Frank C. Shoemaker, which either means it is signed by him or the cipher maker is referring to Frand Shoemaker again in the cipher.

    I also found it interesting that the middle section of the cipher generally uses the letters B through F. I believe that each letter B through F possibly represents a vowel (For example: B=O; C=E; D=I; E=U; and F=A) and each number 1 through 9 represent a consonant. I think the odd numbers are all in the run of letters Q through W. For example, 1+V; 2=B; 3=T; 4=G; 5=R; 6=N; 7=W; 8=L; 9=S. The second and third lines of the middle section are linked to the letters and numbers in some fashion, and may be the meaningless “noise” referred to in the first section. However, I believe they may have some collateral function in the cipher. The first 2 letters of the middle section may be reversed (IF instead of FI). Zero (0) may not be used in the cipher, and may be used to mix up the previous letters perhaps.

    Based on my example, the result would read as follows: IF OUR LAB AIN’T NEWS, I BUG STU N. S-FCS. Does this makes sense to anyone?

  630. William Fisher Says:

    Regarding,

    Adam Hawkins Says: January 29th, 2009 at 4:28 pm

    Well.. It seems sort of random and made to fit. BUT.. who knows. It’d be nice if it was the solution so we can be done with it.

    My reasoning: All the other sections had complete alphabet tables to work with. There was also order to the alpha lookup tables.

    Hrm..

    I’d propose an alternate mapping based from your idea. Just a slight change.

    TABLE:
    *dbtgrnwls*oeiua
    0123456789abcdef

    DATA/Mapping
    f0be58f2fd636c79d2e493e6
    ADOURLABAINTNEWSIBUGSTUN

    Well.. it STILL seems sort of random and made to fit.

    ADOUR LAB? Lab near French river?
    A DOUR LAB? A unhappy lab?

    Chicago does have a WLS radio. (From the pattern of decryption table)

    — tangent, unrelated..
    The GREAT AM 890… *whimper* I miss good ol’uncle Larry Lujack and little snotnose Tommy’s “Animal Stories”. *wiping tear from cheek* I lived in Chicago land area in 84/85. Good times. (Hello J! and Martha!)

    I don’t think we have the THE solution but it is an interesting solution. It seems very simular in thought/process to my “dr.thankskeepmexicp”.

    *crossing fingers* Perhaps we’ll be lucky and it really is? I’ll keep my toes/fingers/eyes/arms crossed for you!!

    ~WF

  631. I am hoping that when the decipherment of sections 2 & 3 occurs it will be obvious that it is the correct solution.

  632. Since decryption must be precise, the following alternative is irresistible:

    “FIFTY TUBES NEXT CRAY Z-P DEM”

    Maybe there is a dimension (50inch?) for tubes at Fermilab having to do with “Z-particle” resonances and “CRAY” that was in planning at the time the Fermilab cryptogram was received?

  633. William Fisher Says:

    Regarding,

    Psychotria Says: January 29th, 2009 at 8:56 pm

    I am hoping that when the decipherment of sections 2 & 3 occurs it will be obvious that it is the correct solution.

    *nodding* I am with hope that is also the case, and that when done we’ll have linked all the sections together into something understandable.

    Sadly, there doesn’t really seem to be a point to this, except of course – that it’s there.

    It’s not like we are attempting to solve the Zodiac Killer cyphers, which might lead to something really meaningful – at least to a few families who’d like to have the killer identified and in jail if he’s still alive.

    Still, it’s there.. and it’s interesting.

    ~WF

    PS: Adam Hawkins, I liked the thought process you have going on that. Not sure if it’ll pan out, but it’s interesting. It’s spurred some radical shifts in what I was doing, and to return to some old ideas. Even if what I am working on is totally different – you helped trigger some other path for me to follow. Thanks!

  634. Section 3 could also decode to “QED” (I don’t know if it does, but it’s worth looking at).

  635. What if a test were given to see if it is possible to come to consensus on a matter concerning the design of a virtual world installed and expressed thorough computer program, but its programmer refuses to reveal that design, except through a few subtle clues?

    Further suppose that nobody knows the design in its entirety because the program contains many roads leading to chaos, but the correct path leads toward some summit truth, indicated by a controlling central theme.

    It would be safe to think that the scientific method would be the most reliable path toward that truth, absent outright designer’s revelation.

    Then in evaluation, there would an overriding theory expressed hypothesizing the programmer’s intent.

    The veracity of that theory and the richness of empirical evidence would be its overriding theme.

    Purists would say that only the strictest empirical evidence could be allowed, and they would never see the overall abiding theme.

    Now consider the “real world” of scientific empirical evidence: Initially, the five senses combined with reason were the determinants of truth; but as theory became more complex, the chain of logic became more and more dissociated from the senses.

    Now, in the field of particle physics, resonances, computers and remote detection are a complete necessity.

    String theory carries passions even further, appealing to an innate artistic sense of beauty and completeness.

    I submit that the use of deciphered resonances uniting the Fermilab cipher with an overriding theory is as valid as a human programmed design might allow.

    I further submit that the artistic senses must be applied for completeness in all events.

  636. William Fisher Says:

    Regarding,

    Excalibur Says: January 31st, 2009 at 10:35 am.
    —–

    Since you are talking about “Deciphered Resonances” I’m going to assume you are supporting the process of “Shadowing as descibed by Richard Mcbroom”?

    The process of “Shadowing” as described is flawed. There are ways to make a variant of that process work, but you, Montage, and Richard have not pursued those processes from the commentary given.

    I’ll say it again:

    “Please, if you would, point me to reference(s) on the Internet regarding this “Shadowing Method”. I’ve searched many times for this process to examine this as a professional cypher method and not found anything. I’d really love to see how this is supposed to work when linkages are made to Internet locations, that can alter over time, and other variables alter but still retain the message hidden..”

    Thank you,
    ~WF

  637. William Fisher Says:

    Query to all forum users/Symmetry,

    Posing as other people to push a point or an agenda “isn’t Cricket” here is it? Just wanting to check on the “Policy” here.

    Shill: http://en.wikipedia.org/wiki/Shill

    Thanks,
    ~WF

  638. WF,

    You have asserted that “Richard McBroom,” “Montage,” and “Excalibur” are one and same.

    I would agree that such deception breaches certain convention if it is not being done to prove a point.

    Your assertion seems plausible based upon intuitive observation regarding patterns of presentation, but it is only a theory.

    Can you prove it?

    And more importantly, are there any other instances where deception has occurred on this forum (I would invite all to come forward)?

    Fenic Frenic

  639. William Fisher Says:

    Regarding,

    Montage Says: February 1st, 2009 at 10:34 am.
    “You have asserted that… (edited for brevity) …come forward)? Fenic Frenic”

    *sigh* Here we go again. This will be hopefully one and only reply to this line of conversation, as I wish to dedicate no further time to this. I’d rather be attempting more decoding processes. (Adam, and Psychotria, and others have some thoughts that deserve some processing time.)

    -

    I’ve not asserted that “Richard McBroom,” “Montage,” and “Excalibur” are one and same.

    I did, regarding “Richard McBroom” and “You, Montage”, note a similarity in writing format and vocabulary to cause a statistical trigger of an extreme match rating. I also noted that I was in good faith assuming you were not in actuality “Richard”.

    In a further passage, my only grouping of the “three of you” was to indicate that the flaw in the “Shadowing Method” has not been addressed and requested further information in hopes that it could be.

    Since “You, Montage” and “Excalibur” seem bent on pursuing the “Richard” path, I’d like to have someone address the method failure points before continuation of work along that path by me, or others who have voiced similar concerns to me.

    As for “You, Montage”, “Richard McBroom” and “Excalibur” being the one same – you “all” have used strangely unique structures and vocabulary mannerisms. A scripted software analysis of the texts indicates an extremely high correlation and suggests highly the authors are the same – which may or may not be fact. This could have been done with intent, or extreme commonality of educational and linguistical backgrounds. (i.e. room-mates or family members.)

    As for any other deceptions having occurred, none that were generated by me, nor has anyone I have been working with admitted to such, nor have I found them yet to be fabricating a deception.

    As for proving the assertion I didn’t make. Why? (I could prove it pro/con with 100% certainty if you wish. I’ll submit an open-ended budget if you are willing to pay for it. I’ll be unbiased, as I’d like to know the Truth.)

    I’m going to assume the “three” of you are in pursuit of the same dream – one I cannot and will not pursue until the failure point of the “Shadowing Method” is addressed and accounted/corrected for.

    Insanity: doing the same thing over and over again and expecting different results.

    Could we please get on with decoding the cypher ..
    ~WF

    – signature of the day –
    Crazy, but not Insane… Are you?

  640. Pretty easy with the double-stream-inversion-shadowing method:
    (only known by the NSA and me)

    Take:
    “Richard McBroom”

    It yields to:
    “mos in kaaktwz”

    Take:
    “MICHAEL FARADAY BEFORE CHARLES PROTEUS STEINMETZ”

    what gives:
    “JTDJKTZW”

    then comes the double-stream-inversion with “”mos in kaaktwz”" that yields to:

    “exlibuca” that yields irresitibly to “Excalibur”

    Now the link between Richard and Excalibur is obviously “Graal” (and doesn’t it sound good btw!)

    Take: “Graal”
    Yields to “IZWILUT KJH”

    Re-apply the double-stream-inversion with “JTDJKTZW”

    what gives:

    “tagemon” what without doubt is “Montage”

    Quod erat demonstrandum!
    All three are the same, I proved it :-)

    Eric

  641. William Fisher Says:

    Eric,

    Thanks! God bless you! I’ve not laughed so hard in ages!

    Be well,
    ~WF

  642. William Fisher Says:

    Regarding,

    Psychotria Says: January 31st, 2009 at 4:53 am
    Section 3 could also decode to “QED” (I don’t know if it does, but it’s worth looking at).
    -

    How are you decoding to that? That has some interesting possiblities.

    BTW: Thanks for keeping at this…

    Be well,
    ~WF

  643. I see much dispersion has been cast, while effectively avoiding an answer, namely, that the author(s) must come forward.

    In any circumstance, I can repeat the processes I have illustrated and get the same result each time;I wish I could find something as conclusive in the other techniques offered!

  644. It is difficult to assign credibility to texts replete with misspelling.

  645. William Fisher Says:

    Regarding,

    Montage Says: February 2nd, 2009 at 3:55 pm

    “I see much dispersion has been cast, while effectively avoiding an answer, namely, that the author(s) must come forward.”

    *** Montage, I’m not sure which dispersion you referring to. The fact that the “Shadowing Method” as described is flawed?

    *** Montage, what answer were you seeking? Can I prove you are the others. Yes, I could prove it, if in fact you are. But I did request a financed budget. It really doesn’t matter in the grand scheme of things if you are or are not. I don’t have a problem with Richard McBroom as a person, or you, or Excalibur. I have a problem with being led on and on and on regarding the “Shadowing Method” and then when flaws are pointed out they are ignored.

    *** Montage. The message to us should be so clear once solved that there is no question to what the message meant, even if the author is never known. Unless the author intended to make us all crazy with this coding. ***

    “In any circumstance, I can repeat the processes I have illustrated and get the same result each time;I wish I could find something as conclusive in the other techniques offered!”

    *** Montage, I wish you or anyone else could provide something as “Clean” as the decryption of Section 1, and Section 4 for Section 2 and Section 3. We’d be done.

    *** Montage, If your processes mentioned is the “Shadowing Method” … Look at it from our point of view if you can.

    I’ll try to make it nice an metaphorical.

    If you drive a nail into some lumber. You’ll always get a board with a nail in it. It might be really interesting and perfect in how the nail was in driven into the board. You could even take those boards and lay them out to spell “Drink your Ovaltine”.

    Your best buddy could come along and take some of the boards for a project of his in the evening.

    When you get up in the morning, all you have left of your lumber is “-rin- your o-al-ine”.

    Does your message make sense? No..

    So you reorder your letters and get “Airy Neuron Oil” (Out of thousands of possible letter combinations, by the way).

    Does that mean your buddy was meaning you to have the message “Airy Neuron Oil”? No, it just meant that he took the lumber for the “DKVT”

    You can’t generate messages out of random text without processing them through the end for each combination you could come up with. THEN and only then would you have the message intended, out of the thousands of decoded messages. BUT which one is right??

    On the off chance your buddy and have already decided how to reorder the lumber so you’d get a new message, THEN yes, there’s a good chance that was the message your buddy was intending to give you.

    EXCEPT.. it wasn’t the message he tried to send.

    What happened was in the middle of the night before you saw the letters your buddies removed, some thief came along and stole the “T” and your buddy only took the lumber for “DKV” and REALLY meant for you to have the message “Airliner Ton You”.

    Now if you apply this to web-based searches and anagrams… you need to match/sync the day/time/internet to your message(s) and make sure they never ever change anywhere along the decryption path or you’ll end up with “Our Yon Inertial”…

    If you have some method for correcting for changes in time in the universe and re-balancing data within the internet accordingly, or locking down the data so that at every path along the way it never changes… THEN the “Shadowing Method” is valid.

    Please post that method.

    ~WF

    PS: I don’t care about McBroom, Montage, or Excalibur being the same person or not. Except it’s really “isn’t cricket” – I don’t want to have to keep addressing the same flaw over and over and over again.

    If someone said “William, your LOGINID message is flawed because of.. (x)” and if (x) really is a valid reason why it’s flawed, I need to adjust my process or decide the process isn’t working and move on to other ideas. I am currently working on the flaws of my process so I can make it “Clean” or decide it is not anywhere near correct…

  646. RE: “Shadowing 101″ on the Internet

    Check out the PBS Blog.

  647. Hello all,

    Long time no post, eh? Richard’s/Montage’s rants have given me some ideas. Perhaps the hint from section 1 is that there’s “noise” in this cipher. “Shadowing” IS a process that removes noise through cancellation. I agree with the others that the answer and decryption method shouldn’t be all that complex. It was pretty cut and dry with the first and last sections.

    The decryption of the first and last sections yielded answers you KNEW were correct. However, if the answer to the middle section is indeed an ID number, it might not be all that clear that the correct answer had been decoded.

    That being said, here’s what I’ve been working on lately:

    Shadow the top line of the middle section with the line below it and cancel out the common hex values. Do this working from left to right, since there are multiple ways you could cancel common characters. (For instance, there are several E’s and 6′s, and you wouldn’t know which ones to cancel and which ones to keep.)

    The result is:

    F0B58FF
    C7949E6

    Notice how the F and C line up and begin the new lines.

    Perhaps the 3 figure section below it says, “(S)ubtract the F line from the C line.”

    Subtracting the individual hex figures gives:

    3 7 2 1 1 1 9

    Is the employee ID number 3729 with the “111″ being more noise or the code maker’s “signature?”

    Also, check out the spacing of the middle section. The first 3 figures and the last figure seem spaced out from the rest of the figures, as if it indicated that these positions were important, just like the 3,7,2 and 9 in the decryption.

    What I like about this solution is that it uses all of the hints, because it’s important that the cypher makes sense as a whole. I think the symbols were added to the code to help hint at matching up common characters and cancelling them out.

    I think this thing could very well be an office prank done by someone who works at Fermilab. Ravin has disagreed saying, ‘why didn’t the person just do it on the fermilab intranet messageboards?’ Well, that just wouldn’t be as cool as sending a letter in the mail, which makes fellow employees at Fermilab think it’s from outside the lab. Wouldn’t it be great to say, “Yeah it was me, employee #3729, who sent that coded letter. Nice job decoding it.” I mean most people’s job’s are boring and they need something to spice it up. Any of you who has worked in an office knows that pranks and practical jokes can be a daily occurrence.

    Anyway, I don’t know if it’s correct, but it’s still fun working on this thing. If it’s not the solution, which it probably isn’t, maybe this post will give someone some new ideas.

    Ryan

  648. Oh, and when subtracting the 2 lines, take the absolute value. I forgot to mention that.

  649. William Fisher Says:

    Regarding Montage Says: February 4th, 2009 at 10:07 am
    RE: “Shadowing 101″ on the Internet

    Check out the PBS Blog.

    obiwan121, posted: Wed Feb 04, 2009 12:09 am.
    Post subject: Re: Kryptos, Shadowing 101

    I have checked it out. Random is random is random. Forcing a pattern into randomness and the attributing meaning to the pattern is not really ‘Revelation’. There is no message from anyone, except perhaps your own subconsious, if there was no message to begin with.

    People see shapes in the static of an unused TV channel. The shapes even be have humanoid forms, and be seen to mouth words…

    If a person truely understands how TVs work they know they are not seeing ‘static creatures’ that actually exist – believing anything else is delusional.

    If you understand how the brain works you know how much it likes to put patterns together into associations – it builds the ‘creatures’ in the static for you…

    Shadowing: As you don’t seem to understand it’s flawed nature, or perhaps I don’t understand how meaning can be pulled from where there was none – I no longer care. I won’t be continuing dialog regarding “Shadowing”, with you in any persona or anyone else for that matter. Fini.

    If others find merit in the process they will come forward and address/converse about it further.

    This is NOT directed at you, but at the method. If you have other methods, or decryption processes that don’t involve randomness – I’ll give it a “fair shake”.

    Mene, Mene, Tekel u-Pharsin!
    Be well,
    ~WF

    – signature of the day –
    Insanity: Doing the same thing over and over again and expecting different results. “It is finished”.

  650. William Fisher Says:

    Regarding,
    Ryan Says: February 4th, 2009 at 12:38 pm
    -

    Hello Ryan!

    Interesting stuff…

    The problem that I see, if it’s not clear and obviously the answer, we may never know. The author COULD be dead, or no longer associating him/her-self with the code, or even willing to lie if asked about it. “Um, sure my ID is ZZPZA but I didn’t do it.” (When they really did.) or worse yet, the person could say “Yes, I did it.” when they did not.

    I’ve been told the original documents is no longer available. So we can’t get all CSI on the document. No finger prints, no DNA, no special mud that’s only found in the intersection of Wacker Drive and LaSalle, or LSD dust (Lake Shore Drive dirt), nothing extra to work with.

    What we got, is what we got. It’s us vs the fax letter.

    Shadowing CAN work if you use the same datasets the shadow-cypher coder used, and if using anagrams .. well, you better have some common information if it’s a long message. Better to have a decryption method reorder anything that is encrypted from there.

    I’ve used the F0BE code and generated lots of phone like numbers. Even ones in the Chicago-land area. Even tracked many of them back to people’s names/places. (i.e. BCBS pager/phones).

    Did I call them or text them? Nope.

    Until all the sections of the message is complete there could be thousands/millions of possibly valid but incorrect combinations of things for the middle section. The Section 2 may not even be really an employee number or phone.

    *Sigh*

    Maybe your right… or perhaps there’s something to be gleaned from what you’ve done.

    Be well,
    ~WF

  651. Yeah, I hear ya, William. I really hope that section 2 is NOT an employee number. That would be really cool if it were a phone number that when you call it, it would say, “Congratulations you’ve solved the Fermilab cipher!” But, alas, that’s probably not the case. I hope it decodes to a word or words, because then we’d know for a fact it was solved.

    I agree that using randomly chosen anagrams is no way to solve this thing, since you can rearrange letters into millions of phrases. I don’t know why some people continue to assert that this would be a useful decryption method. A specific, reproducible decryption method is completely necessary.

    Ha! I also was able to decode the F0BE section into some phone numbers last summer, one was an Iowa number and the other was a pager in Chicago (312 area code). I actually tried calling them both, but I don’t think they had anything to do with the code.

    Take care,
    Ryan

  652. William Fisher Says:

    Hey all,

    Working on a detailed graphical analysis of Section 2 & 3. Trying to compare various aspects of the upper and lower sections. Alignment horizontally and vertically and in relation to the various elements of the section area.

    If anyone has things they’d like to see, mention it. I’ll add it if I’ve not done it already.

    Thanks!
    ~WF

  653. Suppose a letter were received with the following cryptic message:

    “LL’SJWLLTHTRNDSWWLLK”

    A certain hidden message is:

    “ALL’S WELL THAT ENDS WELL”

    When shadowed against the original message, the following remnant is:

    “JRWK”
    “AEAEE”

    The obvious hidden message is

    “A WEAK JEER”

    I challenge proof of chaos for those who would aspired supporting such (“A WEAK JEER”).

  654. William Fisher Says:

    Regarding,
    Montage Says: February 6th, 2009 at 12:25 pm.

    Challenge? Proof? You certainly don’t have an idea what you are asking of yourself, do you?

    Challenge accepted; “Inhale this, but do not touch.” ~Westley, “The Princess Bride”

    Do you think we are idiots? Providing a cypher encryption method similar to what you have done with the Fermilab cypher data and passing it off as how “you”, oops.. sorry, “Richard McBroom” ‘shadowed’ the Fermilab cypher certainly seems you are try to say that.

    Do you really fail to understand, or is it you refuse to accept your method is flawed? Regarding how it was used against the Fermilab Cypher?

    Your process used within the message (02/06/2009 12:25pm) therein is not chaos/random. It’s a specific message (A weak jeer) applied to a pre-assigned message(All’s well that ends well) to generate a very specific decoding key(LL’SJWLLTHTRNDSWWLLK).

    There are many possible combinations for “JRWK” and “AEAEE” in example:

    Awake Jeer
    A Weak Jeer
    A Wake Jeer
    Raja Eke We
    Raja Eek We
    Ajar Eke We
    Ajar Eek We
    Are Jaw Eke
    Are Jaw Eek
    Era Jaw Eke
    Era Jaw Eek
    Ear Jaw Eke
    Ear Jaw Eek
    Awe Jar Eke
    Awe Jar Eek
    A Jar Eke We
    A Jar Eek We
    A Jaw Eke Re
    A Jaw Eek Re

    There is a preassigned pattern to how you re-arranged your letters to make the message “A WEAK JEER” – EVEN IF YOU DIDN’T DO IT AS A STEP ON PAPER, IT WAS DONE MENTALLY WHEN YOU PICKED THE MESSAGE TO ENCODE. No chaos involved.

    IF you do not have the ‘key’ AND you do not have the ‘CODED MESSAGE’ AND you do not have a preassigned method for arranging the letters of the message to the correct order THEN the process will fail to generate the message intended.

    Sadly your ‘challenge’ failed to prove anything at all.

    - Example

    Message (KEY):WYisH
    Message(LOCK): Waited, No Animosity, Sigh.
    Message(UnLOCKED):ated, No Animosit, igh.
    Message(Reordered):”Ti, A Mastodon Genii”.

    “Ti, A Mastodon Genii.”
    (A handmade children’s book involving young prehistoric boy who scratches the back of an itchy Mastodon and is granted 3 wishes for his kindness toward the beast, sitting in my bookshelf, given to me by a friend, for when I have children so that I might read it to them.)

    IF any of the pieces is missing, altered, miscoded, etc. you will not get the message intended.

    Hrm. I did find a secondary ordering of the letters in the “decoded message” involving the your current messaging pseudonym, which I would like to believe is a purely an alpha-ordering coincidence, and not: a message from God passed to me via my friend years before the Fermilab Cypher existed, or something done consciously or subconsciously on my part. If it is a message from God, I will not argue this message.

    “You guessed wrong.” ~Westley, “The Princess Bride”

    Be well,
    ~WF

  655. Rich,

    The obvious hidden message is “A WEAK JEER.” That’s about the only thing you can spell with those 9 letters. However, if you have 24 characters and a nice selection of vowels and consonants, then “FIFTY TUBES NEXT CRAY Z-P DEM” is not obviously the CORRECT hidden message. It could perhaps be “MY SEX-CRAZED, PUFFY, BENT TIT” or 4,000 other alternative phrases.

    Please understand the weakness of using anagrams as a decryption method with lengthier text that contains a greater variety of characters.

  656. RE: “There is a preassigned pattern to how you re-arranged your letters to make the message “A WEAK JEER” – EVEN IF YOU DIDN’T DO IT AS A STEP ON PAPER, IT WAS DONE MENTALLY WHEN YOU PICKED THE MESSAGE TO ENCODE. No chaos involved.”

    Q. E. D.

    I would say the referenced admissions above are a definite improvement, over “proving nothing.”

    One other important aspect of encryption is that the message must have meaning to the intended recipient.

    There may be many anagram interpretations (a “flaw” if not properly employed); but as with my last post, only one interpretation has any meaning to the intended recipient.

    This can be expanded to the Fermilab cipher decryption.

    If the criticism of the decryption is that it is chaotic, I would submit that the very presence of a meaningful relevant message obtained through well-defined rules is proof to the contrary, which is more than I have seen in the interpretations of the middle section to date.

  657. William Fisher Says:

    Montage,

    If you have read my words in any way what-so-ever that makes you believe I am supporting, condoning, or even think anything good about you, or your “Shadowing Method” as related to the Fermilab cypher you are seriously mistaken.

    There is no QED from you as it never relates back to the Fermilab code. Apples are not Oranges, even if they are both fruit.

    You seemingly fail to understand your own faulty processes and how it relates or does not relate to the Fermilab cypher, and I’ll include the KRYPTOS cypher, also. You have MULTIPLE people telling you this, not just me.

    After all this, you fail to stop and re-evaluate your situation, joyfully walking down the path of stubborn, blind ignorance. Why? Delusions? Planned Intent? I have no idea, why?

    People WANT this solved… would even support you if you’d listen and move on to some other process that doesn’t have big gapping holes in it.

    If I can’t make it clear enough to you, and you want to think anything I have said regarding your work is supporting you, let me say this to clear it up – I formally denounce you and your “Shadowing Method” as worked out and described in the forum for the Fermilab Cypher.

    Specifically regarding your comment, “If the criticism of the decryption is that it is chaotic, I would submit that the very presence of a meaningful relevant message obtained through well-defined rules is proof to the contrary, which is more than I have seen in the interpretations of the middle section to date.” – You are very wrong about your “Meaningful relevant message”.

    Ah well, you bore me now… You are no longer worth the time. You are, in my opinion, seriously broken, and I can’t fix you.

    I will wish you well this one last time.

    ~WF

  658. Well-defined Rules:

    1) Take a string of letters and pretty much arrange them in any order you want.

    2) Even though you’re left with gibberish, do a Google search with the gibberish and add CERN to the search for good measure.

    3) Assign a meaning of your choice to gibberish from whatever results you get from your Google search.

    4) Marvel at how your Google search produces results relevant to Fermilab somehow.

    5) Proclaim your answer must be correct! There is no other explanation for such a coincidence!

  659. James Sanborn has stated that Kryptos can be solved with pen and paper.

    He has stated that the decryption involves layers.

    That the decryption led from the Kryptos cipher, to the Gutenberg Journey ciphers, to the Fermilab cipher, to the Mantra cipher, to the OBKR cipher, and to the Mobius cipher is undeniable (it happened!).

    The existence of the ciphers is undeniable.

    The existence of “JULIET” and “VEETAYE” in published decryption errors(?) between the Runic and alphabetic versions of the Project Gutenberg ciphers is undeniable.

    Coherent messages have been found in all texts, including the middle portion of the Fermilab cipher, which relates directly to Fermilab.

    The importance of the Fermilab location has been revealed (“WFBT” and “Mobius”).

    The relevance of the Egyptian ciphers to the middle portion has been effectively revealed.

    A coherent set of rules has been stated.

    Examples have been given revealing the techniques.

    In review, there is no better alternative decryption explaining any of the above.

    In brief, the bases have all been touched while playing fairly, yet little-to-no recognition has been extended for the emergent heroic effort.

    Where is the justice in this?

    The game is rigged!

  660. I admire your effort, Rich. I just don’t think of the conclusions you draw from the evidence presented as being “undeniable,” let alone likely. I am by no means an authority on this code; in fact, I haven’t contributed much to this board other than a couple ideas here and there. I’d love to see you solve this thing, and if it turns out you were right about everything you have presented, I would be one of the first to congratulate you. I just don’t think you have strong enough evidence to support your methodology and conclusions. Have you ever tried to contact James Sanborn to see if you were completely wrong or if you were on the right track? He might actually reply if you could find out how to contact him.

    Peace,
    Ryan

  661. Ryan, I respond to your last post to have two-way communication (“Rich” has been a “no show” lately).

    “Undeniable” relates to the existence of the stated cryptograms, only.

    The decryptions themselves are another matter.

    Unlike mechanical decryption, a more creative cipher requires a complex interpretation with attendant degree of uncertainty.

    That uncertainty does not necessarily imply that a decryption is wrong, though.

    Please understand, and please stay with me.

    I am a “knower.”

    A “knower” resists the temptation to accept events in life without placing them into an orderly construct related to all else.

    For example, I “know” that all things are connected.

    I also “know” that only three dimensions can find expression at a quantum (counting) level, which is why relativistic time intrudes and supplants other dimensions.

    So I “know” the decryptions of the Fermilab/Kryptos ciphers, taken as a whole, are closer to being accurate than to being mere fabrications.

    I want to know what others on this forum “know,” too.

    Who knows who we’re really communicating with?

  662. Wow, so much drama here :) I’m going to put aside my popcorn for a few minutes and share a possible solution for section 2.

    As of late, William, Psychotria and I have returned to basic alpha substitution, working our way through the various base / group-size / hex-pattern / sub-table combinations. I whipped up a script to make life a bit easier, and after picking through the mountain of resulting data, the most promising (imo) seems to relate back to William’s “LoginID” discovery.

    Section 2, bottom line.

    0x6c79d2e493e6 (base 16) = 11011000111100111010010111001001001001111100110 (base 2)

    Pad the bin with three leading zeros to make the length divisible by 5.

    Split into 10 groups of 5:

    ['00011', '01100', '01111', '00111', '01001', '01110', '01001', '00100', '11111', '00110']

    Construct a 32 element sub-table (00000-11111) using 64(dec) – 95(dec) of the ascii format (http://www.asciitable.com/)

    “@abcdefghijklmnopqrstuvwxyz[\]^_”

    This leaves us with

    CLOGINID_F

    One possible interpretation of this is “Contractor LoginID 15″ Fermi Employees are grouped into Employee, Visitor, and Contractor, so it might possibly fit.

    Notably, every ID# that I’ve checked, and I’ve checked ALOT over the last few mths, is assigned to an actual person. That is, except this one. “Contractor 15″ is listed as, and I quote, “? ACTIVITIES OFFICE”

    Some thoughts on the plausibility of of the above, in no particular order:

    -Using only the lower line of hex fits with “BASSE(low) sixteen”

    -Could the top line be noise?

    -The letter structure ends up flowing fairly nicely. Sec 1 (noise) / high 16 (noisy hex) / low 16 (emp #) / SFC / emp # low sixteen

    -The only part that doesn’t seem to fit into the previous point is sec 3, SFC. What the heck is it?

    -”Shoemaker, Frank C”? A simple signoff?

    -FC = Fermi Contractor?

    -CLOGIN_F of course makes use of F & C, though not as the letters are written in sec 4.

    -Unless ‘S’ stands for swap, switch, slice, substitute….? So many ‘S’ possibilities.

    -An employee number is listed in the directory in the following format: “Fermi ID: 00015C” This could conceivably be connected to “FC”, “LOGINID” as well as padding the bin with three leading zeros.

    -What might the “?” stand for in “? Activities Office”? Related to SFC somehow?

    -What IS the activities office? I can’t seem to find any reference to it on the web. William located a “recreation office,” which seems similar. Unfortunately, their website is currently down.

    -Why no contact method listed for “Activities Office?” IF the author did in fact plant this in the directory, why not provide some means of establishing contact, especially when there’s a nice, empty field labeled “email:”

    -Again, could the method of contact be related to SFC and/or sec2 top line?

    -Having to pad the bin with leading zeros is certainly not ideal. That being said, the original value is of course maintained, so I don’t see it as a major flaw.

    -Why no actual spaces in CLOGINID_F? Sec 1 and 4 makes use of them.

    -Why switch to a new alpha table?

    -Why bin and not ternary?

    -Why groups of 5, not 3?

    Thoughts and/or ideas?

  663. As an aside, one other potential LOGINID number worth noting is “4F” This is derived if the last five elements ([\]^_) of the table are replaced with “01234.”

  664. William Fisher Says:

    Regarding,

    Matt79 Says: February 9th, 2009 at 12:36 pm
    -

    Called Fermilab Rec Dept. The website seems to be not available to outside Fermilab people. The lady I spoke with also says as far as she knows her dept had nothing to do with it.

    Funfunfun.
    ~WF

  665. It is my profound opinion that there is no possibility of finding consensus on this forum: If the Kryptos/Fermilab connection is patently wrong, then the correctness of the assertion must be known by at least some of the participants on this forum who are systematically derailing the consensus-building process.

  666. Hi,

    I’ve been pretty much swamped at work, so I haven’t had a lot of time to work on the code. Over the weekend, however, I was playing with a binary pattern (11011) (which is 27 decimal; i.e. 0 to 26) and seeing how I could somehow use that to manipulate the binary stream of section 2 to get a ternary (or other base) stream. Now the funny thing is Matt79′s post, which caught my attention just then:

    Section 2, bottom line.

    0x6c79d2e493e6 (base 16) =
    11011000111100111010010111001001001001111100110 (base 2)

    I can’t help but notice that the base-2 number that Matt pasted begins with 11011. This probably means nothing, just another one of those odd coincidences that jumped out at me because I was thinking about that sequence most of Saturday ;-)

    “-Why groups of 5, not 3?”

    I too wonder that.

    Groups of 5 give us 32 characters to play with though (A-Z presumably, a space and 5 “spare”).

    Groups of 3 binary digits would give us only 8 characters to play with. Although this is possible, it would make things a bet less clear cut if/when it presented a solution.

    I’m going to make another effort this weekend, clean up my C++ (yeah, I have no idea why I’m working in C++ for something like this, when perl or python or even C# would be more appropriate, but anyway) and try some more approaches/algorithms. I too ‘decoded’ the LOGINID string using, I think, a different (although similar) approach to the one William and Matt79 used (but I can’t be sure because I’ve not seen the exact algorithm and/or spreadsheet or script).

    And yes, the absence of spaces in the LOGINID decoding (or, @ which is the character before ‘A’ in the ascii table) also worries me.

    Cheers for now,
    Craig

  667. William Fisher Says:

    All,

    Regarding, Matt79 Says: February 9th, 2009 at 12:36 pm.

    “-Why groups of 5, not 3?”

    *nodding* I’ve been trying to figure out how to make it ternary in some way. Everything else has been that why change now?

    Here’s really been my thinking, perhaps it’s not been clear at times. Unless we spot a other then binary way to map the data in section 2 to Ternary… we are in trouble, if it’s ternary.

    Ternary and binary do not mix well. One cannot fully convert one to the other without excess data to correct for conversion issues.

    WORKING DATA:
    Section 2.1
    F0BE58F2FD63
    111100001011111001011000111100101111110101100011

    Section 2.2
    6C79D2E493E6
    011011000111100111010010111001001001001111100110
    ^ Note: Padded with a ZERO.

    Well, I broke down the binary as bits. Groups of three yielded 6 of the 7 bit patterns that 3 bits can produce, zero through seven. So, this is prob’ly NOT the direct method for converting to ternary. (Bin to Decimal)

    3 bits:
    1543635134444763
    7413713074576543

    I also broke it down in groups of two, which is closer to ternary bit allotment producing a pattern of zero to three. This also yielded numbers of all combinations.’ (Bin to Decimal)

    2 bit:
    330023321120330233311203
    031203303221130210213303

    4bit
    15 0 11 14 5 8 15 2 15 13 6 3
    3 6 3 12 14 9 7 2 4 9 15 3

    —————————————–
    Here’s a different look at things…
    —————————————–

    WORKING DATA:
    Section 2.1
    F0BE58F2FD63
    111100001011111001011000111100101111110101100011

    Section 2.2
    6C79D2E493E6
    11011000111100111010010111001001001001111100110
    ^ Note: NOT Padded with a ZERO.

    Taken Separately:
    48 bits. (repeat as above)
    47 bits. 47 is PRIME. All bit combinations do not evenly divide, unless it’s 1 bit or 47 bits.

    My conclusion was/is it either HAS to be padded, or Sections 2.1 and 2.2 must be merged in some way – IF the process is consistent across both sections.

    —————————————–
    Here’s yet another look at things…
    —————————————–

    WORKING DATA:
    Section 2.1
    F0BE58F2FD63
    111100001011111001011000111100101111110101100011

    Section 2.2
    6C79D2E493E6
    11011000111100111010010111001001001001111100110
    ^ Note: NOT Padded with a ZERO.

    Merged binary stream:
    11110000101111100101100011110010111111010110001111011000111100111010010111001001001001111100110

    2 bits. Does not divide evenly.
    3 bits. Does not divide evenly.
    4 bits. Does not divide evenly.
    5 bits. 30 2 31 5 17 28 23 29 12 15 12 15 7 9 14 9 4 31 6

    I think this shows IF it’s binary/hex based that it MUST be padded OR it must be 5 bits.

    The coder was very GOOD about indicating things must be dealt with special understanding via the spacing information passed in Section 1.

    If we see that there is such an indicator, then it is padded with a zero, or it is 5 bits.

    That “indicator” COULD be the fact the coder split the bits on ONE of sections (2.1/2.2) being a prime number based bit count.

    SOooooo… 48/47 bits, 95 bit total bits – is my going theory. The ALPHA table was consistent across Section 1 and Section 4. I used the same table structure for my table for (0-26)(27-31 are CURRENTLY unknown patterns)

    I tried several mappings, but nothing really yielded a ‘clean’ pattern.

    I assigned 27 through 31 to be the HEX of the DECIMAL form of the number without conversion of decimal to hex.

    27(dec) mapped as 27(hex) = ascii char ‘
    28(dec) mapped as 28(hex) = ascii char (
    29(dec) mapped as 29(hex) = ascii char )
    30(dec) mapped as 30(hex) = ascii char 0
    31(dec) mapped as 31(hex) = ascii char 1

    If I use Matt79′s mapping for 27-31 I get “^B_EQ\W]LOLOGINID_F”. It’s not as ‘clean’, but perhaps meaningful to someone??

    Using my mapping, the unpadded version of the data I get 0B1EQ(W)LOLOGINID1F for the entire mapping of 5 bits per character using the same alpha lookup table as Section 1 and Section 4 with my additional lookups.

    Using my mapping and the strange twist of MY logic, and starting with the 1F in my pattern, 0B1EQ(W)LOLOGINID1F.

    ONE F => F
    Zero => 0
    B => B
    ONE E => E
    Q => Q

    That’s the first 5 character/icon pattern of Section 2.1. F0BEQ (Icon above 5 appears to be a “Q”) A coincidence, perhaps, but REALLY, REALLY improbable.

    One thing I’d have to say .. WHY, include it? As a check sum to let the decoder know they are correct, perhaps?

    BUT To KNOW that pattern existed that would match out from HEX/ICONS back to the ALPHA LOOKUP and then include it – so that the lookup table and the hex matched?? That takes some pre-knowledge of the pattern, or it’s really just a really, really improbable coincidence.

    If I recall correctly, Matt79 found that the led pattern can be made to re-express itself if there is a repeat decoding process over and over again. So perhaps it was a known pattern and was used… but, I’m not happy, happy, joy, joy with it.

    ALSO, using this ‘strange twist’ thought process 1F after the LOGINID can STILL be a value of “15″. Perhaps the coder intended the data to wrap in pattern.

    If I map ‘spaces’ to the value (27-31) I get ” B EQ W LOLOGINID F”

    If I map 0, 1 , 2 , 3 , 4 to the values (27-31) in sequence I would get “3B4EQ1W2LOLOGINID4F”

    If I follow a similar process to Matt79′s but use the end of the lower case ascii table “{|}~DEL” instead of the upper case. I get “~BDELEQ|W}LOLOGINIDDELF”.

    If I map “AEIOU” as the last few characters I get “OBUEQEWILOLOGINIDUF” Perhaps some foreign words there?

    If I map “NOISE” as the last few characters I get “SBEEQOWILOLOGINIDEF”. Perhaps some other foreign words there?

    Anyway.. lots to think on.

    This also does not include going the other direction High byte/Low Byte then working across the pattern.

    Wheee…..

    Take care all.
    Be well,
    ~WF

  668. William Fisher Says:

    All,

    Further study of Section 2, using HB/LB format.

    WORKING DATA:
    F60CB7E95D82
    111101100000110010110111111010010101110110000010
    FE24F9D36E3
    111111100010010011111001110100110110111000110110

    2 bit (binary to decimal):
    331200302313322111312002333202103321310312320312

    3 bit (binary to decimal):
    75406267722566027742237164667066

    4 bit (binary to decimal):
    15 6 0 12 11 7 14 9 5 13 8 2 15 14 2 4 15 9 13 3 6 14 3 6

    5 bit (Does not divide evenly)

    Since both those numbers lead with “F” they could be padding to allow for bit retention.

    Removed the leading “F”:

    2 bit:
    12003023133221113120023202103321310312320312

    3 bit: (Does not divide evenly)

    4 bit: (binary to decimal):
    6 0 12 11 7 14 9 5 13 8 2 14 2 4 15 9 13 3 6 14 3 6

    5 bit: (Does not divide evenly)

    Going to High Byte/Low Byte and across seems to be less likely then the others.

    Funfunfun.
    ~WF

  669. William Fisher Says:

    Regarding,

    William Fisher Says: February 10th, 2009 at 10:19 am

    WELL.. It helps if I don’t trust my spreadsheet as much as I was. It padded a zero auto-magically for me when I was just working with one row at a time.

    CORRECTION or restatement. *SIGH* Sorry about that. Caught my screw up post click . *sigh*


    WORKING DATA:

    Section 2.1
    F0BE58F2FD63
    111100001011111001011000111100101111110101100011

    Section 2.2
    6C79D2E493E6
    011011000111100111010010111001001001001111100110
    ^ Note: Padded with a ZERO.

    2 bits:
    330023321120330233311203
    123013213102321021033212

    3 bits:
    7413713074576543
    3307472271111746

    4 bits:
    15 0 11 14 5 8 15 2 15 13 6 3
    6 12 7 9 13 2 14 4 9 3 14 6

  670. Topher Fangio Says:

    Hello all,

    I haven’t had the time to run through this idea, but I was thinking that perhaps the code uses a mathematical formula for the decryption of sections 2 and 3. Something perhaps like using the digits of Pi, E, or perhaps the Fibonacci series.

    I decided to play around with it a bit but I haven’t had a chance to fully decode it…nor do I really know exactly where to begin.

    I also thought about what someone had said that the “SFC” following section 3 might be translated to “QED” and I noticed something: “Q” is exactly +2 away from “S”, “F” is -1 away from “E” and “C” is +1 away from “D”. Skipping 0, this is the start of the Fibonacci series, so I mapped it out going backwards and flip flopping the sign based off of the pattern in the “SFC” section:

    Top Half Bottom Half
    —————————————–
    F = + 196418 6 = + 610
    0 = – 121393 C = – 377
    B = + 75025 7 = + 233
    E = – 46368 9 = – 144
    5 = + 28657 D = + 89
    8 = – 17711 2 = – 55
    F = + 10946 E = + 34
    2 = – 6765 4 = – 21
    F = + 4181 9 = + 13
    D = – 2584 3 = – 8
    6 = + 1597 E = + 5
    2 = – 987 6 = – 3

    Q E D
    +2 -1 +1

    It’s probably nothing, but perhaps it will spur someone forward. I’m going to try to write a script to analyze this a bit, but my girlfriend is coming into town this weekend and I HAVE to clean my house.

    Good luck and let me know if you see anything incredibly flawed with my thoughts…I would rather spend time on something rational than this tangent!

  671. Topher Fangio Says:

    My apologies, I forgot my “pre” tags, it should look like this:

    Top Half Bottom Half
    —————————————–
    F = + 196418 6 = + 610
    0 = – 121393 C = – 377
    B = + 75025 7 = + 233
    E = – 46368 9 = – 144
    5 = + 28657 D = + 89
    8 = – 17711 2 = – 55
    F = + 10946 E = + 34
    2 = – 6765 4 = – 21
    F = + 4181 9 = + 13
    D = – 2584 3 = – 8
    6 = + 1597 E = + 5
    2 = – 987 6 = – 3

    Q E D
    +2 -1 +1

  672. Topher Fangio Says:

    Ugh…I apparently can’t keep my thoughts straight…and the formatting with “pre” tags didn’t do anything. In any case, the third paragraph should have read:

    “Q” is exactly +2 away from “S”, “E” is -1 away from “F” and “D” is +1 away from “C”

    Sorry for the triple post. I’ll reread next time and talk to Matt79 to ask a few questions about formatting/posting.

  673. Some of our destinies are directed to a more sustainable order than others, even though that vision may be more lofty or previously unimagined.

  674. Hi Topher,

    RE: February 11th, 2009 at 6:24 pm

    Your approach is interesting and worth pursuing I think. The fact that phi (golden ratio) is one of the symbols is also enticing (the golden ration and Fibbonaci’s sequence are intimately related).

    As for the QED, my suggestion that section 3 decoded to QED was a guess only (I was brainstorming possible three letter words, phrases, abbreviations etc). But, hey, the +2 -1 +1 is interesting!

    Keep up the good work

    Cheers,

  675. William Fisher Says:

    Topher,

    That’s some interesting process you have there. I hope it’ll be more ‘obvious’ a soltion, but you certainly have something interesting there.

    ~WF

  676. As is probably evident by now, I LOVE the idea of the letter containing some sort of sequence. Let us know what your script finds, Toph.

  677. Topher,

    Make sure when you’re writing your script that 3 = -987 on the last character in the first line. I think you had a 2 there in your first couple of posts.

    Interesting stuff. Good luck!

    Ryan

  678. Also, wouldn’t it be -2 -1 +1, since Q comes before S?

  679. Everyone is assuming the “S’ in the middle is either “1″ or “A”. Could it be a reference to the first and/or third section? That is, might it be a reference to the S in “Shoemaker” in the first section, or the extraneous “S” in “BASSE 16″ in the third section?

  680. William Fisher Says:

    Regarding, Tom CF Says: February 18th, 2009 at 1:02 am

    Everyone is assuming the “S’ in the middle is either “1″ or “A”. Could it be a reference to the first and/or third section? That is, might it be a reference to the S in “Shoemaker” in the first section, or the extraneous “S” in “BASSE 16″ in the third section?

    Not everyone is locked into that assumption. Yes, that idea is posted several times in this large thread. We’ve just not found a way to make it all work out together.

    Mr. Shoemaker has deigned association with the cypher – we can only take him at his word. He’s either telling the truth, or he want’s people to solve the entire thing before admitting to it. If this is true, it doesn’t seem reasonable to reference Frank Shoemaker yet again, except that it might be a confirmation that you decoded the first section correctly… except that, well it’s obvious that you have done so if you have gotten “Frank Shoemaker”

    The S(f)(c) [section(3)] of the Fermilab cypher has some interesting properties related back to [section 2, icon/hex]. It could be initals, or some other encoded data. A phone number, a employee number, etc.

    Others have had the idea that “S” could stand for SWAP/SUBSTITUTE/SPACE/etc. So far, nothing has led to a obvious solution.

    I’ve recently sent out a couple of emails to individuals requesting confirmation of relation to the Fermilab Cypher based on decoded instructions within [Section 2, hex/icon] and the S(f)(c) [Section 3] – Not s certain decryption, but it’s at least something to follow up on. It’s been mentioned above, but few have really commented/worked with it, it seems. We’ll see how that goes.

    *crossing fingers*

    Tom CF, if you have ideas on how to interpret the S(f)(c) and the other sections differently based on how they might interact… Please, let us know.

    Thanks, and keep the idea’s coming!!
    ~WF

    PS: Tom CF, “CF”? Any reference by intent to the FC? Or yet another random coincidence associated with this cypher?

  681. William Fisher Says:

    Regarding Tom CF Says: February 18th, 2009 at 1:02 am

    Everyone is assuming the “S’ in the middle is either “1″ or “A”. Could it be a reference to the first and/or third section? That is, might it be a reference to the S in “Shoemaker” in the first section, or the extraneous “S” in “BASSE 16″ in the third section?
    -

    I guess the big question would be ‘why’ would it be referenced? If the spelling was correct “Basse” or if it’s “Frank Shoemaker”, why talk about it again?

    Have thoughts on that?

    Thanks!
    ~WF

  682. I’m no cryptologist, so I don’t know many ways that a reference would help. I just saw anomalous S in both the third section and the middle, and figured they might be related somehow.

    Another thought: 96 bit key in the middle?

    I didn’t even think about my initials in relation to the puzzle. :-) Yes, it is coincidence. I have a long hyphenated last name.

  683. William Fisher Says:

    Tom CF,

    I can understand the coincidence. In several of the decodings that have been done by one the team members I’m working with directly .. WF has been found as part of a sequence.

    It’s lead to some interesting converstations.

    ~WF

  684. William Fisher Says:

    Tom CF,

    Yep, it could be a 96 bit key. That’s been mentioned – but to what. :)

    It usually means there’s something else to decrypt or access some where else.

    As for NOT being cryptologists, as so as you started working on this… you became one. MUhahahahaahahahahaaaaaah! Another joins the ranks of possible sleepless nights!!

    *grinning*
    ~WF

  685. William Fisher Says:

    Tom CF,

    Yep, it could be a 96 bit key. That’s been mentioned – but to what.

    It usually means there’s something else to decrypt or access some where else.

    As for NOT being cryptologists, as SOON as you started working on this… you became one. MUhahahahaahahahahaaaaaah! Another joins the ranks of possible sleepless nights!!

    *grinning*
    ~WF

  686. Three kids. I don’t get any sleep anyway. :)

  687. I’m not sure that the ‘s’ in Section 3 is 0×1 or 0xC… the only reason that the ‘s’ /might/ be 1 or 12 (0×1, 0xC) is that they’re the only two hex digits not represented in Section 2 (hex(?)/symbol section).

    I’ve been updating my decoding/recoding/re-splitting/base-conversion/grouping ‘scripts’ (C++) and will probably release that in a day or two (or a few weeks — I am off to Papua New Guinea for work next Friday… it just depends on how much sleep I want before I leave).

    The other thing to note is that it might not be an ‘s’ at all. If you draw horizontal lines through those symbols (s (f)(c)) the bottom half of the ‘s’ falls below the others…

    I haven’t really been putting a lot of effort into that line of 3 symbols, so I’m just expressing random thoughts at the moment ;-)

    Craig

  688. William Fisher Says:

    Regarding, Psychotria Says: February 19th, 2009 at 3:51 am

    I’m not sure that the ’s’ in Section 3 is 0×1 or 0xC… the only reason that the ’s’ /might/ be 1 or 12 (0×1, 0xC) is that they’re the only two hex digits not represented in Section 2 (hex(?)/symbol section).

    /edit

    The other thing to note is that it might not be an ’s’ at all. If you draw horizontal lines through those symbols (s (f)(c)) the bottom half of the ’s’ falls below the others…
    I haven’t really been putting a lot of effort into that line of 3 symbols, so I’m just expressing random thoughts at the moment

    *nodding*
    I’ve noticed that also. With that placement, it could even be S to the power of FC, or S to the power of F*C…

    *sigh*
    ~WF

  689. “Ten” has been a critical expression throughout the Kryptos decryption.

    There are ten Sefirot (dimensions or energy levels) used by God to create the universe in the Kabala:

    Group 1
    KETER
    HOCHMA*
    BINA

    Group 2
    HESED
    GEVURAH
    TIFERET

    Group 3
    NETZACH
    HOD
    YESOD

    Group 4
    MALCHUT

    http://www.ucalgary.ca/~elsegal/Sefirot/Sefirot.html
    *Alternative Vedic (perverse) spelling

    Knowing (discerning) that only three dimensions can be expressed at one time at the quantum (counting) level, the following messages are extracted by shadowing the groupings shown:

    Group 1 Hidden Message
    BROKEN TIME HHC

    Group 1 Remnant
    (none)

    Relevant Internet Association
    http://www.springerlink.com/content/v58440h6143l280p/

    Group 2 Hidden Message
    SAVE GUFT

    Group 2 Remnant
    TID

    Group 3 Hidden Message
    CAST Z

    Group 3 Remnant
    NY

    Combining Group 2 and Group 3 Remnants with Group 4 by shadowing gives

    Group 4 Hidden Message

    U CLAIM THY DTN

    Relevant Internet Association
    http://www.nnqs.org/news.html

    Group 1 and Group 4 messages relate to broken time and the end of times.

    You guys at Fermilab have an important job cast as a battle between good and evil:

    “SAVE GUFT”
    ”CAST Z”

    It is written.

  690. Montage,

    Perhaps I am stupid, but I can’t seem to make sense of any of your posts. Considering that the decryption of sections 1 and 4 make sense, and:

    * are sentences not fragments
    * do not use ‘leet speak’
    * do not use abbreviations

    I have trouble following your narrative and associations. I do NOT believe that it’s necessary to delve into metaphysics, obscure associations or anything else not analytical to solve sections 2 and 3. If the code is, as you suggest, without a specific algorithm that can be followed and repeated, then the ‘decryption’ could be damn well anything!

    The problems, as I see them, are that your decryptions do not draw on anything particularly relevant. Don’t get me wrong, I am a firm believer of ‘thinking outside the square’ and following seemingly tangential leads; but… surely the decryption process must make sense. A decryption has to be more solid than “I think this relates” or other anecdotal ‘assertions’.

    I don’t think the decryption will be anything earth shattering either. To say “You guys at Fermilab have an important job cast as a battle between good and evil” stretches my imagination to such a degree that it snaps under pressure. I don’t think the code has some deep, dark, hidden knowledge or warning to the human race.

    Don’t stop posting your ideas though — just because I don’t seen any relevance at this point in time doesn’t mean I won’t at some point.

  691. I’m not sure if this has been tried yet, but I broke the hex into groups of three before converting to ternary and feeding the result through my decoding routines. No interesting results, unfortunately. I guess the next step is to convert these numbers to a binary stream and then use that as input (I’m too tired to do it today though).

    My padding formula (fix it if it seems wrong ;-)
    =IF(MOD(LEN(B27),3)0,REPT(“0″,MOD(LEN(B27)-1,3))&B27,B27)
    B27 is the cell with the unpadded ternary

    Pasted from my spreadsheet, excuse any formatting errors.

    Hoping that the pre tag will work:

    Split into grps of 3
    F0B E58 F2F D63
    Convert each grp to ternary
    12021122 12001000 12022222 11200221

    Concatenate the result 12021122120010001202222211200221
    Padded with leading zeros for groups of 3
    012021122120010001202222211200221

    Groups of 3 d d d Dec
    0 012 0 1 2 5
    1 021 0 2 1 7
    2 122 1 2 2 17
    3 120 1 2 0 15
    4 010 0 1 0 3
    5 001 0 0 1 1
    6 202 2 0 2 20
    7 222 2 2 2 26
    8 211 2 1 1 22
    9 200 2 0 0 18
    10 221 2 2 1 25

    6C7 9D2 E49 3e6
    Convert each grp to ternary
    02101021 10110010 12000110 01100222

    *note that 6c7 and 3e6 need to be padded with a leading 0 to be in groups of 8 bits

    Concatenate the result 02101021101100101200011001100222
    Padded with leading zeros for groups of 3
    002101021101100101200011001100222

    Groups of 3 d d d Dec
    0 002 0 0 2 2
    1 101 1 0 1 10
    2 021 0 2 1 7
    3 101 1 0 1 10
    4 100 1 0 0 9
    5 101 1 0 1 10
    6 200 2 0 0 18
    7 011 0 1 1 4
    8 001 0 0 1 1
    9 100 1 0 0 9
    10 222 2 2 2 26

  692. Well, the pre tag didn’t seem to work… maybe I did it wrong.

  693. things are still the same just thought i would add a thought

    “”Some truth there was, dash’d and brew’d with lies, pleased the fools, puzzled all the wise.” Ibid”

    ravin ;) )

  694. William Fisher Says:

    Regarding ravin Says:March 6th, 2009 at 11:35 am,

    “things are still the same just thought i would add a thought

    “”Some truth there was, dash’d and brew’d with lies, pleased the fools, puzzled all the wise.” Ibid”

    ravin ;) )

    For those that might be interested, Author, John Dryden, “Absalom and Achitophel”.

    Good to see you are still around, Ravin. I hope you are well.

    ~WF

  695. thankz william,

    glad to hear from u also and to see ur still around

    “I hope you are well”…well, the Good Lord has seen that I am still here…am i doing well physically no…but i do hide it as much as possible and had to start back on some medication for the pain

    and mentally…well, the Good Lord is helping me…

    take care william

    ravin ;) )

  696. Richard McBroom Says:

    Dear All,

    I have not abandoned this forum.

    There are things you don’t know about, because lately this forum has become heavily moderated.

    Nevertheless, I must reveal (in case you don’t already know it) that I have been “Montage” and “Excalibur.”

    Admittedly, my practices have at times been forward and even deceptive, for which I sincerely apologize; but I want to convey to each of you how much I appreciate all the help along the way.

    Every step of the way (from Kryptos to Fermilab), it seems, has been guided by the presence of others… often with uncanny, timely apprehensions (there is bound to be a logical explanation for this, and I feel certain that all will be revealed in due course).

    Regardless, I sincerely thank each of you; and would especially like to thank you both, “WF” and “Ravin,” for the dedication and effort.

    All of you are in my thoughts and prayers.

    Peace (and health),

    Richard.

  697. @Richard: The forum hasn’t become more heavily moderated lately. Anything related to the topic is going up, but it is possible that some messages have ended up in the spam, but seeing as there are thousands of pieces of spam per day, there just isn’t time to go through and check for the occasional false positive. I have been taking a very hands-off approach to moderating, and just letting everything through. For example, when the debate about your various identities were occurring, I was very aware that all the identities were you but thought that it was up to you to reveal that. We are very happy to have open conversation here as long as it is relevant to the topic.

  698. mr. mcbroom,

    u r still around…i thought u quit?

    ravin ;) )

  699. William Fisher Says:

    All,

    Things have been rather slow in the progress.

    Thought I’d post this, as I’ve shared it with others directly. It’s not anything special, but just thinking about the numbers.. Perhaps it’ll spur someone into solving it.

    Just looking at the numbers:

    ($F0BE58F2FD63)/111100001011111001011000111100101111110101100011, 48
    bits.
    264700326772067 is not prime. It is divisible by 242659, 1090832513
    times.

    (6C79D2E493E6)/11011000111100111010010111001001001001111100110, 47
    bits – 48 bits if padded with lead 0 bit.
    119270485038054 is not prime. It is divisible by 2, 59635242519027
    times.

    ($F0BE58F2FD63) plus ($6C79D2E493E6) equals ($15D382BD79149)>>
    383970811810121 and is not prime. It is divisible by 20753,
    18501942457 times.

    ($F0BE58F2FD63) minus ($6C79D2E493E6) equals ($8444860E697D) >>
    145429841734013 and is not prime. It is divisible by 17,
    8554696572589 times.

    If padded they could be part of a 48bit(12 character)/48bit(12
    character) wide Substitution Feistel Cipher.

    Our “SFC”, perhaps?

    Another possiblity is “SFC” is Skipjack Feistel Cipher which does not require bit balanced sides. 48/48, or 48/47 is fine. It’d have to be a non-standard Skipjack process as it’s not the ‘normal’ bit lengths OR other data has to be used to make up the missing bits.

    ~WF

  700. William Fisher Says:

    Regarding William Fisher Says: March 10th, 2009 at 10:55 pm,

    One of thing I’m trying to do is document all the thing we know it’s NOT.

    Perhaps if people could briefly summorize things you have ruled out it might help.

    Sadly, there are things we can’t totally rule out too. Like the ?B?EQ?W?LOLOGINID?F – it’s a nice clean process, but the meaning seems to be half garbage.

    If we took SFC and did a ‘famous’ shift as found but not intended by Clarke.. HAL >> IBM. SFC might become REB, if we took B EQ W as an instruction then REB might become REW. There are people contacted at Fermilab already – they have directly or indirctly answered “No. They have done the cypher.” :( Darn it.

    Anyway.. funfunfun.

    I hope y’all have a great day!
    ~WF

  701. William Fisher Says:

    Regarding, William Fisher Says: March 10th, 2009 at 11:08 pm

    … “No. They have NOT done the cypher.” Darn it.

    *sigh*

  702. Richard McBroom Says:

    Ravin,

    RE:”We are very happy to have open conversation here as long as it is relevant to the topic.”

    I am still a presence, because I remembered words attributed to you as encouragement earlier in this forum.

    As new information, there is interesting relevance in shadowing “ABSALOM” and ACHITOPHEL.”

    There is also intriguing relevance found by shadowing my name with that of “JAMES E SANBORN,” if you know my middle initial.

    As I have stated, “{t}here is bound to be a logical explanation for this, and I feel certain that all will be revealed in due course.”

    Richard.

    PS: Are you Elonka?

  703. William Fisher Says:

    Richard,

    I’ve mentioned this before in this forum, and you did not respond or seem to notice, or perhaps not care. According to my records research the artist James (Not E) Sanborn, of “Kryptos” fame, middle name does not start with an “E”.

    If you are really caring about your work, make contact with the artist and find out what his middle name is, if he’s going to give it out, or have him confirm that it is or is not “E”.

    If you are basing everything off his name, and it is incorrectly derived because of faulty information… well, it just makes you look bad, above and beyond what your shadowing method is bringing to you.

    It may not seem like it; I’m just trying to help.

    Perhaps focusing less on ‘mystical processes’ and more on anything else, might speed your resolution of the Fermilab or Kryptos cyphers. It’d certainly make people less spooked with dealing with you.

    Be well,
    ~WF

    PS: *sigh* Before people just get banned outright, try to stay on topic, not use it to bring up more ‘shadowing’. Create a yahoo-group for yourself and your shadowing process, if you want to get it out there and see how it goes.

  704. mr.mcbroom,

    the answer is no…i would add some adjectives but mr. harris wouldn’t find them appropriate…thus, my post would not be allowed…

    i will leave that up to ur imagination

    ravin ;) )

  705. Richard McBroom Says:

    WF,

    Since you brought up the subject, there is already a Yahoo site where I have participated.

    You may recall, though, that I came to this forum with credentials, having participated it the PBS Nova Science Now forum where the Kryptos (and shadowing) discussion threads currently enjoy the highest number of “hits,” and where, by the way, criticism of shadowing has been considerably more reserved than here.

    Therefore, I am wondering why there is such criticism regarding shadowing on your part, having supplied so little text of use to Fermilab with your methodology.

    Regarding the “E” in “JAMES E SANBORN,” you may recall that the question should be, Why would the author of the code instruct that “E” is the middle initial.

    The answer, of course, is that the “E” is needed to provide meaning to further code, where the difference of even one letter can change the entire outcome.

    Could there be deception here?

    Regards,

    Richard.

    PS: Are you James Sanborn?

    PPS:”Pay no attention to that man behind the curtain!”

  706. William Fisher Says:

    Regarding,
    Richard McBroom Says: March 12th, 2009 at 8:33 am.
    ——–

    >WF,
    >
    >Since you brought up the subject, there is already a Yahoo site where I have
    >participated.
    >

    Jolly good for you. I’d suggest going to real cypher-enthusiast forums populated by people who know what they are doing and talking about, and/or attend a few ‘code-cracker conventions’. Not the ‘cypher of the day’ sort of people, but people who really are deep into cryptography.

    Ask THEM of their opinion of your ‘shadowing’ method since you won’t take mine, or others that are here on this forum.

    >
    >You may recall, though, that I came to this forum with credentials, having participated
    >it the PBS Nova Science Now forum where the Kryptos (and shadowing) discussion threads
    >currently enjoy the highest number of “hits,” and where, by the way, criticism of
    >shadowing has been considerably more reserved than here.
    >

    Talking in a forum does not give you “Credentials”. A few degrees in Crytology from an accredited college, or perhaps accolades from respected individuals in the cypher-industry/community would grant you proper claim to being accredited or carrying credentials.

    You seem to be one of those ones who would put on a Resume “X-Ray Technician Assistant” because someone took an x-ray of them when they were a kid and you hopped up on the table all by yourself! Wow! Amazing!

    I can certainly safe-vouch the total enjoyment of the PBS Nova Science Now forum is from the KRYPTOS topic, and not any involvement on your part.

    The lack of critism regarding your ‘shadowing’ method on the part of the other sites is not an indication of educated support, it is just a lack of critism.

    Some people feel “When there’s nothing good to say, don’t say anything, perhaps it will just go away.” I do not live by this philosophy. I will try to advise, and assist, and point, and direct politely or semi-politely for a time.

    At some point people will just start or already are thinking about you “He’s a freakin’ loony.” and you’ll just get ignored by people when you go on and on walking down the path with Idiocy, hand in hand, skipping happily ever onward , together, to la-la land. I’ve been trying very hard to avoid those thoughts about you.

    In addition, as for my criticism of your ‘shadowing’. I’ve documented why it’s faulty. You refuse to accept this, and correct your method, if possible. Others have, also, pointed out the issues, several times – it’s just not me.

    >
    >Therefore, I am wondering why there is such criticism regarding shadowing on your part,
    >having supplied so little text of use to Fermilab with your methodology.
    >

    I’ve explained any methods I’ve used, and it’s faults and issues quiet well. Perhaps you only see what you wish to see.

    Also, “text of use” as it relates to the Fermilab Cypher… pound for pound I’ve got more non-fantasy related material here then you do, even if I spot you a handful of useful text in the weighing.

    >
    >Regarding the “E” in “JAMES E SANBORN,” you may recall that the question should be, Why
    >would the author of the code instruct that “E” is the middle initial.
    >

    Why would I assume that the author of the Fermilab code is living in error, or even mentioned James “E” Sanborn in the code at all? Especially by your word?

    You’ve recycled your processes from the failed KRYPTOS decyphers you’ve attempted and claimed that they are now associated with the Fermilab code, cabal-like mysticism and God.

    See note above regarding “Loony”; You are making it easy for people to group you in that bin.

    >
    >The answer, of course, is that the “E” is needed to provide meaning to further code,
    >

    If you continue down this path, you are just lending creditability to people that think you are delusional.

    >
    >where the difference of even one letter can change the entire outcome.
    >Could there be deception here?
    >

    Yes, as I’ve noted before several times, and you have admitted to. You are the deceiver.

    >
    >Regards,
    >Richard.
    >PS: Are you James Sanborn?

    No, I am not James Sanborn, but I know what his middle name is.

    Oh, so you won’t ask: No. I am not Elonka. I know who she is, and I respect her knowledge and dedication to KRYPTOS.

    >PPS:”Pay no attention to that man behind the curtain!”

    Perhaps if the person behind the curtain would move along as they have nothing for us to see…

    With respect for you as a human-being, as I have no other for you to take… BTW:You are pushing that respect to a breaking point.

    Be well,
    ~WF

    PS: Please, for the Love of God & Country work on Fermilab Decryption here, or GO AWAY. Fini… You are now dead to me.

    PPS: Mr. Harris, I am sorry. This isn’t Code related, but it is Forum related. The rest of you, except Mcbroom and his alts, please forgive my rant. I’ll get back to Fermilab code and shut up. *sigh*

  707. Richard McBroom Says:

    Mr. Harris and All,

    Is this forum, in WF’s words, “a shill?”

    Though there are some “righteous secrets” I hold, to the best of my knowledge, there are no current deceptions on my part, I assure you.

    Much of what we do in life is dependent upon a certain degree of trust regarding fair play and reciprocity.

    Certainly, following one’s intuition from time to time, as I am doing, should not be considered as a variance from truthful integrity?

    I know I am right on this!

    I love you all, and God bless you,

    Richard.

  708. William Fisher Says:

    All,

    Does anyone have ideas that they’d like followed up with be do not have the time to dedicate to that idea?

    Ravin, did you ever find anything else out about the icons?

    Be well,
    ~WF

  709. Richard McBroom Says:

    Mr.”WF,”

    RE: “I’d suggest going to real cypher-enthusiast forums populated by people who know what they are doing and talking about, and/or attend a few ‘code-cracker conventions’.”

    Why do you claim to know so much about cryptology, yet you do not know how to spell “cipher?”

    Is the “I” as “Y” an invitation to ask “why?”

    Richard.

  710. Psychotria Says:

    Hi Richard,

    In reference to the spelling of cipher. If you look at a dictionary you’ll notice that “cypher” is indeed an alternate spelling of the word “cipher”. While I prefer the spelling “cipher” I don’t think that “cypher” is any less correct.

    The URL below discusses the issue if you want to research it further:

    http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Cryptography/Cipher_vs_Cypher

    Cheers,
    Craig

  711. WF,

    with all logical reasons for this cypher or cipher (i or y doesn’t matter to me)only leading to the icon for the “c” relating to what i said it related to and…

    especially, since replacing “c” in those other ciphers helped me decipher them…i have rested my case…

    i do not believe the author works at fermilab but does work for a lab that is in illinois and at some point had spent a summer at fermilab working

    and the fascination with the cia kryptos is because the cia never deciphered the cipher i had discussed…thus, the author had to do something to put it out there and probably figured no one would figure it out thus, giving him the power he sought

    other then that, nothing else makes sense…and when the possible has been ruled out the impossible is the answer (that is how that cliche is said???)

    i will try to be well…thankz william

    take care,

    ravin ;) )

    mr. mcbroom,

    hope ur coming up with some progress on the shadowing…just could u keep it short? those long posts just get lost in translation!!!

    ravin ;) )

  712. Richard McBroom Says:

    Dear All,

    I equated “using non-preferred spelling” with “not knowing correct spelling” it appears (thanks for pointing that out).

    With the “newbie wog” initiation essentially complete, a prophetic personal message was revealed in my journey from Kryptos to Fermilab, i.e., “Everything is connected!”

    And, “SFC” equals “With emphasis upon (the speed of) light” equals “Lux lucet in tenebris,” which is where the Kryptos journey began for me in 2007.

    “Everything is connected.”

    Richard.

    PS: Mr. Harris, “Is this forum, in WF’s words, ‘a shill?’”

  713. @Richard: No.

  714. William Fisher Says:

    Regarding, Ravin Says: March 14th, 2009 at 8:21 pm

    WF,

    with all logical reasons for this cypher or cipher (i or y doesn’t matter to me)only leading to the icon for the “c” relating to what i said it related to and…

    especially, since replacing “c” in those other ciphers helped me decipher them…i have rested my case…

    … [edit for length] …

    Ravin? You’ve found some decriptions for the ‘other’ ciphers? Hrm. Great! I’d love to hear about it – not here since it’s not Fermilab related. If you care to share, then send to Mr. Harris an email with your email contact so he can forward to me. I’d rather not give my email out on the forum. There are those out there that would abuse that knowledge.

    Be well,
    ~WF

  715. Richard McBroom Says:

    Dear All,

    RE: “SFC”

    There is an alternate (“non-preferred”) interpretation.

    “SFC” equals “The Integral of the Function of ‘C.’”

    The resultant translation is “E=mC2.”

    It should be noted that at a quantum (counting) level, the principle of the “infinitesimal” breaks down, meaning that the fundamental theorem of calculus should not be applied.

    But only a time traveler from the future could know this (uncanny?), and I assure you that I am not a time traveler.

    Richard.

  716. Richard McBroom Says:

    Dear All,

    I think I have this.

    Let’s shadow some other names on this forum besides my own with that of “JAMES E SANBORN:”

    PSYCHOTRIA = BENT NINJA PSYCHE I
    DAVID HARRIS = HIS JOB MEND DRIVEN
    WILLIAM FISHER = I FILL HIS ONE JEW BANE
    RAVIN = VIE JAMES SNOB

    (Apologies to all, but I just do the translations.)

    And now I must ask, “Ravin, are you James Sanborn?”

    (If this is coincidence, it defies imagination; and I will not stop until I find James Sanborn.)

    Richard.

  717. mr. fisher,

    i am not giving out my address…u know what i am talking about and leave it at that…

    mr. mcbroom,

    “”
    PSYCHOTRIA = BENT NINJA PSYCHE I
    DAVID HARRIS = HIS JOB MEND DRIVEN
    WILLIAM FISHER = I FILL HIS ONE JEW BANE
    RAVIN = VIE JAMES SNOB

    “”

    psychotria = mr. mcbroom’s bent ninja psyche
    david harris = his mind is job driven
    william fisher = a jew who loves argue/ rich argues w/him
    ravin = long live cia job

    thanks for the fun tonight richard

    ravin ;) )

  718. Richard McBroom Says:

    Ravin,

    Is that a, “If I told you, I’d have to kill you?”

    Message received.

    BOOM!

  719. mr.mcbroom,

    why isn’t ur question “are you james e sanborn?”

    ravin ;) )

  720. William Fisher Says:

    Ravin & all,

    Since I think you were working with the icons more then most, have you encountered better names, or just made up ones that’s useable, for the icons then those already mentioned?

    Since the hex isn’t giving up it’s secrets easily, perhaps the icons will.

    I’d like to get a default set of names for them, and besides the obvious Greek letters, I figure you might have the default better knowledge on what to call them.

    Anyone else have input for the names of the icons?

    Thanks,
    ~WF

    PS: Ravin, I totally understand about email addresses, and or not communicating futher about it. Temp accounts on a free email system are very useful. Please, unless you prefer it … Will or William is fine. Wishing you well.

  721. Richard McBroom Says:

    Dear All,

    Anagrammed “JAMES E SANBORN” is “NAMES SNARE JOB” (which I largely revealed in a recent post).

    Shadowing “JAMES E LEADER” with “JAMES E SANBORN” gives “SANBORN LEADER.”

    Either “James E. Leader” is “James Sanborn,” OR at least one of the leading participants on this forum is James Sanborn.

    I assure you that I am not James Sanborn.

    Will the real James Sanborn, Kryptos artist, please come forward?

    Respectfully submitted,

    Richard McBroom

  722. why would james sanborn want to be on this web forum or sent some message to fermilab in order to decipher kryptos…

    i ask again…why didn’t u use the “james e sanborn” when addressing me richard?

  723. Richard McBroom Says:

    Ravin,

    RE: “SEE_1111” (you asserted earlier on this forum that this might be one of my user ID’s).

    “SEE_ONE ONE ONE ONE” shadowed with “JAMES E SANBORN” is:

    “EOEO_JAME E SANBORN”

    Since “EOEO is double negative,

    “EOEO_” = “IS OFFICIO”

    Substituting,

    “EOEO_JAME E SANBORN” = “I OFFICIO JAMES E SANBORN”

    If I must ask, then, “Are you an officio James E. Sanborn?”

    Otherwise, maybe we could just meet someplace for a cup of coffee?

    Richard.

  724. starbucks?

  725. Richard McBroom Says:

    Deal?

  726. Psychotria Says:

    Mr McBroom,

    I spent a few hours today looking over your suggestions. You should try and present them in a way that seems less “mystic” or “random”. In particular, please describe to me if you can (in a mathematical or algorithmic way) how “shadowing” works. I *think* I see what you mean, and if my analysis is correct then I think your comments are meaningful. If, however, “shadowing” cannot be expressed algorithmically then it would not seem a valid avenue of pursuit.

    Regarding kryptos (sorry if it was not you who brought it up), I doubt it’s related to this challenge, but the successful decryption of the kryptos code (well, it’s not fully solved yet) _does_ suggest that seemingly unbreakable codes can, with time, be deciphered. The decryption does have to follow an algorithm though, otherwise I’m afraid any suggested decryption would be conjecture. The ‘solved’ parts of kryptos make perfect sense, follow a step-by-step amd understandable, and “precise” method to reveal the text. This is what we need here. We need to decipher the message so it is “beyond doubt that it’s the correct solution”. Ideas are great; they lead to solutions. But the method (I think) HAS to have meaning and be based on relationships and not random guesses…

    Regards, Craig

  727. Richard McBroom Says:

    Craig,

    Have you seen my post dated February 4, 2009, entitled “Shadowing 101” on the PBS Discussions Forum thread regarding Kryptos?

    http://discussions.pbs.org/viewtopic.pbs?t=79039&start=100&sid=025c3de0bc8c491872e37b7a080f46f4

    Even if you may not endorse the process, would you accept my invitation to the celebration party?

    Richard.

    PS: I hope you like coffee?

  728. mr. mcbroom,

    heeyyyy!!!!…u said “we” as in “u & i” would meet for coffee…what’s up with that?

    ravin ;) )

  729. Psychotria Says:

    Richard,

    Hi. I am saying that I am willing to consider your shadowing method (i.e. I was not saying that I don’t endorse it, if you know what I mean). Now that I’ve read a bit more about the mysterious “shadowing” I can see that it *might* be a valid method when done correctly. At the very least it might lead to a solid method…

    I’d love to join the party at Starbucks. Can you book a flight for me from Australia ;-)

    Cheers,
    Craig

  730. Richard McBroom Says:

    Ravin,

    What???

    “Fun, fun, fun.”

    Richard.

    PS: I hope I’ve answered any and all questions regarding subjects relating to this forum; and hopefully, there will be a day in the not-too-distant future when what has happened here (and a lot has happened!) will truly come to light?

  731. *patiently waiting for his invitation to the coffee party*

  732. William Fisher Says:

    Regarding, Psychotria Says: March 25th, 2009 at 8:10 pm

    Craig and all, except the dead guy in the corner…

    I am happy your evaluation of “McBroom’s Method” and mine match up. It’s nice to know that others who have evaluated it, and they can see the flaws that I do.

    A variant could be made to work, but not as it stands with any certainty of correct decription . Generally, the sender would not want any chance for decryption error.

    Thanks for taking the time to really dig at/into his process.

    Using anagrams of words that only would have meaning to the viewer is extremely dangerous to mis-interpretation by the intended viewer since it would require an extreme knowledge of the target and could be temporal based also, depending on what the intended viewer was biased by that day.


    (ie. Target was stuck in brambles this morning while fleeing the guard dogs of the foreign embassy.)

    Message:”NTHR!OGO”

    Did he mean “GO NORTH!” or “GO THORN!”? Well there was a thorn bush in the back of the building, maybe he’s hidden something there, or did I drop something in the brambles? (One exhaustive search later.) “Nope.” Well, I went to the North safe-house, also, nothing there, either.

    (One frustrating week later.) *sigh* He was telling me that he finally got his favorite musical instrument shipped in from the States. He was very happy about getting that package in good shape. It used to belong to his dad… “Got Horn!” He’s not supposed to be using this for PERSONAL messages. Grr. He mentioned he was arranging for it to be shipped to him a month ago, I’d forgotten about that comment. *sigh*

    -

    Thanks for your evaluation.

    Be well.
    ~WF

  733. what does that have to do with u inviting me to a cup of coffee? now, u really didn’t mean it???

  734. Richard McBroom Says:

    Dear All,

    I am a divergent (as opposed to convergent) thinker.

    Have I fallen short of inclusion in my divergence?

    Be assured, you all have my love and respect (Ravin, especially).

    As I like departures with a question, “Is there any question?”

    Richard.

    PS: Is “WHAT IS, IS” “IS” add “IS-finitum?”

  735. William Fisher Says:

    All,

    I’ve been examining things a bit and been trying to make sense of stuff, and mostly failing.

    I’ve reordered the hex values based on an observation to:
    “F0BE58E493E6″
    “6C79D2F2FD63″

    There STILL is the ‘loginid’ stuck in the data, using the lookup table as in previous posting, (0=@/../26=z, 27-31 unknown – but would logically be the rest of the ascii table). Still have the B = W message too.

    11110 30 ^
    00010 2 B
    11111 31 _
    00101 5 E
    10001 17 Q
    11100 28 \
    10111 23 W
    11101 29 ]
    01100 12 L
    10011 19 S
    01100 12 L
    01111 15 O
    00111 7 G
    01001 9 I
    01110 14 N
    01001 9 I
    00100 4 D
    11111 31 _
    00111 7 G

    The reason for the reordering. If you move the image of the hex area to overlap at the hex values… (f6) are in that order, others are aligned perfectly, and others the orders are reversed.

    Something more to think about…

    ‘Dead on’ position ordering would mean? Other then ‘leave it alone’?

    Be well
    ~WF

    Note: Image is here – David

  736. where r u buying me a cup of coffee at?

  737. William Fisher Says:

    Ravin & all,

    If you happen to be in NC for the “Raleigh Spy Conference” – sing out – we’ll get ya coffee, somehow.

    Be well,
    ~WF

  738. Richard McBroom Says:

    Ravin,

    The answer to your question already exists.

    Take your full name, including the middle initial, and shadow it against that of “James E Sanborn.”

    What exact message did you find in the anagrammed remnant?

    Richard.

  739. if there is a spy conference…i am not singing out

    :) )

    ravin

  740. William Fisher Says:

    Regarding, Richard McBroom Says: March 27th, 2009 at 5:42 pm

    Ravin,

    The answer to your question already exists.

    Take your full name, including the middle initial, and shadow it against that of “James E Sanborn.”

    What exact message did you find in the anagrammed remnant?

    Richard.
    -

    WARNING!WARNING!WARNING!WARNING!WARNING!WARNING!WARNING!

    Please be warned Richard’s menthod is reversable. It can be used then to derive your full name. If this is NOT what you wish to have done, please don’t respond to his query.

    WARNING!WARNING!WARNING!WARNING!WARNING!WARNING!WARNING!

    ~WF

    PS: For the Love of God.. You have someone willing to have coffee with you, perhaps you’d get some really amazing conversation out of the deal too, and you want to jerk them around. *shaking head*

  741. WF,

    that is really funny….problem is i just don’t sing…in fact people tell me my singing is lousy…so, i only quietly sing when in church…

    otherwise, i would love some coffee and some “amazing conversation”…just gonna need a ticket to “Raleigh”…

    though i don’t think those republicans in raleigh like me to much…so, why don’t we have a cup of coffee somewhere near where the “Fermilab Cipher” showed up since this is the topic of this thread

    as always,

    ravin ;) )

  742. Richard McBroom Says:

    WF,

    Thank you for your concern.

    Have you shadowed your name, including the middle initial, with “JAMESESANBORN” (any resemblance to the Kryptos artist’s name is purely coincidental)?

    Does the “hidden message” in the shadow remnant surprise you in any way (wait a while before you come to a conclusion)?

    Regardless, I await Ravin’s response.

    Such is the art of encryption (deception)?

    Peace,

    Richard.

    PS: I invite all participants on the forum to shadow their own name in a similar fashion, and make it known if they obtain “ME,” or any other two letter word (or blank?) for the hidden message (DISCLAIMER: Not responsible for outcome in any way/ Do not perform this procedure if you cannot handle surprises/ Foul language is inappropriate at all times).

  743. beg my pardon richard,

    but i don’t know how i am to shadow my name with jamesesanborn….let’s say my name is katrinalsmith…how i am to do this shadow…keep it simple smartie

    ravin ;) )

    p.s. u still owe me a cup of coffee and since ur taking so long on the coffee the coffee is coming from starbucks!!!

  744. William Fisher Says:

    Ravin,

    I was up that way about 2 months ago. :( I was going to be there for a few days, and ended up being almost 2 weeks, due to that terrible snow/cold storm that went through.

    I was trying to arrange to visit fermilab in hopes that there’d be images of the icons some where. :) Perhaps in the art gallery they have on the Fermilab campus.

    If I get up there any time soon, I’ll try to make arrangements to pass that information along. Matt79 prob’ly could be conned/arm-twisted into showing up. Not sure about the others that are state-side.

    Anyway,
    Wish you well.
    ~WF

  745. Richard McBroom Says:

    Is there anybody holding just “E” for remnant?

    Trump!

  746. mr. mcbroom,

    i am holding E for a remnant…ace of trump!!!

    aces high!!!

    u finally answered my question…and i win again!!!

    ravin ;) )

    i think u owe me dinner and a cup of coffee

  747. Richard McBroom Says:

    Ravin,

    “A strange game. The only winning move is not to play.”

    Richard.

  748. mr. mcbroom,

    i take it u lost the game

    ravin ;) )

  749. Richard McBroom Says:

    Ravin,

    Can you accept an IOU?

    Yours truly,

    Richard.

    PS: “Will we nil we?”

  750. Richard McBroom Says:

    Ravin,

    Would I need to be “RICH IN HARVARD” or “IN HARVARD RICH” to “win?”

    Richard.

  751. William Fisher Says:

    Meanwhile, back at the ranch…

    Anyone have any wild/crazy ideas that involve breaking the Fermilab stuff? (Except related to ‘shadowing’)

    Let me know if there’s something I help with. Running out of steam on the binary/ternary aspects of the data for Section 2.

    Thanks!

    Be well,
    ~WF

  752. no

  753. William Fisher Says:

    Well, at least my Rubik’s cube is back in order… :)

    ~WF

    PS: HAFD!

  754. William Fisher Says:

    *sigh* Seems my message before the Rubik’s cube comment didn’t show up.

    It read:

    WOOT! I solved it! I solved it! WOOT! I solved it! I solved it! WOOT! I solved it! I solved it! WOOT! I solved it! I solved it! WOOT! I solved it! I solved it! WOOT! I solved it! I solved it! WOOT! I solved it! I solved it! WOOT! I solved it! I solved it!

    Seems the joke now was on me. :/ *grinning*

  755. Richard McBroom Says:

    Oh?

  756. really…truly…absolutely

  757. William Fisher Says:

    All,

    Okay, first off…

    I can say the puzzle has NOT been solved, but another oddity has been found.

    Going back and working with data already put into the forum:


    F0BE58F2FD63: 111100001011111001011000111100101111110101100011
    6C79D2E493E6: 11011000111100111010010111001001001001111100110

    Combined into a single binary data structure and split into 5 bit chunks.

    Map the 5-bit values to the same mapping as found for Section 1 and Section 4, “@ABCDEFGHIJKLMNOPQRSTUVWXYZ” in rising value.

    For character values 27 through 31, I supplied the mapping for character value (27-31) to ESION.

    The resulting pattern, ‘oBnEQsWILOLOGINIDnF’ was generated. (Lower case = part of ‘esion’,'noise’ backwards.)
    Why ‘esion’? No real reason. I tried noise in proper order, and in reverse. Reversed words appeared.
    Perhaps noise/esion cancel out and give you a message? If the author MENT this, it’s beautiful.

    If we apply a ROT13(decode/code method) to this string we get the pattern ‘bOaRDfJVYBYBTVAVQaS’

    If we do some mixing and matching between the two strings we can generate the data ‘bOaRDsWILOLOGINIDaS’


    Frank Shoemaker would call this noise
    bOaRDsWILOLOGINIDaS
    SFC
    EMPLOYEE NUMBER BASSE SIXTEEN

    Is this it? I don’t know. Probably not, but it’s another interesting property of the patterns.

    Things to ponder:

    NOISE / ESION that I used for the 27-31 characters
    in the datalookup has a lot of vowels. That means that there’s a
    decent chance that the letters could form viable words…

    ?? BOARDS = Bulletin Boards?? Forum? (Some unknown forum?)
    ?? WILO = An intelligent pump company?? Might be Aztec for’Dove’)?? I’ve seen “Wilo” as a name, also.
    ?? LOGINID = WHERE to Login at?
    ?? AS = Well, SFC?? Perhaps??

    Anyway.. More things to think about..
    Good luck!

    Be well,
    ~WF

    Team: “Cryptogram: Fermilab”
    William
    Matt
    Craig
    Topher

  758. William Fisher Says:

    Boards Wilo LoginID As …. Any ideas?

    ~WF

  759. William Fisher Says:

    “Board Swilo LoginID as” is also an option…

    Swilo is also a name.

  760. Bored Z will 0(zero) Login ID at SFC (San Fransico Chronicle)

    but i still stick by my decoding of C as the reason for the cipher or code

  761. Richard McBroom Says:

    Dear All,

    “JAKE QUIST” shadowed with “JAMESESANBORN” = “MORN BANK QUEST.”

    Significance is found in that the post dated May 16th, 2008 at 10:58 am (the third post on this forum) is, “It is the graviton that binds us.”

    G = 3/5 (e2/(m3M)1/2), where G is the gravitational constant, e is the charge on the electron of mass m, and M is the mass of the universe (the trailing numbers are exponents).

    “Everything is connected.”

    Peace,
    Richard.

  762. yes, mr. mcbroom,

    ur right…i am correct in my analysis of the cipher

    thanz

    ravin ;) )

  763. yes, mr. mcbroom,

    ur right…i was correct in my analysis…u owe me a cup of coffee

    thankz,

    ravin;))

  764. Richard McBroom Says:

    Ravin,

    RU “Ravin?”

    Richard.

  765. Christopher Lee Says:

    Hello All,

    I have been following this story and task for a while now and I noticed that no one has mentioned that Frank Shoemaker recently passed away.

    http://www.dailyprincetonian.com/2009/03/06/23017/

  766. what the heck kinda question is that?

  767. My apologizes. I am not in the physics field. Thank you for informing us.

    ravin ;) )

  768. William Fisher Says:

    Regarding: Christopher Lee Says: April 14th, 2009 at 4:30 pm

    Hello Christopher,

    *nodding* I knew. It was still a couple weeks after the fact that I found out. :( Some of us have banded together as a sub-group with potentially faster access to each other via emails and/or instant messages some of us have had a lengthy discussion on Mr. Shoemaker and his passing from the mortal realm.

    As Matt79 and I discussed; it’d have been nice to solve this puzzle while he was still alive to share in it’s solution.

    Perhaps it aught to have been mentioned here… I even thought I had mentioned here on the forum, but I don’t see it.

    The “noise” that is generated here makes it’s difficult to go back and double check somethings.

    Be well,

    ~WF

  769. Richard McBroom Says:

    THRICE ENABLES H(hc) NP JAM?

  770. Psychotria Says:

    Hi All,

    Thanks Christopher for passing on that sad news. I am not in the physics field either but thanks to this forum read quite a bit about Mr Frank Shoemaker. May he rest in peace.

    Regards,
    Craig

  771. Psychotria Says:

    William: Well, we haven’t solved it yet, so we’d better do it now! I am still at a loss on how to proceed though. I’ve tried examining the symbols more and even tried to make a picture out of them using each symbol as an element. No luck. Searched hundreds of websites for symbols that resemble them. Still no luck. *sigh*

  772. Richard McBroom Says:

    Dear All,

    RE: “Yuri Danoyan Says: August 6th, 2008 at 10:54 am @ http://www.symmetrymagazine.org/breaking/2008/08/04/fermilab-zooms-in-on-the-higgs-boson/”

    My previously attempted post (see “spam” and “David Harris) refers to the subject conjecture that a simple cognitive shift such as 2 +2 = 3 +1 might lead to new light upon the Higgs (*sigh*) boson.

    Despite the translational errors, it deserves serious review considering that at a quantum (counting) level only three (3) dimensions can be expressed at one time in oscillation.

    Richard.

    PS: The time paradoxes to date (whatever that means) deserve serious review, too!

  773. Very sad :( I also don’t work in physics, but it’s been a pleasure learning a bit about Mr. Shoemaker and his work these past several months. It seems each and every time I’ve come across his name, people have had nothing but good things to say about him.

    Should Frank’s friends / family ever stumble across this message, I’m sorry for your loss.

  774. William Fisher Says:

    All,

    Regarding, Psychotria Says: April 16th, 2009 at 8:35 pm

    *sigh* Yes. I’m really hopeing we can solve it.

    *nodding* The icons have me puzzled also. They are not traced as separate units as there are slight differences to them that would not exist if they were accurately traced. They are certainly done within a graph paper environment as the alignments and sizings indicate such was used. Beyond that, there’s not much else to go on. Greek letters, atom-smasher icon?

    Section 2:

    I don’t know what the icons are, except Greek lettering, and possibly an icon of the rings that were/are at Fermilab for particle smashing.

    My base assumption is the code author needed a way to encode the S(f)(c) section, and did not have an “S” to use in the information in Section 2. My current presumption is that the EXTRA icons are .. just that.. Extra.

    The logic I use for that is each icon is associated with a “Hex” letter. That association is consistant thoughout the Section 2. That’s like a ‘picture of you’ and ‘you’ together; what’s the difference? A lot, but when you have them both together as part of the same set… does it matter? If we found that it’s a picture of something else AND you – then there might be a clue in that.

    Since using the same encoding pattern from Section 1 and Section 4 causes a semi-valid pattern containing “LOGINID”, using the binary data as I’ve descibed, it seems to me that, while the method is inexact, it is ‘close’. [ 'close' only counts in 'horseshoes', 'hand-grenades', and 'thermo-nuclear weapons' ].

    Generally, if there is structure/pattern within the data, a consistent sample of the data will also illustrate there is structure/pattern. (Yes, there is always exceptions.)

    Finding other ways to convert the data of Section 2 to the encoded table used for Section 1 and 4 would be a good direction to try.

    Base3? Base2? Base 10?

    Mostly we can rule out individual letters being MORE then base16, we’d have “G” or more letters to deal with. As it is the indivdual letters if they were some other base would still be the same number converted. F in Base17>Base10 is the same as F in Base 16>10

    Various bases of numbers, other things to use in characters 27-31, a way to convert bits to base 3 that is not just a pure math obvious way – (w) bits is space, then bits(x,y,z) are numbers, etc.

    *sigh*

    If I had the answer I’d be bouncing up and down in excitement, even if I wasn’t the one to come up with the solution.

    Try taking a look at the “hex” stuff. Get creative in ways to convert it to other number patterns. The probably goal is 0 through 26, or 0 through 31.. What would you use for 27-31 characters that are not part of the known lookup tables?

    Best of luck on this.. I’d love for ya to solve it.
    ~WF

  775. William Fisher Says:

    Richard,

    *sigh*

    Regarding, Richard McBroom Says: April 17th, 2009 at 7:44 am …

    Please keep the conversation here related to the cipher. There are lots of forums to discuss actual physics.

    The more you attempt to bring your ‘messages from God hidden in the cipher’ and pulled out of Chaos “All things are connected” message, the more people you drive away.

    I know of at least two others that don’t want to read the boards any more because of it…

    Thank you,
    ~WF

  776. Richard McBroom Says:

    Dear All,

    There is no claim to infallibility.

    Though I attribute accomplishments to God, failings that may exist are my own.

    If there is confusion, it is most notably because there are many “resonances” (see my earlier use of the term) that could be perceived as true leads; but I firmly believe that the “map” I have described is closer to a true path for decryption of the Kryptos cipher and for the central portion of the Fermilab cipher than any of the other interpretations regarding the same ciphers that I have seen to date.

    If “this resonance” or “that resonance” leading to (?) is the pathway favored over the “map” that I leave, so be it—let time be the judge.

    Peace,
    Richard.

  777. William Fisher Says:

    Richard,

    Richard McBroom Says: April 17th, 2009 at 11:45 pm.

    I made contact with a person that was in the ‘spy business’ who used to deal with encrypted information on a daily basis.

    An independant evaluation. I asked for opinion of the method. I pointed him your work as you have presented in this forum and the PBS forum. He looked it over. He laughed. I won’t repeat the commentary that followed, but it was colorful.

    You can believe all you want about your ‘resonances’. Faith, prayers, and hope won’t turn a turd into gold.

    RiH,
    ~WF

  778. William Fisher Says:

    Mr. David Harris,

    I wish to thank you for the hours of entertainment provided by you and your releasing the “Fermilab Cipher” into the wild. Your tolerance of my chatty conversations was appreciated. Especially when we thought we were close with “loginid”. I’ll be interested in the solution when/if it happens – I hope a solution shows up soon for you!

    To everyone, except Mcbroom…

    Thank you for your work with this cipher. Thank you for evaluating the bits I played with and saw patterns in. You have my respect and best wishes.

    For me, the forum just isn’t fun any more. I’ve also found I am starting to not care what the message is.

    It’s not going to be life saving, or going to solve some criminal act as decoding the Zodiac ciphers might. It’s not going to provide the ultimate answer to life, the universe and everything, or even it’s question.

    It’s just a puzzle sent to people that I respect and admire, “Fermilab”, asked for help with. I wanted to have some fun, and perhaps help out.

    Sadly, I can’t ignore the noise generated by McBroom as I’ve been told to do by so many people. It is a flaw of mine, I guess. Since I can’t convince him to stop the insanity, I can just stop reading the forum.

    I’ll work on the puzzle from time to time, and if there’s anything interesting I’ll pass it on to the team I’ve been working with, and let them post it here if they wish.

    If you wish to make contact and discuss ideas regarding the ‘Fermilab Cipher’ I’d love to do that. Ask Mr. Harris to forward your contact information.

    Be well,
    ~WF

  779. WF,

    the “c” helped decipher the two small codes of the Zodiac…but for the large uncoded message…it was never meant to be decoded…just like fermilab…

    ravin

  780. Richard McBroom Says:

    WF,

    I love ya, man!

    In so many ways, the forge is the place where metal is made.

    “In another place, in another time?”

    Richard.

    PS: All is forgiven.

  781. thankz again mr. mcbroom for saying i am right!!!

  782. Richard McBroom Says:

    Ravin,

    RE: “thankz again mr. mcbroom for saying i am right!!!

    To which instance do you refer, the covert “E” assertion revealed on my part, or the overt “crackpot” version stated on your part upon my introduction to this forum (they cannot both be correct, as one is mutually exclusive of the other)?

    Richard.

    PS: I love yz too, regardless

  783. mr. mcbroom,

    scenario 1.) a “crackpot” could be right on the “covert E” assertion.

    scenario 2.) the 4th part of the Kryptos code has to do with the fermilab code in regards that “c” was the only character of use to be used in the small zodiac ciphers and the last big zodiac cipher was never meant to be decoded or/aka DISINFORMATION and neither was the 4th part of the Kryptos code to be anything but DISINFORMATION or “busywork”

    though after too long on this discussion board with u richard u r not a crackpot…though we may disagree as to the correlation of the two codes OR ur trying to get others to say their ideas so u can check yours…which of course i would ;) )never be guilty of…

    either way u still owe me a cup of coffee

    ravin :) )

    p.s. counterintelligence is not making a gourmet sandwich on the kichen counter!!!

    love yah too

  784. Psychotria Says:

    That’s a pretty amazing graph you’ve created there dud. What does it mean?

    Cheers, Craig

  785. Hey Dud,

    Interesting graph. Care to elaborate on what it represents?

  786. dud,

    looks like the start of the universe

    ravin ;) )

  787. S = triangle – squiggle or S = 0xFC? Or the extra S in “BASSE” is mapped to 0xFC?

  788. Anyone making any progress at all?

    I haven’t had any real breakthroughs, but I’ve been trying to spread the letter around to potentially interested parties when it seems appropriate; I’ve posted a few links on related boards, etc. I really think we need to acquire some new blood, otherwise this is just going to be forgotten as time continues to pass.

    Unfortunately, I don’t have much of a fire-hose into the social web, so any help would be appreciated. Surely there’s someone lurking around here that has a cryptography related blog, or a massive follower count on social-network-of-the-month :)

    Matt

  789. Richard McBroom Says:

    The character named Berthold in the Munchausen movie (1988) states, “I spy with my little eye something beginning with ‘M’” (as in the childhood game, where the particular correct response is, “Monster”).

    “M,” of course, in the Fermilab game is the obvious correct middle initial for James Sanborn, because “JAMES E SANBORN” shadowed against “JAMES M SANBORN” gives James M. Sanborn the obvious job of being “ME.”

    I assure you I am not James Sanborn.

    “Fin” is at hand, given the rules of fair play!

    The only other obvious choice, of course, is “T” (where the author’s job would be to please “phone home”).

  790. Yoda, Jedi Master of the Force, I am. Says:

    McBroom, Richard, you are.

    To the Dark Side you walk. Many voices you silence. Grievous error you do make. Mister James “E” or “M” Sanborn of Kryptos art, his name it is not.

    Wisdom and enlightnement would be unbound, if his True Name you do seek sound. If competent you are, minutes you must spend. Remember, Google is Friend.

    Communication simple you could make, to confirm your life or seal your fate.

    Yoda, I am.

  791. Richard McBroom Says:

    *JAMESANBORN*WISHES*TO*COMMUNICATE*WITH*THE*CREATOR*

  792. Melakh Adonai Says:

    Dear Richard,

    We know he does.

    Thank you,

    Gabriel

  793. It looks like his full name is James Herbert Sanborn according to various google results.

  794. Yoda, Jedi Master of the Forc Says:

    Andrew, you are.

    Information you did seek. Proud we are of your attempt. Light you bring.

    Saddened we are. Answer another did not seek. Several times, fail the test.

    Arrive the Chaos, it will. Shadowing will bring this light into the Dark Side. Perhaps, the other will redeem himself and seek out Sanborn, James and confirm his theory of relation. Finally, putting shadowing chaos to rest for weal or woe.

    Yoda, I am.

  795. Richard McBroom Says:

    *I*AM*JAMESANBORN*ARE*YOU*CREATOR?*
    *JAMESANBORN*WISHES*TO*BECOME*ONE*
    *JAMESANBORN*+*HERBERT*JAMES*SANBORN*=*
    *HERBERT*JAMEJAMES*SANBORN*SANBORN*
    *ANNIHILATE*SYNTHESIZE*
    *HERBERT*JAMES*SANBORN*2*
    *JAMESANBORN*AND*JAMES*HERBERT*SANBORN*ARE*ONE*
    *APPLIED*
    *HERBERT*JAMES*SANBORN,*JUNIOR*
    (*JAMESANBORN*AND*CREATOR*ARE*ONE*)

    *PS*BELATED*HAPPY*BIRTHDAY*SYMMETRY*BLOG*
    *PPS*EARLY*HAPPY*FATHER’S*DAY*ALL*BE*WELL*

  796. William Fisher Says:

    Mr. McBroom.

    You have gone on and on about the KRYPTOS and Fermilab connection. Why not just ask him, James Sanborn? Confirm your theory instead of digging your hole into your personal insanity a bit deeper? It just makes you look.. stupid.

    Since you wouldn’t accept your method is broken and try to come up with ways to correct for the given flaws, since you couldn’t take the hint and do the work yourself I’ve made personal contact with Mr. James Sanborn.

    I just flat out asked if there were any linkages with KRYPTOS and the cypher sent to Fermilab and briefly explained the situation we have here at the forum with “you”.

    His response was “no connection to fl cypher, js”

    So, now that it has been put to rest. LET IT GO!

    Tah,
    William(WF)

    PS: Note, he spells it ‘cypher’ also. WOOT!

    PPS: a copy of the email and Mr. Sanborn’s response was sent to the Symmetry Editor for proof of conversation. :P

  797. Richard McBroom Says:

    WF,

    “I fill your bane.”

    “Everything is connected.”

    Richard.

  798. Richard McBroom Says:

    I humbly propose that element 112 be named “Kryptosium” (as in “kryptos” or “hidden”), because discovery of K4 and element 112 progressed in a similar time frame, and because name and date (“KRYPTOS” and “2009”) will have immediate recognition, especially given the “other” heavy element of similar name (“the key has always been the ‘S’”).

    “Everything is connected.”

  799. Wow. I am amazed people are posting here still. I expected this to be over by now. I read about this on /. quite a ways back.

    Kind of random I ended up seeing this again.

    Seriously though, the guys who post here every day, give it up. It was solved to a sufficient level. If it was of more importance the letter may have been sent more than once.

    Ryan

  800. William Fisher Says:

    Regarding Ryan Says: July 7th, 2009 at 3:35 am,

    A few of us are working on it in our spare cpu/thought cycles. It’s cheap entertainment.

    Besides, there are times you climb the mountains just because it’s there.

    Be well,
    WF

  801. Hi guys,

    Just saw that someone else posted under the name Ryan. I’m not doubting that he is in fact a “Ryan,” but wanted to clear up any confusion. I’m the Ryan that you are probably familiar with, and I’ve been posting every once in a while since July ’08. I fully support the continued effort in solving this thing and agree with WF that it’s a fun challenge. I still give the puzzle a look over every once in a while. I just haven’t thought of anything worth sharing online. Anyway, keep up the code cracking! Not all Ryans have given up on decoding the cypher!

    Ryan

  802. Hey Ryan,

    Good to see you. We assumed there were two Ryan’s, don’t worry :)

    A few of us are still plugging away at it once in awhile. If you, or anyone else, wants to share ideas, I can be reached at matt79@gmail.com.

  803. Richard McBroom Says:

    RE: “SCEPTIC” (or “SKEPTIC”)

    See my latest post on “PBS Discussions” regarding the “Kryptos” thread.

  804. Well, it has certainly been a while and I’m glad I finally was able to catch up. William, I do hope that you never give up simply because the mountain is indeed fun to climb. Personally, I will not be satisfied until the whole cypher (cipher) has been solved in a respect similar to the first and third sections. Luckily, I am no cryptologist (cryptoanalyst?) and thus I haven’t been quite as driven to solving it.

    In any case, know that I am still interested and look forward to contributing a few thoughts (at the very least) in the near future.

    Be well!

    -Topher

  805. matt79 checking in :P

  806. Well, Matt79 and I have some interesting oddities and coincidences regarding the letter and it’s mailing time… We’ll document that shortly here in the forum.

    One of the things I wanted to get out there was an pattern from the ‘hex’ data that generated “GLKANEOJLGKANGDKINA” using 4bit instead of 5bit decryption and a bit shifts.

    Unto itself it’s not remarkable except that G.L.Kane works with Fermilab related physics but not directly associated with Fermilab. He’s over at the University of Michigan.

    Yet another coincidence? Probably… but.. it’s fun finding all the fermilab/physics coincidences you can pull out of data.

    We’re awaiting a response from him to determine if he had anything to do with the ‘letter’.

    Be well,
    ~WF

  807. Greetings,

    Here’s at least one oddities that’s been discovered by me.

    “The letter came delivered by USPS on Mar 5, 2007, addressed to”…

    This was mailed out within a day or two of the XII International Workshop on “Neutrino Telescopes”. Perhaps by someone attending the event and mailing it off before leaving from Chicago area?

    http://neutrino.pd.infn.it/conference2007/conference07.html

    Which as Matt79 pointed out to me is also within the window about 2 weeks from the 20th anniversary of the “SN 1987a”.

    http://en.wikipedia.org/wiki/SN_1987A

    It certainly falls into the realms of higher chance that the author knew of this timing and created a cypher for such event celebration. Still, perhaps not? Coincidences?

    Perhaps SN1987a is the noise the “letter” author that Shoemaker would have noticed as it would certainly have caused a blip on the equipment he was working with in the BooNE project if a similar event happened while the project was running?

    Matt79 has a path to link some of the letter to the SN1987a event via a mathematical process. For me, it’s a little of a twist in thinking to get there, but it is an interesting path to look at. At the very least it’s certainly interesting to see the coincidences that can be pulled out of the data. Matt79 is working on a write up and will post that in his time.

    Anyway, I’ll write more soon.

    Be well,
    ~WF

  808. I would just like to point out that this site has been linked to wiki. Expect random people like me!

    PS I am willing to bet any person that would take the time to create this code is more than likely to visit a long lasting forum like this. Just food for thought.

  809. All,

    Regarding the F0BE58F2FD63/6C79D2E493E6 section.

    If it’s broken down as mentioned before 95 bits, 5 bit pieces we get a series of numbers that we can link back to the section 1 (Frank Shoemaker Would Call Noise) alpha-lookup.

    11110 30 (30)
    00010 2 B
    11111 31 (31)
    00101 5 E
    10001 17 Q
    11100 28 (28)
    10111 23 W
    11101 29 (29)
    01100 12 L
    01111 15 O
    01100 12 L
    01111 15 O
    00111 7 G
    01001 9 I
    01110 14 N
    01001 9 I
    00100 4 D
    11111 31 (31)
    00110 6 F

    The mini-team noticed that the B EQ W section COULD be (2) EQ (23). Which stood out as being 02/23 the date of the SN1987a super nova event.

    Running with that idea, if I rotate the string around to more align the unknown values and the possible known ones to:

    01100 12 L
    01111 15 O
    01100 12 L
    01111 15 O
    00111 7 G
    01001 9 I
    01110 14 N
    01001 9 I
    00100 4 D
    11111 31 (31)
    00110 6 F
    11110 30 (30)
    00010 2 B
    11111 31 (31)
    00101 5 E
    10001 17 Q
    11100 28 (28)
    10111 23 W
    11101 29 (29)

    The section could be interpreted:

    LOLOGINID F 2 EQ 23

    Not sure about LOLOGINID except as a LO LOGIN ID or perhaps a mispelling of LOLIGINID (which is SQUID)

    (SQUID) also is short for Superconducting Quantum Interference Devices. Devices used by Fermilab. Something to toss out there, but here’s something a bit more interesting.

    LOLOGINID FRIDAY FEBRUARY EQUALS 23

    If the FRIDAY date was for the 2/23 event in SN1987a it would be awesome, but it’s not.

    There is a FRIDAY date for 2/23 and it is the 20th aniversary date. 02/23/2007 AND within two weeks of the letter being sent.

    Sooo..

    LOLOGINID 02/23/2007 is in part a possible link to the SN1987a event.

    Just another observation about the data: 29/28, 31, 30, 31 (bottom to top order, from above) is the ordering of the months February, March, April, May. Coincidence? Perhaps. Just pointing it out.

    Did we find something? Yes! Was it what the author intended? I don’t know. Coincidences are fun.

    Enjoy thinking about this.. :)

    Be well,
    ~W

  810. Richard McBroom Says:

    Dear All,

    RE: “William,” et al.

    Each line of your “decryption” has a binary number, followed by its base 10 equivalent, followed by an alphabetic equivalent (A = 1, starting over with A = 27 for numbers greater than 26), except when blank, where the letter should be inserted.

    The resultant 19 alphabetic characters (“DBEEQBWCLOLOGINIDEF” for the first ordering) are inconsequential, except for four characters appearing twice (“EILO”).

    The anagram equivalent is “O LIE” if one suspects a lark, or “ELOI” the Fantasia middle name or “JAMES E SANBORN,” and/or the fictional evolutionary fate of an unthinking human race.

    There is at least a 99% chance that “JAMES ELOI SANBORN” shadowed with my complete name is the equivalent message “It is a sweep. Meet JHS. Claim ‘neural network,’ ‘network neutrality’ or ‘natural neighbor’” (I claim them all).

    Richard (Smith) McBroom

  811. Mcbroom,

    From William Says: November 24th, 2009 at 10:59 am your observation is .. incorrect, as always, it seems. Values 27 and greater were not assigned an alphabetic value. They just retained the numeric value.

    If you are referring to some other previous entry I suggest you reference the material you are attempting reference to make yourself clear.

    PLEASE could you also keep your commentary to something involving a legitimate attempt to solve the “Fermilab Cypher”?

    ~W

  812. Hey Richard,

    I’d love to discuss your ideas in more depth. matt79@gmail.com Feel free to get in touch if/when it suits you.

    Best.

  813. Richard McBroom Says:

    Dear All,

    A proper response to my last post would have been to question why “D,” which also appears twice in the decryption string, did not end up in the captured message pool?

    Answer: The numeric string position indicator had a different value, indicating upper and lower case values (There were also three “E’s,” but two of them met the intrinsic value test).

    The proper conclusion would be that the “LOLOGIN” is upper and lower case sensitive.

    Richard.

    PS: “O ELI” is a possible message, meaning that “ELI” fits the middle name requirement for “JAMES E SANBORN,” too.

  814. Regarding,
    Richard McBroom Says: November 27th, 2009 at 12:30 pm

    My response was proper. Perhaps you just don’t like it, which is your right.

    Document your process, or it’s really not worth much.

    dBeEQbWcLOLOGINIDeF

    The ‘section one(FSWCTN)’ and ‘section four(ENBS)’ didn’t use upper/lower case indicators. Upper/lower case can be used as per standard English sentence structure convention, as it can be done in ‘section two(f0be…)’

    How do you expect LOLOGINID to be upper/lowercase based on your comment. Also, what does it matter? Upper and lower case does not change any of the root information or our basic understanding of the word units within LOLOGINID.

    -

    James E Sanborn isn’t the KRYPTOS author.

    James Sanborn the KRYPTOS author personally has stated he is NOT the author of the Fermilab/Shoemaker cypher.

    What is the connection you are attempting to make with this “person/name” to the Fermilab cypher and why? If you can’t make a reasonable connection why do you assume it’s the truth and keep using it?

    As long as you keep ‘shadowing’ out of the process, that is, anagrams created from misc texts, you’ll find many people potentially receptive and willing to work with and discuss ideas you post.

    ~W

  815. All,

    11111 31 (31)
    00110 6 F
    11110 30 (30)
    00010 2 B
    11111 31 (31)
    00101 5 E
    10001 17 Q
    11100 28 (28)
    10111 23 W
    11101 29 (29)
    01100 12 L
    01111 15 O

    Anyone of you quantum physics buffs out there notice anything about those letters?

    F Spin, W Boson, LO ??

    Anyone link the letters around a bit better?

    Be well,
    ~W

  816. All,

    Regarding the F0BE58F2FD63/6C79D2E493E6 section.

    If it’s broken down as mentioned before 95 bits, 5 bit pieces we get a
    series of numbers that we can link back to the section 1 (Frank Shoemaker Would Call Noise) alpha-lookup.

    11110 30 (30)
    00010 2 B
    11111 31 (31)
    00101 5 E
    10001 17 Q
    11100 28 (28)
    10111 23 W
    11101 29 (29)
    01100 12 L
    01111 15 O
    01100 12 L
    01111 15 O
    00111 7 G
    01001 9 I
    01110 14 N
    01001 9 I
    00100 4 D
    11111 31 (31)
    00110 6 F

    The mini-team noticed that the B EQ W section COULD be (2) EQ (23). Which stood out as being 02/23 the date of the SN1987a super nova event.

    Running with that idea, if I rotate the string around to more align the unknown values and the possible known ones to:

    01100 12 L
    01111 15 O
    01100 12 L
    01111 15 O
    00111 7 G
    01001 9 I
    01110 14 N
    01001 9 I
    00100 4 D
    11111 31 (31)
    00110 6 F
    11110 30 (30)
    00010 2 B
    11111 31 (31)
    00101 5 E
    10001 17 Q
    11100 28 (28)
    10111 23 W
    11101 29 (29)

    The section could be interpreted:

    LOLOGINID F 2 EQ 23

    Not sure about LOLOGINID except as a LO LOGIN ID or perhaps a mispelling of LOLIGINID (which is SQUID)

    (SQUID) also is short for Superconducting Quantum Interference Devices. Something to toss out there, but here’s something a bit more interesting.

    LOLOGINID FRIDAY FEBRUARY EQUALS 23

    If the FRIDAY date was for the 2/23 event in SN1987a it would be awesome, but it’s not.

    There is a FRIDAY date for 2/23 and it is the 20th aniversary date. 02/23/2007 AND within two weeks of the letter being sent.

    Sooo..

    LOLOGINID 02/23/2007 is in part a possible link to the SN1987a event.

    Just another observation about the data: 29/28, 31, 30, 31 (bottom to top order, from above) is the ordering of the months February, March, April, May. Coincidence? Perhaps. Just pointing it out.

    Did we find something? Yes! Was it what the author intended? I don’t know. Coincidences are fun.

    Enjoy thinking about this.. :)

    Be well,
    ~W

  817. Has anyone looked at semaphores yet?

    I guess semaphores are vaguely akin to flag signals, and thats
    what people mostly equate semaphores with, and a Naval guy
    would also be the most likely of the general population to be versed
    in their syntax and semantics. And, at least anectdotally;
    Fermilab, Lawrenrence Livermore, Argonne, et al. are chock full
    of Naval guys.

    Also semaphores are ubiquitous in deep level programming and signal
    processing, arenas that someone currently at or had previously worked for
    Fermilab may also be accustomed to, if not abjectly trained in.

    So let me just jot down a few thoughts :

    Heres a little on semaphores:
    http://en.wikipedia.org/wiki/Flag_semaphore

    Notice the signal patterns in the above article and their correlation
    to the symbology in the letter.

    e.g. in the 1st line of the mid-section of the letter:

    “i” is above “phi” symbol

    notice in the semaphore flag system “Rest/Space” imparts a
    a similar silhouette as the letter “i” and means similar things
    to “phi” (i.e. empty set, nop, do nothing)

    The following was an April Fools joke posted as an RFC
    on the IETF website in April 2007 about using semaphores
    as the new internet protocol

    Here’s the full article :
    http://tools.ietf.org/html/rfc4824

    Now here’s an excerpt of the same article :

    0 1 2 3
    +——–+——–+——–+——–+——–+
    | FST |Protocol|CksumTyp|Frame No|Frame No|
    +——–+——–+——–+——–+——–+
    | |
    // DATA Payload //
    | |
    +——–+——–+——–+——–+———+
    | CRC | CRC | CRC | CRC | FEN |
    +——–+——–+——–+——–+———+

    Note that each field represents one SFS or 4 bits.

    ——————————————————
    IP-SFS Data Signals
    ——————————————————

    SFS 0 __0 |0
    /|| || || ||
    / \ / \ / \ / \
    A B C D
    IP-SFS 0×00 0×01 0×02 0×03

    —————————————–

    SFS 0/ 0__ 0 __0
    || || ||\ /|
    / \ / \ / \ / \
    E F G H
    IP-SFS 0×04 0×05 0×06 0×07

    —————————————–

    SFS |0__ 0| 0/
    /| | /| /|
    / \ / \ / \ / \
    I J K L
    IP-SFS 0×08 0×09 0x0A 0x0B

    —————————————–

    SFS 0__ 0 _ __0|
    /| /|\ | |
    / \ / \ / \ / \
    M N O P
    IP-SFS 0x0C 0x0D 0x0E 0x0F

    Figure 3: IP-SFS Data Signals.

    ——————————————–
    IP-SFS Control Signals
    ——————————————–

    SFS __0/ __0__ __0 |
    | | |\ |
    / \ / \ / \ / \
    Q R S T
    IP-SFS FST FEN SUN FUN

    —————————————–

    SFS / __ 0/_ 0/
    | | | |\
    / \ / \ / \ / \
    U V W X
    IP-SFS ACK KAL NAK RTR

    —————————————–

    SFS 0__ 0__
    /| |\
    / \ / \
    Y Z
    IP-SFS RTT unused

    —————————————–

    SFS _/_
    /|\
    / \
    Error
    IP-SFS unused

    Now, this was all an April fools joke by a few clowns at IETF. And I’m just using it
    as an example of semaphore systems.

    However, imagine this, imagine the upper section of the letter was a datagram communicating
    or interacting with the lower portion by means of a semaphore system defined by the middle
    section of the letter in question. Also, imagine the solution “FRANK SHOEMAKER WOULD CALL
    THIS NOISE” was deliberately set to illustrate a point, a point that more or less demonstrates
    our willingness to foist meaning onto misinterpreted data without solving the whole system.
    Imagine a system, its hard to explain in words, but a system in which a clever manipultor
    knew the methods in which in adversaries would likely employ first and built in an almost
    tongue-in-cheek “hash collision” so that their methods would lead them on down the wrong
    path by fooling them into thinking that they had it all solved except for one small piece.
    When in fact, it was the largest piece they were missing.

    I have a gut feeling that “FRANK SHOEMAKER WOULD CALL THIS NOISE” means just that.

  818. Oops, the whole semaphore ASCII art doesn’t translate
    so well on web sites that strip out special character sequences. Its better to just check out the article anyway.

    http://tools.ietf.org/html/rfc4824

  819. i once saw this kind of work in a decree with a couple of other characteristics deemed undesirable by the fashion police. there is conclusive evidence M. Alain Decaux wrote this cipher after the original code’s acquisition by a mole or agent of a mole: http://www.rotary-francophone.org/new/cadre.asp?num=655&categorie=Le%20Rotarien&scat=Entretien%20avec…&scat2=-&scat3=-&scat4=-

  820. Regarding: Mushu Pork Says: December 22nd, 2009 at 4:55 am

    At least for the F0BE… section of the “Letter”, I’ve looked into various other formats of data. Raw ASCII commands, Morse Code, and did also glance at Semaphore.

    I couldn’t come up with ways to cleanly break the “hex” values into the equivalent codes in Morse Code, or Semaphore. Raw ASCII was ‘interesting’ but produced results that weren’t really readable.

    There’s 24 characters/icons. Which could represent 95 or 96 bits depending on how to interpret the first character in the second row. The Semaphore data suggestion you made would be 27 characters and mostly covered under the pattern we are already using for the lookup table in the other sections.

    Do you have insight on perhaps how to break it down differently then we have been doing in some of the work I’ve presented?

    Thanks for your comments and attempts at cracking this! It is greatly appreciated. Keep at it, please!

    ~W

  821. Still not solved it yet!? How do you expect to solve a SETI message when you cant even decode something your fellow man has written?

  822. Regarding: jonas orca Says: January 30th, 2010 at 6:18 am

    Jonas. We arn’t trying to solve a ‘SETI message’. (Thankfully) Currently there aren’t even any known SETI messages to decode. Messages sent with intent for decoding will usually be set up to provide a basis for the decoding and be long enough to provide a patterned process. The ‘mystery sections’ of the ‘Fermilab-Shoemaker’ letter are seemingly not designed as such.

    As far as I know there’s two generally-active people still bothering to try to come up with something that is a “Clean” process to decode the message IN THE WHOLE WORLD and we arn’t even associated with Fermilab. We don’t have a budget provided as some of the SETI organizations do, either.

    Feel free to join in with decoding it. Heckles about not decoding it yet from the voyeur audience seems to be a waste of time on so many levels.

    Our base assumption is the message is related to the SN1987a supernova event. If it’s not, then almost everything we have found and published and not yet published regarding the “F0BE” section it is wrong.

    We’ve found a LOT of things that it COULD be. Mostly they take a lot of assumptions we can’t back up with only 95/96 bits worth of information. Things we have not yet documented here because some of the assumptions are leaps at times that it’s really hard to believe the author did it.

    We’ve decoded references to the specific date and time of the 1987a supernova detection. Sadly, the data has many levels of processing. One layer gives the 20th year anniversary date. Another layer gives the detection time within a few fractions of a percent of the day. We also have a formula and perhaps a “LOGIN ID”. Coincidence? Who the heck knows? The author. IF the author KNEW all the things we found in the various layers and intended on it being this way.. The author is a genius of geniuses or stumbled on some numbers that coincidently matched to so many things – and may or may not even know it.

    If the assumption or relation to the SN1987a event is incorrect the 95/96 bit message provides on many levels of cyphering/encoding references to it that it would be an interesting thesis in the making for someone who studies order and chaos and assumptions.

    Imagine a NON-Random bit pattern of 95/96 bits and being told “figure out what it means!” We have almost no hints as to the content. Difficult at best.

    What if you were told it had something to do with radioactive lemurs? Well, you’d find in the data information that might relate. If you did 1000 transforms on the data and you got it to actually spell “radioactive lemurs” You’d be happy about it!

    After all that work, you find you were lied to and it really was about jelly sandwiches. And with one simple and clean process it really spells “Ur Jelly Sammich, I eated it!”.

    We are looking for the sense without having any idea what the message might even talk about… that’s amazingly difficult.

    Anyway, please feel free to join in. We’d love to have other people actively working on the project!

    Heck.. Send us LOTS of money! We’d take that too! :D A funded project would be awesome! :)

    Be well,
    ~W

  823. 1 18945 11145 711

  824. Regarding dud Says: February 10th, 2010 at 8:23 am

    Do you realize that posting stuff without explanation, as you have several times, is vexing, at the very least?

    ~W

  825. Happy SN1987A Day!

  826. here are 1145 words of explanation: http://www.nsa.gov/kids/

    care to guess who the turtle is?

  827. Regarding dud Says: February 24th, 2010 at 3:45 am,

    ‘dud’…

    Does the “Who is the turtle?” relate to the “Fermilab Cypher”? No? Then I really don’t care who the turtle is.

    Unless your comments throughout the forum are specific to the decryption of the “Fermilab Cypher” why would I or anyone ‘care’? The “Fermilab Cypher” is what this forum is for. If I/we wanted to play with the NSA I’m sure those that did would make contact with them.

    If you have a solution to the “Fermilab Cypher” please post it.

    If you have work regarding the “Fermilab Cypher” you’d like to share, please do. Fresh eyes with ideas would be great.

    If you have something of value to say regarding “Fermilab Cypher”, communicate it, clearly, please.

    Otherwise, why are you trying to add to the ‘mystery’ of it with rather random-ish seeming junk that’s not related to the “Fermilab Cypher”?

    Or am I incorrect, and it really does relate? Could you, please, explain the relationship clearly, and be done with it?

    Enlighten the masses, please…
    ~W

  828. Regarding, Dollar Says: March 31st, 2010 at 12:24 pm

    Um, folks as a warning, a majority of the various sites listed via google to learn about decoding ‘megan 35′ and other various options are virus laden websites attempting to infect your system just for visiting there.

    Be careful.

    ~W

  829. Thanks for the warning! I have removed that comment.

    Glennda

  830. When you look at it, it is actually (blank)fffc

    and s could be AA so AAFFFC which is a sort of teal in hexidecimal color code… just some thoughts, maybe someone can make something of that. but i think that all those letters there are not just junk, it cant be so simple that the two are given and the first is the ?, i think it all is a big cipher like section 1 and 2.

  831. Well folks, it’s been a while since things have been advanced on this project.

    I’ve sent a PDF to Mr. Harris for inclusion here. It’s not as pretty as I wanted. But an excel spreadsheet is faster vs a Photoshop image.

    I’m looking forward to constructive comments and new ideas to what this may all be about.

    Be well,
    ~W

  832. Jesse Chisholm Says:

    Wow. What a long list of threads on this.

    Regards the last section: suppose it isn’t:

    EMPLOYEE NUMBER BASSE SIXTEEN

    but rather,

    EMPLOY EE NUMBER BASSE SIXTEEN

    This could still be taken a few ways.

    * EE in hex is 238 decimal
    So, who is employee number 238?
    are their initials “SFC” or “FC” ?

    * EE could mean E times E in base 16
    15 * 15 = 225
    Who is employee 225?

    * EE == E^E == 2.7… ^ 2.7… approx: 15.15+
    Hmm. hex “E” is 15 so E.E is 15.15 Hmm.

    BASSE 16 == below 16 ??
    16 / E^E approx: 1.05+
    suggesting the “S” should be “1″ not “A”
    SFC ==> 1FC
    ** breaking the binary up into the trinary code
    000 111 111 100
    ” ” m m i
    which means nothing to me :(
    ? some employee’s initials?

    ** break the hex of 1FC into bit pairs
    look at them as if they were marks on the page
    00 01 11 11 11 00
    0 1 2 2 2 0
    use the established substitution code
    e x
    initials “EX” ???

    Sadly, taking the 2nd paragraph this way (bits as triplets) gives garbage:
    “miajmad mijmljid”
    “dd mimccmaaaamil”

    And taking the bits as marks on the page also gives garbage:
    “xevlxqvk”
    “ncnjvdhd”

    * EE == E * E == 2.7+ * 2.7+ == 7.3+
    16 / 7.3+ == 2.16+
    which doesn’t suggest anything to me. :(
    7.3+ / 16 == 0.46+
    which doesn’t suggest anything to me. :(

    Or, leaving it as EMPLOYEE NUMBER but interpreting the BASSE as “below”, then the SFC is either:
    * real employee number / 16
    * 16 / real employee number

    neither of which suggest anything to me.

    I’m sure there are more productive ways to wait for a long compile to finish, but this one is interesting. ;-)

    -Jesse

  833. Greetings all,

    Not seen a link to the document I sent Mr. Harris show up here yet. Sending it this way.

    http://www.scribd.com/doc/34230168/Fermi06222010

    Hope someone gets excited about being ‘closer’ and can come up with some new ideas now that we’ve associated it with the SN1987a supernova with something more then a guess based on a date of letter issue.

    TIME STAMPS OF THE SUPERNOVA ARE PART OF THE MESSAGE!! :D

    GOOD LUCK!
    ~William

  834. Hey William,

    Apologies for not responding sooner. I completely forgot you said you were going to post these findings to the board.

    It was great to hear that the supernova connection has actually been confirmed. Is the following an accurate summary?

    General:

    -The letter was received 10 days after SN1987As 20th anniversary.

    Sec 1:

    -Shoemaker worked with neutrinos. Supernova 1987A produced the only supernova based neutrino detection.

    Sec 2:

    -The date of 87A was decoded. (2 23)
    -Two partial timestamps relating to the supernovas neutrino event were decoded. (2:52:36 and .316451)

    Sec3:

    -Contains a third partial timestamp. FC(hex) = 252(dec)

    The associations certainly seem to be there, but I still wonder, who the heck is the author? And how does section 4 (basse, emp #) fit into it?

    Anyway, thanks for keeping us updated. I’m going to shoot you an email to touch base.

  835. The letter is being discussed in the citizen science section of the setiQuest forum. Login required to see replies.

  836. For those who don’t want to sign up:
    username: symmetrybreaking
    password: 2DkBdynZMG

  837. Hello all,

    Just something to point out…. and for amusement?
    Remember the B EQ W and BASSE?

    WASSE.

    W — 23
    A — 1
    S — 19
    S — 19
    E — 5

    23119195 string
    23.119195 day 23 ?? February 23?
    2:51:38 ?? ALMOST 2:52 am…

    Strange coincidence, yet again?

  838. A continuation:

    119195-119861 (2:52:36)

    -0.000666111111

    Just found that 666 was amusing since this has been a Beast of a puzzle.

    :D

    ~W

  839. What if you were told it had something to do with radioactive lemurs? Well, you’d find in the data information that might relate. If you did 1000 transforms on the data and you got it to actually spell “radioactive lemurs” You’d be happy about it!

  840. MO, the first and final ternary sections are unequivocal, so it is quite a stretch to assume that there is a secondary encoding held within these sections. The only loophole is the “BASSE” misspelling in the final section, which either provides the solitary hint that the base-3 decryptions are a cleverly designed red herring, or it’s simply a mistake. The latter seems much more likely. I don’t think the indentation in the top section is significant:
    If you superimpose a (slightly skewed) 46-cell wide grid, it works out nicely as simply blind line wrapping:
    Sometimes the line break appears just after a space, sometimes just before one, and in one instance in the middle of a symbol. Nothing very different from what you’d expect from such a short sample.

  841. Frank C. Shoemaker, 86, of Hightstown, NJ died on February 11, 2009. Dr. Shoemaker was Professor Emeritus of Physics, Princeton University, and a leading high energy/elementary particle physicist. He was a Fellow of the American Physical Society, a Member of Sigma Xi and of Phi Beta Kappa.

    Professor Shoemaker was born in Ogden, UT to Roy and Sarah Shoemaker – the second of their five sons, all of whom would go on to earn PhDs. He spent his high school years in Boise, ID where he met his future wife, Ruth Elizabeth Nelson. Both he and the future Mrs. Shoemaker attended Whitman College in Walla Walla, WA where they were both elected to Phi Beta Kappa. Following graduation and marriage, both worked at the Radiation Lab at MIT in Cambridge, MA on the development of radar for use in WWII. After the war, Dr. Shoemaker received his PhD in Physics from the University of Wisconsin, Madison, and moved to Princeton to begin his nearly 40-year career in Princeton University’s physics department. He was made a full Professor of the University in 1962.

    Dr. Shoemaker arrived at Princeton in 1951 and was a founding member of the University’s experimental particle physics group, initially leading several major accelerator projects. He led the reconstruction of the University’s Palmer Cyclotron after a fire in 1952 and, in the course of his research, performed pioneering experiments on the strong focusing of particle beams. He then went on to lead the design and construction of the 3-billion volt Princeton-Pennsylvania Accelerator, and served as Associate Director of the accelerator program from 1962-66. In 1968-69, he took a year-long leave of absence from Princeton to become the first head of the Main-Ring group at the National Accelerator Laboratory in Batavia, IL (later named Fermilab), and led the design and construction of that facility’s 1-km radius main accelerator ring. He also suggested the introduction of the herd of bison that still grazes around the accelerator.

    Returning to Princeton in 1969, Dr. Shoemaker played critical roles in Princeton experiments conducted at Brookhaven National Lab (NY) and Fermilab that provided confirmation of the new quantum chromodynamics theory of strong interactions and the unified theory of weak and electromagnetic interactions. He served as Principal Investigator from 1972-85. Following his retirement from teaching in 1989, he played a major role in the Booster Neutrino Experiment, MiniBooNE, at Fermilab, and was listed as a co-author on a paper published in 2008.

    He served as the Director of Undergraduate Physics Studies from 1981-89 and, in that role, transformed the teaching of introductory physics at Princeton. He was a dedicated teacher and served as mentor to generations of students and junior faculty. He authored or co-authored over 100 papers and articles.

    Dr. Shoemaker was awarded an honorary Doctor of Science by his alma mater, Whitman College, in 1978.

    In addition to physics, Professor Shoemaker’s main passions were his family, classical music, sailing and dogs. A month of lake-side family camping in NH with his Flying Scot moored off-shore and bare-boat sailing charters with family as crew were the perfect vacations. His home was never without a canine companion until the few years just prior to his death, and music always filled the air.

    Following his retirement, he and his beloved wife Ruth traveled the globe together, visiting all 50 states and 5 continents. After nearly 57 years of marriage, Mrs. Shoemaker died in 2001 and Professor Shoemaker moved to the Meadow Lakes retirement home in Hightstown, NJ where he spent his last 8 years. He is survived by his beloved and loving daughters Barbara Shoemaker and Mary Mittnacht, both of Santa Fe, NM, and a brother, Sydney Shoemaker, of Ithaca, NY.

  842. Occam’s Razor: “the simplest explanation is most likely the correct one.” I like all the “Da Vinci” code explanations of this code…But what it seems to me…(With in the profile of the engineers and “techs’ who work at Fermi Lab) This seems to be an insult to Dr. Shoemaker…Likely he insulted someone at the lab…And like the anonymity of the Internet…Sent a coded “dis”…The meaning “…Shoemaker would call this noise…” “this” being the code…Insinuates that Dr. Shoemaker would not be smart enough to understand that the code actually means something…” “Noise” in geek…Like “White Noise” or Jibberish…The code is a personal insult…The author made the code easy enough to be read…Which means (they) were not trying to hard to hide the message and wanted it to be read…The rest serves only for the author to be able to claim credit and another time…Like most “geeks” ..If you are going to play a prank…You have to leave a signature…Terrorist and crimianls do the same thing…The Number…The persons ID badge number ??? Doesn’t matter it only something that the author alone can prove that he created the “Great” coded letter mystery…in order to claim their 15 minutes later.

  843. Hi,

    Here’s my personal favorite description of the “neutrino SETI” oddity found in section 2.

    “The first neutrino was measured in the Mont Blanc Detector at 2:52:36.792 (± 2 ms) [1][2][3]

    2:52:36.792 = 0.119870277.. days

    119 (the first three digits after the decimal) corresponds to the ASCII character ‘w.’ 87 (the subsequent two digits) corresponds to the ASCII character ‘W.’

    The letter ‘w’ is the 23rd letter in the Latin alphabet.

    98 (the third and fourth digit after the decimal) corresponds to the ASCII character ‘b.’

    The letter ‘b’ is the 2nd letter in the Latin alphabet.

    The first, second, third, fourth, fifth, sixth and seventh digit after the decimal represents the combined number 1198702.

    The neutrino was detected on the 23rd day of the 2nd month (February) in the Holocene* year 11987″ [4][5]

    References

    [1] The Signal Recorded by the Mont-Blanc Underground Neutrino Detector on 1987 FEB 23

    [2] IAU Circular 4332

    [3] “2:52:36.792” confirmed with the Mont Blanc collaboration through private communication.

    [4] SETI oddity found in section 2 of the Fermilab coded letter.

    [5] Description composed and edited by the SETI community.

    *Note: The Holocene calendar was not invented until 11993 HE.

  844. (Updated) Analysis of the neutrino timestamps found in section 2: http://goo.gl/EGeDj

  845. This coincidence is too cool not to mention.

    Section 2: 30, B, 31, E, Q, 28, W, 29, L, O, L, O, G, I, N, I, D, 31, F

    Python:

    >>> for x in [30, 31, 28, 29, 31]: print chr(int(str(int(str(x), 16)), 16))

    H
    I
    @
    A
    I

  846. Oh, and for the record, I’m not implying in any way, shape or form that I’m in contact with “ET.” :)

  847. Has anyone found anything new in the letter? New timestamps? Or perhaps a better format?

  848. The two “Base 10(b) Digit #2″ stamps can be arranged in a way that’s similar to William’s format.

  849. Hi,

    In case anyone out there cares, I’m moving on to a new hobby. I’ve had enough “code cracking” for one life time.

    I hope someone decides to do something with the 223 data at some point? It’s kind of long overdue…

    Regards,

    Matt

  850. The mocking tone was intentional. “Frank Shoemaker calls this ‘noise’” because he sloughs it off as if it is just plain noise. The “code” can’t be broken unless you want to see it. No magic, no “secret word” just the key. Frank has it, but refuses to believe it. End Of Transmission ;)

  851. SHOT NOISE LEVEL 16 that is what it says. If you ask the socalled “woo woo” in the sky, it will be shown to u as clear as day.

  852. It’s hard to summarize all the data that has been gathered since there are so many people who are trying to crack the code. Does anyone know what it means?

Leave a Reply