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

Files encrypted with key don't decrypt properly between GUI and CLI #8

Closed
kennbr34 opened this issue Dec 15, 2022 · 1 comment
Closed

Comments

@kennbr34
Copy link
Owner

After fixing #7 I noticed that if encrypting with a key and CLI, the GUI will not properly decrypt the file, and vise versa

@kennbr34
Copy link
Owner Author

It seems to have something to do with the message buffer size and/or using 128 bit integers instead of 64 bit integers.

If I use a buffer size under 8 bytes, there is no problem decrypting between GUI and CLI. However, if I compile using 64 bit integers instead of the 128 bit integers, it doesn't seem to matter.

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

1 participant