|
|
|
|
|
by jodrellblank
695 days ago
|
|
> How hard would it be to craft a malware that has the same signature as an important system file? Very, otherwise digital signatures wouldn’t be much use. There are no publicly known ways to make an input which hashes to the same value as another known input through the SHA256 hash algorithm any quicker than brute-force trial and error of every possibility. This is the difficulty that BitCoin mining is based on - the work that all the GPUs were doing, the reason for the massive global energy use people complain about is basically a global brute-force through the SHA256 input space. See the “find a custom SHA256” challenge on HN last month discussions: https://news.ycombinator.com/item?id=40683564 |
|