[untitled]7 points·by seccode·2 anni fa·0 comments8 commentsPost comment[–]markasoftware·2 anni fareplyYou can predict the first bit of sha256 with 100% accuracy with the following pseudocode:`sha256sum(input) & 0x1`What's the significance of being able to predict that bit with an ML model instead?[–]seccode·2 anni fareplyWould greatly appreciate any peer review for this work[–]vednig·2 anni fareplyI hv starred the repo will come back to you in few hours[–]xtrapol8·2 anni fareplyOh no! I was hoping sha256 would last us until the quantum computing cow came home.[–]seccode·2 anni fareplyThis doesn't _break_ sha256, just opens the door to breaking sha256 with machine learning[–]Havoc·2 anni fareplyJust is did NSA and friends already slip through the door[–]big-green-man·2 anni fareplyDude you're on fire the last couple of days with the random forest classifier.[+][deleted]·2 anni fa
`sha256sum(input) & 0x1`
What's the significance of being able to predict that bit with an ML model instead?