Quote:Too many seemingly unrelated parts to it.
Well, putting it all together, it makes some sense:
Quote:These hole digging critters have a population that increase rapidly.
There must be some way to track this development and make the infestation come to an end.
Being programmer myself, I guess they just refer to bugs in the code (in case you didn't know: in programmer slang we call errors in code "bugs"). Their population usually does increase rapidly and the infestation should come to an end before product is released.
Quote:T -> B
C -> C
Q -> H
Probably a hint for some letters of substitution cipher. I guess the text may be encoded with more than one method (you take text, pass it through one cipher, than pass the result through another, etc).
Quote:Also, "Silently evil emerged darkness", take the initials, it spells SEED... might not mean a thing, I'm quite confused as of now...
I think that's quite a good guess, considering the numbers follow right after this. Again, "seed" in programmer slang is used to refer to initial setting of some random number generating machine - you put some numbers to the algorithm and it can generate infinite sequence of numbers from it, which you can use for example in one-time pad cipher method.
SEED is also a name for Korean cipher algorithm, but for its complexity I doubt it was used here.
Anyway, has anybody tried to google for "Fibonacci cryptography" yet?
Still, I've got no idea on how to break this code so far.