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

sha256 decode\encode #1052

Open
hasket opened this issue Feb 13, 2024 · 1 comment
Open

sha256 decode\encode #1052

hasket opened this issue Feb 13, 2024 · 1 comment
Labels
feature Feature / Tool request or idea untriaged

Comments

@hasket
Copy link

hasket commented Feb 13, 2024

What feature or new tool do you think should be added to DevToys?

Hello. Can you add sha256 decoder\encoder for text and files?

Why do you think this is needed?

I think sha256 more security than base64. This feature is important in my work every day. You'll save my mental health.

Solution/Idea

No response

Comments

No response

@hasket hasket added feature Feature / Tool request or idea untriaged labels Feb 13, 2024
@dineiar
Copy link
Contributor

dineiar commented May 16, 2024

Regarding the decoder, sha256 is a (one-way) hash function, not an encoding like Base64. Therefore, there is no such thing as a "sha256 decoder".
Various websites try to decrypt a sha256 hash into the input string using very limited rainbow tables. I believe DevToys (core) should not include a tool for decrypting hashes using rainbow tables. Interested developers may include it through extensions.

Regarding the encoder, DevToys already supports sha256 hashing on Generators > Hash / Checksum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature / Tool request or idea untriaged
Projects
None yet
Development

No branches or pull requests

2 participants