WO2019019287A1 - Random encryption method and apparatus for internet of things terminal data - Google Patents

Random encryption method and apparatus for internet of things terminal data Download PDF

Info

Publication number
WO2019019287A1
WO2019019287A1 PCT/CN2017/100896 CN2017100896W WO2019019287A1 WO 2019019287 A1 WO2019019287 A1 WO 2019019287A1 CN 2017100896 W CN2017100896 W CN 2017100896W WO 2019019287 A1 WO2019019287 A1 WO 2019019287A1
Authority
WO
WIPO (PCT)
Prior art keywords
internet
encryption unit
encryption
data packet
things terminal
Prior art date
Application number
PCT/CN2017/100896
Other languages
French (fr)
Chinese (zh)
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 WO2019019287A1 publication Critical patent/WO2019019287A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/04Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
    • H04L63/0428Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload
    • H04L63/0442Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload wherein the sending and receiving network entities apply asymmetric encryption, i.e. different keys for encryption and decryption
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/08Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
    • H04L9/0861Generation of secret information including derivation or calculation of cryptographic keys or passwords
    • H04L9/0866Generation of secret information including derivation or calculation of cryptographic keys or passwords involving user or device identifiers, e.g. serial number, physical or biometrical information, DNA, hand-signature or measurable physical characteristics
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/08Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
    • H04L9/0861Generation of secret information including derivation or calculation of cryptographic keys or passwords
    • H04L9/0869Generation of secret information including derivation or calculation of cryptographic keys or passwords involving random numbers or seeds

