

The essence of cryptographic algorithms for controlling casino integrity is that BEFORE a game – whether roulette, poker, or Blackjack-a series of results of FUTURE games is created (a series of numbers that will appear on roulette, or a sequence of cards in the deck when playing gambling card games – Blackjack or poker). At the same time, the created series of future results is a plain text of a pre-agreed format known to the player. That is, the system for monitoring the integrity of the game’s progress and results works exactly the same, no matter what online casino gambling games we are talking about: whether it’s slot machines, roulette, or poker.
This document, of course, is not shown to the player, but before playing roulette or poker, it is processed by a special program according to a certain algorithm to a well-known player and necessarily INDEPENDENT of the casino. For example, such an algorithm is MD5 (RSA Data Security, Inc. MD5 Message-Digest Algorithm). This is a well-recognized and widely used algorithm in the world. The result of this algorithm is a text string, which is called a text digest or an electronic digital signature (EDS).
The question arises: “What does this give the player?”. The answer is simple: a full guarantee of non-interference in the game by the online casino. An electronic digital signature (text digest) is somewhat similar to a human fingerprint in relation to the text. Its essence is that as a result of text processing, a unique sequence of characters (actually an electronic digital signature) is obtained, which changes beyond recognition at the slightest change in the source text. It is not possible to select a text that uses the MD5 algorithm to process the same electronic digital signature as when processing other text. And before the game, the player is shown exactly the electronic digital signature obtained as a result of processing a pre-created sequence of numbers using the MD5 algorithm.
After the end of the game, the player becomes available to the source text containing the sequence of numbers that fell out on the roulette wheel or card numbers – in poker. To make sure that no changes were made to this sequence during the game (for example, depending on the player’s bets), you need to process the sequence text received from the casino using the MD5 algorithm, for example, here in the form below. And compare the received electronic digital signature with the one that the casino showed to the player before the game. Keep in mind that replacing at least one character in the source text completely changes the resulting digital signature. This is a guarantee of randomness. The casino does not have the ability to change anything in the pre-generated sequence of numbers that appear on roulette or card numbers – in poker.
Now let’s talk about how to verify an electronic digital signature.
First, the player checks that the numbers that are written in the text presented to him after the game are exactly the same numbers that fell out in roulette. Next, you need to check whether the casino changed something in this text during the game. The player can perform a check on any site independent of the online casino that uses the MD5 algorithm in General, this algorithm is public, and its source text is easy. After processing the sequence text received at the casino using MD5 on an independent site and making sure that the electronic digital signature of the text matches the electronic digital signature issued by the casino to the player before the game. In this way, the player can make sure that the casino is honest and that the numbers were not substituted for him in the game, depending on where he placed his bets.
And now about how it looks in practice.
- The Player enters the game interface (for example, roulette or poker) and clicks the “create a series of games” button. In the form that appears, the user fills in the length of a series of future games (for example, 50 games) and enters their password (keyword). This is another, additional, degree of control).
- The casino generates a sequence of 50 numbers that will appear to the player in the next 50 games, writes it as text and processes the text using the MD5 algorithm. The result of processing is an electronic digital signature, which is shown to the player before the game starts. It looks, for example, like this: 8464AA788C602C731EA40FDF46CB65AF
- the Player leads the game, writing down which numbers and in what order they fell out.
- After the 50th game, the casino shows the player the source text, which looks, for example, like this (in the example, the player’s login was changed): Igrok25-DATE20060601TIME154502-USERKEY-123-SRVKEY-EuyuLRKuc2ixIiFL3muTfg0dsMW6YkGi START-35-14-16-13-32-18-27-26-25-14-22-23-12-12-30-18-14-04-35-11-05-23-01-08 -04-36-09-03-04-27-05-25-31-06-26-26-24-22-10-04-30-30-10-23-30-25-08-27-05-07-END
Here: Igrok25 – player’s login; DATE20060601TIME154502 – date and time of creating a series of games; USERKEY-123 -] keyword entered by the player at the first step; SRVKEY-EuyuLRKuc2ixIiFL3muTfg0dsMW6YkGi – server password;- START-35-14-16-13-32-18-27-26-25-14-22-23-12-12-30-18-14-04-35-11-05-23-01-08-04-36-09-03-04-27- 05-25-31-06-26-26-24-22-10-04-30-30-10-23-30-25-08-27-05-07-END – actually, the sequence of numbers that appear on the roulette wheel. - The player verifies the sequence issued by the casino, that he actually fell out.
- The player copies the text to the clipboard and inserts it into the MD5 processing form on any independent site or, for example, here on our site below. The digital signature received is compared with the one received from the casino before the game. If these two electronic digital signatures match, then there was no interference in the game by the casino.
In addition to the MD5 algorithm, others can be used, such as SHA-1, but this does not change the essence of the matter.
This example is given for roulette. Naturally, for other games, such as blackjack, keno, poker, other gambling card games, and slot machine emulators, the interface is somewhat different, but its essence remains the same: the digital signature is obtained by the player before the game, and after the game he can check the immutability of the main text that was signed to it.
For those who have decided to play in a casino with integrity control, we would like to offer you the opportunity to independently check the results (in case you don’t trust the data provided by the casino). Copy the text in the game results to the window and click “Calculate” to get signatures using MD5 and SHA-256 algorithms. Again, if the received signature coincided with the one that was provided before the game, then the sequence really did not change!
Just note that you must copy the original text unchanged: an extra space or newline will completely change the appearance of the signature.