This code demonstrates a potential vulneralbility in the sha256 algorithm. We are trying to predict whether the first char in the hash lies in the upp

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-10-12 22:30:03

This code demonstrates a potential vulneralbility in the sha256 algorithm. We are trying to predict whether the first char in the hash lies in the upper or lower half of the hexadecimal range. The probability that it is upper is 0.514. The Random Forest Classifier predicts with 0.533 accuracy. This is highly statistically significant with a z-score of 15.01 standard deviations. Random Forest Classifier

Leave a Comment