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

Support binary data encryption in C# #29

Merged
merged 2 commits into from
Sep 7, 2020
Merged

Conversation

barbolo
Copy link
Contributor

@barbolo barbolo commented Sep 4, 2020

You cannot encrypt binary data in C# with the current implementation. Some bytes in the binary file are not converted correctly to Strings in C#, so we should encrypt the raw bytes.

@barbolo barbolo mentioned this pull request Sep 4, 2020
@mervick mervick merged commit eff8764 into mervick:master Sep 7, 2020
@mervick
Copy link
Owner

mervick commented Sep 7, 2020

Thank you!

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

Successfully merging this pull request may close these issues.

None yet

2 participants