1. Field of the Invention
The present invention generally relates to wireless signal transmission encoding/decoding method and device, more particularly, to encoding/decoding method and device that utilizing baud rate to encrypt data for transmission.
2. Description of the Prior Art
Remote controller is used wildly in our daily life. Its application can be found in many fields such as car security, house security, audio/video equipment, and other appliances. In such applications, remote controller plays an important roll in convenience for usage. Although in many applications, security is not a major concern, it is a critical issue in some certain circumstances such as in car security system, home security, and TV channel protection.
In general, the remote controller system can be classified into two categories of one-direction and bi-direction. In a one-direction remote controller system, transmitter simply transmits control signal to control equipment in remote location. While in a bi-direction remote controller system, control signal is transmitted interactively between transmitter and receiver. The bi-direction remote controller system is much more reliable for it employs the function of mutual authentication. However, since it is complex and expensive, it is seldom used except in some certain cases.
In a simplest remote controller system, the control signal is formatted in plaintext and transmitted wirelessly to the receiver. Since the control signal is transmitted in plaintext, it is so easy to be eavesdropped and modified by a hacker, so the system is extremely unsecured. A common example can be seen pretty often in daily life, that is, when someone uses a remote controller for opening his own garage door, he is opening his neighborhood's garage door at the same time.
As technology advanced and for security reason, more and more remote controllers transmit signal in encrypted format, which means, when a remote controller is transmitting signals, the signal is separated into plain code and encrypted code. The plain code is in regular format, comprising fixed data structure, while the encrypted code, in transmission, is encrypted with certain mathematical algorithm and is difficult to be decoded by hacker. The concept of encrypting signal for security reason is not so difficult to understand, however, the practical implementation is quite complex, and the cost is relatively high. The present invention is to disclose a signal transmitting method and device that plain code and encrypted code will be encapsulated in one single signal. The application can be seen where the plain code is used in a public entrance security system such as a community gateway or a public garage door that only need the plain code for identification, while in different application such as a private garage door security system, the plain code and the encrypted code will be verified in the same time for strict authentication.
Accordingly, it is the primary object of the present invention to provide wireless signal transmission encoding/decoding method and device, more particularly, the encoding/decoding method and device that utilizes logical algorithm to encrypt signal for transmission.
It is the second object of the present invention to encoding/decoding method and device that is simple and less expensive.
The method of the present invention is to employ baud rate modulation to encrypt transmission data and encapsulate the transmission data in transmission signal for transmission, comprising the steps as follows:
(a). utilizing a identification signal to generate a plain code and a encrypted code;
(b). utilizing the encrypted code to control the baud rate for transmitting the plain code; when the encrypted code is in a first base, the plain code corresponding to the encrypted code will be transmitted with a first baud rate; when the encrypted code is in a second base, the plain code corresponding to the encrypted code will be transmitted with a second baud rate.
The device of the present invention is to employ baud rate modulation to encrypt transmission data, comprising:
an encoder for receiving an identification code and encoding a portion of the identification code into an encrypted code;
an interpreter being connected to the encoder for complying the un-encoded portion of the identification code and the encrypted code into a transmission signal;
wherein, in the encoding process, the encoder will encode the length of the waveform of the un-encoded portion of the identification code according to the following rules,
(1). when the encrypted code is in a first base, the plain code corresponding to the encrypted code will be transmitted with a first baud rate;
(2). when the encrypted code is in a second base, the plain code corresponding to the encrypted code will be transmitted with a second baud rate.
The decoding device of the remote controller of the present invention comprises:
a receiver for receiving transmission signal;
an interpreter being connected to the receiver for utilizing a given baud rate to interpret the transmission signal into a received signal;
an encoder utilizing a logical algorithm to generate a comparison code; and
a processor being connected to the interpreter and the encoder for comparing the received signal and the comparison code to determine if receive the instruction carrying on the transmission signal and controlling the process.
Other and further features, advantages and benefits of the invention will become apparent in the following description taken in conjunction with the following drawings. It is to be understood that the foregoing general description and following detailed description are exemplary and explanatory but are not to be restrictive of the invention. The accompanying drawings are incorporated in and constitute a part of this application and, together with the description, serve to explain the principles of the invention in general terms. Like numerals refer to like parts throughout the disclosure.
The objects, spirits and advantages of the preferred embodiments of the present invention will be readily understood by the accompanying drawings and detailed descriptions, wherein:
The present invention providing wireless signal transmission encoding/decoding method and device utilizing logical algorithm to encrypt data for transmission can be exemplified by the preferred embodiments as described hereinafter.
Please refer to
Following the process of obtaining the temporary code 1520, as shown, is the process for generating the encrypted code 150. They are many techniques, such as multinomial method or the famous one as RSA, can be 1o used to provide the encryption function in the encrypted code generator 151. In the present invention, the Exclusive OR (XOR) operation 1520 is adapted to apply on the previous encrypted code 150 to obtain a new encrypted code. The advantages of Exclusive OR (XOR) operation include less complexity and low cost, and one solution can be used for both encoding and decoding. Here rises a problem when first time initiate the encrypting process, that is, how to obtain the “previous” encrypted code to generate a new encrypted code? A pre-determined value is the solution of the problem. A pre-determined value can be treated as the “previous” encrypted code for generating a new encrypted code. The major reason for using the previous encrypted code to generate a new encrypted code is to prevent the “replay attack” submitted by a hacker. The function of the controller 153 is to convert the reset signal 154 into an encrypted code 150 and transmit it to the interpreter 16 or directly transmit the encrypted code 150 that is generated by the encrypted code generator 151 to the interpreter 16. The reset signal 154 can be set up in advance, and in this embodiment, the reset signal is defined as EF-FF-FEH.
Referring back to
(1). when the encrypted code 150 is in a first base, the plain code corresponding to the encrypted code 150 is transmitted with a first baud rate;
(2). when the encrypted code 150 is in a second base, the plain code corresponding to the encrypted code 150 is transmitted with a second baud rate.
For example, when the encrypted code 150 is 0, the baud rate for transmitting the plain code 11 is unchanged; when the encrypted code 150 is 1, the baud rate will be reduced to half and the length of waveform is extended to two times long. Please refer to
Please refer to
Step 51. generating the identification signal 10;
Step 52. checking if it is a reset signal 154, executing step 56 when yes, executing step 53 when no;
Step 53. executing the encoding process on the identification signal 10 to obtain an encrypted code 150;
Step 54. checking if the encrypted code 150 is equal to the pre-determined value that is representing the reset signal 154, executing step 5 when yes, executing step 55 when no;
Step 55. combining the encrypted code 150 and the plain code 11, complying them into the transmission signal 18 and transmitting the signal;
Step 56. setting up the encrypted code 150 to be the pre-determined value that is representing the reset signal 154 and executing the step 55.
Step 70. receiving the transmission signal 18, interpreting it into received signal 68 and executing the step 71;
Step 71. checking if the received signal 68 is the pre-determined value representing the reset signal 154, executing step 72 when yes, executing step 74 when no;
Step 72. receiving the next transmission signal 18 and executing the step 73;
Step 73. storing the encrypted code 150, measuring the next comparison code 60 and executing the step 70;
Step 74. checking if the received code 68 is equal to the comparison code 60, executing the step 75 when yes, executing the step 77 when no;
Step 75. executing the operation the transmission signal 18 representing for and executing the step 76;
Step 76. ending and the number of error are 0;
Step 77. measuring the next comparison code 60, adding the number of error by 1 and executing the step 78;
Step 78. checking if the number of error is equal to the error allowable number 66, executing step 76 when yes, executing step 79 when no;
Step 79. checking if the received code 68 is equal to the comparison code 60, executing the step 75 when yes, executing the step 77 when no.
Although this invention has been disclosed and illustrated with reference to particular embodiments thereof, and in terms of the illustrative drawings, it should not be considered as limited thereby. Various possible modifications, omission, and alterations could be conceived of by one skilled in the art to form and the content of any particular embodiment, without departing from the scope of the present invention.
Number | Date | Country | |
---|---|---|---|
Parent | 10609659 | Jul 2003 | US |
Child | 11889687 | Aug 2007 | US |