Skip to main content

How to verify if we can swap the Hash of a battle?

Updated over 9 months ago

In this article we will guide you to find out whether our project can swap HASH of any battle in any way.

  1. When we run Crate battle/Mines battle, we see the HASH value, we need to remember it

  2. At the end of the battle we see the value of Secret, it will allow us to check for a possibility of swapping HASH.

  3. Open any encoder that accepts SHA256, for example:

  4. Insert the Secret value into the field and click encode.

  5. We get the value of HASH the same as in our battle

  6. 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.

Did this answer your question?