In this article we will guide you to find out whether our project can swap HASH of any battle in any way.
When we run Crate battle/Mines battle, we see the HASH value, we need to remember it
At the end of the battle we see the value of Secret, it will allow us to check for a possibility of swapping HASH.
Open any encoder that accepts SHA256, for example:
Insert the Secret value into the field and click encode.
We get the value of HASH the same as in our battle
Compare values, everything matches, which means that we can't change HASH in any way, as Secret appears only at the end of the battle.