[untitled]7 points·by seccode·2 lata temu·0 comments8 commentsPost comment[–]markasoftware·2 lata temureplyYou 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 lata temureplyWould greatly appreciate any peer review for this work[–]vednig·2 lata temureplyI hv starred the repo will come back to you in few hours[–]xtrapol8·2 lata temureplyOh no! I was hoping sha256 would last us until the quantum computing cow came home.[–]seccode·2 lata temureplyThis doesn't _break_ sha256, just opens the door to breaking sha256 with machine learning[–]Havoc·2 lata temureplyJust is did NSA and friends already slip through the door[–]big-green-man·2 lata temureplyDude you're on fire the last couple of days with the random forest classifier.[+][deleted]·2 lata temu
`sha256sum(input) & 0x1`
What's the significance of being able to predict that bit with an ML model instead?