Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display the Encrypt & Decrypt IV #13

Open
elwl opened this issue Aug 23, 2015 · 2 comments
Open

Display the Encrypt & Decrypt IV #13

elwl opened this issue Aug 23, 2015 · 2 comments

Comments

@elwl
Copy link
Contributor

elwl commented Aug 23, 2015

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?

@diamondo25
Copy link
Owner

Is it really needed? If so, showing it as X8 would be best imo

@elwl
Copy link
Contributor Author

elwl commented Aug 24, 2015

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.

Here's a quick modification I made to it.
screen shot 2015-08-24 at 5 35 09 am

I don't think it looks that bloated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants