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

[Feature] base58 support #1893

Open
1 task done
etodanik opened this issue Sep 5, 2024 · 1 comment
Open
1 task done

[Feature] base58 support #1893

etodanik opened this issue Sep 5, 2024 · 1 comment

Comments

@etodanik
Copy link

etodanik commented Sep 5, 2024

What feature would you like to see?

It would be nice to have base58 support, just like the existing base64

How will this feature be useful to you and others?

base58 is commonly used in the blockchain world to encode a u8 byte array into a ascii readable format, it differs from base64 in that it prioritizes human readability and excludes characters that are easy to confuse, such as 0 and o, I and l, as well as + and /.

Request Type

  • I can provide a PoC for this feature or am willing to work on it myself and submit a PR

Additional context?

No response

@etodanik etodanik changed the title [Feature] base58 node [Feature] base58 support Sep 5, 2024
@etodanik
Copy link
Author

I have implemented my needed functionality as a plugin:
https://github.com/etodanik/ImHex-Base58/

Maintainer is welcome to close this issue if this functionality is out of the scope of ImHex proper and should be kept as a plugin.

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

No branches or pull requests

1 participant