ekzyis / CrypTool-2

Official CrypTool 2 git repository
Apache License 2.0
0 stars 0 forks source link

Also show binary representation of values #4

Open ekzyis opened 3 years ago

ekzyis commented 3 years ago

This should further enhance the diffusion visualization since with binary values, the user can better reason about the diffusion property of the cipher using the exact location of the flipped bits.

Since space is limited, I could make it possible to show them while hovering over a value box, or to enlarge a box when hovering over it. (This would also incentivise me to learn about animations to create some fancy animations 😏)

But at first, I should just see how it works out by just putting a 4 times larger string into the current viewboxes. They will scale the text anyway and thus I only want to see if the binary string is readable.