You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps add two column after "Name" for the Encrypt & Decrypt IVs. Preferably display as four bytes rather than as a little endian int.
Or, just one column for either Decrypt or Encrypt IV, depending on the direction. This is more compact, and I think this would not cause to much confusion/obfuscation.
I have needed it a lot when dealing with debugging cryptography-related issues. Having to print it out in the program gets pretty messy when jumbled with other information.
As for the display format, between x2 and x8 the usefulness varies on what you're doing. Since it's just preference, maybe add a checkbox to the menubar to switch format.
Perhaps add two column after "Name" for the Encrypt & Decrypt IVs. Preferably display as four bytes rather than as a little endian int.
Or, just one column for either Decrypt or Encrypt IV, depending on the direction. This is more compact, and I think this would not cause to much confusion/obfuscation.
@diamondo25 Thoughts?
The text was updated successfully, but these errors were encountered: