WO2012122782A1 - Procédé d'obtention d'un code de déverrouillage, et terminal mobile - Google Patents

Procédé d'obtention d'un code de déverrouillage, et terminal mobile Download PDF

Info

Publication number
WO2012122782A1
WO2012122782A1 PCT/CN2011/078908 CN2011078908W WO2012122782A1 WO 2012122782 A1 WO2012122782 A1 WO 2012122782A1 CN 2011078908 W CN2011078908 W CN 2011078908W WO 2012122782 A1 WO2012122782 A1 WO 2012122782A1
Authority
WO
WIPO (PCT)
Prior art keywords
mobile terminal
code
unlock
network server
preset
Prior art date
Legal status (The legal status 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 status listed.)
Ceased
Application number
PCT/CN2011/078908
Other languages
English (en)
Chinese (zh)
Inventor
李春雨
李小建
刘子军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Publication of WO2012122782A1 publication Critical patent/WO2012122782A1/fr
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/08Access security
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/04Key management, e.g. using generic bootstrapping architecture [GBA]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/02Terminal devices

Definitions

  • the present invention relates to the field of mobile terminal decryption technologies, and in particular, to a method for acquiring an unlock code and a mobile terminal. Background technique
  • the mobile operator uses the computer to modify the data of the mobile terminal memory, disables the lock function of the mobile terminal, thereby unlocking the mobile terminal.
  • the second is that the mobile operator provides the unlocking code to the mobile terminal user through short messages, telephones, etc., and the mobile terminal user inputs the unlocking code into the mobile terminal, and the network can be unlocked.
  • an object of the present invention is to provide a method for acquiring an unlock code and a mobile terminal, so as to implement automatic unlocking and secure unlocking of the mobile terminal.
  • the technical solution of the present invention is implemented as follows:
  • a method for obtaining an unlock code including:
  • the mobile terminal After determining that the preset unlocking condition is met, the mobile terminal sends its own signature code to the network server;
  • the mobile terminal receives the unlock code sent by the network server, and the unlock code is obtained by encrypting the feature code by the network server by using a preset encryption mechanism.
  • the feature code is an international mobile device identity code of the mobile terminal.
  • IMEI International Mobile Equipment Identity
  • identity code of the mobile terminal CPU or the production serial number of the mobile terminal manufacturer.
  • the preset encryption mechanism is a symmetric encryption algorithm or an asymmetric encryption algorithm.
  • the method further includes: the mobile terminal decrypting the received unlocking code by using a decryption mechanism corresponding to the encryption mechanism;
  • the present invention further provides a mobile terminal that acquires an unlock code, and the mobile terminal includes: a sending device, configured to: after determining that the mobile terminal meets a preset unlocking condition, send the feature code of the mobile terminal to the network server;
  • the receiving device is configured to receive an unlock code sent by the network server, where the unlock code is obtained by encrypting the feature code by using a preset encryption mechanism by the network server.
  • the mobile terminal further includes:
  • a decryption device configured to decrypt the unlock code
  • the unlocking device is configured to determine that the signature obtained after the decryption matches the preset signature of the mobile terminal, and then unlock the mobile terminal.
  • the technical solution of the present invention can realize automatic unlocking and secure unlocking of the mobile terminal, thereby saving the operating cost of the operator and enhancing the security of the unlocking.
  • FIG. 1 is a flow chart of a method for obtaining an unlock code according to the present invention
  • FIG. 2 is a schematic diagram of a mobile terminal for acquiring an unlock code according to the present invention. detailed description
  • 1 is a flow chart of a method for obtaining an unlock code according to the present invention, the method comprising the following steps:
  • 101-102 Determine whether the mobile terminal meets a preset unlocking condition, and if yes, send the feature code of the mobile terminal to the network server.
  • the preset unlocking condition may be: the lock time reaches a certain number of years, the call fee of the lock network terminal reaches a certain amount, or the number of calls or the Internet traffic reaches a certain amount.
  • the determination process of whether the mobile terminal satisfies the preset unlocking condition may be performed by the terminal side or by the network side. The specific process of judgment is prior art, so it will not be repeated here.
  • the feature code of the mobile terminal refers to all the identity codes that can distinguish the mobile terminal from other mobile terminals.
  • the signature may be the IMEI number of the mobile terminal, the identity code of the mobile terminal CPU or the production serial number of the mobile terminal manufacturer.
  • Step 103 The network server encrypts the feature code by using a preset encryption mechanism to obtain an unlock code, and sends the unlock code to the mobile terminal.
  • the network server encrypts the feature code by using a preset encryption mechanism, that is, the network server encrypts the obtained feature code by using a symmetric encryption algorithm or an asymmetric encryption algorithm. If a symmetric encryption algorithm is selected, the signature is encrypted and decrypted using the same key. If an asymmetric encryption algorithm is selected, the signature is encrypted using a public key.
  • the network server here may refer to the network server of the mobile operator, and may also refer to the network of the terminal manufacturer. The server can also be a third-party web server without any restrictions.
  • Step 104 The mobile terminal decrypts the received unlock code by using a decryption mechanism corresponding to the encryption mechanism.
  • the same key as the encryption may be used for decryption; if asymmetric algorithm encryption is used, the private key matching the public key may be used for decryption.
  • Steps 105-106 Determine whether the feature code obtained after decryption matches the feature code preset by the mobile terminal, and if the two match, unlock the mobile terminal.
  • the feature code may be stored in advance in the microprocessor chip of the mobile terminal, or may be stored in the encryption chip of the mobile terminal.
  • the judging process of comparing the decrypted signature with the preset signature may occur in the microchip or in the encryption chip. The mobile terminal is unlocked, that is, after the two signatures are matched, the lock lock function module of the mobile terminal is disabled.
  • the mobile terminal includes: sending means, configured to send the feature code of the mobile terminal to the network server after determining that the mobile terminal meets the preset unlocking condition;
  • the receiving device is configured to receive an unlock code sent by the network server, where the unlock code is obtained by encrypting the feature code by using a preset encryption mechanism by the network side server;
  • the encryption process of the feature code by the network server by using a preset encryption mechanism is performed by an encryption device located in the network server;
  • a decryption device configured to decrypt the unlock code
  • the unlocking device is configured to determine that the decrypted feature code is matched with the feature code preset by the mobile terminal, and then unlock the mobile terminal.
  • modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network of multiple computing devices. Alternatively, they can be executed by a computing device The program code is implemented so that they can be stored in the storage device by the computing device, or they can be made into individual integrated circuit modules, or a plurality of modules or steps can be made into a single integrated circuit module. achieve.
  • the invention is not limited to any specific combination of hardware and software.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephone Function (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Lock And Its Accessories (AREA)

Abstract

L'invention porte sur un procédé d'obtention d'un code de déverrouillage, et sur un terminal mobile. Le procédé comprend les opérations suivantes : un terminal mobile envoie son propre code caractéristique à un serveur de réseau après avoir déterminé qu'une condition de déverrouillage préréglée est satisfaite ; et le terminal mobile reçoit un code de déverrouillage envoyé par le serveur de réseau, le code de déverrouillage étant obtenu après que le serveur de réseau a chiffré le code caractéristique à l'aide d'un mécanisme de chiffrement préréglé. Au moyen de la présente invention, le terminal mobile peut être déverrouillé automatiquement et d'une manière sécurisée.
PCT/CN2011/078908 2011-03-15 2011-08-25 Procédé d'obtention d'un code de déverrouillage, et terminal mobile Ceased WO2012122782A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110062344.1 2011-03-15
CN2011100623441A CN102143483A (zh) 2011-03-15 2011-03-15 一种获取解锁码的方法及终端

Publications (1)

Publication Number Publication Date
WO2012122782A1 true WO2012122782A1 (fr) 2012-09-20

Family

ID=44410649

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/078908 Ceased WO2012122782A1 (fr) 2011-03-15 2011-08-25 Procédé d'obtention d'un code de déverrouillage, et terminal mobile

Country Status (2)

Country Link
CN (1) CN102143483A (fr)
WO (1) WO2012122782A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110419042A (zh) * 2017-09-29 2019-11-05 华为技术有限公司 一种屏幕解锁的方法及终端

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102143483A (zh) * 2011-03-15 2011-08-03 中兴通讯股份有限公司 一种获取解锁码的方法及终端
CN104142939B (zh) * 2013-05-07 2019-07-02 杭州智棱科技有限公司 一种基于运动特征信息匹配特征码的方法与设备
CN104144520A (zh) 2013-05-07 2014-11-12 李东舸 一种设备间建立连接的方法、装置与系统
CN103686707A (zh) * 2013-11-25 2014-03-26 上海斐讯数据通信技术有限公司 一种基于IMEI/MEID号实现手机root密码差异化的方法及适用的手机
CN104239777B (zh) * 2014-08-29 2017-07-11 深信服网络科技(深圳)有限公司 受控设备解控的方法和系统
CN108199904A (zh) * 2018-01-26 2018-06-22 上海广升信息技术股份有限公司 一种android系统实现终端设备远程锁网和解锁的实现方法

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101489225A (zh) * 2009-01-19 2009-07-22 深圳华为通信技术有限公司 用户识别模块卡锁的解锁方法、装置及系统
CN101742483A (zh) * 2009-12-16 2010-06-16 中兴通讯股份有限公司 一种终端解除锁网的方法及系统
CN102143483A (zh) * 2011-03-15 2011-08-03 中兴通讯股份有限公司 一种获取解锁码的方法及终端

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7840204B2 (en) * 2005-11-22 2010-11-23 Kyocera Corporation System and method for unlocking wireless communications device
CN101111018A (zh) * 2006-07-21 2008-01-23 中兴通讯股份有限公司 一种对phs手机实现锁网及解锁的方法
CN101605326B (zh) * 2008-06-12 2011-07-13 中兴通讯股份有限公司 一种加密及解密移动终端锁网/锁卡解锁码的方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101489225A (zh) * 2009-01-19 2009-07-22 深圳华为通信技术有限公司 用户识别模块卡锁的解锁方法、装置及系统
CN101742483A (zh) * 2009-12-16 2010-06-16 中兴通讯股份有限公司 一种终端解除锁网的方法及系统
CN102143483A (zh) * 2011-03-15 2011-08-03 中兴通讯股份有限公司 一种获取解锁码的方法及终端

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110419042A (zh) * 2017-09-29 2019-11-05 华为技术有限公司 一种屏幕解锁的方法及终端
CN110419042B (zh) * 2017-09-29 2021-10-15 华为技术有限公司 一种屏幕解锁的方法及终端

Also Published As

Publication number Publication date
CN102143483A (zh) 2011-08-03

Similar Documents

Publication Publication Date Title
CN102413224B (zh) 绑定、运行安全数码卡的方法、系统及设备
US11501294B2 (en) Method and device for providing and obtaining graphic code information, and terminal
CN105337740B (zh) 一种身份验证方法、客户端、中继设备及服务器
US20170208049A1 (en) Key agreement method and device for verification information
WO2012122782A1 (fr) Procédé d'obtention d'un code de déverrouillage, et terminal mobile
CN101511083B (zh) 电信智能卡的认证鉴权方法和终端
CN110545252B (zh) 一种认证和信息保护的方法、终端、控制功能实体及应用服务器
WO2011149214A3 (fr) Procédé d'authentification trifactorielle d'un utilisateur permettant de générer un mot de passe à usage unique (mpu) au moyen d'informations d'iris et système d'authentification mutuelle sécurisé utilisant un module d'authentification mpu de terminal de communication sans fil
CN110365484A (zh) 一种设备认证的数据处理方法、装置及系统
CN108243176B (zh) 数据传输方法和装置
CN107733652B (zh) 用于共享交通工具的开锁方法和系统及车锁
CN111178884A (zh) 信息处理方法、装置、设备及可读存储介质
CN104519479A (zh) 一种终端及其锁网和解除锁网的方法
CN113612852A (zh) 一种基于车载终端的通信方法、装置、设备及存储介质
CN110929231A (zh) 数字资产的授权方法、装置和服务器
CN102647279A (zh) 加密方法、加密卡、终端设备和机卡互锁装置
US20080288778A1 (en) Method for Generating and Verifying an Electronic Signature
WO2011124051A1 (fr) Procédé et système d'authentification de terminal
US9876774B2 (en) Communication security system and method
KR101358375B1 (ko) 스미싱 방지를 위한 문자메시지 보안 시스템 및 방법
CN107506207B (zh) 一种pos机的安全验证方法及终端
CN102056156B (zh) 将计算机数据安全下载至移动终端的方法及系统
WO2011144129A2 (fr) Procédé d'interverrouillage machine-carte, carte de module d'identité d'utilisateur (uim) et terminal
KR101329789B1 (ko) 모바일 디바이스의 데이터베이스 암호화 방법
CN107343276A (zh) 一种终端的sim卡锁数据的保护方法及系统

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

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

Country of ref document: EP

Kind code of ref document: A1