The Encoder and Decoder both take each character of the two inputs, covert them into binary using the table below, then do 'something' that results in one output. This output is converted back using the same table and comes out the other end.
Table:
Bin Chr Bin Chr Bin Chr Bin Chr
00000 <spc> 01000 H 10000 P 11000 X
00010 A 01001 I 10001 Q 11001 Y
00010 B 01010 J 10010 R 11010 Z
00011 C 01011 K 10011 S 11011 .
00100 D 01100 L 10100 T 11100 ,
00101 E 01101 M 10101 U 11101 ?
00110 F 01110 N 10110 V 11110 !
00111 G 01111 O 10111 W 11111 -
[/codebox]
Question
Guest
The Encoder and Decoder both take each character of the two inputs, covert them into binary using the table below, then do 'something' that results in one output. This output is converted back using the same table and comes out the other end.
Table:
[b]
Code: BRAINDEN ROCKS
Key: N?F IDL? SCJ?V
CAN YOU THE DECODED TEXT?[/b]
Edited by adiace
Link to comment
Share on other sites
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.