Last active
November 1, 2019 03:16
-
-
Save nhtranngoc/61de07be1e89124ffa82674122bddc76 to your computer and use it in GitHub Desktop.
Part 2 Output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./a.out | |
0: 0101 1000 0 | |
1: 0010 1100 0 | |
2: 0001 0110 0 | |
3: 0000 1011 1 | |
4: 0000 0101 1 | |
5: 0000 0010 0 | |
6: 0000 0001 1 | |
7: 1000 0000 0 | |
8: 0100 0000 0 | |
9: 0010 0000 0 | |
10: 0001 0000 0 | |
11: 1000 1000 0 | |
12: 1100 0100 0 | |
13: 1110 0010 0 | |
14: 0111 0001 1 | |
15: 0011 1000 0 | |
16: 0001 1100 0 | |
17: 1000 1110 0 | |
18: 0100 0111 1 | |
19: 0010 0011 1 | |
20: 1001 0001 1 | |
21: 0100 1000 0 | |
22: 1010 0100 0 | |
23: 1101 0010 0 | |
24: 1110 1001 1 | |
25: 0111 0100 0 | |
26: 0011 1010 0 | |
27: 0001 1101 1 | |
28: 0000 1110 0 | |
29: 0000 0111 1 | |
30: 0000 0011 1 | |
KEY 0 0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 1 0 0 0 1 0 0 1 0 1 | |
PLAIN_T 1 1 1 0 1 1 0 0 0 0 0 1 1 0 1 1 1 0 1 1 0 1 0 0 1 1 1 1 1 0 | |
____________________________________________________________ | |
CIPHER 1 1 1 1 0 1 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 1 0 0 0 1 1 0 1 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment