Conversation

Notices

  1. I wonder how plausible to write a script that'll let you type in Bacon text? Is every letter written the same regardless of where it is in the word?

    Monday, 28-Jul-14 07:44:48 UTC from web
    1. @thewaifutyphoon You could a decoder that maps the case of blocks of five letters to a table of their translations. To encode text, you just need a fake message that is as long as five times the real message's length; then allow a program to fix the casing of this fake string to reflect the As and Bs of the code string, using the same table.

      Monday, 28-Jul-14 07:48:12 UTC from bti
      1. @loveydoe Yeah I'm way too lazy for that dole

        Monday, 28-Jul-14 07:48:31 UTC from web