Skip to content

added String Encoding (base58 and base64)#6

Merged
ahammadabdullah merged 1 commit into
ahammadabdullah:developfrom
Er-luffy-D:feature/StringEncoding
Oct 1, 2025
Merged

added String Encoding (base58 and base64)#6
ahammadabdullah merged 1 commit into
ahammadabdullah:developfrom
Er-luffy-D:feature/StringEncoding

Conversation

@Er-luffy-D

Copy link
Copy Markdown
Contributor

Description

This pull request adds Base64 and Base58 encoding/decoding tools to the dev-utils application.

  • Problem: Developers currently lack built-in utilities for encoding and decoding strings in Base64 and Base58 formats, which are commonly used in general development and blockchain applications.
  • Solution: Introduce Base64 and Base58 encoder/decoder tools with real-time preview and copy-to-clipboard functionality.
  • Side effects / New dependencies: No breaking changes; may add small dependencies for Base58 encoding/decoding if not already included.

Related Issue

Fixes #1

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Code refactor or performance improvement
  • Other (please describe):

Checklist

  • I have read the project's CONTRIBUTING.md file.
  • I have tested my changes locally.
  • My code follows the style guidelines of this project.
  • I have added comments to my code, particularly in hard-to-understand areas.
  • I have updated the documentation accordingly.
  • My changes generate no new warnings.

@Er-luffy-D

Copy link
Copy Markdown
Contributor Author

@ahammadabdullah please review it and add hacktoberfest label in it

@ahammadabdullah ahammadabdullah requested review from ahammadabdullah and removed request for ahammadabdullah October 1, 2025 15:34
@ahammadabdullah

Copy link
Copy Markdown
Owner

@Er-luffy-D

@Er-luffy-D

Copy link
Copy Markdown
Contributor Author

@Er-luffy-D

yes @ahammadabdullah , still can't see any review
image

@ahammadabdullah

Copy link
Copy Markdown
Owner

@all-contributors please add @Er-luffy-D for feature string encoding decoding.
@Er-luffy-D You did a great job . thanks for you contribution.

@allcontributors

Copy link
Copy Markdown
Contributor

@ahammadabdullah

I couldn't determine any contributions to add, did you specify any contributions?
Please make sure to use valid contribution names.

@ahammadabdullah

Copy link
Copy Markdown
Owner

@all-contributors please add @Er-luffy-D for code feature string encoding decoding.

@allcontributors

Copy link
Copy Markdown
Contributor

@ahammadabdullah

I've put up a pull request to add @Er-luffy-D! 🎉

@ahammadabdullah ahammadabdullah merged commit 2fc3f8d into ahammadabdullah:develop Oct 1, 2025
1 check passed
@Er-luffy-D

Copy link
Copy Markdown
Contributor Author

@ahammadabdullah hey if possible please add hacktoberfest label in it

@ahammadabdullah

Copy link
Copy Markdown
Owner

@ahammadabdullah hey if possible please add hacktoberfest label in it

the repo is already tagged with hacktoberfest. dont worry your pr will get counted sooner or later.

@Er-luffy-D

Copy link
Copy Markdown
Contributor Author

@ahammadabdullah hey if possible please add hacktoberfest label in it

the repo is already tagged with hacktoberfest. dont worry your pr will get counted sooner or later.

ok Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] - Add Base64 and Base58 Encoding/Decoding Tools

2 participants