The present invention relates generally to gaming machines and, more particularly, to software authentication in a gaming machine.
As a regulatory requirement in virtually all jurisdictions that allow gaming, it is necessary to have a technique to authenticate that the software installed in a gaming machine is tested and approved. In the past, gaming manufacturers have generally used EPROM-based hardware platforms to store program code. As a result, a number of software authentication techniques have been accepted as standards throughout the gaming industry. Depending upon the preferences of the local regulatory agency, these techniques generally include either a Kobetron signature or a hash function based on the data stored in the EPROM device.
Authentication of software programs basically occurs using two different methods in the field, again determined by the local regulatory agency. In one method, each EPROM is authenticated by a gaming agent prior to being installed in a gaming machine that is to be brought up for play. The EPROMs may be shipped directly to the gaming agency for authentication prior to the install date of the machine, or may be authenticated on the casino floor as the software is being installed in the machine. In another method, authentication is conducted on a spot-check basis. A gaming agent periodically visits a casino and picks machines selectively or at random to remove the software components for authentication.
Due to advances in technology that have been made in recent years, EPROM-based hardware platforms are becoming obsolete and newer technologies are being introduced into the gaming industry. These advanced technologies utilize storage devices that have been classified as “high capacity storage devices.” High capacity storage devices may, for example, include CD-ROMs, hard disk drives, and flash devices. Thus far, there is no industry standard method for authenticating these types of devices.
A method for run-time authentication of memory contents of a gaming machine includes the acts of conducting a wagering game on the gaming machine and, during the conducting step, authenticating a high capacity memory in a first authentication cycle. The high capacity memory contains program code for operating a wagering game at the gaming machine and the first authentication cycle includes the acts of reading data from the high capacity memory, generating first authentication data corresponding to the data files, and verifying the first authentication data. The method also includes, during the conducting step, authenticating at least one other memory in the gaming machine in a second authentication cycle, including processing second authentication data of a data file within the at least one other memory.
The foregoing and other advantages of the invention will become apparent upon reading the following detailed description and upon reference to the drawings.
a and 5b are a flow diagram of a multi-stage authentication procedure executed external to the gaming machine and then internal to the gaming machine during a system boot process.
While the invention is susceptible to various modifications and alternative forms, specific embodiments have been shown by way of example in the drawings and will be described in detail herein. It should be understood, however, that the invention is not intended to be limited to the particular forms disclosed. Rather, the invention is to cover all modifications, equivalents, and alternatives falling within the spirit and scope of the invention as defined by the appended claims.
Turning now to the drawings and referring initially to
The gaming machine 10 includes a plurality of possible credit receiving mechanisms 14 for receiving credits to be used for placing wagers in the game. The credit receiving mechanisms 14 may, for example, include a coin acceptor, a bill acceptor, a ticket reader, and a card reader. The bill acceptor and the ticket reader may be combined into a single unit. The card reader may, for example, accept magnetic cards and smart (chip) cards coded with money or designating an account containing money.
The gaming machine 10 includes a user interface comprising a plurality of push-buttons 16, the above-noted touch screen, and other possible devices. The plurality of push-buttons 16 may, for example, include one or more “bet” buttons for wagering, a “play” button for commencing play, a “collect” button for cashing out, a “help” button for viewing a help screen, a “pay table” button for viewing the pay table(s), and a “call attendant” button for calling an attendant. Additional game-specific buttons may be provided to facilitate play of the specific game executed on the machine. The touch screen may define touch keys for implementing many of the same functions as the push-buttons. Other possible user interface devices include a keyboard and a pointing device such as a mouse or trackball.
A central processing unit (CPU) controls operation of the gaming machine 10. In response to receiving a wager and a command to initiate play, the CPU randomly selects a game outcome from a plurality of possible outcomes and causes the display 12 to depict indicia representative of the selected game outcome. In the case of slots, for example, mechanical or simulated slot reels are rotated and stopped to place symbols on the reels in visual association with one or more pay lines. If the selected outcome is one of the winning outcomes defined by a pay table, the CPU awards the player with a number of credits associated with the winning outcome.
The CPU includes a microprocessor and computer-readable storage. Referring to
The boot memory 20 stores boot code, an authentication program, a RAM loader, a decompression utility 120, and a digital signature 30. The authentication program includes a hash function 42, a digital signature algorithm (DSA) verify operation 44a, and a public key 46a. The hash function 42 may, for example, be an SHA-1 hash algorithm that reduces a data set to a unique 160 bit message digest. The digital signature 30 is generated from the boot memory's contents as a whole.
The high capacity storage memory 22 stores game and operating system executable program files, sound operating system files, sound bank files, graphics files, a manifest file, and a digital signature 32. The above files, taken together, constitute a “game data set” as that term is used herein, and the various files constitute “data files” as that term is used herein. Thus, the game data set includes a plurality of data files. For each data file on the high capacity storage memory 22, the manifest file contains a file name, a file type, a load address, and a digital signature 34. The digital signature 32 is generated from the game data set as a whole, while each digital signature 34 is generated from the associated data file listed in the manifest file.
The serial memory 24 stores information specific to the jurisdiction where the CPU is to be installed. This information may, for example, include a lottery terminal identification (ID), a part number, a jurisdiction ID, a jurisdiction name, jurisdiction bit code options, jurisdiction max bet, jurisdiction max win, and a digital signature 36. The digital signature 36 is generated from the serial memory's contents as a whole.
The digital signatures 30, 32, 34, and 36 in the various memories are preferably generated and authenticated using the Digital Signature Standard as adopted by the U.S. Department of Commerce/National Institute of Standards and Technology and published in FIPS PUB 186-2 on Jan. 27, 2000.
The associated contents 40 from which each digital signature is generated varies as described above in connection with
Referring to
External component authentication verifies the contents of the memories prior to placement in the gaming machine. Alternatively, if permitted by the local gaming agency, the memory contents may be verified using a dedicated serial port after the memories have been installed in the CPU. External component authentication of the boot memory 20 may be accomplished using industry standard techniques, such as a Kobetron MT-2000 signature or a hash algorithm for generating a unique signature (step 70). External component authentication of the high capacity storage memory 22 may be accomplished using tools commercially available from such companies as Kobetron Inc. of Navarre, Fla., Gaming Laboratories International Inc. (GLI) of Toms River, N.J., and Dataman Programmer Ltd. of Orange City, Fla. (step 72). External component authentication of the serial memory 24, which requires a serial communications interface to read from and write to the memory, may be accomplished using tools commercially available from one or more of the aforementioned companies (step 74).
Internal boot component authentication occurs immediately following power up of the machine and entails authentication of the contents of each installed memory as a whole and does not look at individual files stored in the memory. Authentication of individual files occurs during a later stage. After powering up (booting) the machine at step 76, a Power On Self Test (POST) is immediately initiated at step 78 to initialize the CPU hardware and run a few basic tests to verify that the hardware is functioning correctly. After the POST, the three memories are authenticated as a whole using the method in
File authentication and loading sequentially authenticates the executable data files (except for the manifest file) stored in the high capacity storage memory 22 and loads each authenticated data file into the CPU component (e.g., system RAM) where the data file will reside and execute from during normal machine operation. The data files are loaded and processed in the order listed in the manifest file stored in the high capacity storage device 22. The manifest file itself is not loaded into the system, but rather is used during the system boot process to guide the file loading process. The order in which the data files are loaded does not have an effect on system operation.
The digital signature 34 of a data file in the high capacity storage memory 22 is authenticated at step 88 using the method in
The second cycle involves repetitive authentication of the serial memory 24 at step 106, the boot memory 20 at step 108, and the files that are executing from system RAM at steps 110 and 112. All authentications are preferably accomplished using the message digest 48 of the corresponding memory or file, instead of the DSA verify operation in
Following the successful authentication of all files in system RAM, the non-volatile RAM is verified using a standard “CRC” or other similar check at step 114. Main and auxiliary copies of the non-volatile RAM are also compared to each other at step 114 to ensure the integrity of the non-volatile RAM. In accordance with step 116, all of the above functions of the second cycle continue for as long as the machine is powered on. If the machine is powered off, the authentication procedure will start again at the boot component authentication stage in
While the present invention has been described with reference to one or more particular embodiments, those skilled in the art will recognize that many changes may be made thereto without departing from the spirit and scope of the present invention.
For example, as noted above, numerous techniques may be used to prepare and authenticate a compressed data set. The compressed data set may include one or more files in the high capacity storage memory 22. In the illustrated embodiment, to prepare a compressed data set for subsequent authentication, the performed steps include compressing an uncompressed game data set; generating a first authentication code from the compressed data set; and storing the compressed data set and the first authentication code in the high capacity storage memory 22. The compressed data set may include sound files, graphics files, and even executable game code. The first authentication code may be a message digest 48 or a digital signature 34 (see
Prior to compressing an uncompressed data set, a second authentication code may be generated from the uncompressed data set and appended to the compressed data set. The second authentication code may be a message digest 48 or a digital signature 34 (see
To authenticate a data set that has been prepared in the above manner, the performed steps include authenticating the compressed data set; decompressing the compressed data set using a decompression utility stored in the boot memory; and authenticating the decompressed data set. Both the compressed data set and the decompressed data set may be authenticated during the file authentication and loading stage shown in
The compressed data set may include a plurality of uncompressed data files. When preparing the compressed data set for subsequent authentication, a respective authentication code may be generated for each of these uncompressed files and stored in the manifest file. These authentication codes are then later authenticated after decompressing the compressed data set.
Depending upon the level of authentication needed to comply with a regulatory gaming body, the authentication method may be modified to authenticate the compressed data set only prior to decompression or only after decompression.
Each of these embodiments and obvious variations thereof is contemplated as falling within the spirit and scope of the claimed invention, which is set forth in the following claims:
This application is a continuation of U.S. patent application Ser. No. 10/119,663, filed Apr. 10, 2002, entitled “Gaming Software Authentication,” now pending, and claims priority therefrom.
Number | Date | Country | |
---|---|---|---|
Parent | 10119663 | Apr 2002 | US |
Child | 11767297 | Jun 2007 | US |