Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Browsers
Chrome & Chromium
Google Chrome 92 Blocks Phishing Attacks Faster
Message
<blockquote data-quote="Marko :)" data-source="post: 953288" data-attributes="member: 39702"><p>Not quite. Here's why.</p><p></p><p>Yes, you can decrypt simple domain names without any issue. Example; [ICODE]www.google.com[/ICODE] is [ICODE]191347bfe55d0ca9a574db77bc8648275ce258461450e793528e0cc6d2dcf8f5[/ICODE] hashed by SHA-256. Now, if we change from that to [ICODE]www.Google.com[/ICODE] (yes, just uppercase letter G) the entire SHA-256 hash changes and is now [ICODE]fb0d6fbb3fff0090731e98c9d3088f9b0dcbcbd45d42b32ba6ea5b07ffd4840a[/ICODE].</p><p></p><p>While you could easily decrypt the first hash, unless you know what change was made to generate the new SHA-256 hash, there is no way to decrypt it. Don't believe me? <a href="https://md5decrypt.net/en/Sha256/" target="_blank">Here's</a> the website that tries to decrypt the SHA-256. If you enter first hash, you get the result as [ICODE]www.google.com[/ICODE]; but when you enter the second hash, it says that match isn't found in their database so they can't show the result.</p><p></p><p>[ATTACH]259949[/ATTACH] [ATTACH]259950[/ATTACH]</p><p></p><p>Now, if you can't decrypt that simple change. How could you decrypt the entire URL? You can't. That's why Google's implementation is much, much better than SmartScreen is. In fact, Chrome will only send hash if you came across malicious website; if not, it won't send anything because all other checks are done locally, on your device. Meanwhile, at Microsoft, they don't have to go through all that trouble because full URLs are sent in plain text to Microsoft's servers via HTTPS. That HTTPS means nothing when rogue SSL certificate is found on user's computer. MITM attack could easily decrypt what was sent to SmartScreen's servers.</p><p></p><p>One more thing. Do you know why security experts recommend setting a strong and different password for each user account? This is the reason why. Once hackers get their hands on user account database, they'll get e-mail addresses in plain text and passwords in hashed format. If password is really popular and not unique, they could just put the hash into decrypter like I did and get the result fast. If you made unique and strong password with different symbols, chances their decrypt tool will give them your password are non-existent, as to this day, SHA-256 hasn't been cracked.</p></blockquote><p></p>
[QUOTE="Marko :), post: 953288, member: 39702"] Not quite. Here's why. Yes, you can decrypt simple domain names without any issue. Example; [ICODE]www.google.com[/ICODE] is [ICODE]191347bfe55d0ca9a574db77bc8648275ce258461450e793528e0cc6d2dcf8f5[/ICODE] hashed by SHA-256. Now, if we change from that to [ICODE]www.Google.com[/ICODE] (yes, just uppercase letter G) the entire SHA-256 hash changes and is now [ICODE]fb0d6fbb3fff0090731e98c9d3088f9b0dcbcbd45d42b32ba6ea5b07ffd4840a[/ICODE]. While you could easily decrypt the first hash, unless you know what change was made to generate the new SHA-256 hash, there is no way to decrypt it. Don't believe me? [URL='https://md5decrypt.net/en/Sha256/']Here's[/URL] the website that tries to decrypt the SHA-256. If you enter first hash, you get the result as [ICODE]www.google.com[/ICODE]; but when you enter the second hash, it says that match isn't found in their database so they can't show the result. [ATTACH width="295px" alt="Screenshot_1.png"]259949[/ATTACH] [ATTACH width="235px" alt="Screenshot_2.png"]259950[/ATTACH] Now, if you can't decrypt that simple change. How could you decrypt the entire URL? You can't. That's why Google's implementation is much, much better than SmartScreen is. In fact, Chrome will only send hash if you came across malicious website; if not, it won't send anything because all other checks are done locally, on your device. Meanwhile, at Microsoft, they don't have to go through all that trouble because full URLs are sent in plain text to Microsoft's servers via HTTPS. That HTTPS means nothing when rogue SSL certificate is found on user's computer. MITM attack could easily decrypt what was sent to SmartScreen's servers. One more thing. Do you know why security experts recommend setting a strong and different password for each user account? This is the reason why. Once hackers get their hands on user account database, they'll get e-mail addresses in plain text and passwords in hashed format. If password is really popular and not unique, they could just put the hash into decrypter like I did and get the result fast. If you made unique and strong password with different symbols, chances their decrypt tool will give them your password are non-existent, as to this day, SHA-256 hasn't been cracked. [/QUOTE]
Insert quotes…
Verification
Post reply
Top