You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
5Note that this is not referred to as "decryption" because you don't get back the original string - just another string that hashes to the same value. Unlike encryption, hashes can't be reversedConor Mancone– Conor Mancone2020-08-11 21:36:23 +00:00Commented Aug 11, 2020 at 21:36
-
13Does this answer your question? Why are hash functions one way? If I know the algorithm, why can't I calculate the input from it?Gilles 'SO- stop being evil'– Gilles 'SO- stop being evil'2020-08-12 09:14:23 +00:00Commented Aug 12, 2020 at 9:14
-
2Note that for weaker password hashing algorithms it's a frequent occurrence that a password hash cracking tool bruteforces a hash and finds a password which was not the original password, but since it has the same hash it will be accepted. However with stronger/longer hashes this is not seen as you cannot run a exhaustive search and the probability of bruteforcing a second pre-image is very low.eckes– eckes2020-08-12 09:36:12 +00:00Commented Aug 12, 2020 at 9:36
-
3Yes, you can do that. Have you tried? If you try, you might find some weird obstacles in your way. Now consider that nobody has been able to find a way around those obstacles yet. They did for older hash functions like MD5, which is why we don't use old hash functions any more.Stack Exchange Broke The Law– Stack Exchange Broke The Law2020-08-12 14:08:34 +00:00Commented Aug 12, 2020 at 14:08
-
2Wouldn't the answer (yes, which is why you need to pick a good algorithm) be on the first page of any tutorial on hashing?Jason Goemaat– Jason Goemaat2020-08-13 01:19:47 +00:00Commented Aug 13, 2020 at 1:19
|
Show 6 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you