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

BA-628 - Ensure consistent UTF-8 encoding in base64Data function to correct hash values #202

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

vildanbina
Copy link
Contributor

The base64Data function was returning incorrect Base64-encoded MD5 hash values due to inconsistent character encoding of the input data. Without enforcing UTF-8 encoding, the MD5 hash computed could differ from expected values

@vildanbina vildanbina changed the title BA-628 -Ensure consistent UTF-8 encoding in base64Data function to correct hash values BA-628 - Ensure consistent UTF-8 encoding in base64Data function to correct hash values Nov 21, 2024
@vildanbina vildanbina requested a review from ShuCh3n November 21, 2024 11:53
@vildanbina vildanbina merged commit be51337 into develop Nov 21, 2024
4 checks passed
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.

2 participants