-
Notifications
You must be signed in to change notification settings - Fork 20.4k
To add Implementation of Base64 Algorithm #6586
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
To add Implementation of Base64 Algorithm #6586
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6586 +/- ##
============================================
+ Coverage 75.50% 75.58% +0.07%
- Complexity 5688 5722 +34
============================================
Files 694 695 +1
Lines 19570 19637 +67
Branches 3791 3812 +21
============================================
+ Hits 14776 14842 +66
Misses 4217 4217
- Partials 577 578 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks for the contribution.
Description
This PR adds an implementation of the Base64 conversion algorithm in Java. The utility provides methods to encode text into Base64 format and decode Base64 back to the original text, ensuring safe conversion of binary and textual data.
Please let me know if any changes are required. I'm happy to update accordingly 🚀.
This PR closes issue #6585 .
clang-format -i --style=file path/to/your/file.java