Bacon Cipher
Bacon Cipher Cryptography
Similar to string to binary conversion but in this case using only 5 bits and instead of using 0 and 1 use A and B
For example;
String ‘A’ can be represented with aaaaa
String ‘B’ can be represented with aaaab
Try deciphering this:
‘ABBBAAAAAABAAABBAAABBABAAABBABBAAAAAAABB'
Similar to string to binary conversion but in this case using only 5 bits and instead of using 0 and 1 use A and B
For example;
String ‘A’ can be represented with aaaaa
String ‘B’ can be represented with aaaab
Try deciphering this:
‘ABBBAAAAAABAAABBAAABBABAAABBABBAAAAAAABB'
Comments
Post a Comment