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

[NEW TOOL] - String to ascii or unicode decoder #544

Open
Fires04 opened this issue Jul 28, 2023 · 1 comment · May be fixed by #1183
Open

[NEW TOOL] - String to ascii or unicode decoder #544

Fires04 opened this issue Jul 28, 2023 · 1 comment · May be fixed by #1183
Assignees
Labels

Comments

@Fires04
Copy link

Fires04 commented Jul 28, 2023

What tool do you want?
Input - some string, output - all characters in string decoded as ascii value or Unicode characters

Describe the solution you'd like
For example input: Hel0 M0lly, Ouput (H - capital H (0x48 ACII), small e (0x65 ASCII) , 0 - Number (0x30 ASCII), and so on.

Is their example of this tool in the wild?
I do not find any.

Additional context
This tool could be useful if you copy passwords or some string. It could help to identify nonprintable characters (tabs, spaces, double spaces, new lines, etc) and also distinguish between zero and o.

@Fires04 Fires04 changed the title [NEW TOOL] - String to ascii or unicode [NEW TOOL] - String to ascii or unicode decoder Jul 28, 2023
sharevb added a commit to sharevb/it-tools that referenced this issue Jun 25, 2024
@sharevb sharevb linked a pull request Jun 26, 2024 that will close this issue
sharevb added a commit to sharevb/it-tools that referenced this issue Jul 7, 2024
@sharevb
Copy link
Contributor

sharevb commented Jul 7, 2024

Hi @Fires04 and @CorentinTh, implemented in #1183

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

Successfully merging a pull request may close this issue.

3 participants