How To Convert a Hashed Text to Plain Text?????? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 13

How To Convert a Hashed Text to Plain Text??????

Cryptography Encryption Algorithm To Hashing Algorithm.... Then in order to Break Encryption, we need to change Hashed Valued Text to Plain Text... How??????

12th Mar 2021, 3:01 PM
The Black Hat 🇨🇦🇧🇩
The Black Hat  🇨🇦🇧🇩 - avatar
4 Antworten
+ 9
no way: hash are one way encryption... you cannot 'decode/convert' it. the only ways to retrieve the original text from its hash value, is to store it before hashing, along with the hash value, or doing dictionnary attack (breaking encryption suppose you do not have access to original/hash table if it exists), as more than once string could be transformed in same hash value ^^
12th Mar 2021, 3:07 PM
visph
visph - avatar
+ 2
visph You know that Dictionary Attack is So Useless in terms of Strong Encrypted Text..... But Is it Possible if I Sniff the Original Text form Sender I will be able to Modify it in the Middle Path way.....whereas The receiver will not Get the Original One..... Is it Possible?????
12th Mar 2021, 3:18 PM
The Black Hat 🇨🇦🇧🇩
The Black Hat  🇨🇦🇧🇩 - avatar
+ 1
Nariman what you are explained is to do a dictionnary attack ^^ md5 is no more considered as secure hash, as it could be easily breaked (as you stated, there are md5 databases to lookup), but more robust hash algorithm are hardest (if not impossible) to break ;P
14th Mar 2021, 12:33 PM
visph
visph - avatar
0
usually (if system is safe enough), sensitive plain text are not send to server... only the hashed value ^^ all the more if the hash is only used as part of more robust encryption...
12th Mar 2021, 3:20 PM
visph
visph - avatar