Thread: Decrypting Ciphertext

  1. #1
    Registered User
    Join Date
    Oct 2015
    Posts
    22

    Decrypting Ciphertext

    I'm supposed to decrypt a message, however I'm having a hard time finding what kind of cipher is being used. Anyone any ideas from the image attached?
    Attached Images Attached Images Decrypting Ciphertext-unnamed-jpg 

  2. #2
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    I'd guess that it's just a simple symbol-replacement code. Find the most common symbol. It probably represents either "T" or "E." Work your way out from there.
    What can this strange device be?
    When I touch it, it gives forth a sound
    It's got wires that vibrate and give music
    What can this thing be that I found?

  3. #3
    and the hat of copycat stevesmithx's Avatar
    Join Date
    Sep 2007
    Posts
    587
    Quote Originally Posted by Elkvis View Post
    I'd guess that it's just a simple symbol-replacement code. Find the most common symbol. It probably represents either "T" or "E." Work your way out from there.
    I took a crack at it by using python program I found on the internet to crypt-analyze a substitution cipher but the program returned 0 meaningful results. :-(

    Could this message be "Be sure to drink your Ovaltine." in Klingon?
    Not everything that can be counted counts, and not everything that counts can be counted
    - Albert Einstein.


    No programming language is perfect. There is not even a single best language; there are only languages well suited or perhaps poorly suited for particular purposes.
    - Herbert Mayer

  4. #4
    Registered User carrotcake1029's Avatar
    Join Date
    Apr 2008
    Posts
    404
    I tried plugging it into cryptoquip solvers too, and got no meaningful results back. Here was my ascii version of the encoded message: ab bcdefag hbci jfiig dklfmfg

    What language would the answer likely be in?

  5. #5
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    I have solved it.

    MAALCHEMYSALTGETTYCODEKEY

    It looks like either an anagram or it's a sentence stuck together.

    the last parts read CODE KEY.

    BTW the cipher is called Bionicle
    Last edited by swgh; 08-25-2016 at 03:08 AM.
    Double Helix STL

  6. #6
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by swgh View Post
    It looks like either an anagram or it's a sentence stuck together.
    Looks more like a password.

    In any case, there are actually spaces between the symbols.So your result string can be have spaces in between the individual words that compose it. It will check out with the spaces on the cypher. Those spaces can be simple fillers just for display and not be a part of the password, tough. Which is likely, since this looks like a horse battery password. (Or to be replaced with a symbol of their own like a dash or an hash symbol).

    I couldn't find anything about this bionic cypher and you don't provide a link. But if this is indeed a simple substitution cypher as your result suggests, I wonder why the others couldn't find a probable outcome on their programs...
    Last edited by Mario F.; 08-25-2016 at 03:33 AM.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  7. #7
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Double Helix STL

  8. #8
    and the hat of copycat stevesmithx's Avatar
    Join Date
    Sep 2007
    Posts
    587
    Quote Originally Posted by swgh View Post
    *slow clap/face palm*
    How on earth did you find this information?


    Quote Originally Posted by Mario F. View Post
    But if this is indeed a simple substitution cypher as your result suggests, I wonder why the others couldn't find a probable outcome on their programs...
    I used this http://practicalcryptography.com/med...simplesub_2.py

    It probably would have (If I had the patience), but I think it has got something to with the quadgram statistics I used, that ranked the words in this message way lower.
    Not everything that can be counted counts, and not everything that counts can be counted
    - Albert Einstein.


    No programming language is perfect. There is not even a single best language; there are only languages well suited or perhaps poorly suited for particular purposes.
    - Herbert Mayer

  9. #9
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Quote Originally Posted by stevesmithx View Post
    *slow clap/face palm*
    How on earth did you find this information?
    I knew about the Winter Dragon site from before I went to college.
    I began to study data encryption before I really got into mainstream
    programming as a career.
    Double Helix STL

  10. #10
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    no, its called a simple substitution cypher. The font may be called bionicle.

  11. #11
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by abachler View Post
    no, its called a simple substitution cypher. The font may be called bionicle.
    I'll be damned three times and thrown into the deepest pit!
    How are you, abachler? Damn nice to see you!
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  12. #12
    and the hat of copycat stevesmithx's Avatar
    Join Date
    Sep 2007
    Posts
    587
    abachler & Mario F. in the same thread after a long time. *Goes out of the basement to buy popcorn*

    Welcome back, abachler! Long time, no C.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Require help decrypting XOR.
    By mkthnx001 in forum C++ Programming
    Replies: 15
    Last Post: 05-17-2009, 07:15 PM
  2. Decrypting OTP ciphertext
    By slippy in forum C++ Programming
    Replies: 11
    Last Post: 12-25-2007, 06:59 AM
  3. decrypting
    By cyberCLoWn in forum C++ Programming
    Replies: 11
    Last Post: 12-30-2003, 04:20 PM
  4. Making Self-Decrypting EXE file
    By rpk2006 in forum C Programming
    Replies: 3
    Last Post: 09-08-2002, 03:49 AM

Tags for this Thread