Skip to content

Feature request: Arbitrary Base Converter (Strings) #1598

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

Open
Ceiridge opened this issue Jul 4, 2023 · 1 comment
Open

Feature request: Arbitrary Base Converter (Strings) #1598

Ceiridge opened this issue Jul 4, 2023 · 1 comment
Labels

Comments

@Ceiridge
Copy link

Ceiridge commented Jul 4, 2023

Is your feature request related to a problem? Please describe.
There are already converters for base64, base32, base85, etc.

Describe the solution you'd like
It would be nice to have a converter for fully custom alphabets. This can be a reference, as it also has many helpful default alphabets: https://convert.zamicol.com/

There could also be a Base Brute Force block, similar to Text Encoding Brute Force, which would convert the input into many default base alphabets (or maybe one could try out all bases from 2-256 for example?)

Describe alternatives you've considered
The To Base block only converts numbers.

@Ceiridge
Copy link
Author

Ceiridge commented Jul 4, 2023

This might be related to: #1081

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

No branches or pull requests

1 participant