WO2024029768A1 - Method for drawing winning number from among plurality of application numbers and lottery server for performing said drawing method - Google Patents

Method for drawing winning number from among plurality of application numbers and lottery server for performing said drawing method Download PDF

Info

Publication number
WO2024029768A1
WO2024029768A1 PCT/KR2023/009844 KR2023009844W WO2024029768A1 WO 2024029768 A1 WO2024029768 A1 WO 2024029768A1 KR 2023009844 W KR2023009844 W KR 2023009844W WO 2024029768 A1 WO2024029768 A1 WO 2024029768A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
numbers
winning
preliminary
spare
Prior art date
Application number
PCT/KR2023/009844
Other languages
French (fr)
Korean (ko)
Inventor
손성원
Original Assignee
손성원
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 손성원 filed Critical 손성원
Publication of WO2024029768A1 publication Critical patent/WO2024029768A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/34Betting or bookmaking, e.g. Internet betting

Definitions

  • the present invention relates to a lottery method for selecting a winning number from a plurality of application numbers of online applicants.
  • the purpose of the present invention is to provide a method of ultimately selecting a winning number by collecting separate preliminary numbers and generating an intermediate number in order to select a winning number from a plurality of application numbers of online applicants.
  • the online winning number drawing method of the lottery server includes an application step, a preliminary number collection step, a collection termination step, an intermediate number calculation step, and a step of determining the winning number.
  • the application number collection unit of the server discloses the calculation algorithm for generating the intermediate number to a public channel and receives the applicant's application number from the applicant's terminal connected to the network.
  • the operation algorithm provides the same operation value for the same input value, and is implemented as an arithmetic algorithm that applies addition, subtraction, multiplication, and division to the preliminary numbers, or extracts each digit of the middle number from the preliminary number. It is desirable to have an algorithm that does this.
  • the operation algorithm may include an algorithm for changing the arrangement of digits in the pre-processing or post-processing stage.
  • the intermediate number generator starts collecting preliminary numbers in a previously disclosed manner, and releases them on a public channel every time a preliminary number is collected.
  • the application number collection unit ends the application stage and the intermediate number generator ends the preliminary number collection stage.
  • the intermediate number calculation step the intermediate number generator calculates the intermediate number by applying the calculation algorithm to a plurality of preliminary numbers collected through the collection of the preliminary numbers.
  • the winning management department determines the winning number among the collected application numbers in the order of the difference between them and the middle number.
  • the application number entered by the applicant may be used as a preliminary number.
  • the application step the application number collection unit receives the application code a1 and application code b from the applicant's terminal, and in the preliminary number collection step, the intermediate number generator receives the application code a1 and application code b are provided from the application number collection department and disclosed on the public channel.
  • the application code a1 is the application number encrypted with a preset irreversible encryption code
  • the application code b combines a part of the application number and a part of the application code a1.
  • the step of calculating the intermediate number includes: the intermediate number generator receives the application number from the terminal, encrypts it with the encryption code, generates an application code a2, and compares whether it matches the application code a1; If the application code a1 and the application code a2 match, the intermediate number generator determines that the application number provided from the terminal is the same as the application number entered in the application step and discloses the application number provided from the terminal; ; It further includes the step of confirming the entire application number of the applicant by repeating the step of comparing and disclosing the application number for all applicants, and applying the calculation algorithm to the entire confirmed application number to obtain the intermediate number. can be calculated.
  • numbers disclosed to the general public on an external server may be used as spare numbers.
  • the spare number collection step includes: the intermediate number generator disclosing information about a plurality of external servers that will receive the spare number through the public channel;
  • the intermediate number generator may receive the preliminary numbers simultaneously or sequentially from the plurality of external servers, and collect the last preliminary number after the application step is completed.
  • the information about the external server includes the number to be used as the spare number and the time of disclosing the number to be used as the spare number among the public information disclosed by the external server.
  • the present invention also extends to a lottery server that performs the above winning number drawing method.
  • the lottery method according to the present invention is a method of collecting the application numbers of applicants and then drawing the winning number using a public lottery machine.
  • the lottery machine calculates the winning number by inputting a plurality of preliminary numbers that are open to the public and are not susceptible to manipulation. For example, by using numbers that are not susceptible to manipulation, such as lottery numbers or real-time exchange rate information, as spare numbers, the possibility of manipulation is eliminated while retaining the randomness of the lottery.
  • the number calculated by the lottery machine may become the winning number, or the number calculated by the lottery machine may become the middle number and the winning number may be automatically calculated from the middle number. Because the calculation algorithm used by the lottery machine is a combination of four basic calculations that anyone can calculate, the winning number or middle number cannot be manipulated.
  • the application number entered by the applicant to win can be used as a preliminary number.
  • a number disclosed to the public by an external server other than the lottery server that performs the lottery of the present invention can be used as a spare number.
  • the application number is disclosed as soon as it is entered to eliminate the possibility of manipulation, and since all preliminary numbers are not disclosed during application, the intermediate number cannot be predicted.
  • the middle number cannot be predicted, the lottery administrator cannot arbitrarily calculate or predict the middle number as a close application number and enter it before or after the application period.
  • the calculation algorithm for generating the middle number is a combination of four arithmetic operations that anyone can calculate, the middle number cannot be manipulated.
  • FIG. 1 is a block diagram of a lottery system according to an embodiment of the present invention.
  • Figure 2 is a flowchart provided to explain a method of drawing winning numbers in a lottery system according to an embodiment of the present invention.
  • Figure 3 is a flowchart provided to explain a method of drawing winning numbers in a lottery system according to another embodiment of the present invention.
  • the lottery system 100 of the present invention includes a lottery server 110 and an entrant terminal 130 connected to the network 10.
  • the lottery server 110 and the applicant terminal 130 are connected to each other through the network 10.
  • the lottery system 100 may further include at least one external server 150 to provide a spare number.
  • the drawing method of the lottery system 100 of the present invention is basically a method of drawing the winning number by applying the application numbers of the applicants to a public lottery machine.
  • the lottery machine uses an 'operation algorithm' that is open to the general public or at least to the entrants.
  • the 'operation algorithm' cannot use a random number generator and must always provide the same operation value for the same input value.
  • the result of the calculation algorithm (lottery machine) may be the winning number, but there are cases where it is not the winning number, so the result of the calculation algorithm is called the 'intermediate number'. In other words, the middle number may become the final winning number, or another number that has a certain relationship with the middle number may automatically become the winning number.
  • Application numbers (a set of application numbers) can be entered into the calculation algorithm, but other numbers that are disclosed to the general public by the external server 150 during the application period or after the application period but before the intermediate number is generated can also be entered.
  • the numbers entered into the calculation algorithm of the lottery machine for the purpose of generating intermediate numbers are called 'preliminary numbers'.
  • the number generated by the lottery server 110 itself cannot be used as a spare number. Therefore, the preliminary number must use the application number provided by the applicant terminal 130 or the number provided from the external server 150 described below.
  • the preliminary number may be an application number or a number provided by the external server 150, or the application number and a number provided by the external server 150 may be used together.
  • the preliminary numbers are applied to the calculation algorithm to generate an intermediate number.
  • the winning number is automatically determined among the application numbers according to a previously disclosed method.
  • lottery methods including the calculation algorithm, disclosed in advance, application numbers and preliminary numbers disclosed, but also measures are included to eliminate the possibility of manipulation.
  • the applicant terminal 130 may be a dedicated terminal for applications, but the user's mobile phone, smart phone, personal computer, etc. may be used.
  • the 'applicant terminal 130' may simply be indicated as 'applicant', and even in this case, it should be understood as an operation through the applicant terminal 130.
  • the entrant terminal 130 is equipped with a client unit (not shown) for performing the drawing method of the present invention, and the operations of the entrant terminal 130 described below should be understood as the operations of the client unit (not shown).
  • the client unit (not shown) may be implemented as a hardware configuration of the entrant terminal 130, or may be implemented in the form of software stored in the memory of the entrant terminal 130.
  • the client unit When the client unit is implemented as software, the client unit is a set of instructions or an application that is processed by the hardware processor and operating system software possessed by the applicant terminal 130 and performs the functions of the client unit.
  • the operation of the entrant terminal 130 should be understood as an operation performed by executing a client unit, which is a set of instructions or an application.
  • the applicant terminal 130 receives the application number from the applicant and provides it to the lottery server 110.
  • the entrant terminal 130 can access the web page provided by the lottery server 110 and input the application number.
  • Applicants check various information on the lottery process, application number, winning number, etc. through the public web page (hereinafter referred to as public channel) provided by the lottery server 110.
  • the applicant terminal 130 stores the application number entered by the user in its own memory (not shown), encrypts the application number with an encryption code described below, and provides it to the lottery server 110.
  • the external server 150 is a service that provides services not directly related to the lottery method of the present invention, and is a server that discloses various information to the general public for its original service. Information disclosed by the external server 150 must include a number consisting of a series of numbers (hereinafter referred to as a service number), and one of the service numbers is used as a spare number.
  • the server of the public opinion polling agency may be an external server 150, and the results of a specific survey (all or part of the number) that the public opinion polling organization discloses through its own web page can be a preliminary number. there is.
  • the results of a public opinion poll When using the results of a public opinion poll as a preliminary number, for example, the 3 digits after the decimal point of the results of the public opinion poll on 00/00 in the Seoul area are used as the preliminary number.
  • the winning numbers provided by an external server that manages the lottery, the weather or precipitation on a specific day in a specific area provided by the Korea Meteorological Administration, or the sales volume of a specific product on a specific date from a specific sales server can also be spare numbers.
  • the lottery server 110 receives an application number from the applicant terminal 130, discloses the winning number, and selects a winning number (or draws a winning number) from a plurality of application numbers input from the applicant terminal 130.
  • the lottery server 110 may receive an application number and provide a web page that discloses the winning number.
  • the lottery server 110 includes an application number collection unit 111, an intermediate number generator 113, and a winning management unit 115.
  • the application number collection unit 111 discloses all information about the winning number lottery, including the calculation algorithm for generating intermediate numbers, through a public channel, and then collects the application number from online applicants accessed through the network 10 during the application period. receives input.
  • the application number is a multi-digit number (e.g. 8 digits) (e.g. 12312346).
  • the 'public channel' may be any channel through which the lottery server 110 discloses various information about the lottery process to the general public or at least to all applicants.
  • the lottery server 110 may use the entrant terminal 130 or a web page opened so that the general public can access and check information as a public channel.
  • the intermediate number generator 113 collects a plurality of spare numbers using a previously disclosed method, discloses the collected spare numbers to a public channel, and calculates the intermediate number by applying the collected plurality of spare numbers to a calculation algorithm.
  • the 'operation algorithm' must provide the same operation value for the same input value, and something that outputs a different value every time, like a random number generator, cannot be used.
  • the four arithmetic algorithm that generates one intermediate number by applying addition, subtraction, multiplication, and division to preliminary numbers can be used as an 'operation algorithm'.
  • the sum of all preliminary numbers is output as an intermediate number.
  • the value of the largest spare number can be subtracted from A, which is the sum of all spare numbers, or the value multiplied by the number of spare numbers in A can be output as an intermediate number.
  • an array change operation may combine at least one of ascending/descending sorting, a shift operation to move digits to the left or right, rotation, and digit exchange.
  • Rotation means changing the number of digits, such as moving the first digit of the reserve number three spaces to the left if the first digit is odd, and moving it three spaces to the right if the first digit is even.
  • an intermediate number can be generated by combining preliminary numbers without applying the four arithmetic operations.
  • the calculation algorithm is applied to extract the number to be used for each digit of the middle number from the preliminary number, and an array change that changes the number of digits can be applied as needed. In this case, there is no need to apply the four arithmetic operations.
  • the calculation algorithm Preprocessing is performed to create a six-digit number by listing six numbers, including the first digit after the decimal point in the temperature, the two digits of the winning number, the two digits of the sales volume, and the last digit of the number of entrants, and then changing the arrangement. You can apply operations to create a six-digit middle number.
  • the winning management unit 115 determines a preset number of winning numbers using the intermediate number calculated by the intermediate number generator 113 among the collected application numbers. For example, the winning number is set as the same number as the middle number among the application numbers (i.e., the result of the calculation algorithm becomes the winning number), or, to determine multiple winning numbers, a plurality of winning numbers are selected in the order of the smallest difference from the middle number among the application numbers. Determine the winning number.
  • the application number collection unit 111 discloses the entire process of the lottery method of the present invention through a public channel. What is disclosed here includes the method of collecting application numbers, the calculation algorithm for generating intermediate numbers and the method of collecting preliminary numbers, the number of winning numbers, and the method of determining winning numbers using intermediate numbers (S201).
  • the application number collection unit 111 determines the application period according to the previously disclosed application number collection method and starts the application step of receiving the application number from the online applicant. Applicants can input at least one application number using the applicant terminal 130 according to the application number collection method (S203).
  • the applicant terminal 130 does not provide the application number as is to the application number collection unit 111 but provides it to the application number collection unit 111 through step S205 below. ) is provided to.
  • the client unit (not shown) of the applicant terminal 130 encrypts the collected application numbers with a preset irreversible encryption code, creates application code a1 and application code b, provides them to the application number collection unit 111, and collects the application numbers.
  • Unit 111 collects application code a1 and application code b as preliminary numbers.
  • the application code a1 is created by encrypting the application number with a preset irreversible encryption code
  • the application code b is created by combining part of the application number and part of the application code a1.
  • the application code a1 is ab95e81@gss4, which is the application number 12312346 encrypted with a preset encryption code.
  • the application code b becomes 12311@gss4 by combining the first 4 digits (1231) of the 8-digit application number and the last 6 digits (1@gss4) of the application code a1.
  • the encryption code is an irreversible code that makes it impossible to find the application number using the application code a1.
  • SHA (Secure Hash Algorithm)-256 can be used as an encryption code.
  • the application code a1 is used to confirm the application number in step S209 below, and the application code b discloses part of the application number to eliminate the possibility of manipulating the application number.
  • the intermediate number generator 113 discloses the application code a1 and application code b received from the applicant terminal 130 to a public channel, so that any person, including the administrator of the lottery server 110 as well as the applicant, can use the application number. Eliminates the possibility of manipulation and the possibility of predicting intermediate numbers in advance, as explained below.
  • Steps S203 and S205 are performed each time an applicant applies, and when the application termination conditions of the collection termination algorithm disclosed according to the preset application method are completed, the application number collection unit 111 terminates the application step of S203 and The number generator 113 ends collecting the spare number of S205.
  • the collection end condition may be, for example, that the number of applicants who applied on a first-come, first-served basis reaches a preset number, or that the application period set by the period expires.
  • the intermediate number generator 113 receives the application number from the applicant terminal 130 as is without encrypting it.
  • the intermediate number generator 113 encrypts the application number provided from the applicant terminal 130 with the encryption code of step S205 to generate application code a2 (S209).
  • the intermediate number generator 113 compares whether the application code a2 matches the application code a1 and checks the application number entered by the applicant in step S203 (S211).
  • the application number provided by the applicant terminal 130 in step S209 is the application number entered by the applicant in step S203, if the application code a1 has been manipulated or the application number has not been manipulated, the application code a1 and the application code a2 must be the same. . If the application code a1 and the application code a2 match, the intermediate number generator 113 discloses the application number provided by the applicant terminal 130 without encryption in step S209 to the public channel. The intermediate number generator 113 performs this process for all application numbers and finalizes the 'application number set', which is a set of all confirmed application numbers (S213).
  • the application number provided without encryption by the applicant terminal 130 is not the application number entered by the applicant in step S203. Since the encryption code, application code a1, and application code b have already been released through public channels, manipulation cannot be involved in the application number confirmation process.
  • the intermediate number generator 113 calculates the intermediate number by applying a calculation algorithm to a plurality of application numbers in the application number set instead of the preliminary number.
  • the calculation algorithm provides the same calculation value for the same input value, and is not a random number algorithm.
  • an algorithm that applies a combination of the four basic operations of addition, subtraction, multiplication, and division to multiple application numbers can be an operation algorithm for generating the middle number. If the four arithmetic operations are used as the calculation algorithm, problems such as random manipulation of intermediate numbers by the administrator of the lottery server 110, etc. do not occur.
  • the winning management unit 115 uses the intermediate number calculated in step S215 to determine the winning number among the application numbers in the application number set according to the winning number determination method disclosed in step S201.
  • the same application number as the middle number calculated in step S215 may be determined as the winning number, or the winning number may be determined as a preset number in descending order of the absolute value of the difference from the middle number.
  • the winning number drawing method of the present invention is performed in the above manner.
  • the intermediate number cannot be predicted.
  • the lottery server administrator cannot commit fraud by predicting a number close to the middle number right before the application period and entering it as the application number. Since part of the applicant's application number is public, the application number cannot be manipulated for fraudulent purposes.
  • the calculation algorithm for generating the middle number is a combination of four arithmetic operations that anyone can calculate, the middle number cannot be manipulated.
  • Disclosure of the lottery method and collection of application numbers in the application number collection unit 111 are performed in the same manner as steps S201 and S203.
  • the number to be used as a spare number among the information about the external server 150 and the number (or public information) disclosed by the external server 150 Date of disclosure, name of the number, etc.
  • the number to be used as a spare number must be disclosed after the application period begins, and the last spare number collected must be disclosed after the end of the application period (S301).
  • the application number collection unit 111 receives application numbers from online applicants for a set period of time according to the previously disclosed application number collection method. The application stage continues until multiple application numbers are collected from multiple applicants. Applicants can enter one application number using the applicant terminal 130 according to the application number collection method. When the application number is entered, the applicant terminal 130 transmits it to the application number collection unit 111 as is without applying irreversible encryption. In this respect, S303 is different from S205. When the applicant terminal 130 transmits the application number to the application number collection unit 111, it can be encrypted with a reversible encryption code for a purpose other than that proposed in the present invention (e.g., communication security), but such encryption is not performed according to the present invention. It is not an essential configuration. Each time the application number collection unit 111 receives an application number from the applicant terminal 130, it discloses it to a public channel (S303).
  • S303 public channel
  • the intermediate number generator 113 collects spare numbers from a plurality of external servers 150.
  • the intermediate number generator 113 reads the temperature of the Seoul area on that specific day from the Korea Meteorological Administration server.
  • the statistical information announced by organization You can also set it as a spare number.
  • step S301 When the collection termination conditions of the collection termination algorithm disclosed in step S301 are completed, the application number collection unit 111 ends the application step in S303 (S307), and the collection of preliminary numbers by the intermediate number generator 113 ends (S309) ). Since anyone can calculate the intermediate number once all the preliminary numbers are collected, the collection of the last preliminary number must be performed after the application number collection has ended, and the preliminary number collection ends automatically when the last preliminary number is collected.
  • the intermediate number generator 113 calculates the intermediate number by applying an arithmetic algorithm to the plurality of collected spare numbers.
  • the calculation algorithm used here must have the same characteristics as the calculation algorithm in step S213.
  • the winning management unit 115 determines the winning number among the application numbers in the application number set using the intermediate number calculated in step S309, and proceeds in the same manner as step S215.
  • the winning management unit 115 discloses the winning numbers to a public channel.
  • the winning number drawing method using the spare number provided by the external server of the present invention is performed.
  • the application number is disclosed as soon as it is entered to eliminate the possibility of manipulation, and since all preliminary numbers are not disclosed during application, the intermediate number cannot be predicted.
  • the middle number cannot be predicted, the lottery administrator cannot arbitrarily calculate or predict an application number close to the middle number and enter it before or after the application period.
  • the calculation algorithm for generating the middle number is a combination of four arithmetic operations that anyone can calculate, the middle number cannot be manipulated.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • General Health & Medical Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Health & Medical Sciences (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Mathematical Physics (AREA)
  • Finance (AREA)
  • Tourism & Hospitality (AREA)
  • Algebra (AREA)
  • Computational Mathematics (AREA)
  • Game Theory and Decision Science (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Pure & Applied Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Primary Health Care (AREA)
  • Human Resources & Organizations (AREA)
  • Bioethics (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

Disclosed is a drawing method for selecting a winning number from among a plurality of application numbers. The online winning number drawing method of a lottery server, according to the present invention, presents a method which, in order to draw a winning number by applying application numbers of applicants to a public lottery machine, directly obtains a winning number by collecting, as so-called preliminary numbers, a plurality of numbers from another web page that is open to the general public before and after an application period and inputting the collected numbers into the lottery machine or finally obtains a winning number by obtaining an intermediate number for automatically calculating a winning number. According to this method: (1) the possibility of manipulation may be eliminated by revealing an application number as soon as it is input, and all of a preliminary number may not be revealed during application, and thus, an intermediate number may not be predicted; (2) the intermediate number may not be predicted, and thus, a drawing manager may not randomly calculate or predict an application number close to the intermediate number and may not input the calculated or predicted application number before or after an application period; and (3) a calculation algorithm for generating an intermediate number is a combination of the four fundamental arithmetic operations whose calculations may be checked by anyone, and thus, the intermediate number may also not be manipulated.

Description

복수 개 응모번호 중에서 당첨번호 추첨방법 및 그 추첨방법을 수행하는 추첨서버A method of drawing winning numbers among multiple application numbers and a lottery server that performs the drawing method.
본 발명은 온라인 응모자들의 복수 개 응모번호 중에서 당첨번호를 뽑는 추첨방법에 관한 것이다. The present invention relates to a lottery method for selecting a winning number from a plurality of application numbers of online applicants.
경품 이벤트처럼 여러 사람이 응모하는 이벤트에는 당첨자를 정하는 방법이 필요하고, 그 중에 하나가 추첨이다. 당첨자 추첨에서 가장 중요한 요소는 공정성이다. 추첨(Lottery)과정이 투명한 방법으로 이루어진다는 신뢰를 확보해야 경품 추첨이 의미를 갖는다. 응모에서부터 최종 추첨까지 추첨에 관여하는 어느 단계에서도 조작이 개입해서는 안된다. Events where multiple people apply, such as a sweepstakes event, require a method to determine the winner, and one of them is a lottery. The most important factor in the winner drawing is fairness. For a prize draw to be meaningful, trust must be secured that the lottery process is conducted in a transparent manner. There must be no manipulation at any stage of the lottery, from application to final drawing.
신뢰할 수 없는 다수가 모인 추첨과정에서, 추첨의 공정성을 확보하는 방법 중 하나는 모든 과정을 공개하는 것이다. 복권을 예로 들면, 숫자 및 문자를 인쇄하여 발행한 복권들 중에 당첨자를 결정하기 위해 공개된 장소에서 화살로 회전하고 있는 숫자판을 맞추거나 번호가 적힌 공들 중에 하나를 배출하는 기기를 이용하여 당첨번호를 결정하는 등의 방식이 사용된다. 추첨방식을 완전 공개해 다른 조작이 개입하지 못하도록 하는 것이다. 그러나 간단하고 작은 규모의 경품추첨 등에 복권 추첨과 같은 기기와 시스템을 갖추거나 누가봐도 공정하다고 인정할 방식으로 통제되고 공개된 행사를 하기도 어렵다. 다시 말해, 소박한 경품을 나누어 주기 위해 간단히 경품추첨 행사를 하면서도 공정성을 확보하려면 다른 방식이 필요하다. 아무리 간단한 경품추첨이라도 공정성이 담보되지 않으면 추첨의 의미와 흥미가 퇴색될 수밖에 없다. 인터넷에서 경품추첨과 같은 당첨번호를 추첨하는 방법이면서 공정성과 조작 가능성이 배제된 추첨방법이 필요하다. In a lottery process where many unreliable people gather, one way to ensure the fairness of the lottery is to disclose the entire process. Taking lotteries as an example, among lotteries issued by printing numbers and letters, in order to determine the winner, the winning number is determined by hitting a rotating number board with an arrow in a public place or by using a device that ejects one of the numbered balls. Methods such as making decisions are used. The lottery method is completely disclosed to prevent other manipulation. However, it is difficult to have equipment and systems like lottery drawings for simple, small-scale prize drawings, or to hold controlled and open events in a way that anyone can recognize as fair. In other words, a different method is needed to ensure fairness while simply holding a prize drawing event to hand out simple prizes. No matter how simple the prize draw is, if fairness is not guaranteed, the meaning and interest of the draw will inevitably fade. There is a need for a method of drawing winning numbers, similar to a prize drawing on the Internet, that is fair and excludes the possibility of manipulation.
본 발명의 목적은 온라인 응모자들의 복수 개 응모번호 중에서 당첨번호를 뽑기 위해 별도의 예비번호를 수집하여 중간번호를 생성함으로써 최종적으로 당첨번호를 뽑는 방법을 제공함에 있다. The purpose of the present invention is to provide a method of ultimately selecting a winning number by collecting separate preliminary numbers and generating an intermediate number in order to select a winning number from a plurality of application numbers of online applicants.
상기 목적을 달성하기 위한 본 발명에 따른 추첨서버의 온라인 당첨번호 추첨방법은 응모단계, 예비번호 수집단계, 수집종료단계, 중간번호 계산단계 및 당첨번호를 결정하는 단계를 포함한다. 응모단계는 상기 서버의 응모번호수집부가 중간번호 생성을 위한 연산 알고리즘을 공개채널에 공개하고 네트워크로 연결된 응모자 단말기로부터 응모자의 응모번호를 입력받는다. 여기서 상기 연산 알고리즘은 동일한 입력값에 대해 동일한 연산값을 제공하는 것으로서, 예비번호들에 덧셈, 뺄셈, 곱셈, 나눗셈을 적용하는 사칙연산 알고리즘으로 구현되거나 상기 예비번호에서 상기 중간번호의 각 자릿수를 추출하는 알고리즘인 것이 바람직하다. 또한, 연산 알고리즘에는 자릿수의 배열을 변경하는 알고리즘을 전처리 단계에서 또는 후처리 단계에서 포함할 수 있다. To achieve the above object, the online winning number drawing method of the lottery server according to the present invention includes an application step, a preliminary number collection step, a collection termination step, an intermediate number calculation step, and a step of determining the winning number. In the application stage, the application number collection unit of the server discloses the calculation algorithm for generating the intermediate number to a public channel and receives the applicant's application number from the applicant's terminal connected to the network. Here, the operation algorithm provides the same operation value for the same input value, and is implemented as an arithmetic algorithm that applies addition, subtraction, multiplication, and division to the preliminary numbers, or extracts each digit of the middle number from the preliminary number. It is desirable to have an algorithm that does this. Additionally, the operation algorithm may include an algorithm for changing the arrangement of digits in the pre-processing or post-processing stage.
예비번호 수집단계는 상기 응모과정 중에, 중간번호생성기가 기공개된 방식으로 예비번호를 수집하는 예비번호 수집을 개시하고 예비번호가 수집될 때마다 공개채널에 공개한다. 수집종료 단계는 기공개된 수집종료 알고리즘에 따라, 상기 응모번호수집부가 상기 응모단계를 종료하고 상기 중간번호생성기가 예비번호의 수집단계를 종료한다. 중간번호 계산단계는 상기 중간번호생성기가 상기 예비번호의 수집을 통해 수집된 복수 개 예비번호에 상기 연산 알고리즘을 적용하여 중간번호를 계산한다. 당첨번호 결정단계는 당첨관리부가 상기 수집된 응모번호들 중에 상기 중간번호와 차가 작은 순서로 당첨번호를 결정한다. In the preliminary number collection step, during the application process, the intermediate number generator starts collecting preliminary numbers in a previously disclosed manner, and releases them on a public channel every time a preliminary number is collected. In the collection end stage, according to a previously disclosed collection end algorithm, the application number collection unit ends the application stage and the intermediate number generator ends the preliminary number collection stage. In the intermediate number calculation step, the intermediate number generator calculates the intermediate number by applying the calculation algorithm to a plurality of preliminary numbers collected through the collection of the preliminary numbers. In the winning number determination step, the winning management department determines the winning number among the collected application numbers in the order of the difference between them and the middle number.
응모번호를 예비번호로 사용Use the application number as a preliminary number
실시 예에 따라, 응모자가 입력하는 응모번호를 예비번호로 사용할 수 있다. 이를 위한 본 발명의 온라인 당첨번호 추첨방법은, 상기 응모단계에서 상기 응모번호수집부는 응모자의 단말기로부터 응모코드 a1와 응모코드 b를 제공받고, 상기 예비번호 수집단계에서 상기 중간번호생성기는 상기 응모코드 a1와 응모코드 b를 상기 응모번호수집부로부터 제공받아 상기 공개채널에 공개한다. 여기서 상기 응모코드 a1은 상기 응모번호를 기설정된 비가역적 암호화 코드로 암호화한 것이고 상기 응모코드 b는 상기 응모번호 일부와 상기 응모코드 a1의 일부를 결합한 것이다. Depending on the embodiment, the application number entered by the applicant may be used as a preliminary number. For this purpose, in the online winning number drawing method of the present invention, in the application step, the application number collection unit receives the application code a1 and application code b from the applicant's terminal, and in the preliminary number collection step, the intermediate number generator receives the application code a1 and application code b are provided from the application number collection department and disclosed on the public channel. Here, the application code a1 is the application number encrypted with a preset irreversible encryption code, and the application code b combines a part of the application number and a part of the application code a1.
또한 상기 중간번호를 계산하는 단계는, 상기 중간번호생성기가 상기 단말기로부터 상기 응모번호를 제공받아 상기 암호화 코드로 암호화하여 응모코드 a2를 생성하여 상기 응모코드 a1와 일치하는지 비교하는 단계와; 상기 응모코드 a1와 응모코드 a2가 일치하면, 상기 중간번호생성기는 상기 단말기로부터 제공받은 응모번호가 상기 응모단계에서 입력된 응모번호와 같은 것으로 판단하고 상기 단말기로부터 제공받은 응모번호를 공개하는 단계와; 모든 응모자에 대해 상기 비교하는 단계 및 상기 응모번호를 공개하는 단계를 반복하여 상기 응모자의 응모번호 전체를 확인하는 단계를 더 포함하여, 상기 확인된 전체 응모번호를 상기 연산 알고리즘을 적용하여 상기 중간번호를 계산할 수 있다. In addition, the step of calculating the intermediate number includes: the intermediate number generator receives the application number from the terminal, encrypts it with the encryption code, generates an application code a2, and compares whether it matches the application code a1; If the application code a1 and the application code a2 match, the intermediate number generator determines that the application number provided from the terminal is the same as the application number entered in the application step and discloses the application number provided from the terminal; ; It further includes the step of confirming the entire application number of the applicant by repeating the step of comparing and disclosing the application number for all applicants, and applying the calculation algorithm to the entire confirmed application number to obtain the intermediate number. can be calculated.
외부서버로부터 예비번호를 수집Collect spare numbers from external servers
실시 예에 따라, 외부 서버에서 일반 공중에 공개하는 번호들을 예비번호로 사용할 수 있다. Depending on the embodiment, numbers disclosed to the general public on an external server may be used as spare numbers.
이를 위해, 예비번호 수집단계는, 상기 중간번호생성기가 상기 예비번호를 제공받을 복수의 외부 서버에 대한 정보를 상기 공개채널을 통해 공개하는 단계와; 상기 중간번호생성기가 상기 복수의 외부 서버로부터 동시에 또는 순차적으로 상기 예비번호를 제공받되 마지막 예비번호는 상기 응모단계가 종료한 후에 수집하는 단계를 포함할 수 있다. 상기 외부 서버에 대한 정보에는, 상기 외부 서버가 공개하는 공개정보 중에서 상기 예비번호로 사용할 번호와 상기 예비번호로 사용할 번호를 공개하는 시간이 포함된다. To this end, the spare number collection step includes: the intermediate number generator disclosing information about a plurality of external servers that will receive the spare number through the public channel; The intermediate number generator may receive the preliminary numbers simultaneously or sequentially from the plurality of external servers, and collect the last preliminary number after the application step is completed. The information about the external server includes the number to be used as the spare number and the time of disclosing the number to be used as the spare number among the public information disclosed by the external server.
한편, 본 발명은 이상의 당첨번호 추첨방법을 수행하는 추첨서버에도 미친다.Meanwhile, the present invention also extends to a lottery server that performs the above winning number drawing method.
본 발명에 따른 추첨방법은 응모자들의 응모번호들을 모은 다음 공개된 추첨기를 이용하여 당첨번호를 뽑는 방식으로서, 일반에 공개되면서 조작가능성이 없는 복수 개의 예비번호를 입력받아 추첨기가 당첨번호를 계산한다. 예를 들어, 복권번호, 실시간 환율정보처럼 조작가능성이 없는 번호를 예비번호로 사용함으로써 추첨의 무작위성을 그대로 가지면서 조작가능성을 제거한다. 추첨기가 계산한 번호는 그대로 당첨번호가 될 수도 있고, 추첨기가 계산한 번호가 중간번호가 되고 중간번호로부터 당첨번호를 자동으로 계산할 수도 있다. 추첨기로 사용하는 연산 알고리즘이 누구나 검산할 수 있는 사칙 연산 조합이기 때문에 당첨번호나 중간번호를 조작할 수 없다.The lottery method according to the present invention is a method of collecting the application numbers of applicants and then drawing the winning number using a public lottery machine. The lottery machine calculates the winning number by inputting a plurality of preliminary numbers that are open to the public and are not susceptible to manipulation. For example, by using numbers that are not susceptible to manipulation, such as lottery numbers or real-time exchange rate information, as spare numbers, the possibility of manipulation is eliminated while retaining the randomness of the lottery. The number calculated by the lottery machine may become the winning number, or the number calculated by the lottery machine may become the middle number and the winning number may be automatically calculated from the middle number. Because the calculation algorithm used by the lottery machine is a combination of four basic calculations that anyone can calculate, the winning number or middle number cannot be manipulated.
응모자가 당첨을 위해 입력하는 응모번호를 예비번호로 사용할 수 있는데, 본 발명에 의하면, (1) 응모번호가 응모번호 세트로 확정되기 전에는 응모번호 전체 또는 일부가 암호화되어 공개되므로 응모번호를 조작할 수도 없고, 응모번호 전체가 공개되지 않으므로 중간번호를 예측할 수 없다. (2) 중간번호를 예측할 수 없으므로 추첨서버 관리자가 응모기간 직전에 중간번호에 가까운 번호를 예측하여 응모번호로 입력하는 부정을 저지를 수 없다. 응모자의 응모번호 일부는 공개되어 있으므로, 부정을 위해 응모번호를 조작할 수도 없다. (3) 중간번호 생성을 위한 연산 알고리즘으로 사칙 연산 조합처럼 누구나 검산할 수 있는 알고리즘을 사용할 경우에 중간번호를 조작할 수도 없다. The application number entered by the applicant to win can be used as a preliminary number. According to the present invention, (1) before the application number is confirmed as an application number set, all or part of the application number is encrypted and disclosed, so the application number cannot be manipulated. There are no numbers, and the entire application number is not disclosed, so the middle number cannot be predicted. (2) Since the middle number cannot be predicted, the lottery server administrator cannot commit fraud by predicting a number close to the middle number right before the application period and entering it as the application number. Since part of the applicant's application number is public, the application number cannot be manipulated for fraudulent purposes. (3) If an algorithm that can be calculated by anyone, such as a combination of four arithmetic operations, is used as the calculation algorithm for generating the middle number, the middle number cannot be manipulated.
본 발명의 추첨을 수행하는 추첨서버가 아닌 외부 서버가 일반에 공개하는 번호를 예비번호로 사용할 수 있다. 이 경우도, (1) 응모번호는 입력되는 즉시 공개하여 조작 가능성을 제거하고, 응모 중에 예비번호가 모두 공개되지 않으므로 중간번호를 예측할 수 없다. (2) 중간번호를 예측할 수 없으므로 추첨관리자가 임의로 중간번호를 가까운 응모번호를 계산하거나 예측하여 응모기간 전이나 후에 입력할 수가 없게 된다. (3) 중간번호 생성을 위한 연산 알고리즘이 누구나 검산할 수 있는 사칙 연산 조합이기 때문에 중간번호를 조작할 수도 없다. A number disclosed to the public by an external server other than the lottery server that performs the lottery of the present invention can be used as a spare number. In this case as well, (1) the application number is disclosed as soon as it is entered to eliminate the possibility of manipulation, and since all preliminary numbers are not disclosed during application, the intermediate number cannot be predicted. (2) Since the middle number cannot be predicted, the lottery administrator cannot arbitrarily calculate or predict the middle number as a close application number and enter it before or after the application period. (3) Because the calculation algorithm for generating the middle number is a combination of four arithmetic operations that anyone can calculate, the middle number cannot be manipulated.
도 1은 본 발명의 일 실시 예에 따른 추첨시스템의 블록도, 1 is a block diagram of a lottery system according to an embodiment of the present invention;
도 2는 본 발명의 일 실시 예에 따른 추첨시스템의 당첨번호를 뽑는 방법의 설명에 제공되는 흐름도, 그리고Figure 2 is a flowchart provided to explain a method of drawing winning numbers in a lottery system according to an embodiment of the present invention, and
도 3은 본 발명의 다른 실시 예에 따른 추첨시스템의 당첨번호를 뽑는 방법의 설명에 제공되는 흐름도이다.Figure 3 is a flowchart provided to explain a method of drawing winning numbers in a lottery system according to another embodiment of the present invention.
이하 도면을 참조하여 본 발명을 더욱 상세히 설명한다.The present invention will be described in more detail below with reference to the drawings.
도 1을 참조하면, 본 발명의 추첨시스템(100)은 네트워크(10)로 연결된 추첨서버(110)와 응모자 단말기(130)를 포함한다. 추첨서버(110)와 응모자 단말기(130)는 네트워크(10)를 통해 상호 연결된다. 실시 예에 따라서, 추첨시스템(100)은 예비번호를 제공할 적어도 하나의 외부 서버(150)를 더 포함할 수 있다.Referring to Figure 1, the lottery system 100 of the present invention includes a lottery server 110 and an entrant terminal 130 connected to the network 10. The lottery server 110 and the applicant terminal 130 are connected to each other through the network 10. Depending on the embodiment, the lottery system 100 may further include at least one external server 150 to provide a spare number.
본 발명의 추첨시스템(100)의 추첨방식은 기본적으로 응모자들의 응모번호를 공개된 추첨기에 적용하여 당첨번호를 뽑는 방식이다. 본 발명에서 추첨기는 일반 공중이나 적어도 응모자에게 공개된 '연산 알고리즘'을 사용한다. '연산 알고리즘'은 난수 발생기를 사용할 수 없고, 동일한 입력값에 대해 항상 동일한 연산값을 제공하는 것이어야 한다. 연산 알고리즘(추첨기)의 결과가 그대로 당첨번호가 될 수도 있지만 그대로 당첨번호가 되지 않는 경우도 있으므로 연산 알고리즘의 결과물을 '중간번호'라고 한다. 다시 말해, 중간번호가 그대로 최종 당첨번호가 될 수도 있고 중간번호와 일정한 관계에 있는 다른 번호가 자동으로 당첨번호가 되도록 할 수도 있다. 연산 알고리즘에 응모번호들(응모번호의 집합)을 입력할 수도 있지만, 응모기간 중이나 응모기간 후 중간번호 생성 전까지 외부 서버(150)에 의해 일반 공중에 공개되는 다른 번호들을 입력할 수도 있다. 구분을 위해, 중간번호 생성을 목적으로 추첨기인 연산 알고리즘에 입력하는 번호들을 '예비번호'라고 한다. 조작 가능성을 제거하기 위해 추첨서버(110)가 자체 생성하는 번호는 예비번호로 사용할 수 없다. 따라서 예비번호는 응모자 단말기(130)가 제공하는 응모번호를 사용하거나 아래에서 설명하는 외부 서버(150)로부터 제공되는 번호를 사용해야 한다.The drawing method of the lottery system 100 of the present invention is basically a method of drawing the winning number by applying the application numbers of the applicants to a public lottery machine. In the present invention, the lottery machine uses an 'operation algorithm' that is open to the general public or at least to the entrants. The 'operation algorithm' cannot use a random number generator and must always provide the same operation value for the same input value. The result of the calculation algorithm (lottery machine) may be the winning number, but there are cases where it is not the winning number, so the result of the calculation algorithm is called the 'intermediate number'. In other words, the middle number may become the final winning number, or another number that has a certain relationship with the middle number may automatically become the winning number. Application numbers (a set of application numbers) can be entered into the calculation algorithm, but other numbers that are disclosed to the general public by the external server 150 during the application period or after the application period but before the intermediate number is generated can also be entered. For distinction, the numbers entered into the calculation algorithm of the lottery machine for the purpose of generating intermediate numbers are called 'preliminary numbers'. To eliminate the possibility of manipulation, the number generated by the lottery server 110 itself cannot be used as a spare number. Therefore, the preliminary number must use the application number provided by the applicant terminal 130 or the number provided from the external server 150 described below.
설명의 편리를 위해 전체 추첨과정을 먼저 간단히 설명한다. (1) 추첨을 시작하기 전에 추첨에 관계된 여러 조건과 방법을 먼저 응모자에게 공개하고 (2) 응모자로부터 응모번호를 모은다. (2) 중간번호 생성에 필요한 예비번호를 수집한다. 예비번호는 응모번호가 될 수도 있고 외부 서버(150)가 제공하는 번호들이 될 수도 있고, 응모번호와 외부 서버(150)가 제공하는 번호를 같이 사용할 수도 있다. (3) 응모번호와 예비번호의 수집이 완료되면, 예비번호를 연산 알고리즘에 적용하여 중간번호를 생성한다. (4) 중간번호가 나오면 응모번호들 중에서 기공개된 방법에 따라 당첨번호가 자동으로 정해진다. 여기서, 연산 알고리즘을 포함해 모든 추첨방법이 사전에 공개되고 응모번호와 예비번호도 공개될 뿐만 아니라, 조작의 가능성을 제거하기 위한 조치들이 포함된다. For convenience of explanation, the entire lottery process will be briefly explained first. (1) Before starting the lottery, various conditions and methods related to the lottery are first disclosed to the entrants, and (2) application numbers are collected from the entrants. (2) Collect spare numbers needed to create intermediate numbers. The preliminary number may be an application number or a number provided by the external server 150, or the application number and a number provided by the external server 150 may be used together. (3) Once the collection of application numbers and preliminary numbers is complete, the preliminary numbers are applied to the calculation algorithm to generate an intermediate number. (4) When the middle number appears, the winning number is automatically determined among the application numbers according to a previously disclosed method. Here, not only are all lottery methods, including the calculation algorithm, disclosed in advance, application numbers and preliminary numbers disclosed, but also measures are included to eliminate the possibility of manipulation.
응모자 단말기(130)는 응모를 위한 전용 단말기일 수도 있지만 사용자의 휴대전화, 스마트 폰, 개인용 컴퓨터 등을 사용할 수 있다. 아래의 설명 중에 '응모자 단말기(130)'를 간단히 '응모자'로 표시할 수 있으며, 이런 경우에도 응모자 단말기(130)를 통한 동작으로 이해되어야 한다. The applicant terminal 130 may be a dedicated terminal for applications, but the user's mobile phone, smart phone, personal computer, etc. may be used. In the explanation below, the 'applicant terminal 130' may simply be indicated as 'applicant', and even in this case, it should be understood as an operation through the applicant terminal 130.
응모자 단말기(130)는 본 발명의 추첨방법을 수행하기 위한 클라이언트부(미도시)를 구비하며, 아래에서 응모자 단말기(130)의 동작으로 설명된 것은 클라이언트부(미도시)의 동작으로 이해되어야 한다. 클라이언트부(미도시)는 응모자 단말기(130)의 하드웨어적 구성으로 구현될 수도 있고, 응모자 단말기(130)의 메모리에 저장된 소프트웨어 형태로 구현될 수도 있다. The entrant terminal 130 is equipped with a client unit (not shown) for performing the drawing method of the present invention, and the operations of the entrant terminal 130 described below should be understood as the operations of the client unit (not shown). . The client unit (not shown) may be implemented as a hardware configuration of the entrant terminal 130, or may be implemented in the form of software stored in the memory of the entrant terminal 130.
클라이언트부가 소프트웨어로 구현된 경우, 클라이언트부는 응모자 단말기(130)가 보유한 하드웨어인 프로세서와 운영체제 소프트웨어에 의해 처리되어 클라이언트부의 기능을 수행하는 명령어 집합 또는 어플리케이션이다. 이하에서, 응모자 단말기(130)가 본 발명의 전용의 장치가 아닌 경우에, 응모자 단말기(130)의 동작은 명령어 집합 또는 어플리케이션인 클라이언트부가 실행되어 수행하는 동작으로 이해되어야 한다. When the client unit is implemented as software, the client unit is a set of instructions or an application that is processed by the hardware processor and operating system software possessed by the applicant terminal 130 and performs the functions of the client unit. Hereinafter, when the entrant terminal 130 is not a device dedicated to the present invention, the operation of the entrant terminal 130 should be understood as an operation performed by executing a client unit, which is a set of instructions or an application.
응모자 단말기(130)는 응모자로부터 응모번호를 입력받아 추첨서버(110)에게 제공한다. 응모번호를 추첨서버(110)에게 제공하는 방법은 매우 다양한데, 예를 들어 응모자 단말기(130)는 추첨서버(110)가 제공하는 웹 페이지에 접속하여 응모번호를 입력할 수 있다. 응모자는 추첨서버(110)가 제공하는 공개용 웹 페이지(이하, 공개채널)를 통해 추첨과정의 각종 정보나 응모번호, 당첨번호 등을 확인한다. The applicant terminal 130 receives the application number from the applicant and provides it to the lottery server 110. There are many different ways to provide the application number to the lottery server 110. For example, the entrant terminal 130 can access the web page provided by the lottery server 110 and input the application number. Applicants check various information on the lottery process, application number, winning number, etc. through the public web page (hereinafter referred to as public channel) provided by the lottery server 110.
다른 방법으로, 응모자 단말기(130)는 사용자가 입력한 응모번호를 자체 메모리(미도시)에 저장하며, 아래에서 설명하는 암호화코드로 응모번호를 암호화하여 추첨서버(110)에게 제공할 수 있다. Alternatively, the applicant terminal 130 stores the application number entered by the user in its own memory (not shown), encrypts the application number with an encryption code described below, and provides it to the lottery server 110.
외부 서버(150)는 본 발명의 추첨방법과 직접 관련되지 않은 서비스를 제공하는 서비스로서, 자신의 본래 서비스를 위해 일반 공중에 다양한 정보를 공개하는 서버이다. 외부 서버(150)가 공개하는 정보에는 일련의 숫자로 구성된 번호(이하, 서비스 번호라 함)가 포함되어야 하고, 그 서비스 번호 중 하나가 예비번호로 사용된다. 예를 들어, 여론조사 기관의 서버가 외부 서버(150)가 될 수 있는데, 여론조사기관이 자체 웹페이지 등을 통해 공개하는 특정 조사의 결과(그 숫자 전체 또는 그 일부)가 예비번호가 될 수 있다. 여론조사 결과를 예비번호로 사용하는 경우, 예를 들어, 서울지역 00월 00일의 여론조사 결과의 소수점 아래 3자리 수를 예비번호로 사용하는 것이다. 로또를 관리하는 외부 서버가 제공하는 당첨번호나 기상청이 제공하는 특정지역의 특정일의 날씨나 강수량, 특정 판매서버의 특정제품의 특정일자의 판매량도 예비번호가 될 수 있다. The external server 150 is a service that provides services not directly related to the lottery method of the present invention, and is a server that discloses various information to the general public for its original service. Information disclosed by the external server 150 must include a number consisting of a series of numbers (hereinafter referred to as a service number), and one of the service numbers is used as a spare number. For example, the server of the public opinion polling agency may be an external server 150, and the results of a specific survey (all or part of the number) that the public opinion polling organization discloses through its own web page can be a preliminary number. there is. When using the results of a public opinion poll as a preliminary number, for example, the 3 digits after the decimal point of the results of the public opinion poll on 00/00 in the Seoul area are used as the preliminary number. The winning numbers provided by an external server that manages the lottery, the weather or precipitation on a specific day in a specific area provided by the Korea Meteorological Administration, or the sales volume of a specific product on a specific date from a specific sales server can also be spare numbers.
추첨서버(110)는 응모자 단말기(130)로부터 응모번호를 입력받고 당첨번호를 공개하면서, 응모자 단말기(130)로부터 입력받은 복수 개의 응모번호 중에서 당첨번호를 선정(또는, 당첨번호 추첨)한다. 추첨서버(110)는 응모번호를 입력받고 당첨번호를 공개하는 웹 페이지를 제공할 수 있다. 이를 위해 추첨서버(110)는 응모번호수집부(111), 중간번호생성기(113) 및 당첨관리부(115)를 포함한다. The lottery server 110 receives an application number from the applicant terminal 130, discloses the winning number, and selects a winning number (or draws a winning number) from a plurality of application numbers input from the applicant terminal 130. The lottery server 110 may receive an application number and provide a web page that discloses the winning number. For this purpose, the lottery server 110 includes an application number collection unit 111, an intermediate number generator 113, and a winning management unit 115.
응모번호수집부(111)는 중간번호 생성을 위한 연산 알고리즘을 포함해 당첨번호 추첨에 관한 모든 정보를 공개채널을 통해 공개한 다음, 응모기간 동안 네트워크(10)를 통해 접속한 온라인 응모자로부터 응모번호를 입력받는다. 응모번호는 복수 개 자리(예를 들어 8자리)의 수(예를 들어, 12312346)가 된다. 여기서 '공개채널'은 추첨서버(110)가 추첨과정의 각종 정보를 일반인 또는 적어도 모든 응모자에게 공개하는 채널이면 어떠한 것이어도 무방하다. 예를 들어, 추첨서버(110)가 응모자 단말기(130) 또는 일반인이 접속하여 정보를 확인할 수 있도록 개방한 웹 페이지를 공개채널로 사용할 수 있다. The application number collection unit 111 discloses all information about the winning number lottery, including the calculation algorithm for generating intermediate numbers, through a public channel, and then collects the application number from online applicants accessed through the network 10 during the application period. receives input. The application number is a multi-digit number (e.g. 8 digits) (e.g. 12312346). Here, the 'public channel' may be any channel through which the lottery server 110 discloses various information about the lottery process to the general public or at least to all applicants. For example, the lottery server 110 may use the entrant terminal 130 or a web page opened so that the general public can access and check information as a public channel.
중간번호생성기(113)는 기공개된 방식으로 복수 개의 예비번호를 수집하며, 수집한 예비번호를 공개채널에 공개하고, 수집된 복수 개 예비번호를 연산 알고리즘에 적용하여 중간번호를 계산한다. The intermediate number generator 113 collects a plurality of spare numbers using a previously disclosed method, discloses the collected spare numbers to a public channel, and calculates the intermediate number by applying the collected plurality of spare numbers to a calculation algorithm.
'연산 알고리즘'은 동일한 입력값에 대해 동일한 연산값을 제공하는 것이어야 하며, 난수 발생기와 같이 매번 다른 값을 출력하는 것은 사용할 수 없다. 예를 들어, 예비번호들에 덧셈, 뺄셈, 곱셈, 나눗셈을 적용하여 하나의 중간번호를 생성하는 사칙연산 알고리즘을 '연산 알고리즘'으로 사용할 수 있다. 예를 들어, 모든 예비번호들을 더한 값을 중간번호로 출력하는 식이다. 또는 모든 예비번호들을 더한 값 A에서 가장 큰 예비번호 값을 빼거나 A에서 예비번호의 개수를 곱한 값을 중간번호로 출력할 수도 있다. The 'operation algorithm' must provide the same operation value for the same input value, and something that outputs a different value every time, like a random number generator, cannot be used. For example, the four arithmetic algorithm that generates one intermediate number by applying addition, subtraction, multiplication, and division to preliminary numbers can be used as an 'operation algorithm'. For example, the sum of all preliminary numbers is output as an intermediate number. Alternatively, the value of the largest spare number can be subtracted from A, which is the sum of all spare numbers, or the value multiplied by the number of spare numbers in A can be output as an intermediate number.
또한, 예비번호들의 자릿수를 바꾸는 배열을 바꾸는 연산 등을 적용해 전처리한 다음 사칙연산을 수행하거나 사칙연산 결과에 배열 변경 연산을 적용할 수도 있다. 예를 들어, 배열 변경 연산은 오름차순/ 내림차순 정렬, 좌우로 자릿수를 옮기는 쉬프트 연산, 회전, 자릿수의 맞교환 중 적어도 하나를 조합할 수 있다. 회전은 예비번호의 첫째자리 숫자가 홀수이면 왼쪽으로 세칸씩 이동하고 첫째자리 숫자가 짝수이면 오른쪽으로 세칸씩 이동하는 것과 같이 자릿수를 바꾸는 것이다. In addition, it is possible to perform preprocessing by applying an array change operation that changes the number of digits of the preliminary numbers and then perform the four arithmetic operations, or apply the array change operation to the results of the four arithmetic operations. For example, an array change operation may combine at least one of ascending/descending sorting, a shift operation to move digits to the left or right, rotation, and digit exchange. Rotation means changing the number of digits, such as moving the first digit of the reserve number three spaces to the left if the first digit is odd, and moving it three spaces to the right if the first digit is even.
다른 방법으로, 사칙연산을 적용하지 않고 예비번호들을 조합하여 중간번호를 생성할 수도 있다. 이때 연산 알고리즘은 예비번호에서 중간번호의 각 자릿수에 사용할 번호를 추출하는 알고리즘이 적용되며, 필요에 따라 자릿수를 바꾸는 배열 변경이 적용될 수 있다. 이러한 경우엔 사칙연산을 적용할 필요가 없다. 예를 들어, 서울지역 00월 00일의 기온, 로또를 관리하는 외부 서버가 제공하는 당첨번호, 특정 판매서버의 특정제품의 특정일자의 판매량 그리고 응모자의 수가 예비번호로 수집된 경우에, 연산 알고리즘은 기온에서 소수점 아래 첫 자리 수와 당첨번호의 두 자리수와 판매량의 두 자리 수와 응모자의 수의 마지막 자리 수를 포함하는 여섯개의 수를 나열하여 여섯 자리의 수를 만드는 전처리를 한 다음 배열을 바꾸는 연산을 적용해 여섯 자리의 중간번호를 만들 수 있다. Alternatively, an intermediate number can be generated by combining preliminary numbers without applying the four arithmetic operations. At this time, the calculation algorithm is applied to extract the number to be used for each digit of the middle number from the preliminary number, and an array change that changes the number of digits can be applied as needed. In this case, there is no need to apply the four arithmetic operations. For example, if the temperature on 00/00 in the Seoul area, the winning number provided by an external server that manages the lotto, the sales volume of a specific product on a specific date from a specific sales server, and the number of applicants are collected as preliminary numbers, the calculation algorithm Preprocessing is performed to create a six-digit number by listing six numbers, including the first digit after the decimal point in the temperature, the two digits of the winning number, the two digits of the sales volume, and the last digit of the number of entrants, and then changing the arrangement. You can apply operations to create a six-digit middle number.
당첨관리부(115)는 수집된 응모번호들 중에 중간번호생성기(113)가 계산한 중간번호를 이용해 기설정된 개수의 당첨번호를 결정한다. 당첨번호는 예를 들어 응모번호 중에서 중간번호와 같은 번호로 정하거나(즉, 연산 알고리즘 결과가 당첨번호가 됨), 복수 개의 당첨번호를 정하기 위해 응모번호 중에서 중간번호와의 차가 작은 순서로 복수 개의 당첨번호를 결정한다.The winning management unit 115 determines a preset number of winning numbers using the intermediate number calculated by the intermediate number generator 113 among the collected application numbers. For example, the winning number is set as the same number as the middle number among the application numbers (i.e., the result of the calculation algorithm becomes the winning number), or, to determine multiple winning numbers, a plurality of winning numbers are selected in the order of the smallest difference from the middle number among the application numbers. Determine the winning number.
응모번호를 예비번호로 사용하는 경우의 추첨방법 (도 2)Lottery method when using the application number as a preliminary number (Figure 2)
이하에서는 도 1 및 도 2를 참조하여, 응모자의 응모번호를 예비번호로 사용하는 경우의 추첨방법을 설명한다. Below, with reference to FIGS. 1 and 2, the drawing method when using the applicant's application number as a preliminary number will be described.
응모번호를 예비번호로 사용할 때는 접수된 응모번호(그 숫자)가 모두 공개되어서는 안된다. 만약 응모가 접수될 때마다 응모번호가 모두 공개되면 응모마감 직전에 중간번호를 계산하거나 예측할 수 있게 되고, 당첨 가능성이 높은 응모번호를 응모마감 전에 입력할 수 있게 되는 문제가 생긴다. 따라서 응모자의 응모번호를 예비번호로 사용하는 경우, 응모번호를 모두 공개해서는 안된다. 한편, 응모번호 전체가 비공개처리되면 응모번호 전체의 조작 문제를 해결할 수 없기 때문에, 비가역적 암호화 코드를 사용하여 응모번호 일부를 공개하는 방식을 사용한다. 암호화코드는 비가역적 코드로서 암호화처리된 것으로부터 원래의 응모번호를 구할 수 없는 것이어야 한다. When using an application number as a preliminary number, all received application numbers (those numbers) must not be disclosed. If all application numbers are revealed each time an application is received, a problem arises in which the intermediate number can be calculated or predicted just before the application deadline, and an application number with a high probability of winning can be entered before the application deadline. Therefore, if an applicant's application number is used as a preliminary number, the entire application number must not be disclosed. On the other hand, since the problem of manipulation of the entire application number cannot be solved if the entire application number is made private, a method of making part of the application number public using an irreversible encryption code is used. The encryption code must be an irreversible code so that the original application number cannot be obtained from the encrypted code.
<응모단계: S201, S203><Application stage: S201, S203>
응모번호수집부(111)는 본 발명의 추첨방법의 전체 과정을 공개채널을 통해 공개한다. 여기서 공개되는 것에는 응모번호 수집방법, 중간번호 생성을 위한 연산 알고리즘과 예비번호를 수집하는 방법, 당첨번호의 개수, 중간번호를 이용한 당첨번호 결정방법이 포함된다(S201).The application number collection unit 111 discloses the entire process of the lottery method of the present invention through a public channel. What is disclosed here includes the method of collecting application numbers, the calculation algorithm for generating intermediate numbers and the method of collecting preliminary numbers, the number of winning numbers, and the method of determining winning numbers using intermediate numbers (S201).
응모번호수집부(111)는 기공개한 응모번호 수집방법에 따라 응모기간을 정해 온라인 응모자로부터 응모번호를 입력받는 응모단계를 개시한다. 응모자는 응모번호 수집방법이 정한 바에 따라 적어도 하나의 응모번호를 응모자 단말기(130)를 이용해 입력할 수 있다(S203). The application number collection unit 111 determines the application period according to the previously disclosed application number collection method and starts the application step of receiving the application number from the online applicant. Applicants can input at least one application number using the applicant terminal 130 according to the application number collection method (S203).
다만, 도 2의 실시 예는 응모번호를 예비번호로 사용하는 것이므로, 응모자 단말기(130)는 응모번호 그대로 응모번호수집부(111)에게 제공하지 않고 아래의 S205 단계를 통해 응모번호수집부(111)에게 제공한다. However, since the embodiment of FIG. 2 uses the application number as a preliminary number, the applicant terminal 130 does not provide the application number as is to the application number collection unit 111 but provides it to the application number collection unit 111 through step S205 below. ) is provided to.
<응모번호를 예비번호로 수집하는 단계: S205> <Step of collecting application number as preliminary number: S205>
응모자 단말기(130)의 클라이언트부(미도시)는 수집한 응모번호를 기설정된 비가역적 암호화 코드로 암호화하여 응모코드 a1와 응모코드 b를 만들어 응모번호수집부(111)에게 제공하고, 응모번호수집부(111)는 응모코드 a1와 응모코드 b를 예비번호로 수집한다. 응모코드 a1은 응모번호를 기설정된 비가역적 암호화 코드로 암호화한 것이고, 응모코드 b는 응모번호 일부와 응모코드 a1의 일부를 결합하여 만든다. 예를 들어, 응모번호를 8자리 수로 정하여 12312346인 경우에, 응모코드 a1은 응모번호 12312346를 기설정된 암호화 코드로 암호화한 ab95e81@gss4 이라고 가정하자. 응모코드 b는 예를 들어 응모번호 8자리 중에 앞의 4자리(1231)와 응모코드 a1의 뒤 6자리(1@gss4)를 결합한다고 할 때, 12311@gss4가 된다. 암호화코드는 비가역적 코드로서 응모코드 a1을 이용해 응모번호를 찾을 수 없는 코드이다. 예를 들어, SHA(Secure Hash Algorithm)-256 등을 암호화 코드로 사용할 수 있다. The client unit (not shown) of the applicant terminal 130 encrypts the collected application numbers with a preset irreversible encryption code, creates application code a1 and application code b, provides them to the application number collection unit 111, and collects the application numbers. Unit 111 collects application code a1 and application code b as preliminary numbers. The application code a1 is created by encrypting the application number with a preset irreversible encryption code, and the application code b is created by combining part of the application number and part of the application code a1. For example, if the application number is set to 8 digits and is 12312346, let's assume that the application code a1 is ab95e81@gss4, which is the application number 12312346 encrypted with a preset encryption code. For example, the application code b becomes 12311@gss4 by combining the first 4 digits (1231) of the 8-digit application number and the last 6 digits (1@gss4) of the application code a1. The encryption code is an irreversible code that makes it impossible to find the application number using the application code a1. For example, SHA (Secure Hash Algorithm)-256 can be used as an encryption code.
응모코드 a1은 아래 S209 단계에서 응모번호를 확인하기 위한 것이고, 응모코드 b는 응모번호의 조작가능성을 제거하기 위해 응모번호 일부를 공개한 것이다. 중간번호생성기(113)는 응모자 단말기(130)로부터 수신한 응모코드 a1와 응모코드 b를 공개채널에 공개함으로써, 응모자 뿐만 아니라 추첨서버(110)의 관리자를 포함해 어떤 사람에 의하더라도 응모번호의 조작가능성과 아래에서 설명하는 중간번호를 사전에 예측하는 가능성을 제거한다. The application code a1 is used to confirm the application number in step S209 below, and the application code b discloses part of the application number to eliminate the possibility of manipulating the application number. The intermediate number generator 113 discloses the application code a1 and application code b received from the applicant terminal 130 to a public channel, so that any person, including the administrator of the lottery server 110 as well as the applicant, can use the application number. Eliminates the possibility of manipulation and the possibility of predicting intermediate numbers in advance, as explained below.
<수집종료단계: S207> <Collection end stage: S207>
S203 단계와 S205 단계는 응모자의 응모가 있을 때마다 수행되다가, 기설정된 응모방법에 따라 공개된 수집종료 알고리즘의 응모종료 조건이 완성되면 응모번호수집부(111)는 S203의 응모단계를 종료하고 중간번호생성기(113)는 S205의 예비번호의 수집을 종료한다. 수집종료 조건은, 예를 들어 선착순 응모한 응모자의 수가 기설정된 수에 도달하는 것이 될 수도 있고, 기간으로 정해진 응모기간이 만료하는 것이 될 수도 있다. Steps S203 and S205 are performed each time an applicant applies, and when the application termination conditions of the collection termination algorithm disclosed according to the preset application method are completed, the application number collection unit 111 terminates the application step of S203 and The number generator 113 ends collecting the spare number of S205. The collection end condition may be, for example, that the number of applicants who applied on a first-come, first-served basis reaches a preset number, or that the application period set by the period expires.
<응모번호 확인단계: S209 내지 S213> <Application number confirmation step: S209 to S213>
예비번호 수집이 종료하면, 중간번호생성기(113)는 응모자 단말기(130)로부터 응모번호를 암호화하지 않고 그대로 제공받는다. 중간번호생성기(113)는 응모자 단말기(130)로부터 제공받은 응모번호를 S205 단계의 암호화 코드로 암호화하여 응모코드 a2를 생성한다(S209). 중간번호생성기(113)는 응모코드 a2가 응모코드 a1와 일치하는지 비교하여 S203 단계에서 응모자가 입력한 응모번호를 확인한다(S211). When the collection of preliminary numbers is completed, the intermediate number generator 113 receives the application number from the applicant terminal 130 as is without encrypting it. The intermediate number generator 113 encrypts the application number provided from the applicant terminal 130 with the encryption code of step S205 to generate application code a2 (S209). The intermediate number generator 113 compares whether the application code a2 matches the application code a1 and checks the application number entered by the applicant in step S203 (S211).
S209 단계에서 응모자 단말기(130)가 제공하는 응모번호는 S203 단계를 통해 응모자가 입력한 응모번호이기 때문에, 응모코드 a1이 조작되거나 응모번호가 조작되지 않았다면 응모코드 a1과 응모코드 a2는 동일해야 한다. 응모코드 a1와 응모코드 a2가 일치하면, 중간번호생성기(113)는 응모자 단말기(130)가 S209 단계에서 암호화하지 않고 제공한 응모번호를 공개채널에 공개한다. 중간번호생성기(113)는 모든 응모번호에 대해 이 과정을 수행하면서 확인된 모든 응모번호의 집합인 '응모번호 세트'를 최종 확정한다(S213).Since the application number provided by the applicant terminal 130 in step S209 is the application number entered by the applicant in step S203, if the application code a1 has been manipulated or the application number has not been manipulated, the application code a1 and the application code a2 must be the same. . If the application code a1 and the application code a2 match, the intermediate number generator 113 discloses the application number provided by the applicant terminal 130 without encryption in step S209 to the public channel. The intermediate number generator 113 performs this process for all application numbers and finalizes the 'application number set', which is a set of all confirmed application numbers (S213).
응모코드 a1와 응모코드 a2가 일치하지 않으면 응모자 단말기(130)가 암호화하지 않고 제공한 응모번호가 S203 단계에서 응모자가 입력한 응모번호가 아닌 것이다. 이미 공개채널을 통해 암호화 코드, 응모코드 a1 및 응모코드 b가 공개되어 있으므로, 응모번호 확인과정에서 조작이 개입할 수 없다. If the application code a1 and the application code a2 do not match, the application number provided without encryption by the applicant terminal 130 is not the application number entered by the applicant in step S203. Since the encryption code, application code a1, and application code b have already been released through public channels, manipulation cannot be involved in the application number confirmation process.
<중간번호 계산단계: S215> <Intermediate number calculation step: S215>
S213 단계를 통해 응모번호 세트가 확정되면, 중간번호생성기(113)는 예비번호를 대신해 응모번호 세트의 복수 개 응모번호를 연산 알고리즘을 적용하여 중간번호를 계산한다. 연산 알고리즘은 동일한 입력값에 대해 동일한 연산값을 제공하는 것으로서, 난수 알고리즘이 아니다. 예를 들어, 복수의 응모번호에 대해 덧셈, 뺄셈, 곱셈, 나눗셈의 사칙연산 조합을 적용하는 알고리즘이 중간번호 생성을 위한 연산 알고리즘이 될 수 있다. 사칙연산을 연산 알고리즘으로 사용하면, 추첨서버(110)의 관리자 등에 의한 중간번호 임의 조작 등의 문제가 생기지 않는다. When the application number set is confirmed through step S213, the intermediate number generator 113 calculates the intermediate number by applying a calculation algorithm to a plurality of application numbers in the application number set instead of the preliminary number. The calculation algorithm provides the same calculation value for the same input value, and is not a random number algorithm. For example, an algorithm that applies a combination of the four basic operations of addition, subtraction, multiplication, and division to multiple application numbers can be an operation algorithm for generating the middle number. If the four arithmetic operations are used as the calculation algorithm, problems such as random manipulation of intermediate numbers by the administrator of the lottery server 110, etc. do not occur.
<당첨번호 결정단계: S217> <Winning number determination step: S217>
당첨관리부(115)는 S215 단계에서 계산한 중간번호를 이용해 응모번호 세트의 응모번호들 중에서 S201 단계에서 공개한 당첨번호 결정방법에 따라 당첨번호를 결정한다. The winning management unit 115 uses the intermediate number calculated in step S215 to determine the winning number among the application numbers in the application number set according to the winning number determination method disclosed in step S201.
예를 들어, 응모번호 중에서 S215 단계에서 계산한 중간번호와 같은 응모번호를 당첨번호로 결정할 수도 있고, 중간번호와의 차의 절대값이 작은 순서로 기설정된 개수만큼을 당첨번호를 결정할 수도 있다. For example, among the application numbers, the same application number as the middle number calculated in step S215 may be determined as the winning number, or the winning number may be determined as a preset number in descending order of the absolute value of the difference from the middle number.
이상의 방법으로 본 발명의 당첨번호 추첨방법이 수행된다. 도 2의 방법에 의하면, (1) S213 단계를 통해 응모번호가 응모번호 세트로 확정되기 전에는 응모번호를 알 수 없으므로, 중간번호를 예측할 수 없다. (2) 중간번호를 예측할 수 없으므로 추첨서버 관리자가 응모기간 직전에 중간번호에 가까운 번호를 예측하여 응모번호로 입력하는 부정을 저지를 수 없다. 응모자의 응모번호 일부는 공개되어 있으므로, 부정을 위해 응모번호를 조작할 수도 없다. (3) 중간번호 생성을 위한 연산 알고리즘이 누구나 검산할 수 있는 사칙 연산 조합이기 때문에 중간번호를 조작할 수도 없다. The winning number drawing method of the present invention is performed in the above manner. According to the method of FIG. 2, since the application number is not known until the application number is confirmed as an application number set through step (1) S213, the intermediate number cannot be predicted. (2) Since the middle number cannot be predicted, the lottery server administrator cannot commit fraud by predicting a number close to the middle number right before the application period and entering it as the application number. Since part of the applicant's application number is public, the application number cannot be manipulated for fraudulent purposes. (3) Because the calculation algorithm for generating the middle number is a combination of four arithmetic operations that anyone can calculate, the middle number cannot be manipulated.
외부 서버로부터 예비번호로 수집하는 경우의 추첨방법 (도 3)Lottery method when collecting preliminary numbers from an external server (Figure 3)
이하에서는 도 3을 참조하여, 외부 서버(150)로부터 예비번호를 수집하는 경우의 추첨방법을 설명한다. Below, with reference to FIG. 3, a drawing method when collecting preliminary numbers from the external server 150 will be described.
<응모단계: S301, S303><Application stage: S301, S303>
응모번호수집부(111)의 추첨방법 공개와 응모번호 수집은 S201, S203 단계와 동일하게 수행된다. 다만, 외부 서버(150)가 공개하는 특정번호를 예비번호로 사용하기 위해, 외부 서버(150)에 대한 정보, 외부 서버(150)가 공개하는 번호(또는 공개정보) 중 예비번호로 사용할 번호(공개일시, 해당 번호의 명칭 등)을 공개한다. 예비번호로 사용할 번호는 응모기간이 개시된 후에 공개된 것이어야 하며, 마지막으로 수집되는 예비번호는 응모기간의 종료 후에 공개되는 것이어야 한다(S301).Disclosure of the lottery method and collection of application numbers in the application number collection unit 111 are performed in the same manner as steps S201 and S203. However, in order to use a specific number disclosed by the external server 150 as a spare number, the number to be used as a spare number among the information about the external server 150 and the number (or public information) disclosed by the external server 150 ( Date of disclosure, name of the number, etc.) are disclosed. The number to be used as a spare number must be disclosed after the application period begins, and the last spare number collected must be disclosed after the end of the application period (S301).
응모번호수집부(111)는 기공개한 응모번호 수집방법에 따라 기간을 정해 온라인 응모자로부터 응모번호를 입력받는다. 복수의 응모자로부터 복수 개의 응모번호가 수집될 때까지 응모단계가 진행된다. 응모자는 응모번호 수집방법이 정한 바에 따라 하나의 응모번호를 응모자 단말기(130)를 이용해 입력할 수 있다. 응모자 단말기(130)는 응모번호가 입력되면 비가역적 암호화를 적용하지 않고 그대로 응모번호수집부(111)에게 전달한다. 이점에서 S303은 S205와 다르다. 응모자 단말기(130)가 응모번호수집부(111)에게 응모번호를 전달할 때 본 발명에서 제시하는 것과 다른 목적(예를 들어, 통신 보안)으로 가역적 암호코드로 암호화할 수 있으나 이러한 암호화는 본 발명의 필수적인 구성이 아니다. 응모번호수집부(111)는 응모자 단말기(130)로부터 응모번호를 제공받을 때마다 공개채널에 공개한다(S303).The application number collection unit 111 receives application numbers from online applicants for a set period of time according to the previously disclosed application number collection method. The application stage continues until multiple application numbers are collected from multiple applicants. Applicants can enter one application number using the applicant terminal 130 according to the application number collection method. When the application number is entered, the applicant terminal 130 transmits it to the application number collection unit 111 as is without applying irreversible encryption. In this respect, S303 is different from S205. When the applicant terminal 130 transmits the application number to the application number collection unit 111, it can be encrypted with a reversible encryption code for a purpose other than that proposed in the present invention (e.g., communication security), but such encryption is not performed according to the present invention. It is not an essential configuration. Each time the application number collection unit 111 receives an application number from the applicant terminal 130, it discloses it to a public channel (S303).
<예비번호 수집단계: S305> <Preliminary number collection step: S305>
중간번호생성기(113)는 복수 개의 외부 서버(150)로부터 예비번호를 수집한다. The intermediate number generator 113 collects spare numbers from a plurality of external servers 150.
예를 들어, 기상청 서버가 응모기간 중의 특정일에 공개하는 서울지역의 온도를 예비번호로 정한 경우에, 중간번호생성기(113)는 기상청 서버로부터 해당 특정일의 서울지역 온도를 읽어온다. 또한, X기관이 발표하는 통계정보로 특정일에 발표하는 통계치(전체 또는 그 일부)를 예비번호로 정할 수도 있고, 선거관리위원회가 특정일에 발표하기로 되어 있는 투표율(전체 또는 그 일부)을 예비번호로 정할 수도 있다. For example, when the Korea Meteorological Administration server sets the temperature of the Seoul area to be disclosed on a specific day during the application period as a preliminary number, the intermediate number generator 113 reads the temperature of the Seoul area on that specific day from the Korea Meteorological Administration server. In addition, the statistical information announced by organization You can also set it as a spare number.
<수집종료단계: S307, S309> <Collection end stage: S307, S309>
S301 단계에서 공개한 수집종료 알고리즘의 수집종료 조건이 완성되면, 응모번호수집부(111)는 S303의 응모단계를 종료하고(S307), 중간번호생성기(113)의 예비번호 수집이 종료된다(S309). 예비번호가 모두 수집되면 누구라도 중간번호를 계산할 수 있기 때문에, 마지막 예비번호의 수집은 응모번호 수집이 종료된 후에 수행되어야 하며, 마지막 예비번호가 수집된 때에 자동으로 예비번호 수집이 종료된다.When the collection termination conditions of the collection termination algorithm disclosed in step S301 are completed, the application number collection unit 111 ends the application step in S303 (S307), and the collection of preliminary numbers by the intermediate number generator 113 ends (S309) ). Since anyone can calculate the intermediate number once all the preliminary numbers are collected, the collection of the last preliminary number must be performed after the application number collection has ended, and the preliminary number collection ends automatically when the last preliminary number is collected.
<중간번호 계산단계: S311> <Intermediate number calculation step: S311>
예비번호 수집이 종료되면, 중간번호생성기(113)는 수집된 복수 개의 예비번호를 연산 알고리즘을 적용하여 중간번호를 계산한다. 여기서 사용되는 연산 알고리즘은 S213 단계의 연산 알고리즘과 동일한 특징을 가져야 한다. When the collection of spare numbers is completed, the intermediate number generator 113 calculates the intermediate number by applying an arithmetic algorithm to the plurality of collected spare numbers. The calculation algorithm used here must have the same characteristics as the calculation algorithm in step S213.
<당첨번호 결정 및 공개단계: S313, S315> <Winning number determination and disclosure stage: S313, S315>
당첨관리부(115)는 S309 단계에서 계산한 중간번호를 이용해 응모번호 세트의 응모번호들 중에서 당첨번호를 결정하며, S215 단계와 동일하게 진행된다. 당첨관리부(115)는 당첨번호를 공개채널에 공개한다.The winning management unit 115 determines the winning number among the application numbers in the application number set using the intermediate number calculated in step S309, and proceeds in the same manner as step S215. The winning management unit 115 discloses the winning numbers to a public channel.
이상의 방법으로 본 발명의 외부 서버가 제공하는 예비번호를 이용한 당첨번호 추첨방법이 수행된다. 도 3의 방법에 의하면, (1) 응모번호는 입력되는 즉시 공개하여 조작 가능성을 제거하고, 응모 중에 예비번호가 모두 공개되지 않으므로 중간번호를 예측할 수 없다. (2) 중간번호를 예측할 수 없으므로 추첨관리자가 임의로 중간번호와 가까운 응모번호를 계산하거나 예측하여 응모기간 전이나 후에 입력할 수가 없게 된다. (3) 중간번호 생성을 위한 연산 알고리즘이 누구나 검산할 수 있는 사칙 연산 조합이기 때문에 중간번호를 조작할 수도 없다. In the above method, the winning number drawing method using the spare number provided by the external server of the present invention is performed. According to the method of FIG. 3, (1) the application number is disclosed as soon as it is entered to eliminate the possibility of manipulation, and since all preliminary numbers are not disclosed during application, the intermediate number cannot be predicted. (2) Since the middle number cannot be predicted, the lottery administrator cannot arbitrarily calculate or predict an application number close to the middle number and enter it before or after the application period. (3) Because the calculation algorithm for generating the middle number is a combination of four arithmetic operations that anyone can calculate, the middle number cannot be manipulated.
이상에서는 본 발명의 바람직한 실시 예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시 예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어서는 안 될 것이다.In the above, preferred embodiments of the present invention have been shown and described, but the present invention is not limited to the specific embodiments described above, and may be commonly used in the technical field to which the invention pertains without departing from the gist of the present invention as claimed in the claims. Of course, various modifications can be made by those skilled in the art, and these modifications should not be understood individually from the technical idea or perspective of the present invention.

Claims (5)

  1. 추첨서버의 온라인 당첨번호 추첨방법에 있어서,In the online winning number drawing method of the lottery server,
    응모번호수집부가 중간번호 생성을 위한 연산 알고리즘을 공개채널에 공개하고 네트워크로 연결된 응모자 단말기로부터 응모자의 응모번호를 입력받되, 상기 연산 알고리즘은 동일한 입력값에 대해 동일한 연산값을 제공하는 것인 응모단계; An application step in which the application number collection department discloses the calculation algorithm for generating the intermediate number on a public channel and receives the applicant's application number from the applicant terminal connected to the network, and the calculation algorithm provides the same calculation value for the same input value. ;
    상기 응모과정 중에, 중간번호생성기가 기공개된 방식으로 예비번호를 수집하는 예비번호 수집을 개시하고 예비번호가 수집될 때마다 상기 공개채널에 공개하는 예비번호 수집단계;During the application process, a spare number collection step in which an intermediate number generator starts collecting spare numbers in a previously disclosed manner and discloses them to the public channel each time a spare number is collected;
    기공개된 수집종료 알고리즘에 따라, 상기 응모번호수집부가 상기 응모단계를 종료하고 상기 중간번호생성기가 예비번호의 수집단계를 종료하는 단계;According to a previously disclosed collection termination algorithm, the application number collection unit terminates the application step and the intermediate number generator terminates the preliminary number collection step;
    상기 중간번호생성기가 상기 예비번호의 수집을 통해 수집된 복수 개 예비번호에 상기 연산 알고리즘을 적용하여 중간번호를 계산하는 단계; 및Calculating an intermediate number by the intermediate number generator applying the operation algorithm to a plurality of spare numbers collected through the collection of the spare numbers; and
    당첨관리부가 상기 수집된 응모번호들 중에 상기 중간번호와 차가 작은 순서로 당첨번호를 결정하는 단계를 포함하는 것을 특징으로 하는 당첨번호 추첨방법.A method of drawing winning numbers, characterized in that the winning management unit determines the winning numbers among the collected application numbers in the order in which the difference between them and the middle number is smaller.
  2. 제1항에 있어서,According to paragraph 1,
    상기 응모단계에서 상기 응모번호수집부는 응모자의 단말기로부터 응모코드 a1와 응모코드 b를 제공받되, 상기 응모코드 a1은 상기 응모번호를 기설정된 비가역적 암호화 코드로 암호화한 것이고 상기 응모코드 b는 상기 응모번호 일부와 상기 응모코드 a1의 일부를 결합한 것이며, In the application step, the application number collection unit receives an application code a1 and an application code b from the applicant's terminal. The application code a1 is encrypted with the application number using a preset irreversible encryption code, and the application code b is the application code. It is a combination of part of the number and part of the above application code a1,
    상기 예비번호 수집단계에서 상기 중간번호생성기는 상기 응모번호를 상기 예비번호로 사용하기 위해, 상기 응모코드 a1와 응모코드 b를 상기 응모번호수집부로부터 제공받아 상기 공개채널에 공개하며,In the preliminary number collection step, the intermediate number generator receives the application code a1 and application code b from the application number collection unit and discloses them to the public channel in order to use the application number as the preliminary number,
    상기 중간번호를 계산하는 단계는, The step of calculating the intermediate number is,
    상기 중간번호생성기가 상기 단말기로부터 상기 응모번호를 제공받아 상기 암호화 코드로 암호화하여 응모코드 a2를 생성하여 상기 응모코드 a1와 일치하는지 비교하는 단계; 및 The intermediate number generator receives the application number from the terminal, encrypts it with the encryption code, generates an application code a2, and compares whether it matches the application code a1; and
    상기 응모코드 a1와 응모코드 a2가 일치하면, 상기 중간번호생성기는 상기 단말기로부터 제공받은 응모번호가 상기 응모단계에서 입력된 응모번호와 같은 것으로 판단하고 상기 단말기로부터 제공받은 응모번호를 공개하는 단계; 및 If the application code a1 and the application code a2 match, the intermediate number generator determines that the application number provided from the terminal is the same as the application number entered in the application step and discloses the application number provided from the terminal; and
    모든 응모자에 대해 상기 비교하는 단계 및 상기 응모번호를 공개하는 단계를 반복하여 상기 응모자의 응모번호 전체를 확인하는 단계를 더 포함하여 상기 확인된 전체 응모번호를 상기 연산 알고리즘을 적용하여 상기 중간번호를 계산하는 것을 특징으로 하는 당첨번호 추첨방법.It further includes the step of confirming the entire application number of the applicant by repeating the step of comparing and disclosing the application number for all applicants, and applying the calculation algorithm to the entire confirmed application number to determine the middle number. A winning number drawing method characterized by calculating.
  3. 제1항에 있어서,According to paragraph 1,
    상기 예비번호 수집단계는, The preliminary number collection step is,
    상기 중간번호생성기가 상기 예비번호를 제공받을 복수의 외부 서버에 대한 정보를 상기 공개채널을 통해 공개하는 단계; 및The intermediate number generator disclosing information about a plurality of external servers that will receive the spare number through the public channel; and
    상기 중간번호생성기가 상기 복수의 외부 서버로부터 동시에 또는 순차적으로 상기 예비번호를 제공받되, 마지막 예비번호는 상기 응모단계가 종료한 후에 수집하는 단계를 포함하고,The intermediate number generator receives the spare numbers simultaneously or sequentially from the plurality of external servers, and collects the last spare number after the application step ends,
    상기 외부 서버에 대한 정보에는, 상기 외부 서버가 제공하는 공개정보 중에서 상기 예비번호로 사용할 번호와 상기 예비번호로 사용할 번호를 개시하는 시간이 포함된 것을 특징으로 하는 당첨번호 추첨방법.A winning number drawing method, characterized in that the information about the external server includes a number to be used as the spare number among public information provided by the external server and a time to start the number to be used as the spare number.
  4. 제3항에 있어서,According to paragraph 3,
    상기 연산 알고리즘은 The calculation algorithm is
    상기 예비번호 사이의 사칙연산 알고리즘 또는 상기 예비번호에서 상기 중간번호의 각 자릿수를 추출하는 알고리즘인 것을 특징으로 하는 당첨번호 추첨방법.A method of drawing winning numbers, characterized in that it is an algorithm for arithmetic operations between the preliminary numbers or an algorithm for extracting each digit of the middle number from the preliminary numbers.
  5. 제1항 내지 제4항 중 어느 한 항의 당첨번호 추첨방법을 수행하는 추첨서버.A lottery server that performs the winning number drawing method according to any one of paragraphs 1 to 4.
PCT/KR2023/009844 2022-08-02 2023-07-11 Method for drawing winning number from among plurality of application numbers and lottery server for performing said drawing method WO2024029768A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020220096330A KR102529564B1 (en) 2022-08-02 2022-08-02 Method for deciding Winning Number among the Plurality of Application Numbers
KR10-2022-0096330 2022-08-02

Publications (1)

Publication Number Publication Date
WO2024029768A1 true WO2024029768A1 (en) 2024-02-08

Family

ID=86381315

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2023/009844 WO2024029768A1 (en) 2022-08-02 2023-07-11 Method for drawing winning number from among plurality of application numbers and lottery server for performing said drawing method

Country Status (2)

Country Link
KR (1) KR102529564B1 (en)
WO (1) WO2024029768A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102529564B1 (en) * 2022-08-02 2023-05-08 손성원 Method for deciding Winning Number among the Plurality of Application Numbers

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000054827A (en) * 2000-06-27 2000-09-05 김진국 an automatic and verifiable drawing system and method
KR20020009400A (en) * 2000-07-25 2002-02-01 구본석 Device and method for processing advertising of gift using lottery auction
KR20090118300A (en) * 2008-05-13 2009-11-18 김명수 Lottery system and method using random index
KR20190008761A (en) * 2017-07-17 2019-01-25 주식회사 케이티 System and method for providing number lottery service
KR20190105275A (en) * 2018-03-05 2019-09-17 주식회사 열심히커뮤니케이션즈 Apparatus and method for preventing lotto event participation information forgery
KR102529564B1 (en) * 2022-08-02 2023-05-08 손성원 Method for deciding Winning Number among the Plurality of Application Numbers

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010056301A (en) 1999-12-14 2001-07-04 황유선 Free gift offering method using vehicle plate number through internet

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000054827A (en) * 2000-06-27 2000-09-05 김진국 an automatic and verifiable drawing system and method
KR20020009400A (en) * 2000-07-25 2002-02-01 구본석 Device and method for processing advertising of gift using lottery auction
KR20090118300A (en) * 2008-05-13 2009-11-18 김명수 Lottery system and method using random index
KR20190008761A (en) * 2017-07-17 2019-01-25 주식회사 케이티 System and method for providing number lottery service
KR20190105275A (en) * 2018-03-05 2019-09-17 주식회사 열심히커뮤니케이션즈 Apparatus and method for preventing lotto event participation information forgery
KR102529564B1 (en) * 2022-08-02 2023-05-08 손성원 Method for deciding Winning Number among the Plurality of Application Numbers

Also Published As

Publication number Publication date
KR102529564B1 (en) 2023-05-08

Similar Documents

Publication Publication Date Title
CN107294727B (en) Electronic voting method, terminal equipment and block chain network
WO2024029768A1 (en) Method for drawing winning number from among plurality of application numbers and lottery server for performing said drawing method
CN107103097A (en) Drawing method and terminal device based on block chain technology
WO2018104728A1 (en) Random number generation
CN111104678B (en) Block chain consensus method and device
CN111862440A (en) Voting system based on block chain technology
CN112133396A (en) Medical data sharing method and device, electronic equipment and medium
Shah et al. Blockchain enabled online-voting system
CN111223227B (en) Target user screening method and device
KR20020004223A (en) A lottory system basised on internet and the method thereof
CN111130875B (en) Block chain consensus method, device, equipment and storage medium
Malkawi et al. Blockchain based voting system for Jordan parliament elections
CN110647311A (en) Uncontrollable random number generation method and system
Sheela et al. E-voting system using homomorphic encryption technique
WO2022065579A1 (en) Blockchain-based genetic information transaction system and method
CN112862533A (en) Online lottery drawing method and online lottery drawing algorithm system
KR20190119911A (en) Ticket Selling System Based on Blockchain
CN112258326B (en) Random block output method and system
CN116233140A (en) Method, device, equipment and storage medium for determining block-out node based on weight
KR20010000892A (en) The automated and verifiable drawing system and method therefor
KR20010011991A (en) Floatation and raffle method of internet lot at real time
Avinash et al. High Performance Electronic Voting Machine (EVM) Implementation Using ARM Cortex M3
RU2002122538A (en) METHOD FOR CONDUCTING A LOTTERY AND A DEVICE FOR ITS IMPLEMENTATION
Ali et al. An Efficient E-Voting Algorithm and Dapp Using Blockchain Technology
WO2022010004A1 (en) Random sampling bft consensus method and system, and computer program

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 23850275

Country of ref document: EP

Kind code of ref document: A1