Definitions

  • the present invention claims the prior application priority of the application number No. 201710621291.X, which is filed on July 27, 2017, entitled “A Random Encryption Method and Apparatus for IoT Terminal Data", the content of the above prior application is introduced. The way is incorporated into this text.
  • the present application relates to the field of communications, and in particular, to a random encryption method and apparatus for data of an Internet of Things terminal.
  • the Internet of Things is an important part of the new generation of information technology, and an important stage of development in the era of "informatization.” Its English name is: “Internet of things (IoT)". As the name suggests, the Internet of Things is the Internet that connects things. This has two meanings: First, the core and foundation of the Internet of Things is still the Internet, which is an extended and extended network based on the Internet; Second, its client extends and extends to any item and item for information. Exchange and communication, that is, things and things. The Internet of Things is widely used in the convergence of networks through communication-aware technologies such as intelligent sensing, identification technology and pervasive computing. It is also called the third wave of the development of the world information industry after computers and the Internet.
  • the Internet of Things is the application expansion of the Internet. It is not so much that the Internet of Things is a network, but the Internet of Things is a business and application. Therefore, application innovation is the core of the development of the Internet of Things. Innovation 2.0 with user experience as the core is the soul of the development of the Internet of Things.
  • the Internet of Things solves the interconnection between objects and the exchange of data between objects.
  • the existing Internet of Things is connected to the Internet based on IoT access points (APs).
  • IoT access points There are multiple IoT terminals under the Internet of Things (AP).
  • the data between the Internet of Things (the network side device) and the IoT terminal is not encrypted. This makes it easy for the IoT device to leak, resulting in the leakage of user privacy data. User experience is not high.
  • the application provides a random encryption method for Internet of Things terminal data. Can improve IoT data Security to improve the user experience.
  • a method for random encryption of Internet of Things terminal data comprising the following steps:
  • the Internet of Things terminal acquires a data packet that needs to be sent
  • the IoT terminal extracts a first encryption unit used for the last encryption, and the Internet of Things terminal randomly selects a second encryption unit in the encryption unit remaining in the first encryption unit;
  • the IoT terminal invokes the second encryption unit to perform encryption processing on the data packet
  • the Internet of Things terminal sends the encrypted data and the current time to the network side device.
  • the method may further include: before the sending, by the IoT terminal, the encrypted data packet and the identifier of the second encryption unit to the gateway:
  • the alternate encryption unit of the third encryption unit is called to encrypt the data packet.
  • the invoking the second encryption unit by the Internet of Things terminal to perform encryption processing on the data packet specifically includes:
  • the Internet of Things terminal extracts 6 digits from the media access terminal control MAC address of the Internet of Things terminal according to the extraction strategy corresponding to the working time period of the Internet of Things terminal, and obtains the signal strength value of the Internet of Things terminal, and the 6 digits
  • the digital and signal strength values are connected to obtain a digit string, and the digit string is divided by a set integer to obtain a value of the first remainder, and the value of the first remainder is extracted from a plurality of pre-stored public keys.
  • the first public key, the second encryption unit encrypts the data packet by using the first public key.
  • the invoking the second encryption unit by the Internet of Things terminal to encrypt the data packet specifically includes:
  • the IoT terminal extracts a signal modulation mode of the data packet, and obtains a bit number and a position in the MAC address of the IoT terminal to be extracted from the signal modulation mode and the extracted value according to the signal modulation mode, and extracts a bit value in the MAC address.
  • the result of the bit value input into the preset algorithm is a secret key
  • the second encryption unit is used to encrypt the data packet by using the secret key
  • the method further includes: the Internet of Things
  • the terminal counts the usage of each encryption unit. If each encryption unit is used once, the IoT terminal clears the usage of each encryption unit, and randomly selects one encryption unit from all encryption units.
  • an Internet of Things terminal device comprising:
  • An obtaining unit configured to acquire a data packet that needs to be sent
  • a processing unit configured to extract a first encryption unit used in the last encryption, the Internet of Things terminal randomly selects a second encryption unit in the encryption unit remaining in the first encryption unit; and invokes the second encryption unit Decoding the data packet;
  • a sending unit configured to send the encrypted data and the identifier of the second encryption unit to the network side device.
  • the processing unit is configured to: when the second encryption unit fails to encrypt the data packet, call the alternate encryption unit of the third encryption unit to encrypt the data packet.
  • the processing unit is configured to extract a 6-digit number from the media access terminal control MAC address of the Internet of Things terminal according to an extraction policy corresponding to a working time period of the Internet of Things terminal, and obtain a signal strength of the Internet of Things terminal. a value, connecting the 6-digit number and the signal strength value to obtain a digit string, dividing the digit string by a set integer to obtain a value of the first remainder, and extracting the number from a plurality of pre-stored public keys The first public key corresponding to the value of the remainder, the second encryption unit encrypts the data packet by using the first public key.
  • the processing unit is specifically configured to extract a signal modulation manner of the data packet, and obtain, according to the signal modulation manner, a digit and a position in the MAC address of the Internet of Things terminal that needs to be extracted from the signal modulation manner and the extracted value.
  • the bit value in the MAC address is extracted, and the result calculated by inputting the bit value into the preset algorithm is a secret key, and the second encryption unit is invoked by the secret key to encrypt the data packet.
  • the processing unit is specifically configured to count the usage of each encryption unit. For example, each encryption unit is used once, and the Internet of Things terminal clears the usage of each encryption unit, and again from all the encryption units. Randomly select an encryption unit.
  • a computer storage medium configured to store a program that, when executed, includes some or all of the steps of the random encryption method of any one of the Internet of Things terminal data described in the first aspect.
  • an Internet of Things terminal device comprising: one or more processors, a memory, a bus system, a transceiver, and one or more programs, the processor, the memory, and The transceiver is connected by the bus system; wherein the one or more programs are Stored in the memory, the one or more programs include instructions that, when executed by the Internet of Things terminal, cause the Internet of Things terminal to perform any of the first aspect and all of the methods provided by the first aspect.
  • the Internet of Things terminal of the technical solution provided by the present invention acquires the data packet that needs to be sent, the Internet of Things terminal extracts the first encryption unit used for the last encryption, and the Internet of Things terminal randomly selects one encryption unit from the remaining encryption unit, that is, the second The encryption unit encrypts the data through the encryption unit.
  • the encryption is set in the Internet of Things terminal. This method can encrypt the data, protect the privacy of the user, and improve the user experience.
  • FIG. 1 is a schematic diagram of a network architecture
  • FIG. 2 is a transmission flow chart of an IoT terminal transmitting a data packet to a network side (taking a repeater as an example);
  • 3 is a flow chart of a random encryption method for data of an Internet of Things terminal
  • FIG. 4 is a schematic diagram of a technical scenario provided by an embodiment of the present application.
  • FIG. 5 is a schematic diagram of a mapping relationship provided by an embodiment of the present application.
  • FIG. 6 is a schematic flowchart of a method for randomly encrypting data of an Internet of Things terminal according to another embodiment of the present application
  • FIG. 7 is a schematic structural diagram of an Internet of Things terminal device provided by the present application.
  • FIG. 8 is a schematic structural diagram of hardware of an Internet of Things terminal provided by the present application.
  • Computer device also referred to as “computer” in the context, is meant an intelligent electronic device that can perform predetermined processing, such as numerical calculations and/or logical calculations, by running a predetermined program or instruction, which can include a processor and The memory is executed by the processor to execute a predetermined process pre-stored in the memory to execute a predetermined process, or is executed by hardware such as an ASIC, an FPGA, a DSP, or the like, or a combination of the two.
  • Computer devices include, but are not limited to, servers, personal computers, notebook computers, tablets, smart phones, and the like.
  • first first
  • second second
  • first first
  • second second
  • the object network includes: an Internet of Things terminal 10, an Internet of Things access point AP20, a gateway, and a repeater 40.
  • the networked terminal may have different manifestations according to different situations.
  • the Internet of Things terminal may specifically be: a mobile phone, a tablet computer, a computer, etc., of course, it may also include other devices with networking functions, such as a smart TV, a smart air conditioner.
  • the smart water bottle or some Internet of Things terminal device, the Internet of Things terminal 10 is connected to the repeater 40 in a wireless manner, and the repeater 40 is connected to the AP.
  • connection manner may be wireless or limited.
  • the wireless mode includes but is not limited to: Bluetooth, WIFI, etc.
  • the foregoing gateway may specifically be a mobile base station, a mobile relay station, a switch, and the like.
  • the wired mode is taken as an example, and for convenience of representation, only one solid line is shown here.
  • the above-mentioned gateway 30 may be a personal computer (PC) according to the size of the Internet of Things. In practice, it may be a plurality of PCs, servers, or server groups. The specific embodiment of the present invention is not limited. The specific manifestation of the above gateway 30.
  • PC personal computer
  • the repeater 40 may be a plurality of devices according to different scenarios, such as a mobile phone, a smart watch, and the like.
  • FIG. 2 is a transmission flowchart of data transmission of the Internet of Things.
  • the network side device takes a repeater as an example. As shown in FIG. 2, the process includes:
  • Step S201 the Internet of Things terminal 10 transmits the data packet to be transmitted to the relay station 40 by wireless;
  • Step S202 The relay station forwards the data packet to the Internet of Things access point
  • Step S203 The Internet of Things access point transmits the data packet to the gateway.
  • FIG. 3 is a method for randomly encrypting data of an Internet of Things terminal according to the present invention.
  • the method is implemented in a network architecture as shown in FIG. 4, as shown in FIG. 4, a repeater 40 can be connected.
  • a plurality of IoT terminals, the repeater may be a mobile phone that opens a hotspot, a personal computer that provides a wireless connection, a forwarding device, and the like.
  • the method is as shown in FIG. 3, and includes the following steps:
  • Step S301 The Internet of Things terminal acquires a data packet to be sent
  • the object-to-network terminal in the above step S301 may specifically be: a mobile phone, a tablet computer, a computer, etc., of course, it may also include other devices with networking functions, such as a smart TV, a smart air conditioner, a smart water bottle, a smart light, a smart switch, or Some IoT smart devices.
  • Step S302 The Internet of Things terminal extracts a first encryption unit used for the last encryption, and the Internet of Things The terminal randomly selects a second one of the encryption units remaining in the first encryption unit.
  • the type of the Internet of Things terminal in the above step S302 can be set according to the situation of the device.
  • the IoT terminal can specifically include: a smart electric light, a smart television, a smart cleaning device, a smart sleep device, an intelligent monitoring device, etc.
  • the form of performance can be various, for example, for a smart electric lamp, including but not limited to: a smart table lamp, a smart ceiling lamp, a smart wall lamp, etc., for example, for a smart TV, it can be a Samsung smart TV, of course It can also be a Sharp smart TV.
  • a smart cleaning device it can be a smart sweeping robot.
  • a smart vacuum cleaner for example, for a smart sleep device
  • a smart garbage processor for example, for a smart sleep device
  • the smart mattress for the smart mattress, the smart sofa, and the like
  • the smart monitoring device it may be an intelligent sphygmomanometer, a smart thermometer, etc., and the specific form, number, or type of the above-mentioned Internet of Things terminal is not limited.
  • the encryption unit in the above steps can be as shown in FIG. 5.
  • the encryption unit in the above step S302 may specifically be a hardware encryption unit provided in the Internet of Things terminal, and includes an encryption algorithm preset by the manufacturer.
  • the encryption unit may also be a software configured in the Internet of Things terminal.
  • the encryption unit, the present invention does not limit the specific expression of the above encryption unit.
  • the foregoing encryption algorithm includes, but is not limited to, an encryption algorithm such as 3DES, MD5 or RSA, and the present invention is not limited to a specific encryption algorithm.
  • Step S303 The Internet of Things terminal invokes the second encryption unit to perform encryption processing on the data packet.
  • the implementation method of the foregoing step S303 may specifically be:
  • the second encryption unit is a 3DES encryption unit, and the Internet of Things terminal invokes the 3DES encryption unit to perform 3DES encryption processing on the data packet.
  • the Internet of Things terminal invokes the RAS encryption unit to perform RAS encryption processing on the data packet.
  • the second encryption unit is an MD5 encryption unit
  • the Internet of Things terminal invokes the MD5 encryption unit to perform MD5 encryption processing on the data packet.
  • the foregoing encryption algorithms include, but are not limited to, triple data encryption algorithm block cipher (English: riple Data Encryption Algorithm, 3DES), message digest algorithm (English: Message Digest Algorithm, MD5) or RSA (Rivest, Shamir, Adleman) and other encryption algorithms.
  • the invention is not limited to specific Encryption algorithm.
  • 3DES is a generic term for triple-data encryption algorithm block ciphers. It is equivalent to applying three DES encryption algorithms to each data block. Due to the increased computing power of the computer, the key length of the original DES password becomes vulnerable to brute force; 3DES is designed to provide a relatively simple method to avoid similar attacks by increasing the key length of DES.
  • the implementation method of the foregoing step S303 may specifically be:
  • the IoT terminal invokes the second encryption unit to perform encryption processing on the data packet. If the encryption is successful, the subsequent step S304 is performed. If the encryption is unsuccessful, the standby encryption unit (ie, the third encryption unit) of the second encryption unit is called to the data. The packet is encrypted and the alternate encryption unit identifier is added to the header extension field of the encrypted packet.
  • Step S304 The Internet of Things terminal sends the encrypted data and the identifier of the second encryption unit to the network side device.
  • the identifier of the second encryption unit includes, but is not limited to, a number, a codebook, a name, and the like, which can identify the information of the second encryption unit.
  • the implementation method of the above step S304 can be:
  • the manner in which the Internet of Things terminal sends a data packet to the Internet of Things terminal may be to send a data packet by using a wireless connection, including but not limited to: Bluetooth, Wireless Fidelity (WIFI) or Zigbee And other wireless methods, wherein the above WIFI needs to comply with the IEEE802.11b standard.
  • a wireless connection including but not limited to: Bluetooth, Wireless Fidelity (WIFI) or Zigbee And other wireless methods, wherein the above WIFI needs to comply with the IEEE802.11b standard.
  • the Internet of Things and IoT terminals here are only for wireless IoT terminals, because for the Internet of Things, the number of devices accessed by them is large.
  • IoT terminals if they are connected by wire, the first thing The number of accesses of the networked terminal is limited, and the wired connection is used for the home, which is unimaginable for the wiring of the home user, and the cost of the cable is also very high, so in the technical solution of the present invention
  • the connection between the IoT terminal and the IoT terminal is limited to wireless connection.
  • the Internet of Things terminal of the technical solution provided by the present invention acquires the data packet that needs to be sent, the Internet of Things terminal extracts the first encryption unit used for the last encryption, and the Internet of Things terminal is from the remaining encryption unit. Randomly select an encryption unit, that is, a second encryption unit, and encrypt the data through the encryption unit. For the Internet of Things, the encryption is set in the Internet of Things terminal. This method can encrypt the data and protect the privacy of the user. User experience.
  • FIG. 6 is a method for randomly encrypting data of an Internet of Things terminal according to the present invention.
  • the method is implemented under the network architecture shown in FIG. 4, as shown in FIG. 4, and an Internet of Things repeater can be used.
  • a plurality of IoT terminals are connected.
  • the IoT repeater may be a mobile phone that opens a hotspot, a personal computer that provides a wireless connection, and the like.
  • the method is as shown in FIG. 6, and includes the following steps:
  • Step S601 The Internet of Things terminal acquires a data packet that needs to be sent;
  • the IoT terminal in the above step S601 may specifically be: a mobile phone, a tablet computer, a computer, etc., of course, it may also include other devices with networking functions, such as a smart TV, a smart air conditioner, a smart water bottle, a smart light, a smart switch, or Some IoT smart devices.
  • Step S602 the Internet of Things terminal extracts a first encryption unit used for the last encryption, and the Internet of Things terminal randomly selects a second encryption unit in the encryption unit remaining in the first encryption unit; and invokes the second encryption unit pair.
  • the data packet is encrypted.
  • the type of the Internet of Things terminal in the above step S602 can be set according to the situation of the device.
  • the IoT terminal can include: a smart light, a smart TV, a smart cleaning device, a smart sleep device, an intelligent monitoring device, etc.
  • the form of performance can be various, for example, for a smart electric lamp, including but not limited to: a smart table lamp, a smart ceiling lamp, a smart wall lamp, etc., for example, for a smart TV, it can be a Samsung smart TV, of course It can also be a Sharp smart TV.
  • a smart cleaning device it can be a smart sweeping robot.
  • a smart vacuum cleaner for example, for a smart sleep device
  • a smart garbage processor for example, for a smart sleep device
  • the smart mattress for the smart mattress, the smart sofa, and the like
  • the smart monitoring device it may be an intelligent sphygmomanometer, a smart thermometer, etc., and the specific form, number, or type of the above-mentioned Internet of Things terminal is not limited.
  • the time period and the encryption unit mapping table in the above steps are as shown in FIG. 5, and the foregoing mapping may be a one-to-one mapping, or may be a one-to-many mapping or the like.
  • the cryptographic unit in the above step S602 may specifically be a hardware cryptographic unit disposed in the Internet of Things repeater, and includes an encryption algorithm preset by the manufacturer.
  • the cryptographic unit may also be configured in the Internet of Things relay.
  • the software encryption unit in the device does not limit the specific expression of the above encryption unit.
  • the foregoing encryption algorithm includes, but is not limited to, an encryption algorithm such as 3DES, MD5 or RSA, and the present invention is not limited to a specific encryption algorithm.
  • Step S603 The Internet of Things terminal extracts 6 digits from the media access terminal control MAC address of the Internet of Things terminal according to the extraction strategy corresponding to the working time period of the Internet of Things terminal, and obtains the signal strength value of the Internet of Things terminal,
  • the 6-digit number is connected with the signal strength value to obtain a digit string, and the digit string is divided by a set integer (specifically, any integer of 6-11) to obtain a value of the first remainder, from a plurality of pre-stored values.
  • Extracting, by the public key, a first public key corresponding to the value of the first remainder, and the second encryption unit encrypting the data packet by using the first public key;
  • the above-mentioned 6-digit number is connected with the signal strength value to obtain a digital string.
  • the signal strength value can be converted into a binary number to prevent the front or the back of the 6-digit number.
  • the implementation method of the foregoing step S603 may specifically be:
  • the second encryption unit is a 3DES encryption unit, and the Internet of Things terminal invokes the 3DES encryption unit to perform 3DES encryption processing on the data packet.
  • the Internet of Things terminal invokes the RAS encryption unit to perform RAS encryption processing on the data packet.
  • the second encryption unit is an MD5 encryption unit
  • the Internet of Things terminal invokes the MD5 encryption unit to perform MD5 encryption processing on the data packet.
  • the implementation method of the foregoing step S603 may specifically be:
  • the IoT terminal invokes the second encryption unit to perform encryption processing on the data packet. If the encryption is successful, the subsequent step S304 is performed. If the encryption is unsuccessful, the standby encryption unit of the second encryption unit is called to encrypt the data packet, and the data packet is encrypted. The alternate encryption unit identifies the header extension field added to the encrypted packet.
  • Step S604 The Internet of Things terminal transmits the encrypted data packet and the signal strength value of the Internet of Things terminal, and the working time period of the Internet of Things terminal is carried in the payload of the frame and sent to the Internet of Things access point.
  • the implementation method of the above step S604 can be:
  • the manner in which the Internet of Things terminal sends a data packet to the Internet of Things may be a method of sending a data packet by using a wireless connection, including but not limited to: Bluetooth, wireless fidelity (English: Wireless Fidelity, WIFI) or Zigbee and other wireless methods, Among them, the above WIFI needs to comply with the IEEE802.11b standard.
  • a wireless connection including but not limited to: Bluetooth, wireless fidelity (English: Wireless Fidelity, WIFI) or Zigbee and other wireless methods, Among them, the above WIFI needs to comply with the IEEE802.11b standard.
  • the Internet of Things and IoT terminals here are only for wireless IoT terminals, because for the Internet of Things, the number of devices accessed by them is large.
  • IoT terminals if they are connected by wire, the first thing The number of accesses of the networked terminal is limited, and the wired connection is used for the home, which is unimaginable for the wiring of the home user, and the cost of the cable is also very high, so in the technical solution of the present invention
  • the connection between the IoT terminal and the IoT repeater is limited to wireless connections.
  • the technical solution adopted by the invention has the advantage of high safety.
  • the foregoing method may further include: before step S604:
  • the IoT terminal invoking the second encryption unit to encrypt is unsuccessful, the IoT terminal invoking the alternate encryption unit of the second encryption unit to encrypt the data packet, and adding the identifier of the alternate encryption unit to the encryption process The header extension field of the packet.
  • the foregoing method may further include:
  • the Internet of Things terminal counts the usage of each encryption unit. If each encryption unit is used once, the IoT terminal clears the usage of each encryption unit, and randomly selects one encryption unit from all encryption units.
  • the above use cases may specifically include, use or not, which may be represented by 1 bit, for example, 0 means unused, 1 means use, and of course, there may be other forms of expression, for example, 0 means use and 1 means unused.
  • FIG. 7 is an IoT terminal device 700.
  • the IoT terminal device 700 may be an Internet of Things terminal as shown in FIG. 3 or FIG. 6.
  • the technical terms and definitions in the foregoing IoT terminal device may be referred to.
  • the apparatus comprises:
  • An obtaining unit 701 configured to acquire a data packet that needs to be sent
  • the processing unit 702 is configured to extract a first encryption unit that is used for the last encryption, where the Internet of Things terminal randomly selects a second encryption unit in the encryption unit remaining in the first encryption unit; and invokes the second encryption unit pair The data packet is encrypted;
  • the sending unit 703 is configured to send the encrypted data and the current time to the network side device.
  • the processing unit 702 is specifically configured to encrypt the data packet by, for example, the second encryption unit. If it fails, the alternate encryption unit of the second encryption unit is called to encrypt the data packet.
  • the processing unit 702 is configured to: extract, according to an extraction policy corresponding to the working time period of the Internet of Things terminal, a 6-digit number from the media access terminal control MAC address of the Internet of Things terminal, and obtain a signal strength value of the Internet of Things terminal. And connecting the 6-digit number and the signal strength value to obtain a digit string, dividing the digit string by a set integer to obtain a value of the first remainder, and extracting the first number from a plurality of pre-stored public keys The first public key corresponding to the value of the remainder, the second encryption unit encrypts the data packet by using the first public key.
  • the processing unit is specifically configured to extract a signal modulation manner of the data packet, and obtain, according to the signal modulation manner, a digit and a position in the MAC address of the Internet of Things terminal that needs to be extracted from the signal modulation manner and the extracted value.
  • the bit value in the MAC address is extracted, and the result calculated by inputting the bit value into the preset algorithm is a secret key, and the second encryption unit is invoked by the secret key to encrypt the data packet.
  • the set integer is an integer greater than or equal to 6 and less than or equal to 11.
  • the processing unit 602 is specifically configured to count the usage of each cryptographic unit. If each cryptographic unit is used once, the IoT terminal clears the usage of each cryptographic unit, and again from all the cryptographic units. Randomly select an encryption unit.
  • the present invention also provides a computer storage medium, wherein the computer storage medium can store a program that, when executed, includes some or all of the steps of the random encryption method of any one of the Internet of Things terminal data described in the above first aspect.
  • FIG. 8 is an Internet of Things terminal 800 provided by the present invention.
  • the Internet of Things terminal may be a node deployed in an Internet system, and the Internet system may further include: an Internet of Things repeater and an Internet of Things access point.
  • the gateway, the Internet of Things terminal 800 includes but is not limited to: a computer, a server, etc., as shown in FIG. 8, the Internet of Things terminal 800 includes a processor 801, a memory 802, a transceiver 803, and a bus 804.
  • the transceiver 803 is configured to transmit and receive data with an external device (eg, other devices in the interconnection system, including but not limited to: a repeater, a core network device, etc.).
  • the number of processors 801 in the Internet of Things terminal 800 may be one or more.
  • processor 801, memory 802, and transceiver 803 may be connected by a bus system or other means.
  • bus system or other means.
  • the program code can be stored in the memory 802.
  • the processor 801 is configured to call the memory 802.
  • the program code stored in it to do the following:
  • a transceiver 803 configured to acquire a data packet that needs to be sent
  • the processor 801 is configured to extract a first encryption unit used for the last encryption, where the Internet of Things terminal randomly selects a second encryption unit other than the remaining encryption unit of the first encryption unit; and invokes the second encryption unit pair The data packet is encrypted.
  • the transceiver 803 is further configured to send the encrypted data packet and the current time to be carried in the payload of the frame to the IoT access point.
  • processor 801 and the transceiver 803 are further configured to perform the refinement and the steps of the steps and steps in the embodiment shown in FIG. 3 or FIG. 6.
  • the processor 801 herein may be a processing component or a general term of multiple processing components.
  • the processing component may be a central processing unit (CPU), an application specific integrated circuit (ASIC), or one or more integrated circuits configured to implement the embodiments of the present application.
  • CPU central processing unit
  • ASIC application specific integrated circuit
  • DSPs digital singal processors
  • FPGAs Field Programmable Gate Arrays
  • the memory 803 may be a storage device or a collective name of a plurality of storage elements, and is used to store executable program code or parameters, data, and the like required for the application running device to operate.
  • the memory 903 may include random access memory (RAM), and may also include non-volatile memory such as a magnetic disk memory, a flash memory, or the like.
  • the bus 804 may be an Industry Standard Architecture (ISA) bus, a Peripheral Component (PCI) bus, or an Extended Industry Standard Architecture (EISA) bus.
  • ISA Industry Standard Architecture
  • PCI Peripheral Component
  • EISA Extended Industry Standard Architecture
  • the bus can be divided into an address bus, a data bus, a control bus, and the like. For ease of representation, only one thick line is shown in Figure 8, but it does not mean that there is only one bus or one type of bus.
  • the user equipment may also include input and output devices coupled to bus 804 for connection to other portions, such as processor 801, via a bus.
  • the input/output device can provide an input interface for the operator, so that the operator can select the control item through the input interface, and can also be other interfaces through which other devices can be externally connected.
  • the program may be stored in a computer readable storage medium, and the storage medium may include: Flash disk, read-only memory (English: Read-Only Memory, referred to as: ROM), random accessor (English: Random Access Memory, referred to as: RAM), disk or optical disk.
  • ROM Read-Only Memory
  • RAM Random Access Memory

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Small-Scale Networks (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

Disclosed are a random encryption method and apparatus for Internet of things terminal data. The method comprises the following steps: an Internet of things terminal obtains a data packet that needs to be sent; the Internet of things terminal extracts a first encryption unit adopted during the last encryption, and the Internet of things terminal randomly selects a second encryption unit in the remaining encryption units except the first encryption unit; the Internet of things terminal invokes the second encryption unit to encrypt the data packet; and the Internet of things terminal sends the encrypted data and current time to a network side device. The technical solution provided by the present invention has advantages of high security and high user experience.

Description

一种物联网终端数据的随机加密方法及装置Random encryption method and device for Internet of Things terminal data
本发明要求2017年7月27日递交的发明名称为“一种物联网终端数据的随机加密方法及装置”的申请号201710621291.X的在先申请优先权,上述在先申请的内容以引入的方式并入本文本中。The present invention claims the prior application priority of the application number No. 201710621291.X, which is filed on July 27, 2017, entitled "A Random Encryption Method and Apparatus for IoT Terminal Data", the content of the above prior application is introduced. The way is incorporated into this text.
技术领域Technical field
本申请涉及通信领域,尤其涉及一种物联网终端数据的随机加密方法及装置。The present application relates to the field of communications, and in particular, to a random encryption method and apparatus for data of an Internet of Things terminal.
背景技术Background technique
物联网是新一代信息技术的重要组成部分,也是“信息化”时代的重要发展阶段。其英文名称是:“Internet of things(IoT)”。顾名思义,物联网就是物物相连的互联网。这有两层意思:其一,物联网的核心和基础仍然是互联网,是在互联网基础上的延伸和扩展的网络;其二,其用户端延伸和扩展到了任何物品与物品之间,进行信息交换和通信,也就是物物相息。物联网通过智能感知、识别技术与普适计算等通信感知技术,广泛应用于网络的融合中,也因此被称为继计算机、互联网之后世界信息产业发展的第三次浪潮。物联网是互联网的应用拓展,与其说物联网是网络,不如说物联网是业务和应用。因此,应用创新是物联网发展的核心,以用户体验为核心的创新2.0是物联网发展的灵魂。The Internet of Things is an important part of the new generation of information technology, and an important stage of development in the era of "informatization." Its English name is: "Internet of things (IoT)". As the name suggests, the Internet of Things is the Internet that connects things. This has two meanings: First, the core and foundation of the Internet of Things is still the Internet, which is an extended and extended network based on the Internet; Second, its client extends and extends to any item and item for information. Exchange and communication, that is, things and things. The Internet of Things is widely used in the convergence of networks through communication-aware technologies such as intelligent sensing, identification technology and pervasive computing. It is also called the third wave of the development of the world information industry after computers and the Internet. The Internet of Things is the application expansion of the Internet. It is not so much that the Internet of Things is a network, but the Internet of Things is a business and application. Therefore, application innovation is the core of the development of the Internet of Things. Innovation 2.0 with user experience as the core is the soul of the development of the Internet of Things.
物联网解决的是物物之间的互联以及物物之间的数据交换,现有的物联网在联网时均基于物联网接入点(英文:access point,AP)来接入互联网,现有的物联网AP下有多个物联网终端,物联网AP(即网络侧设备)与物联网终端之间的数据并不经过加密处理,这样容易出现物联网设备的泄密,导致用户隐私数据泄露,用户体验度不高。The Internet of Things solves the interconnection between objects and the exchange of data between objects. The existing Internet of Things is connected to the Internet based on IoT access points (APs). There are multiple IoT terminals under the Internet of Things (AP). The data between the Internet of Things (the network side device) and the IoT terminal is not encrypted. This makes it easy for the IoT device to leak, resulting in the leakage of user privacy data. User experience is not high.
发明内容Summary of the invention
本申请提供一种物联网终端数据的随机加密方法。可以提高物联网数据的 安全性,提高用户体验。The application provides a random encryption method for Internet of Things terminal data. Can improve IoT data Security to improve the user experience.
第一方面,提供一种物联网终端数据的随机加密方法,所述方法包括如下步骤:In a first aspect, a method for random encryption of Internet of Things terminal data is provided, the method comprising the following steps:
所述物联网终端获取需要发送的数据包;The Internet of Things terminal acquires a data packet that needs to be sent;
所述物联网终端提取上次加密采用的第一加密单元,所述物联网终端随机选择除所述第一加密单元剩余的加密单元中的第二加密单元;The IoT terminal extracts a first encryption unit used for the last encryption, and the Internet of Things terminal randomly selects a second encryption unit in the encryption unit remaining in the first encryption unit;
所述物联网终端调用所述第二加密单元对所述数据包进行加密处理;The IoT terminal invokes the second encryption unit to perform encryption processing on the data packet;
所述物联网终端将加密处理后的数据以及当前时间向网络侧设备发送。The Internet of Things terminal sends the encrypted data and the current time to the network side device.
可选的,所述方法在所述物联网终端将加密处理后的数据包以及第二加密单元的标识发送至网关之前还可以包括:Optionally, the method may further include: before the sending, by the IoT terminal, the encrypted data packet and the identifier of the second encryption unit to the gateway:
如第二加密单元对所述数据包加密处理失败,则调用第三加密单元的备用加密单元对所述数据包加密处理。If the second encryption unit fails to encrypt the data packet, the alternate encryption unit of the third encryption unit is called to encrypt the data packet.
可选的,所述物联网终端调用所述第二加密单元对所述数据包进行加密处理具体包括:Optionally, the invoking the second encryption unit by the Internet of Things terminal to perform encryption processing on the data packet specifically includes:
所述物联网终端依据物联网终端的工作时间段对应的提取策略从所述物联网终端媒体接入控制MAC地址中提取出6位数字,获取物联网终端的信号强度值,将所述6位数字与信号强度值连接起来得到一个数字串,将所述数字串除以设定整数得到第一余数的值,从预先存储的多个公钥中提取所述第一余数的值对应的第一公钥,所述第二加密单元采用第一公钥对该数据包进行加密处理。The Internet of Things terminal extracts 6 digits from the media access terminal control MAC address of the Internet of Things terminal according to the extraction strategy corresponding to the working time period of the Internet of Things terminal, and obtains the signal strength value of the Internet of Things terminal, and the 6 digits The digital and signal strength values are connected to obtain a digit string, and the digit string is divided by a set integer to obtain a value of the first remainder, and the value of the first remainder is extracted from a plurality of pre-stored public keys. The first public key, the second encryption unit encrypts the data packet by using the first public key.
所述物联网终端调用所述第二加密单元对所述数据包进行加密处理具体包括:The invoking the second encryption unit by the Internet of Things terminal to encrypt the data packet specifically includes:
物联网终端提取所述数据包的信号调制方式,依据该信号调制方式从信号调制方式与提取值中得到需要提取的物联网终端MAC地址中的位数以及位置,提取该MAC地址中的位数值,将该位数值输入预设的算法中计算得到的结果即为秘钥,采用所述秘钥调用第二加密单元对所述数据包进行加密处理可选的,所述方法还包括:物联网终端统计每个加密单元的使用情况,如每个加密单元均使用一次,则物联网终端将每个加密单元的使用情况清零,再次从所有加密单元中随机选取一个加密单元。 The IoT terminal extracts a signal modulation mode of the data packet, and obtains a bit number and a position in the MAC address of the IoT terminal to be extracted from the signal modulation mode and the extracted value according to the signal modulation mode, and extracts a bit value in the MAC address. The result of the bit value input into the preset algorithm is a secret key, and the second encryption unit is used to encrypt the data packet by using the secret key, and the method further includes: the Internet of Things The terminal counts the usage of each encryption unit. If each encryption unit is used once, the IoT terminal clears the usage of each encryption unit, and randomly selects one encryption unit from all encryption units.
第二方面,提供一种物联网终端装置,所述装置包括:In a second aspect, an Internet of Things terminal device is provided, the device comprising:
获取单元,用于获取需要发送的数据包;An obtaining unit, configured to acquire a data packet that needs to be sent;
处理单元,用于提取上次加密采用的第一加密单元,所述物联网终端随机选择除所述第一加密单元剩余的加密单元中的第二加密单元;调用所述第二加密单元对所述数据包进行加密处理;a processing unit, configured to extract a first encryption unit used in the last encryption, the Internet of Things terminal randomly selects a second encryption unit in the encryption unit remaining in the first encryption unit; and invokes the second encryption unit Decoding the data packet;
发送单元,用于将加密处理后的数据以及第二加密单元的标识向网络侧设备发送。And a sending unit, configured to send the encrypted data and the identifier of the second encryption unit to the network side device.
可选的,所述处理单元具体,用于如第二加密单元对所述数据包加密处理失败,则调用第三加密单元的备用加密单元对所述数据包加密处理。Optionally, the processing unit is configured to: when the second encryption unit fails to encrypt the data packet, call the alternate encryption unit of the third encryption unit to encrypt the data packet.
可选的,所述处理单元具体,用于依据物联网终端的工作时间段对应的提取策略从所述物联网终端媒体接入控制MAC地址中提取出6位数字,获取物联网终端的信号强度值,将所述6位数字与信号强度值连接起来得到一个数字串,将所述数字串除以设定整数得到第一余数的值,从预先存储的多个公钥中提取所述第一余数的值对应的第一公钥,所述第二加密单元采用第一公钥对该数据包进行加密处理。Optionally, the processing unit is configured to extract a 6-digit number from the media access terminal control MAC address of the Internet of Things terminal according to an extraction policy corresponding to a working time period of the Internet of Things terminal, and obtain a signal strength of the Internet of Things terminal. a value, connecting the 6-digit number and the signal strength value to obtain a digit string, dividing the digit string by a set integer to obtain a value of the first remainder, and extracting the number from a plurality of pre-stored public keys The first public key corresponding to the value of the remainder, the second encryption unit encrypts the data packet by using the first public key.
可选的,所述处理单元,具体用于提取所述数据包的信号调制方式,依据该信号调制方式从信号调制方式与提取值中得到需要提取的物联网终端MAC地址中的位数以及位置,提取该MAC地址中的位数值,将该位数值输入预设的算法中计算得到的结果即为秘钥,采用所述秘钥调用第二加密单元对所述数据包进行加密处理。Optionally, the processing unit is specifically configured to extract a signal modulation manner of the data packet, and obtain, according to the signal modulation manner, a digit and a position in the MAC address of the Internet of Things terminal that needs to be extracted from the signal modulation manner and the extracted value. The bit value in the MAC address is extracted, and the result calculated by inputting the bit value into the preset algorithm is a secret key, and the second encryption unit is invoked by the secret key to encrypt the data packet.
可选的,所述处理单元,具体用于统计每个加密单元的使用情况,如每个加密单元均使用一次,则物联网终端将每个加密单元的使用情况清零,再次从所有加密单元中随机选取一个加密单元。Optionally, the processing unit is specifically configured to count the usage of each encryption unit. For example, each encryption unit is used once, and the Internet of Things terminal clears the usage of each encryption unit, and again from all the encryption units. Randomly select an encryption unit.
第三方面,提供一种计算机存储介质,其中,该计算机存储介质可存储有程序,该程序执行时包括上述第一方面记载的任何一种物联网终端数据的随机加密方法的部分或全部步骤。In a third aspect, a computer storage medium is provided, wherein the computer storage medium can store a program that, when executed, includes some or all of the steps of the random encryption method of any one of the Internet of Things terminal data described in the first aspect.
第四方面,提供一种物联网终端设备,所述物联网终端设备包括:一个或多个处理器、存储器、总线系统、收发器以及一个或多个程序,所述处理器、所述存储器和所述收发器通过所述总线系统相连;其中所述一个或多个程序被 存储在所述存储器中,一个或多个程序包括指令,指令当被物联网终端执行时使物联网终端执行上述第一方面及第一方面全部可能设计提供的方法中的任意一种。In a fourth aspect, an Internet of Things terminal device is provided, the IoT terminal device comprising: one or more processors, a memory, a bus system, a transceiver, and one or more programs, the processor, the memory, and The transceiver is connected by the bus system; wherein the one or more programs are Stored in the memory, the one or more programs include instructions that, when executed by the Internet of Things terminal, cause the Internet of Things terminal to perform any of the first aspect and all of the methods provided by the first aspect.
本发明提供的技术方案的物联网终端获取需要发送的数据包后,物联网终端提取上次加密采用的第一加密单元,所述物联网终端从剩余加密单元中随机选择一个加密单元即第二加密单元,通过该加密单元对数据进行加密,对于物联网来说,加密设置在物联网终端内,此方式能够对数据进行加密处理,保护了用户的隐私,提高用户的体验。After the Internet of Things terminal of the technical solution provided by the present invention acquires the data packet that needs to be sent, the Internet of Things terminal extracts the first encryption unit used for the last encryption, and the Internet of Things terminal randomly selects one encryption unit from the remaining encryption unit, that is, the second The encryption unit encrypts the data through the encryption unit. For the Internet of Things, the encryption is set in the Internet of Things terminal. This method can encrypt the data, protect the privacy of the user, and improve the user experience.
附图说明DRAWINGS
为了更清楚地说明本申请实施例的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings used in the description of the embodiments will be briefly described below. It is obvious that the drawings in the following description are some embodiments of the present application, Those skilled in the art can also obtain other drawings based on these drawings without paying any creative work.
图1是一种网络构架示意图;1 is a schematic diagram of a network architecture;
图2是一种物联网终端向网络侧(以中继器为例)发送数据包的传输流程图;2 is a transmission flow chart of an IoT terminal transmitting a data packet to a network side (taking a repeater as an example);
图3为物联网终端数据的随机加密方法的流程图3 is a flow chart of a random encryption method for data of an Internet of Things terminal
图4是本申请一实施例提供的技术场景示意图;4 is a schematic diagram of a technical scenario provided by an embodiment of the present application;
图5是本申请一实施例的提供的映射关系示意图;FIG. 5 is a schematic diagram of a mapping relationship provided by an embodiment of the present application; FIG.
图6是本申请另一实施例提供的物联网终端数据的随机加密方法的流程示意图;6 is a schematic flowchart of a method for randomly encrypting data of an Internet of Things terminal according to another embodiment of the present application;
图7是本申请提供的一种物联网终端装置的结构示意图;7 is a schematic structural diagram of an Internet of Things terminal device provided by the present application;
图8为本申请提供的一种物联网终端的硬件结构示意图。FIG. 8 is a schematic structural diagram of hardware of an Internet of Things terminal provided by the present application.
具体实施方式Detailed ways
在更加详细地讨论示例性实施例之前应当提到的是,一些示例性实施例被描述成作为流程图描绘的处理或方法。虽然流程图将各项操作描述成顺序的处 理,但是其中的许多操作可以被并行地、并发地或者同时实施。此外,各项操作的顺序可以被重新安排。当其操作完成时所述处理可以被终止,但是还可以具有未包括在附图中的附加步骤。所述处理可以对应于方法、函数、规程、子例程、子程序等等。Before discussing the exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as a process or method depicted as a flowchart. Although the flowchart describes the operations as sequential Rational, but many of these operations can be implemented in parallel, concurrently or simultaneously. In addition, the order of operations can be rearranged. The process may be terminated when its operation is completed, but may also have additional steps not included in the figures. The processing may correspond to methods, functions, procedures, subroutines, subroutines, and the like.
在上下文中所称“计算机设备”,也称为“电脑”,是指可以通过运行预定程序或指令来执行数值计算和/或逻辑计算等预定处理过程的智能电子设备,其可以包括处理器与存储器,由处理器执行在存储器中预存的存续指令来执行预定处理过程,或是由ASIC、FPGA、DSP等硬件执行预定处理过程,或是由上述二者组合来实现。计算机设备包括但不限于服务器、个人电脑、笔记本电脑、平板电脑、智能手机等。By "computer device", also referred to as "computer" in the context, is meant an intelligent electronic device that can perform predetermined processing, such as numerical calculations and/or logical calculations, by running a predetermined program or instruction, which can include a processor and The memory is executed by the processor to execute a predetermined process pre-stored in the memory to execute a predetermined process, or is executed by hardware such as an ASIC, an FPGA, a DSP, or the like, or a combination of the two. Computer devices include, but are not limited to, servers, personal computers, notebook computers, tablets, smart phones, and the like.
后面所讨论的方法(其中一些通过流程图示出)可以通过硬件、软件、固件、中间件、微代码、硬件描述语言或者其任意组合来实施。当用软件、固件、中间件或微代码来实施时,用以实施必要任务的程序代码或代码段可以被存储在机器或计算机可读介质(比如存储介质)中。(一个或多个)处理器可以实施必要的任务。The methods discussed below, some of which are illustrated by flowcharts, can be implemented in hardware, software, firmware, middleware, microcode, hardware description languages, or any combination thereof. When implemented in software, firmware, middleware or microcode, the program code or code segments to carry out the necessary tasks can be stored in a machine or computer readable medium, such as a storage medium. The processor(s) can perform the necessary tasks.
这里所公开的具体结构和功能细节仅仅是代表性的,并且是用于描述本发明的示例性实施例的目的。但是本发明可以通过许多替换形式来具体实现,并且不应当被解释成仅仅受限于这里所阐述的实施例。The specific structural and functional details disclosed are merely representative and are for the purpose of describing exemplary embodiments of the invention. The present invention may, however, be embodied in many alternative forms and should not be construed as being limited only to the embodiments set forth herein.
应当理解的是,虽然在这里可能使用了术语“第一”、“第二”等等来描述各个单元,但是这些单元不应当受这些术语限制。使用这些术语仅仅是为了将一个单元与另一个单元进行区分。举例来说,在不背离示例性实施例的范围的情况下,第一单元可以被称为第二单元,并且类似地第二单元可以被称为第一 单元。这里所使用的术语“和/或”包括其中一个或更多所列出的相关联项目的任意和所有组合。It should be understood that although the terms "first," "second," etc. may be used herein to describe the various elements, these elements should not be limited by these terms. These terms are used only to distinguish one unit from another. For example, a first unit may be referred to as a second unit without departing from the scope of the exemplary embodiments, and similarly the second unit may be referred to as a first unit. The term "and/or" used herein includes any and all combinations of one or more of the associated listed items.
这里所使用的术语仅仅是为了描述具体实施例而不意图限制示例性实施例。除非上下文明确地另有所指,否则这里所使用的单数形式“一个”、“一项”还意图包括复数。还应当理解的是,这里所使用的术语“包括”和/或“包含”规定所陈述的特征、整数、步骤、操作、单元和/或组件的存在,而不排除存在或添加一个或更多其他特征、整数、步骤、操作、单元、组件和/或其组合。The terminology used herein is for the purpose of describing the particular embodiments, The singular forms "a", "an", It is also to be understood that the terms "comprising" and """ Other features, integers, steps, operations, units, components, and/or combinations thereof.
还应当提到的是,在一些替换实现方式中,所提到的功能/动作可以按照不同于附图中标示的顺序发生。举例来说,取决于所涉及的功能/动作,相继示出的两幅图实际上可以基本上同时执行或者有时可以按照相反的顺序来执行。It should also be noted that in some alternative implementations, the functions/acts noted may occur in a different order than that illustrated in the drawings. For example, two figures shown in succession may in fact be executed substantially concurrently or sometimes in the reverse order, depending on the function/acts involved.
下面结合附图对本发明作进一步详细描述。The invention is further described in detail below with reference to the accompanying drawings.
根据本发明的一个方面,提供了一种物联网的数据发送方法。其中,该方法应用在如图1所示的物联网络中,如图1所示,该物联网络包括:物联网终端10、物联网接入点AP20、网关以及中继器40,上述物联网终端根据不同的情况可以具有不同的表现形式,例如该物联网终端具体可以为:手机、平板电脑、计算机等设备,当然其也可以包含带有联网功能的其他设备,例如智能电视、智能空调、智能水壶或一些物联网的终端设备,上述物联网终端10通过无线方式与中继器40连接,中继器40与AP连接,其连接的方式可以为无线方式,也可以为有限方式,上述无线方式包括但不限于:蓝牙、WIFI等方式,上述网关具体可以为,移动基站、移动中继站、交换机等设备。图1中以有线方式为示例,为了方便表示,这里仅以一根实线表示。 According to an aspect of the present invention, a data transmission method of an Internet of Things is provided. The method is applied to the object network shown in FIG. 1. As shown in FIG. 1, the object network includes: an Internet of Things terminal 10, an Internet of Things access point AP20, a gateway, and a repeater 40. The networked terminal may have different manifestations according to different situations. For example, the Internet of Things terminal may specifically be: a mobile phone, a tablet computer, a computer, etc., of course, it may also include other devices with networking functions, such as a smart TV, a smart air conditioner. The smart water bottle or some Internet of Things terminal device, the Internet of Things terminal 10 is connected to the repeater 40 in a wireless manner, and the repeater 40 is connected to the AP. The connection manner may be wireless or limited. The wireless mode includes but is not limited to: Bluetooth, WIFI, etc., and the foregoing gateway may specifically be a mobile base station, a mobile relay station, a switch, and the like. In Fig. 1, the wired mode is taken as an example, and for convenience of representation, only one solid line is shown here.
上述网关30根据物联网的大小可以是一台个人电脑(英文:Personal computer,PC),当然在实际应用中,也可以是多台PC、服务器或服务器群组,本发明具体实施方式并不局限上述网关30的具体表现形式。The above-mentioned gateway 30 may be a personal computer (PC) according to the size of the Internet of Things. In practice, it may be a plurality of PCs, servers, or server groups. The specific embodiment of the present invention is not limited. The specific manifestation of the above gateway 30.
上述中继器40根据不同的场景可以为多种设备,例如手机、智能手表等等设备。The repeater 40 may be a plurality of devices according to different scenarios, such as a mobile phone, a smart watch, and the like.
参阅图2,图2为物联网的数据发送的传输流程图,其中,网络侧设备以中继器为例,如图2所示,该流程包括:Referring to FIG. 2, FIG. 2 is a transmission flowchart of data transmission of the Internet of Things. The network side device takes a repeater as an example. As shown in FIG. 2, the process includes:
步骤S201、物联网终端10将需要发送的数据包通过无线方式发送至中继站40;Step S201, the Internet of Things terminal 10 transmits the data packet to be transmitted to the relay station 40 by wireless;
步骤S202、中继站将数据包转发至物联网接入点;Step S202: The relay station forwards the data packet to the Internet of Things access point;
步骤S203、物联网接入点将数据包传输至网关。Step S203: The Internet of Things access point transmits the data packet to the gateway.
通过上述图1和图2的表示,在数据包的实际传输中,如果物联网终端与中继器之间出现泄密,那么对于发送的数据包由于没有经过相应的加密处理,所以很容易导致数据的泄漏,容易出现安全性问题。Through the above-mentioned FIG. 1 and FIG. 2, in the actual transmission of the data packet, if there is a leak between the Internet of Things terminal and the repeater, the data packet is easily corrupted because the corresponding data packet is not subjected to corresponding encryption processing. The leak is prone to security problems.
参阅图3,图3为本发明提供的一种物联网终端数据的随机加密方法,该方法在如图4所示的网络构架下实现,如图4所示,一个中继器40下可以连接多个物联网终端,该中继器具体可以为开通热点的手机、提供无线连接的个人电脑、转发设备等,该方法如图3所示,包括如下步骤:Referring to FIG. 3, FIG. 3 is a method for randomly encrypting data of an Internet of Things terminal according to the present invention. The method is implemented in a network architecture as shown in FIG. 4, as shown in FIG. 4, a repeater 40 can be connected. A plurality of IoT terminals, the repeater may be a mobile phone that opens a hotspot, a personal computer that provides a wireless connection, a forwarding device, and the like. The method is as shown in FIG. 3, and includes the following steps:
步骤S301、物联网终端获取待发送的数据包;Step S301: The Internet of Things terminal acquires a data packet to be sent;
上述步骤S301中的物联网终端具体可以为:手机、平板电脑、计算机等设备,当然其也可以包含带有联网功能的其他设备,例如智能电视、智能空调、智能水壶、智能灯、智能开关或一些物联网的智能设备。The object-to-network terminal in the above step S301 may specifically be: a mobile phone, a tablet computer, a computer, etc., of course, it may also include other devices with networking functions, such as a smart TV, a smart air conditioner, a smart water bottle, a smart light, a smart switch, or Some IoT smart devices.
步骤S302、物联网终端提取上次加密采用的第一加密单元,所述物联网 终端随机选择除所述第一加密单元剩余的加密单元中的第二加密单元。Step S302: The Internet of Things terminal extracts a first encryption unit used for the last encryption, and the Internet of Things The terminal randomly selects a second one of the encryption units remaining in the first encryption unit.
上述步骤S302中的物联网终端的类型各个厂家可以根据自行的情况进行设置,例如,该物联网终端具体可以包括:智能电灯、智能电视、智能清扫设备、智能睡眠设备,智能监控设备等,其表现的形式可以为多种多样,例如对于智能电灯,该智能电灯包括但不限于:智能台灯,智能吸顶灯,智能壁灯等设备,例如对于智能电视来说,其可以为三星牌智能电视,当然其也可以为夏普牌智能电视,例如对于智能清扫设备来说,其可以为,智能扫地机器人,当然其还可以包括智能吸尘器、智能垃圾处理器等设备,例如对于智能睡眠设备来说,其可以为:智能床垫、智能沙发等设备,例如对智能监控设备来说或,其可以为,智能血压计,智能温度计等,本发明对上述物联网终端的具体形式以及数量或种类并不限定。The type of the Internet of Things terminal in the above step S302 can be set according to the situation of the device. For example, the IoT terminal can specifically include: a smart electric light, a smart television, a smart cleaning device, a smart sleep device, an intelligent monitoring device, etc. The form of performance can be various, for example, for a smart electric lamp, including but not limited to: a smart table lamp, a smart ceiling lamp, a smart wall lamp, etc., for example, for a smart TV, it can be a Samsung smart TV, of course It can also be a Sharp smart TV. For example, for a smart cleaning device, it can be a smart sweeping robot. Of course, it can also include a smart vacuum cleaner, a smart garbage processor, etc., for example, for a smart sleep device, For the smart mattress, the smart sofa, and the like, for example, for the smart monitoring device, it may be an intelligent sphygmomanometer, a smart thermometer, etc., and the specific form, number, or type of the above-mentioned Internet of Things terminal is not limited.
上述步骤中的加密单元可以如图5所示。The encryption unit in the above steps can be as shown in FIG. 5.
上述步骤S302中的加密单元具体可以为设置在物联网终端的硬件加密单元,其包含厂家预设设置的加密算法,当然在实际应用中,上述加密单元还可以为配置在物联网终端内的软件加密单元,本发明并不限制上述加密单元的具体表现形式。The encryption unit in the above step S302 may specifically be a hardware encryption unit provided in the Internet of Things terminal, and includes an encryption algorithm preset by the manufacturer. Of course, in an actual application, the encryption unit may also be a software configured in the Internet of Things terminal. The encryption unit, the present invention does not limit the specific expression of the above encryption unit.
上述加密算法包括但不限于:3DES、MD5或RSA等加密算法,本发明并不局限具体的加密算法。The foregoing encryption algorithm includes, but is not limited to, an encryption algorithm such as 3DES, MD5 or RSA, and the present invention is not limited to a specific encryption algorithm.
步骤S303、物联网终端调用所述第二加密单元对所述数据包进行加密处理;Step S303: The Internet of Things terminal invokes the second encryption unit to perform encryption processing on the data packet.
上述步骤S303的实现方法具体可以为:The implementation method of the foregoing step S303 may specifically be:
例如,第二加密单元为3DES加密单元,则物联网终端调用3DES加密单元对数据包进行3DES加密处理。例如第二加密单元为RAS加密单元,则物联网终端调用RAS加密单元对数据包进行RAS加密处理。例如第二加密单元为MD5加密单元,则物联网终端调用MD5加密单元对数据包进行MD5加密处理。For example, the second encryption unit is a 3DES encryption unit, and the Internet of Things terminal invokes the 3DES encryption unit to perform 3DES encryption processing on the data packet. For example, if the second encryption unit is a RAS encryption unit, the Internet of Things terminal invokes the RAS encryption unit to perform RAS encryption processing on the data packet. For example, if the second encryption unit is an MD5 encryption unit, the Internet of Things terminal invokes the MD5 encryption unit to perform MD5 encryption processing on the data packet.
上述加密算法包括但不限于:三重数据加密算法块密码(英文:riple Data Encryption Algorithm,3DES)、消息摘要算法(英文:Message Digest Algorithm,MD5)或RSA(Rivest,Shamir,Adleman)等加密算法,本发明并不局限具体 的加密算法。例如3DES是三重数据加密算法块密码的通称。它相当于是对每个数据块应用三次DES加密算法。由于计算机运算能力的增强,原版DES密码的密钥长度变得容易被暴力破解;3DES即是设计用来提供一种相对简单的方法,即通过增加DES的密钥长度来避免类似的攻击。The foregoing encryption algorithms include, but are not limited to, triple data encryption algorithm block cipher (English: riple Data Encryption Algorithm, 3DES), message digest algorithm (English: Message Digest Algorithm, MD5) or RSA (Rivest, Shamir, Adleman) and other encryption algorithms. The invention is not limited to specific Encryption algorithm. For example, 3DES is a generic term for triple-data encryption algorithm block ciphers. It is equivalent to applying three DES encryption algorithms to each data block. Due to the increased computing power of the computer, the key length of the original DES password becomes vulnerable to brute force; 3DES is designed to provide a relatively simple method to avoid similar attacks by increasing the key length of DES.
上述步骤S303的实现方法具体可以为:The implementation method of the foregoing step S303 may specifically be:
物联网终端调用第二加密单元对该数据包进行加密处理,如加密成功,进行后续步骤S304,如加密不成功,则调用第二加密单元的备用加密单元(即第三加密单元)对该数据包进行加密处理,将采用备用加密单元标识添加到加密处理后的数据包的包头扩展字段。The IoT terminal invokes the second encryption unit to perform encryption processing on the data packet. If the encryption is successful, the subsequent step S304 is performed. If the encryption is unsuccessful, the standby encryption unit (ie, the third encryption unit) of the second encryption unit is called to the data. The packet is encrypted and the alternate encryption unit identifier is added to the header extension field of the encrypted packet.
步骤S304、物联网终端将加密处理后的数据以及第二加密单元的标识向网络侧设备发送。Step S304: The Internet of Things terminal sends the encrypted data and the identifier of the second encryption unit to the network side device.
上述第二加密单元的标识包括但不限于:编号、码本、名称等等能够标识该第二加密单元的信息。The identifier of the second encryption unit includes, but is not limited to, a number, a codebook, a name, and the like, which can identify the information of the second encryption unit.
上述步骤S304的实现方法可以为:The implementation method of the above step S304 can be:
上述步骤S304中物联网终端向物联网终端发送数据包的方式可以为通过无线连接的方式发送数据包,该无线方式包括但不限于:蓝牙、无线保真(英文:Wireless Fidelity,WIFI)或Zigbee等无线方式,其中,上述WIFI需要遵守IEEE802.11b的标准。In the foregoing step S304, the manner in which the Internet of Things terminal sends a data packet to the Internet of Things terminal may be to send a data packet by using a wireless connection, including but not limited to: Bluetooth, Wireless Fidelity (WIFI) or Zigbee And other wireless methods, wherein the above WIFI needs to comply with the IEEE802.11b standard.
需要说明的是,这里的物联网以及物联网终端仅仅只是针对无线物联网终端,因为对于物联网来说,其接入的设备数量众多,对于物联网终端来说,如果通过有线连接,首先物联网终端的接入数量会有所限制,并且对于家庭来说,均用有线连接,对于家庭用户的布线来说是无法想象的,另外此有线的成本也非常高,所以本发明的技术方案中的中物联网终端与物联网终端之间的连接仅限无线连接。It should be noted that the Internet of Things and IoT terminals here are only for wireless IoT terminals, because for the Internet of Things, the number of devices accessed by them is large. For IoT terminals, if they are connected by wire, the first thing The number of accesses of the networked terminal is limited, and the wired connection is used for the home, which is unimaginable for the wiring of the home user, and the cost of the cable is also very high, so in the technical solution of the present invention The connection between the IoT terminal and the IoT terminal is limited to wireless connection.
依据如图3提供的方法,本发明提供的技术方案的物联网终端获取需要发送的数据包后,物联网终端提取上次加密采用的第一加密单元,所述物联网终端从剩余加密单元中随机选择一个加密单元即第二加密单元,通过该加密单元对数据进行加密,对于物联网来说,加密设置在物联网终端内,此方式能够对数据进行加密处理,保护了用户的隐私,提高用户的体验。 According to the method provided in FIG. 3, after the Internet of Things terminal of the technical solution provided by the present invention acquires the data packet that needs to be sent, the Internet of Things terminal extracts the first encryption unit used for the last encryption, and the Internet of Things terminal is from the remaining encryption unit. Randomly select an encryption unit, that is, a second encryption unit, and encrypt the data through the encryption unit. For the Internet of Things, the encryption is set in the Internet of Things terminal. This method can encrypt the data and protect the privacy of the user. User experience.
参阅图6,图6为本发明提供的一种物联网终端数据的随机加密方法,该方法在如图4所示的网络构架下实现,如图4所示,一个物联网中继器下可以连接多个物联网终端,该物联网中继器具体可以为开通热点的手机、提供无线连接的个人电脑等设备,该方法如图6所示,包括如下步骤:Referring to FIG. 6, FIG. 6 is a method for randomly encrypting data of an Internet of Things terminal according to the present invention. The method is implemented under the network architecture shown in FIG. 4, as shown in FIG. 4, and an Internet of Things repeater can be used. A plurality of IoT terminals are connected. The IoT repeater may be a mobile phone that opens a hotspot, a personal computer that provides a wireless connection, and the like. The method is as shown in FIG. 6, and includes the following steps:
步骤S601、物联网终端获取需要发送的数据包;Step S601: The Internet of Things terminal acquires a data packet that needs to be sent;
上述步骤S601中的物联网终端具体可以为:手机、平板电脑、计算机等设备,当然其也可以包含带有联网功能的其他设备,例如智能电视、智能空调、智能水壶、智能灯、智能开关或一些物联网的智能设备。The IoT terminal in the above step S601 may specifically be: a mobile phone, a tablet computer, a computer, etc., of course, it may also include other devices with networking functions, such as a smart TV, a smart air conditioner, a smart water bottle, a smart light, a smart switch, or Some IoT smart devices.
步骤S602、物联网终端提取上次加密采用的第一加密单元,所述物联网终端随机选择除所述第一加密单元剩余的加密单元中的第二加密单元;调用所述第二加密单元对所述数据包进行加密处理。Step S602, the Internet of Things terminal extracts a first encryption unit used for the last encryption, and the Internet of Things terminal randomly selects a second encryption unit in the encryption unit remaining in the first encryption unit; and invokes the second encryption unit pair. The data packet is encrypted.
上述步骤S602中的物联网终端的类型各个厂家可以根据自行的情况进行设置,例如,该物联网终端具体可以包括:智能电灯、智能电视、智能清扫设备、智能睡眠设备,智能监控设备等,其表现的形式可以为多种多样,例如对于智能电灯,该智能电灯包括但不限于:智能台灯,智能吸顶灯,智能壁灯等设备,例如对于智能电视来说,其可以为三星牌智能电视,当然其也可以为夏普牌智能电视,例如对于智能清扫设备来说,其可以为,智能扫地机器人,当然其还可以包括智能吸尘器、智能垃圾处理器等设备,例如对于智能睡眠设备来说,其可以为:智能床垫、智能沙发等设备,例如对智能监控设备来说或,其可以为,智能血压计,智能温度计等,本发明对上述物联网终端的具体形式以及数量或种类并不限定。The type of the Internet of Things terminal in the above step S602 can be set according to the situation of the device. For example, the IoT terminal can include: a smart light, a smart TV, a smart cleaning device, a smart sleep device, an intelligent monitoring device, etc. The form of performance can be various, for example, for a smart electric lamp, including but not limited to: a smart table lamp, a smart ceiling lamp, a smart wall lamp, etc., for example, for a smart TV, it can be a Samsung smart TV, of course It can also be a Sharp smart TV. For example, for a smart cleaning device, it can be a smart sweeping robot. Of course, it can also include a smart vacuum cleaner, a smart garbage processor, etc., for example, for a smart sleep device, For the smart mattress, the smart sofa, and the like, for example, for the smart monitoring device, it may be an intelligent sphygmomanometer, a smart thermometer, etc., and the specific form, number, or type of the above-mentioned Internet of Things terminal is not limited.
上述步骤中的时间段与加密单元映射表如图5所示,上述映射可以为一一映射,当然也可以为一对多映射等方式。The time period and the encryption unit mapping table in the above steps are as shown in FIG. 5, and the foregoing mapping may be a one-to-one mapping, or may be a one-to-many mapping or the like.
上述步骤S602中的加密单元具体可以为设置在物联网中继器的硬件加密单元,其包含厂家预设设置的加密算法,当然在实际应用中,上述加密单元还可以为配置在物联网中继器内的软件加密单元,本发明并不限制上述加密单元的具体表现形式。 The cryptographic unit in the above step S602 may specifically be a hardware cryptographic unit disposed in the Internet of Things repeater, and includes an encryption algorithm preset by the manufacturer. Of course, in an actual application, the cryptographic unit may also be configured in the Internet of Things relay. The software encryption unit in the device does not limit the specific expression of the above encryption unit.
上述加密算法包括但不限于:3DES、MD5或RSA等加密算法,本发明并不局限具体的加密算法。The foregoing encryption algorithm includes, but is not limited to, an encryption algorithm such as 3DES, MD5 or RSA, and the present invention is not limited to a specific encryption algorithm.
步骤S603、物联网终端依据该物联网终端的工作时间段对应的提取策略从所述物联网终端媒体接入控制MAC地址中提取出6位数字,获取物联网终端的信号强度值,将所述6位数字与信号强度值连接起来得到一个数字串,将所述数字串除以设定整数(具体可以为6-11的任意一个整数)得到第一余数的值,从预先存储的多个公钥中提取所述第一余数的值对应的第一公钥,所述第二加密单元采用第一公钥对该数据包进行加密处理;Step S603: The Internet of Things terminal extracts 6 digits from the media access terminal control MAC address of the Internet of Things terminal according to the extraction strategy corresponding to the working time period of the Internet of Things terminal, and obtains the signal strength value of the Internet of Things terminal, The 6-digit number is connected with the signal strength value to obtain a digit string, and the digit string is divided by a set integer (specifically, any integer of 6-11) to obtain a value of the first remainder, from a plurality of pre-stored values. Extracting, by the public key, a first public key corresponding to the value of the first remainder, and the second encryption unit encrypting the data packet by using the first public key;
上述将所述6位数字与信号强度值连接起来得到一个数字串具体可以为,将该信号强度值转换成二进制数防止在6位数字的前面或后面。The above-mentioned 6-digit number is connected with the signal strength value to obtain a digital string. Specifically, the signal strength value can be converted into a binary number to prevent the front or the back of the 6-digit number.
上述步骤S603的实现方法具体可以为:The implementation method of the foregoing step S603 may specifically be:
例如,第二加密单元为3DES加密单元,则物联网终端调用3DES加密单元对数据包进行3DES加密处理。例如第二加密单元为RAS加密单元,则物联网终端调用RAS加密单元对数据包进行RAS加密处理。例如第二加密单元为MD5加密单元,则物联网终端调用MD5加密单元对数据包进行MD5加密处理。For example, the second encryption unit is a 3DES encryption unit, and the Internet of Things terminal invokes the 3DES encryption unit to perform 3DES encryption processing on the data packet. For example, if the second encryption unit is a RAS encryption unit, the Internet of Things terminal invokes the RAS encryption unit to perform RAS encryption processing on the data packet. For example, if the second encryption unit is an MD5 encryption unit, the Internet of Things terminal invokes the MD5 encryption unit to perform MD5 encryption processing on the data packet.
上述加密处理的具体方式可以参见3DES、RSA以及MD5的相关描述,这里不再赘述。For details about the encryption process, refer to related descriptions of 3DES, RSA, and MD5, and details are not described here.
上述步骤S603的实现方法具体可以为:The implementation method of the foregoing step S603 may specifically be:
物联网终端调用第二加密单元对该数据包进行加密处理,如加密成功,进行后续步骤S304,如加密不成功,则调用第二加密单元的备用加密单元对该数据包进行加密处理,将采用备用加密单元标识添加到加密处理后的数据包的包头扩展字段。The IoT terminal invokes the second encryption unit to perform encryption processing on the data packet. If the encryption is successful, the subsequent step S304 is performed. If the encryption is unsuccessful, the standby encryption unit of the second encryption unit is called to encrypt the data packet, and the data packet is encrypted. The alternate encryption unit identifies the header extension field added to the encrypted packet.
步骤S604、物联网终端将加密处理后的数据包、物联网终端的信号强度值,物联网终端的工作时间段携带在帧的载荷内发送至物联网接入点。Step S604: The Internet of Things terminal transmits the encrypted data packet and the signal strength value of the Internet of Things terminal, and the working time period of the Internet of Things terminal is carried in the payload of the frame and sent to the Internet of Things access point.
上述步骤S604的实现方法可以为:The implementation method of the above step S604 can be:
上述步骤S604中物联网终端向物联网中继器(网络侧设备的一种)发送数据包的方式可以为通过无线连接的方式发送数据包,该无线方式包括但不限于:蓝牙、无线保真(英文:Wireless Fidelity,WIFI)或Zigbee等无线方式, 其中,上述WIFI需要遵守IEEE802.11b的标准。In the foregoing step S604, the manner in which the Internet of Things terminal sends a data packet to the Internet of Things (a type of network side device) may be a method of sending a data packet by using a wireless connection, including but not limited to: Bluetooth, wireless fidelity (English: Wireless Fidelity, WIFI) or Zigbee and other wireless methods, Among them, the above WIFI needs to comply with the IEEE802.11b standard.
需要说明的是,这里的物联网以及物联网终端仅仅只是针对无线物联网终端,因为对于物联网来说,其接入的设备数量众多,对于物联网终端来说,如果通过有线连接,首先物联网终端的接入数量会有所限制,并且对于家庭来说,均用有线连接,对于家庭用户的布线来说是无法想象的,另外此有线的成本也非常高,所以本发明的技术方案中的中物联网终端与物联网中继器之间的连接仅限无线连接。It should be noted that the Internet of Things and IoT terminals here are only for wireless IoT terminals, because for the Internet of Things, the number of devices accessed by them is large. For IoT terminals, if they are connected by wire, the first thing The number of accesses of the networked terminal is limited, and the wired connection is used for the home, which is unimaginable for the wiring of the home user, and the cost of the cable is also very high, so in the technical solution of the present invention The connection between the IoT terminal and the IoT repeater is limited to wireless connections.
本发明采用的技术方案具有安全性高的优点。The technical solution adopted by the invention has the advantage of high safety.
可选的,上述方法在步骤S604之前还可以包括:Optionally, the foregoing method may further include: before step S604:
所述物联网终端调用所述第二加密单元加密不成功,所述物联网终端调用第二加密单元的备用加密单元对所述数据包进行加密处理,将采用备用加密单元标识添加到加密处理后的数据包的包头扩展字段。The IoT terminal invoking the second encryption unit to encrypt is unsuccessful, the IoT terminal invoking the alternate encryption unit of the second encryption unit to encrypt the data packet, and adding the identifier of the alternate encryption unit to the encryption process The header extension field of the packet.
可选的,上述方法在步骤S604之后还可以包括:Optionally, after the step S604, the foregoing method may further include:
物联网终端统计每个加密单元的使用情况,如每个加密单元均使用一次,则物联网终端将每个加密单元的使用情况清零,再次从所有加密单元中随机选取一个加密单元。The Internet of Things terminal counts the usage of each encryption unit. If each encryption unit is used once, the IoT terminal clears the usage of each encryption unit, and randomly selects one encryption unit from all encryption units.
上述使用情况具体可以包括,使用或未使用,其可以通过1个bit来表示,例如0表示未使用,1表示使用,当然也可以有其他的表现形式,例如0表示使用,1表示未使用。The above use cases may specifically include, use or not, which may be represented by 1 bit, for example, 0 means unused, 1 means use, and of course, there may be other forms of expression, for example, 0 means use and 1 means unused.
参阅图7,图7为一种物联网终端装置700,上述物联网终端装置700具体可以为如图3或图6所示的物联网终端,上述物联网终端装置中的技术术语以及定义可以参见如图3或图6所示的定义,所述装置包括:Referring to FIG. 7, FIG. 7 is an IoT terminal device 700. The IoT terminal device 700 may be an Internet of Things terminal as shown in FIG. 3 or FIG. 6. The technical terms and definitions in the foregoing IoT terminal device may be referred to. As defined in Figure 3 or Figure 6, the apparatus comprises:
获取单元701,用于获取需要发送的数据包;An obtaining unit 701, configured to acquire a data packet that needs to be sent;
处理单元702,用于提取上次加密采用的第一加密单元,所述物联网终端随机选择除所述第一加密单元剩余的加密单元中的第二加密单元;调用所述第二加密单元对所述数据包进行加密处理;The processing unit 702 is configured to extract a first encryption unit that is used for the last encryption, where the Internet of Things terminal randomly selects a second encryption unit in the encryption unit remaining in the first encryption unit; and invokes the second encryption unit pair The data packet is encrypted;
发送单元703,用于将加密处理后的数据以及当前时间向网络侧设备发送。The sending unit 703 is configured to send the encrypted data and the current time to the network side device.
可选的,处理单元702具体,用于如第二加密单元对所述数据包加密处理 失败,则调用第二加密单元的备用加密单元对所述数据包加密处理。Optionally, the processing unit 702 is specifically configured to encrypt the data packet by, for example, the second encryption unit. If it fails, the alternate encryption unit of the second encryption unit is called to encrypt the data packet.
可选的,处理单元702具体,用于依据物联网终端的工作时间段对应的提取策略从所述物联网终端媒体接入控制MAC地址中提取出6位数字,获取物联网终端的信号强度值,将所述6位数字与信号强度值连接起来得到一个数字串,将所述数字串除以设定整数得到第一余数的值,从预先存储的多个公钥中提取所述第一余数的值对应的第一公钥,所述第二加密单元采用第一公钥对该数据包进行加密处理。Optionally, the processing unit 702 is configured to: extract, according to an extraction policy corresponding to the working time period of the Internet of Things terminal, a 6-digit number from the media access terminal control MAC address of the Internet of Things terminal, and obtain a signal strength value of the Internet of Things terminal. And connecting the 6-digit number and the signal strength value to obtain a digit string, dividing the digit string by a set integer to obtain a value of the first remainder, and extracting the first number from a plurality of pre-stored public keys The first public key corresponding to the value of the remainder, the second encryption unit encrypts the data packet by using the first public key.
可选的,所述处理单元,具体用于提取所述数据包的信号调制方式,依据该信号调制方式从信号调制方式与提取值中得到需要提取的物联网终端MAC地址中的位数以及位置,提取该MAC地址中的位数值,将该位数值输入预设的算法中计算得到的结果即为秘钥,采用所述秘钥调用第二加密单元对所述数据包进行加密处理。Optionally, the processing unit is specifically configured to extract a signal modulation manner of the data packet, and obtain, according to the signal modulation manner, a digit and a position in the MAC address of the Internet of Things terminal that needs to be extracted from the signal modulation manner and the extracted value. The bit value in the MAC address is extracted, and the result calculated by inputting the bit value into the preset algorithm is a secret key, and the second encryption unit is invoked by the secret key to encrypt the data packet.
可选的,所述设定整数为大于等于6小于等于11的整数。Optionally, the set integer is an integer greater than or equal to 6 and less than or equal to 11.
可选的,处理单元602,具体用于统计每个加密单元的使用情况,如每个加密单元均使用一次,则物联网终端将每个加密单元的使用情况清零,再次从所有加密单元中随机选取一个加密单元。Optionally, the processing unit 602 is specifically configured to count the usage of each cryptographic unit. If each cryptographic unit is used once, the IoT terminal clears the usage of each cryptographic unit, and again from all the cryptographic units. Randomly select an encryption unit.
本发明还提供一种计算机存储介质,其中,该计算机存储介质可存储有程序,该程序执行时包括上述第一方面记载的任何一种物联网终端数据的随机加密方法的部分或全部步骤。The present invention also provides a computer storage medium, wherein the computer storage medium can store a program that, when executed, includes some or all of the steps of the random encryption method of any one of the Internet of Things terminal data described in the above first aspect.
参阅图8,图8为本发明提供的一种物联网终端800,该物联网终端可以为部署在互联网系统中的一个节点,互联网系统还可以包括:物联网中继器、物联网接入点和网关,该物联网终端800包括但不限于:计算机、服务器等设备,如图8所示,该物联网终端800包括:处理器801、存储器802、收发器803和总线804。收发器803用于与外部设备(例如互联系统中的其他设备,包括但不限于:中继器,核心网设备等)之间收发数据。物联网终端800中的处理器801的数量可以是一个或多个。本申请的一些实施例中,处理器801、存储器802和收发器803可通过总线系统或其他方式连接。关于本实施例涉及的术语的含义以及举例,可以参考图3或图6对应的实施例,此处不再赘述。Referring to FIG. 8, FIG. 8 is an Internet of Things terminal 800 provided by the present invention. The Internet of Things terminal may be a node deployed in an Internet system, and the Internet system may further include: an Internet of Things repeater and an Internet of Things access point. And the gateway, the Internet of Things terminal 800 includes but is not limited to: a computer, a server, etc., as shown in FIG. 8, the Internet of Things terminal 800 includes a processor 801, a memory 802, a transceiver 803, and a bus 804. The transceiver 803 is configured to transmit and receive data with an external device (eg, other devices in the interconnection system, including but not limited to: a repeater, a core network device, etc.). The number of processors 801 in the Internet of Things terminal 800 may be one or more. In some embodiments of the present application, processor 801, memory 802, and transceiver 803 may be connected by a bus system or other means. For the meanings and examples of the terms involved in this embodiment, reference may be made to the corresponding embodiment of FIG. 3 or FIG. 6 , and details are not described herein again.
其中,存储器802中可以存储程序代码。处理器801用于调用存储器802 中存储的程序代码,用于执行以下操作:The program code can be stored in the memory 802. The processor 801 is configured to call the memory 802. The program code stored in it to do the following:
收发器803,用于获取需要发送的数据包;a transceiver 803, configured to acquire a data packet that needs to be sent;
处理器801,用于提取上次加密采用的第一加密单元,所述物联网终端随机选择除所述第一加密单元剩余的加密单元中的第二加密单元;调用所述第二加密单元对所述数据包进行加密处理。The processor 801 is configured to extract a first encryption unit used for the last encryption, where the Internet of Things terminal randomly selects a second encryption unit other than the remaining encryption unit of the first encryption unit; and invokes the second encryption unit pair The data packet is encrypted.
收发器803,还用于将加密处理后的数据包和所述当前时间携带在帧的载荷内发送至物联网接入点。The transceiver 803 is further configured to send the encrypted data packet and the current time to be carried in the payload of the frame to the IoT access point.
可选的,处理器801、收发器803,还可以用于执行如图3或如图6所示实施例中的步骤以及步骤的细化方案以及可选方案。Optionally, the processor 801 and the transceiver 803 are further configured to perform the refinement and the steps of the steps and steps in the embodiment shown in FIG. 3 or FIG. 6.
需要说明的是,这里的处理器801可以是一个处理元件,也可以是多个处理元件的统称。例如,该处理元件可以是中央处理器(Central Processing Unit,CPU),也可以是特定集成电路(Application Specific Integrated Circuit,ASIC),或者是被配置成实施本申请实施例的一个或多个集成电路,例如:一个或多个微处理器(digital singnal processor,DSP),或,一个或者多个现场可编程门阵列(Field Programmable Gate Array,FPGA)。It should be noted that the processor 801 herein may be a processing component or a general term of multiple processing components. For example, the processing component may be a central processing unit (CPU), an application specific integrated circuit (ASIC), or one or more integrated circuits configured to implement the embodiments of the present application. For example, one or more digital singal processors (DSPs), or one or more Field Programmable Gate Arrays (FPGAs).
存储器803可以是一个存储装置,也可以是多个存储元件的统称,且用于存储可执行程序代码或应用程序运行装置运行所需要参数、数据等。且存储器903可以包括随机存储器(RAM),也可以包括非易失性存储器(non-volatile memory),例如磁盘存储器,闪存(Flash)等。The memory 803 may be a storage device or a collective name of a plurality of storage elements, and is used to store executable program code or parameters, data, and the like required for the application running device to operate. And the memory 903 may include random access memory (RAM), and may also include non-volatile memory such as a magnetic disk memory, a flash memory, or the like.
总线804可以是工业标准体系结构(Industry Standard Architecture,ISA)总线、外部设备互连(Peripheral Component,PCI)总线或扩展工业标准体系结构(Extended Industry Standard Architecture,EISA)总线等。该总线可以分为地址总线、数据总线、控制总线等。为便于表示,图8中仅用一条粗线表示,但并不表示仅有一根总线或一种类型的总线。The bus 804 may be an Industry Standard Architecture (ISA) bus, a Peripheral Component (PCI) bus, or an Extended Industry Standard Architecture (EISA) bus. The bus can be divided into an address bus, a data bus, a control bus, and the like. For ease of representation, only one thick line is shown in Figure 8, but it does not mean that there is only one bus or one type of bus.
该用户设备还可以包括输入输出装置,连接于总线804,以通过总线与处理器801等其它部分连接。该输入输出装置可以为操作人员提供一输入界面,以便操作人员通过该输入界面选择布控项,还可以是其它接口,可通过该接口外接其它设备。The user equipment may also include input and output devices coupled to bus 804 for connection to other portions, such as processor 801, via a bus. The input/output device can provide an input interface for the operator, so that the operator can select the control item through the input interface, and can also be other interfaces through which other devices can be externally connected.
需要说明的是,对于前述的各个方法实施例,为了简单描述,故将其都表 述为一系列的动作组合,但是本领域技术人员应该知悉,本申请并不受所描述的动作顺序的限制,因为依据本申请,某一些步骤可以采用其他顺序或者同时进行。其次,本领域技术人员也应该知悉,说明书中所描述的实施例均属于优选实施例,所涉及的动作和模块并不一定是本申请所必须的。It should be noted that, for the foregoing various method embodiments, for the sake of simple description, It is described as a series of combinations of actions, but those skilled in the art will appreciate that the present application is not limited by the sequence of actions described, as some steps may be performed in other sequences or concurrently in accordance with the present application. In the following, those skilled in the art should also understand that the embodiments described in the specification are all preferred embodiments, and the actions and modules involved are not necessarily required by the present application.
在上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详细描述的部分,可以参见其他实施例的相关描述。In the above embodiments, the descriptions of the various embodiments are different, and the parts that are not described in detail in a certain embodiment can be referred to the related descriptions of other embodiments.
本领域普通技术人员可以理解上述实施例的各种方法中的全部或部分步骤是可以通过程序来指令相关的硬件来完成,该程序可以存储于一计算机可读存储介质中,存储介质可以包括:闪存盘、只读存储器(英文:Read-Only Memory,简称:ROM)、随机存取器(英文:Random Access Memory,简称:RAM)、磁盘或光盘等。A person skilled in the art may understand that all or part of the various steps of the foregoing embodiments may be performed by a program to instruct related hardware. The program may be stored in a computer readable storage medium, and the storage medium may include: Flash disk, read-only memory (English: Read-Only Memory, referred to as: ROM), random accessor (English: Random Access Memory, referred to as: RAM), disk or optical disk.
以上对本申请实施例所提供的内容下载方法及相关设备、系统进行了详细介绍,本文中应用了具体个例对本申请的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本申请的方法及其核心思想;同时,对于本领域的一般技术人员,依据本申请的思想,在具体实施方式及应用范围上均会有改变之处,综上所述,本说明书内容不应理解为对本申请的限制。 The content downloading method and the related device and system provided by the embodiments of the present application are described in detail. The principles and implementation manners of the present application are described in the specific examples. The description of the above embodiments is only used to help understand the present application. The method of application and its core idea; at the same time, for those of ordinary skill in the art, according to the idea of the present application, there will be changes in the specific implementation manner and application scope. In summary, the content of this specification should not be understood. To limit the application.

Claims (12)

  1. 一种物联网终端数据的随机加密方法,其特征在于,所述方法包括如下步骤:A random encryption method for data of an Internet of Things terminal, characterized in that the method comprises the following steps:
    所述物联网终端获取需要发送的数据包;The Internet of Things terminal acquires a data packet that needs to be sent;
    所述物联网终端提取上次加密采用的第一加密单元,所述物联网终端随机选择除所述第一加密单元剩余的加密单元中的第二加密单元;The IoT terminal extracts a first encryption unit used for the last encryption, and the Internet of Things terminal randomly selects a second encryption unit in the encryption unit remaining in the first encryption unit;
    所述物联网终端调用所述第二加密单元对所述数据包进行加密处理;The IoT terminal invokes the second encryption unit to perform encryption processing on the data packet;
    所述物联网终端将加密处理后的数据以及第二加密单元的标识向网络侧设备发送。The Internet of Things terminal sends the encrypted data and the identifier of the second encryption unit to the network side device.
  2. 根据权利要求1所述的方法,其特征在于,所述方法在所述物联网终端将加密处理后的数据包发送至网关之前还可以包括:The method according to claim 1, wherein the method may further include: before the IoT terminal sends the encrypted data packet to the gateway:
    如第二加密单元对所述数据包加密处理失败,则调用第三加密单元的备用加密单元对所述数据包加密处理。If the second encryption unit fails to encrypt the data packet, the alternate encryption unit of the third encryption unit is called to encrypt the data packet.
  3. 根据权利要求1所述的方法,其特征在于,所述物联网终端调用所述第二加密单元对所述数据包进行加密处理具体包括:The method according to claim 1, wherein the invoking the second encryption unit to perform the encryption processing on the data packet comprises:
    所述物联网终端依据物联网终端的工作时间段对应的提取策略从所述物联网终端媒体接入控制MAC地址中提取出6位数字,获取物联网终端的信号强度值,将所述6位数字与信号强度值连接起来得到一个数字串,将所述数字串除以设定整数得到第一余数的值,从预先存储的多个公钥中提取所述第一余数的值对应的第一公钥,所述第二加密单元采用第一公钥对该数据包进行加密处理。The Internet of Things terminal extracts 6 digits from the media access terminal control MAC address of the Internet of Things terminal according to the extraction strategy corresponding to the working time period of the Internet of Things terminal, and obtains the signal strength value of the Internet of Things terminal, and the 6 digits The digital and signal strength values are connected to obtain a digit string, and the digit string is divided by a set integer to obtain a value of the first remainder, and the value of the first remainder is extracted from a plurality of pre-stored public keys. The first public key, the second encryption unit encrypts the data packet by using the first public key.
  4. 根据权利要求3所述的方法,其特征在于,所述物联网终端调用所述第二加密单元对所述数据包进行加密处理具体包括:The method according to claim 3, wherein the invoking the second encryption unit by the Internet of Things terminal to encrypt the data packet comprises:
    物联网终端提取所述数据包的信号调制方式,依据该信号调制方式从信号调制方式与提取值中得到需要提取的物联网终端MAC地址中的位数以及位置,提取该MAC地址中的位数值,将该位数值输入预设的算法中计算得到的结果即为秘钥,采用所述秘钥调用第二加密单元对所述数据包进行加密处理。The IoT terminal extracts a signal modulation mode of the data packet, and obtains a bit number and a position in the MAC address of the IoT terminal to be extracted from the signal modulation mode and the extracted value according to the signal modulation mode, and extracts a bit value in the MAC address. The result obtained by inputting the bit value into the preset algorithm is a secret key, and the second encryption unit is called by the secret key to encrypt the data packet.
  5. 根据权利要求1所述的方法,其特征在于,所述方法还包括: The method of claim 1 further comprising:
    物联网终端统计每个加密单元的使用情况,如每个加密单元均使用一次,则物联网终端将每个加密单元的使用情况清零,再次从所有加密单元中随机选取一个加密单元。The Internet of Things terminal counts the usage of each encryption unit. If each encryption unit is used once, the IoT terminal clears the usage of each encryption unit, and randomly selects one encryption unit from all encryption units.
  6. 一种物联网终端装置,其特征在于,所述装置包括:An Internet of Things terminal device, characterized in that the device comprises:
    获取单元,用于获取需要发送的数据包;An obtaining unit, configured to acquire a data packet that needs to be sent;
    处理单元,用于提取上次加密采用的第一加密单元,所述物联网终端随机选择除所述第一加密单元剩余的加密单元中的第二加密单元;调用所述第二加密单元对所述数据包进行加密处理;a processing unit, configured to extract a first encryption unit used in the last encryption, the Internet of Things terminal randomly selects a second encryption unit in the encryption unit remaining in the first encryption unit; and invokes the second encryption unit Decoding the data packet;
    发送单元,用于将加密处理后的数据以及所述第二加密单元的标识向网络侧设备发送。And a sending unit, configured to send the encrypted data and the identifier of the second encryption unit to the network side device.
  7. 根据权利要求6所述的装置,其特征在于,所述处理单元具体,用于如第二加密单元对所述数据包加密处理失败,则调用第三加密单元的备用加密单元对所述数据包加密处理。The apparatus according to claim 6, wherein the processing unit is configured to: if the second encryption unit fails to encrypt the data packet, call the alternate encryption unit of the third encryption unit to the data packet Encryption processing.
  8. 根据权利要求6所述的装置,其特征在于,所述处理单元具体,用于依据物联网终端的工作时间段对应的提取策略从所述物联网终端媒体接入控制MAC地址中提取出6位数字,获取物联网终端的信号强度值,将所述6位数字与信号强度值连接起来得到一个数字串,将所述数字串除以设定整数得到第一余数的值,从预先存储的多个公钥中提取所述第一余数的值对应的第一公钥,所述第二加密单元采用第一公钥对该数据包进行加密处理。The device according to claim 6, wherein the processing unit is configured to extract 6 bits from the media access terminal media access control MAC address according to an extraction policy corresponding to a working time period of the Internet of Things terminal And obtaining a signal strength value of the Internet of Things terminal, connecting the 6-digit number and the signal strength value to obtain a digit string, dividing the digit string by a set integer to obtain a value of the first remainder, from pre-stored The first public key corresponding to the value of the first remainder is extracted from the plurality of public keys, and the second encryption unit encrypts the data packet by using the first public key.
  9. 根据权利要求8所述的装置,其特征在于,所述处理单元,具体用于提取所述数据包的信号调制方式,依据该信号调制方式从信号调制方式与提取值中得到需要提取的物联网终端MAC地址中的位数以及位置,提取该MAC地址中的位数值,将该位数值输入预设的算法中计算得到的结果即为秘钥,采用所述秘钥调用第二加密单元对所述数据包进行加密处理。The device according to claim 8, wherein the processing unit is specifically configured to extract a signal modulation mode of the data packet, and obtain an Internet of Things to be extracted from the signal modulation mode and the extracted value according to the signal modulation mode. The number of bits in the MAC address of the terminal and the location, the bit value in the MAC address is extracted, and the result of the bit value input into the preset algorithm is the secret key, and the second encryption unit is called by the secret key. The data packet is encrypted.
  10. 根据权利要求8所述的装置,其特征在于,所述处理单元具体,用于统计每个加密单元的使用情况,如每个加密单元均使用一次,则物联网终端将每个加密单元的使用情况清零,再次从所有加密单元中随机选取一个加密单元。The device according to claim 8, wherein the processing unit is specifically configured to count the usage of each encryption unit, for example, each encryption unit is used once, and the Internet of Things terminal uses each encryption unit. Clear the situation and randomly select an encryption unit from all encryption units.
  11. 一种计算机可读存储介质,其特征在于,其存储用于电子数据交换的 计算机程序,其中,所述计算机程序使得计算机执行如权利要求1-5任一项所述的方法。A computer readable storage medium characterized in that it is stored for electronic data exchange A computer program, wherein the computer program causes a computer to perform the method of any of claims 1-5.
  12. 一种计算机程序产品,其特征在于,所述计算机程序产品包括存储了计算机程序的非瞬时性计算机可读存储介质,所述计算机程序可操作来使计算机执行如权利要求1-5任一项所述的方法。 A computer program product, comprising: a non-transitory computer readable storage medium storing a computer program, the computer program being operative to cause a computer to perform any of claims 1-5 The method described.
PCT/CN2017/100896 2017-07-27 2017-09-07 Random encryption method and apparatus for internet of things terminal data WO2019019287A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710621291.XA CN107493267A (en) 2017-07-27 2017-07-27 A kind of random encrypting method and device of internet-of-things terminal data
CN201710621291.X 2017-07-27

Publications (1)

Publication Number Publication Date
WO2019019287A1 true WO2019019287A1 (en) 2019-01-31

Family

ID=60644900

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/100896 WO2019019287A1 (en) 2017-07-27 2017-09-07 Random encryption method and apparatus for internet of things terminal data

Country Status (2)

Country Link
CN (1) CN107493267A (en)
WO (1) WO2019019287A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114237988B (en) * 2022-02-25 2022-06-03 广州锦行网络科技有限公司 Memory snapshot processing method and device, storage medium and electronic device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101873215A (en) * 2010-05-27 2010-10-27 大唐微电子技术有限公司 Safety chip, wireless control module and terminal
CN101873587A (en) * 2010-05-27 2010-10-27 大唐微电子技术有限公司 Wireless communication device and method for realizing service security thereof
CN104935433A (en) * 2015-03-13 2015-09-23 天地融科技股份有限公司 Secret key-hopping method during communication process, communication device and communication system
CN106850220A (en) * 2017-02-22 2017-06-13 腾讯科技(深圳)有限公司 Data ciphering method, data decryption method and device

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102244861B (en) * 2011-08-14 2013-09-18 北京理工大学 Method for generating symmetric keys based on random state of wireless channel
US9571464B2 (en) * 2014-08-11 2017-02-14 Intel Corporation Network-enabled device provisioning
KR102370842B1 (en) * 2015-06-03 2022-03-08 삼성전자주식회사 Electronic device and method for encrypting content
CN106899562A (en) * 2016-04-21 2017-06-27 中国移动通信有限公司研究院 The secure algorithm negotiation method of Internet of Things, network element and internet-of-things terminal
CN106961449B (en) * 2017-05-24 2019-12-03 重庆和贯科技有限公司 Internet of things data transmission method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101873215A (en) * 2010-05-27 2010-10-27 大唐微电子技术有限公司 Safety chip, wireless control module and terminal
CN101873587A (en) * 2010-05-27 2010-10-27 大唐微电子技术有限公司 Wireless communication device and method for realizing service security thereof
CN104935433A (en) * 2015-03-13 2015-09-23 天地融科技股份有限公司 Secret key-hopping method during communication process, communication device and communication system
CN106850220A (en) * 2017-02-22 2017-06-13 腾讯科技(深圳)有限公司 Data ciphering method, data decryption method and device

Also Published As

Publication number Publication date
CN107493267A (en) 2017-12-19

Similar Documents

Publication Publication Date Title
US11917054B2 (en) Network key processing method and system and related device
US11864263B2 (en) Wireless connection establishing methods and wireless connection establishing apparatuses
US11943695B2 (en) Network channel switching method and apparatus, device, and storage medium
WO2018120247A1 (en) Terminal matching method and device
EP2756649B1 (en) Protocol-specific keys for a hybrid network
CN103945369A (en) Internet access configuration method for WIFI device by checking length of WIFI data packets
CN113840266A (en) Bluetooth pairing method, device, system, electronic equipment and storage medium
CN112566113B (en) Key generation and terminal network distribution method, device and equipment
CN112822177A (en) Data transmission method, device, equipment and storage medium
WO2019019280A1 (en) Method for internet of things terminal to encrypt data according to time periods, and apparatus
WO2019019282A1 (en) Method for internet of things terminal to sequentially encrypt data, and apparatus
WO2018053895A1 (en) Type-based uplink data encryption control method and device for internet-of-things access point
WO2019015041A1 (en) Time division encryption method and device for data of internet of things repeater
CN107483203B (en) Time-interval encryption method and device for data received by Internet of things access point
WO2019015038A1 (en) Encryption control method and device for type-based uplink data of internet of things repeater
WO2019010796A1 (en) Sub-device encryption method and device for receiving data of internet of things ap
WO2024001086A1 (en) Data communication method and apparatus based on shared key, device, and medium
TW202123051A (en) Security authentication method, apparatus, and electronic device
WO2019019287A1 (en) Random encryption method and apparatus for internet of things terminal data
CN107360566B (en) Type-based uplink data encryption control method and device for Internet of things terminal
WO2019015037A1 (en) Internet of things access point-based method and device for selective encryption
WO2019015039A1 (en) Internet of things repeater-based method and apparatus for selective encryption
US20240163262A1 (en) Address Verification Method and Corresponding Apparatus
CN106664559A (en) Device configuration method, apparatus and system in wireless communication network
WO2019028780A1 (en) Data processing method and apparatus

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: 17919115

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17919115

Country of ref document: EP

Kind code of ref document: A1