Use Bacons code to create a dummy message for BURDEN For the
Use Bacon’s code to create a dummy message for BURDEN. For the sake of simplicity, use bold font for 0 and regular font for 1.
Solution
you can use [ https://en.wikipedia.org/wiki/Bacon\'s_cipher ] to find code for each alphabet
so message for BURDEN can be written as
AAAAB BAABB BAAAA AAABB AABAA ABBAA
if you want to use 0 for A and 1 for B as given in hint then we can write:
00001 10011 10000 00011 00100 01100
there are 6 letters in \"BURDEN\" and 5 digits are used for each alphabet that is total 6*5=30 digits
so to hide it in normal text we need any message having 30 alphabets like:
\"A stegosaurus is a dinosaur species\"
now compare it with 00001 10011 10000 00011 00100 01100 and make each letter BOLD in place of 0 as given in hint, we get final answer as:
A stegosaurus is a dinosaur species
