CN107566998B - Communication identifier processing method and device and terminal - Google Patents

Communication identifier processing method and device and terminal Download PDF

Info

Publication number
CN107566998B
CN107566998B CN201710692119.3A CN201710692119A CN107566998B CN 107566998 B CN107566998 B CN 107566998B CN 201710692119 A CN201710692119 A CN 201710692119A CN 107566998 B CN107566998 B CN 107566998B
Authority
CN
China
Prior art keywords
communication
communication identifier
identification
ciphertext data
information
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.)
Active
Application number
CN201710692119.3A
Other languages
Chinese (zh)
Other versions
CN107566998A (en
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.)
Beijing Xiaomi Mobile Software Co Ltd
Original Assignee
Beijing Xiaomi Mobile Software Co Ltd
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 Beijing Xiaomi Mobile Software Co Ltd filed Critical Beijing Xiaomi Mobile Software Co Ltd
Priority to CN201710692119.3A priority Critical patent/CN107566998B/en
Publication of CN107566998A publication Critical patent/CN107566998A/en
Application granted granted Critical
Publication of CN107566998B publication Critical patent/CN107566998B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Telephone Function (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The present disclosure provides a method, an apparatus and a terminal for processing a communication identifier, wherein a specific implementation manner of the method includes: when communication information is received, acquiring a communication identifier corresponding to the communication information; encrypting the communication identifier through a wireless interface layer to obtain communication identifier ciphertext data; and recording by using the communication identification ciphertext data, and carrying out privacy display. In the embodiment, the operating system encrypts the communication identifier through the wireless interface layer, so that the application layer of the operating system cannot acquire the communication identifier but only acquires the ciphertext data of the communication identifier, thereby protecting the communication identifier from the system level. The communication identifier is effectively prevented from being derived from the system of the mobile terminal, and the risk of the communication identifier being leaked is reduced.

Description

Communication identifier processing method and device and terminal
Technical Field
The present disclosure relates to the field of computer software technologies, and in particular, to a method, an apparatus, and a terminal for processing a communication identifier.
Background
With the continuous development of mobile communication technology, mobile terminal equipment for communication is more and more applied to the life and work of people, and more convenience is provided for the life and work of people. At present, for some industries, hiding service communication identifiers becomes an important requirement in order to prevent the loss of client resources. Generally, in the related art, the communication identifier is hidden from the application level of the mobile terminal device. However, this method can only hide the communication identifier from the interface layer, and there are many ways to derive the hidden communication identifier from the system of the mobile terminal device, which cannot effectively reduce the risk of the communication identifier being revealed.
Disclosure of Invention
In order to solve the technical problem, the present disclosure provides a method, an apparatus, and a terminal for processing a communication identifier.
According to a first aspect of the embodiments of the present disclosure, a method for processing a communication identifier is provided, which is applied to a mobile terminal, and includes:
when communication information is received, acquiring a communication identifier corresponding to the communication information;
encrypting the communication identifier through a wireless interface layer to obtain communication identifier ciphertext data;
and recording by using the communication identification ciphertext data, and carrying out privacy display.
Optionally, the method further includes:
when communication is carried out, the wireless interface layer decrypts the communication identification ciphertext data of the communication;
and carrying out communication according to the communication identifier obtained after decryption.
Optionally, the performing the privacy display includes:
and displaying the communication identification by using a display identification, wherein the display identification is generated according to a preset rule.
Optionally, the wireless interface layer is a functional module in the wireless communication layer of the mobile terminal for processing communication data.
According to a second aspect of the embodiments of the present disclosure, there is provided a processing apparatus for a communication identifier, which is applied to a mobile terminal, including:
the communication information acquisition module is configured to acquire a communication identifier corresponding to communication information when the communication information is received;
the encryption module is configured to encrypt the communication identifier through a wireless interface layer to obtain communication identifier ciphertext data;
and the display module is configured to record by using the communication identification ciphertext data and perform privacy display.
Optionally, the apparatus further comprises:
the decryption module is configured to decrypt the communication identification ciphertext data of the communication when the communication is carried out;
and the communication module is configured to communicate according to the communication identifier obtained after decryption.
Optionally, the display module is configured to:
and displaying the communication identification by using a display identification, wherein the display identification is generated according to a preset rule.
Optionally, the wireless interface layer is a functional module in the wireless communication layer of the mobile terminal for processing communication data.
According to a third aspect of the embodiments of the present disclosure, there is provided a terminal, including:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
when communication information is received, acquiring a communication identifier corresponding to the communication information;
encrypting the communication identifier through a wireless interface layer to obtain communication identifier ciphertext data;
and recording by using the communication identification ciphertext data, and carrying out privacy display.
According to a fourth aspect of the embodiments of the present disclosure, a computer-readable storage medium is provided, where at least one instruction is stored, and the instruction is loaded and executed by a processor to implement the operations performed in the method for processing a communication identifier according to the first aspect or any one of the possible implementations of the first aspect.
The technical scheme provided by the embodiment of the disclosure can have the following beneficial effects:
the communication identifier processing method provided by the embodiment of the disclosure is applied to a mobile terminal, and when the mobile terminal receives communication information, the communication identifier corresponding to the communication information is obtained, the communication identifier is encrypted through a wireless interface layer to obtain communication identifier ciphertext data, and the communication identifier ciphertext data is used for recording and carrying out privacy display. Because the operating system encrypts the communication identifier through the wireless interface layer, the application layer of the operating system cannot acquire the communication identifier but only acquires the ciphertext data of the communication identifier, thereby realizing the protection of the communication identifier from the operating system. The communication identifier is effectively prevented from being derived from the system of the mobile terminal, and the risk of the communication identifier being leaked is reduced.
The communication identifier processing method provided by the embodiment of the disclosure is applied to a mobile terminal, when the mobile terminal receives communication information, the communication identifier corresponding to the communication information is obtained, the communication identifier is encrypted through a wireless interface layer to obtain communication identifier ciphertext data, the communication identifier ciphertext data is used for recording and carrying out privacy display, when communication is carried out, the wireless interface layer decrypts the communication identifier ciphertext data of the communication, and communication is carried out according to the communication identifier obtained after decryption. Because the operating system encrypts the communication identifier through the wireless interface layer, the application layer of the operating system cannot acquire the communication identifier and can only acquire the ciphertext data of the communication identifier, so that the communication identifier is protected from the system level, and the risk of the communication identifier being leaked is reduced. Meanwhile, the operating system can decrypt the communication identification ciphertext data through the wireless interface layer, so that the reply function of the communication information is realized.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
Fig. 1 is a flow chart illustrating a method for handling a communication identifier according to an exemplary embodiment of the present disclosure;
FIG. 2 is a flow chart illustrating another method of handling a communication identifier according to an exemplary embodiment of the present disclosure;
FIG. 3 is a block diagram illustrating a communication identifier processing apparatus according to an exemplary embodiment of the present disclosure;
FIG. 4 is a block diagram illustrating another communication identifier processing apparatus according to an exemplary embodiment of the present disclosure;
fig. 5 is a schematic structural diagram of a processing device for communication tags according to an exemplary embodiment of the present disclosure.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
The terminology used in the present disclosure is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. As used in this disclosure and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items.
It is to be understood that although the terms first, second, third, etc. may be used herein to describe various information, such information should not be limited to these terms. These terms are only used to distinguish one type of information from another. For example, first information may also be referred to as second information, and similarly, second information may also be referred to as first information, without departing from the scope of the present disclosure. The word "if" as used herein may be interpreted as "at … …" or "when … …" or "in response to a determination", depending on the context.
As shown in fig. 1, fig. 1 is a flowchart illustrating a method for processing a communication identifier according to an exemplary embodiment, which may be applied in a mobile terminal. In the present embodiment, for convenience of understanding, the description is given in conjunction with a mobile terminal having a communication function. Those skilled in the art will appreciate that the mobile terminal may include, but is not limited to, devices such as a smart phone, smart wearable device, tablet computer, and the like. The method comprises the following steps:
in step 101, when communication information is received, a communication identifier corresponding to the communication information is obtained.
In this embodiment, the receiving of the communication information may include, but is not limited to, receiving a call, receiving a short message, and the like, and the disclosure is not limited in this respect. The communication identifier corresponding to the communication information may be a communication number of a contact person who sends the communication information, for example, the communication identifier may be a telephone number of a contact person who makes a call or sends a short message, and the specific form of the communication identifier is not limited in the present disclosure. Generally, the mobile terminal may directly analyze the communication identifier corresponding to the communication information through the radio interface layer.
In step 102, the communication identifier is encrypted through the wireless interface layer to obtain communication identifier ciphertext data.
In this embodiment, the radio interface layer is a functional module for processing communication data in the wireless communication layer of the mobile terminal. Taking an android operating system applied to a mobile terminal as an example, the android operating system can interact with bottom hardware through a Radio Interface Layer (RIL), so that communication functions such as communication, short messages and the like are realized.
In this embodiment, after the wireless interface layer parses the communication identifier corresponding to the communication information, the communication identifier is encrypted, so as to obtain the communication identifier ciphertext data. After the wireless interface layer encrypts the communication identifier, the application layer of the operating system cannot acquire the communication identifier and can only acquire the ciphertext data of the communication identifier, so that the confidentiality of the communication identifier is realized.
Specifically, a part of the logic code of the wireless interface layer of the mobile terminal may be modified in advance, so that the wireless interface layer may directly encrypt the communication identifier after analyzing the communication identifier corresponding to the communication information. Taking an android operating system applied to a mobile terminal as an example, a core method logic related to communication is in a Java class of com. Therefore, the logic of the method can be modified in advance, so that the wireless interface layer can directly encrypt the communication identifier after analyzing the communication identifier corresponding to the communication information.
In this embodiment, encryption may be performed in any reasonable manner, and any encryption method known in the art and that may occur in the future may be applied to the present disclosure, and the present disclosure does not limit the specific manner of encryption.
In step 103, the communication identifier ciphertext data is used for recording and privacy display.
In this embodiment, after encrypting the communication identifier, the wireless interface layer may transmit the encrypted communication identifier ciphertext data to a target application program (e.g., a call application program or a short message application program) for communication in the application layer of the operating system. The communication identification ciphertext data may be recorded into a corresponding communication record (e.g., a call record or a short message record) by the target application program, so that the user may call back or reply to a short message through the communication record.
In this embodiment, when the communication information is received, the target application program for communication in the application layer of the operating system needs to perform a display operation. Because the wireless interface layer encrypts the communication identifier, the target application program can only acquire the communication identifier ciphertext data from the wireless interface layer, but cannot acquire the communication identifier, so the target application program cannot directly display the communication identifier, and the target application program can only display the privacy in a mode of hiding the communication identifier.
Specifically, after the communication identifier is encrypted in the wireless interface layer, the encrypted communication identifier ciphertext data may be marked by using a preset identifier. Moreover, the SetText method logic of the TextView component in the native method layer of the operating system may be modified in advance, so that when the target application program is displayed, whether the data acquired from the wireless interface layer is marked by the preset identifier is identified first, and if the data is marked by the preset identifier, the target application program performs private display in a form of hiding the communication identifier.
In the present embodiment, the privacy display may be performed as follows: and displaying the communication identifier by using a display identifier, wherein the display identifier is generated according to a preset rule. The generating of the display identifier according to the preset rule may include at least one of: content replacement, position conversion and partial content occlusion.
For example, in one implementation, the communication identifier may be hidden and the preset content may be displayed. The preset content may be any reasonable content. For example, the preset content may be a group of random character strings, preset text information (for example, the preset content is text information "no number"), a random figure, a preset animation, and the like. It is understood that the preset content can also be other content, and the disclosure does not limit the specific content of the preset content. The preset content may be generated by the radio interface layer or the application layer, and the present disclosure is not limited to the generation of the preset content.
In another implementation, the communication identifier with a hidden part of the character can be displayed. Specifically, after the wireless interface layer parses the communication identifier, a set of target character strings may be generated based on the communication identifier, where the target character strings are the communication identifiers with hidden partial characters. The wireless interface layer can transmit the target character string and the encrypted communication identification ciphertext data to a target application program of the operating system application layer, and the target application program displays the communication identification of the hidden part of the characters when executing display operation.
The communication identifier processing method provided by the above embodiment of the present disclosure is applied to a mobile terminal, and when the mobile terminal receives communication information, the communication identifier corresponding to the communication information is obtained, the communication identifier is encrypted through a wireless interface layer to obtain communication identifier ciphertext data, and the communication identifier ciphertext data is used for recording and performing privacy display. Because the operating system encrypts the communication identifier through the wireless interface layer, the application layer of the operating system cannot acquire the communication identifier but only acquires the ciphertext data of the communication identifier, thereby realizing the protection of the communication identifier from the operating system. The communication identifier is effectively prevented from being derived from the system of the mobile terminal, and the risk of the communication identifier being leaked is reduced.
As shown in fig. 2, fig. 2 is a flowchart illustrating another communication identifier processing method according to an exemplary embodiment, where the embodiment describes in detail a communication process based on stored communication identifier ciphertext data, and the method may be applied to a mobile terminal, and includes the following steps:
in step 201, when the communication information is received, a communication identifier corresponding to the communication information is obtained.
In step 202, the communication identifier is encrypted through the wireless interface layer to obtain communication identifier ciphertext data.
In step 203, the communication identifier ciphertext data is used for recording and privacy display.
In step 204, when communication is performed, the wireless interface layer decrypts the communication identification ciphertext data of the communication.
In this embodiment, when the user uses the communication record to perform communication (for example, call back using the call record, or reply to the short message using the short message record, etc.), the application layer of the operating system may extract the communication identifier ciphertext data corresponding to the communication record from the stored data. Then, the communication identification ciphertext data is transmitted to a wireless interface layer, and the wireless interface layer decrypts the communication identification ciphertext data, so that a corresponding communication identification is obtained.
In step 205, communication is performed according to the communication identifier obtained after decryption.
It should be noted that, for the same steps as in the embodiment of fig. 1, details are not repeated in the embodiment of fig. 2, and related contents may refer to the embodiment of fig. 1.
For the embodiment, a specific application scenario may be that, when the mobile terminal receives a call or a short message, the radio interface layer of the operating system of the mobile terminal may parse out a corresponding phone number, where the phone number is 13012345678. Then, the wireless interface layer encrypts the telephone NUMBER to obtain telephone NUMBER cipher text data, wherein the telephone NUMBER cipher text data is encrypted _ PHONE _ NUMBER. Meanwhile, the radio interface layer may further generate a number in which the partial character is hidden, and the number in which the partial character is hidden may be 130 × × 8. And, the encrypted communication identification ciphertext data may be marked with a preset identification [ identification ]. Thus, a string of characters, which may be 130 × × 8[ id ] encrypted _ PHONE _ NUMBER [ id ], is finally obtained, and the string of characters includes PHONE NUMBER ciphertext data, a NUMBER with a hidden partial character, and a preset id. The wireless interface layer can transmit the character string to the operating system application layer, and the telephone or short message application program in the application layer can store the character string in the corresponding communication record. Meanwhile, when the [ mark ] is detected, the application layer can also obtain 130 × × 8 from the character string and display 130 × × 8, thereby realizing the hiding of the telephone number.
When the user calls back or replies a short message based on the communication record, the PHONE or the short message application program in the application layer can take out the corresponding character string from the communication record, and the character string is 130 × × 8[ mark ] encrypted _ PHONE _ NUMBER [ mark ]. The phone or sms application may pass the string to the radio interface layer, which may decrypt the phone number ciphertext data in the string to obtain phone number 13012345678. The radio interface layer may then call back or text message based on the phone number 13012345678.
The present embodiment is not limited to the above application scenario, and may be applied to other scenarios. The communication identifier processing method provided by the above embodiment of the present disclosure is applied to a mobile terminal, and when the mobile terminal receives communication information, obtains a communication identifier corresponding to the communication information, encrypts the communication identifier through a wireless interface layer to obtain communication identifier ciphertext data, records the communication identifier ciphertext data, displays privacy, decrypts the communication identifier ciphertext data through the wireless interface layer during communication, and communicates according to the communication identifier obtained after decryption. Because the operating system encrypts the communication identifier through the wireless interface layer, the application layer of the operating system cannot acquire the communication identifier and can only acquire the ciphertext data of the communication identifier, so that the communication identifier is protected from the system level, and the risk of the communication identifier being leaked is reduced. Meanwhile, the operating system can decrypt the communication identification ciphertext data through the wireless interface layer, so that the reply function of the communication information is realized.
It should be noted that while the operations of the disclosed methods are depicted in the drawings in a particular order, this does not require or imply that these operations must be performed in this particular order, or that all of the illustrated operations must be performed, to achieve desirable results. Rather, the steps depicted in the flowcharts may change the order of execution. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions.
Corresponding to the embodiment of the processing method of the communication identifier, the disclosure also provides an embodiment of a processing device of the communication identifier and a terminal applied by the processing device.
As shown in fig. 3, fig. 3 is a block diagram of a device for processing a communication identifier according to an exemplary embodiment of the present disclosure, where the device includes: an acquisition module 301, an encryption module 302 and a display module 303.
The obtaining module 301 is configured to, when receiving the communication information, obtain a communication identifier corresponding to the communication information.
And the encryption module 302 is configured to encrypt the communication identifier through the wireless interface layer to obtain communication identifier ciphertext data.
And the display module 303 is configured to record by using the communication identifier ciphertext data and perform privacy display.
As shown in fig. 4, fig. 4 is a block diagram of another communication identifier processing apparatus according to an exemplary embodiment of the present disclosure, where the apparatus may further include, on the basis of the foregoing embodiment shown in fig. 3: a decryption module 304 and a communication module 305.
The decryption module 304 is configured to decrypt the communication identifier ciphertext data of the communication when the communication is performed.
And the communication module 305 is configured to perform communication according to the communication identifier obtained after decryption.
In some alternative embodiments, the display module 303 is configured to: and displaying the communication identifier by using a display identifier, wherein the display identifier is generated according to a preset rule.
In other alternative embodiments, the radio interface layer is a functional module in the mobile terminal radio communication layer for processing communication data.
It should be understood that the above-mentioned apparatus may be preset in the mobile terminal, and may also be loaded in the mobile terminal by downloading or the like. The corresponding module in the device can be matched with the module in the mobile terminal to realize the scheme of processing the communication identifier.
For the device embodiments, since they substantially correspond to the method embodiments, reference may be made to the partial description of the method embodiments for relevant points. The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules can be selected according to actual needs to achieve the purpose of the disclosed solution. One of ordinary skill in the art can understand and implement it without inventive effort.
Correspondingly, the disclosure also provides a terminal, which comprises a processor; a memory for storing processor-executable instructions; wherein the processor is configured to:
when communication information is received, acquiring a communication identifier corresponding to the communication information;
encrypting the communication identifier through a wireless interface layer to obtain communication identifier ciphertext data;
and recording by using the communication identification ciphertext data, and carrying out privacy display.
Fig. 5 is a schematic diagram illustrating a structure of a processing device 9900 for communicating a logo according to an exemplary embodiment. For example, the apparatus 9900 may be a mobile telephone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like.
Referring to fig. 5, the apparatus 9900 may include one or more of the following components: processing component 9902, memory 9904, power component 9906, multimedia component 9908, audio component 9910, input/output (I/O) interface 9912, sensor component 9914, and communication component 9916.
The processing component 9902 generally controls overall operation of the device 9900, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing element 9902 may include one or more processors 9920 to execute instructions to perform all or a portion of the steps of the methods described above. Further, the processing component 9902 may include one or more modules that facilitate interaction between the processing component 9902 and other components. For example, the processing component 9902 may include a multimedia module to facilitate interaction between the multimedia component 9908 and the processing component 9902.
The memory 9904 is configured to store various types of data to support operations at the device 9900. Examples of such data include instructions for any application or method operating on the device 9900, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 9904 may be implemented by any type or combination of volatile or non-volatile memory devices, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
The power supply component 9906 provides power to the various components of the device 9900. The power components 9906 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the device 9900.
The multimedia component 9908 includes a screen that provides an output interface between the device 9900 and a user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 9908 includes a front facing camera and/or a rear facing camera. The front camera and/or the rear camera may receive external multimedia data when the device 9900 is in an operating mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 9910 is configured to output and/or input audio signals. For example, the audio component 9910 includes a Microphone (MIC) configured to receive external audio signals when the apparatus 9900 is in an operating mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may further be stored in the memory 9904 or transmitted via the communication component 9916. In some embodiments, the audio component 9910 also includes a speaker for outputting audio signals.
The I/O interface 9912 provides an interface between the processing component 9902 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor assembly 9914 includes one or more sensors for providing various aspects of status assessment for the device 9900. For example, the sensor assembly 9914 may detect an open/closed state of the device 9900, the relative positioning of components, such as a display and keypad of the device 9900, the sensor assembly 9914 may also detect a change in position of the device 9900 or a component of the device 9900, the presence or absence of user contact with the device 9900, orientation or acceleration/deceleration of the device 9900, and a change in temperature of the device 9900. The sensor assembly 9914 may include a proximity sensor configured to detect the presence of a nearby object without any physical contact. The sensor assembly 9914 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 9914 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, a microwave sensor, or a temperature sensor.
The communication component 9916 is configured to facilitate wired or wireless communication between the apparatus 9900 and other devices. The device 9900 may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 9916 receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 9916 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the apparatus 9900 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer readable storage medium comprising instructions, such as the memory 9904 comprising instructions, executable by the processor 9920 of the apparatus 9900 to perform the above-described method is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
In an exemplary embodiment, the computer-readable storage medium stores at least one instruction, and the instruction may be loaded by a processor and executed to perform the operations performed in the method for processing a communication identifier provided in the above embodiment.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (10)

1. A processing method of communication identification is applied to a mobile terminal, and is characterized in that the method comprises the following steps:
when communication information is received, acquiring a communication identifier corresponding to the communication information;
encrypting the communication identification of the communication number of the contact person who expresses the communication information through a wireless interface layer to obtain communication identification ciphertext data;
and recording the communication identification ciphertext data into a communication record corresponding to the communication information through an application layer, and performing privacy display.
2. The method of claim 1, further comprising:
when communication is carried out, the wireless interface layer decrypts the communication identification ciphertext data of the communication;
and carrying out communication according to the communication identifier obtained after decryption.
3. The method of claim 1, wherein the performing a private display comprises:
and displaying the communication identification by using a display identification, wherein the display identification is generated according to a preset rule.
4. The method according to any of claims 1-3, wherein the radio interface layer is a functional module in the mobile terminal radio communication layer for processing communication data.
5. A processing device of communication identification is applied to a mobile terminal, and is characterized in that the device comprises:
the communication information acquisition module is configured to acquire a communication identifier corresponding to communication information when the communication information is received;
the encryption module is configured to encrypt the communication identification of the communication number of the contact person who sends the communication information through the wireless interface layer to obtain communication identification ciphertext data;
and the display module is configured to record the communication identification ciphertext data into a communication record corresponding to the communication information through an application layer and perform privacy display.
6. The apparatus of claim 5, further comprising:
the decryption module is configured to decrypt the communication identification ciphertext data of the communication when the communication is carried out;
and the communication module is configured to communicate according to the communication identifier obtained after decryption.
7. The apparatus of claim 5, wherein the display module is configured to:
and displaying the communication identification by using a display identification, wherein the display identification is generated according to a preset rule.
8. The apparatus according to any of claims 5-7, wherein the radio interface layer is a functional module in the mobile terminal radio communication layer for processing communication data.
9. A terminal, comprising:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to:
when communication information is received, acquiring a communication identifier corresponding to the communication information;
encrypting the communication identification of the communication number of the contact person who expresses the communication information through a wireless interface layer to obtain communication identification ciphertext data;
and recording the communication identification ciphertext data into a communication record corresponding to the communication information through an application layer, and performing privacy display.
10. A computer-readable storage medium, having at least one instruction stored therein, wherein the instruction is loaded and executed by a processor to implement the operations performed in the method for processing a communication identifier according to any one of claims 1 to 4.
CN201710692119.3A 2017-08-14 2017-08-14 Communication identifier processing method and device and terminal Active CN107566998B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710692119.3A CN107566998B (en) 2017-08-14 2017-08-14 Communication identifier processing method and device and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710692119.3A CN107566998B (en) 2017-08-14 2017-08-14 Communication identifier processing method and device and terminal

Publications (2)

Publication Number Publication Date
CN107566998A CN107566998A (en) 2018-01-09
CN107566998B true CN107566998B (en) 2021-12-03

Family

ID=60973806

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710692119.3A Active CN107566998B (en) 2017-08-14 2017-08-14 Communication identifier processing method and device and terminal

Country Status (1)

Country Link
CN (1) CN107566998B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103997483A (en) * 2013-02-20 2014-08-20 联想(北京)有限公司 Information safety control method and apparatus, and electronic device
CN106953987A (en) * 2017-04-20 2017-07-14 北京奇虎科技有限公司 A kind of call processing method and device and mobile terminal

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103249036B (en) * 2012-02-10 2017-11-17 宇龙计算机通信科技(深圳)有限公司 The safety call method and mobile terminal of mobile terminal
CN102867157B (en) * 2012-09-11 2016-03-09 东莞宇龙通信科技有限公司 Mobile terminal and data guard method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103997483A (en) * 2013-02-20 2014-08-20 联想(北京)有限公司 Information safety control method and apparatus, and electronic device
CN106953987A (en) * 2017-04-20 2017-07-14 北京奇虎科技有限公司 A kind of call processing method and device and mobile terminal

Also Published As

Publication number Publication date
CN107566998A (en) 2018-01-09

Similar Documents

Publication Publication Date Title
EP3001637B1 (en) Methods and devices for authorizing operation
CN106453052B (en) Message interaction method and device
US20170171321A1 (en) Methods and devices for managing accounts
CN107798231B (en) Display method and device of operation interface, terminal and storage medium
EP3324662B1 (en) Identity verification method, apparatus and system, computer program and recording medium
EP2940977B1 (en) Method and device for sending information in voice service
CN107147815B (en) Call processing method and device based on taxi taking
CN107070654B (en) Information acquisition method and device
CN104318177A (en) Protection method and protection device for data of terminal equipment
CN108900553B (en) Communication method, device and computer readable storage medium
CN109246110B (en) Data sharing method and device and computer readable storage medium
CN105979062B (en) Communication event processing method and device
CN107154977B (en) Information pushing method and device
CN112434338A (en) Picture sharing method and device, electronic equipment and storage medium
CN114666048A (en) Data processing method and device, electronic equipment and storage medium
CN113055169B (en) Data encryption method and device, electronic equipment and storage medium
CN105282162A (en) Processing method and device for account management business
US20150319617A1 (en) Methods and devices for providing information in voice service
CN107463809B (en) Application icon display method and device
CN107360322B (en) Information prompting method and device
CN107147636A (en) E-mail transmission method and device
CN111368329A (en) Message display method and device, electronic equipment and storage medium
CN107566998B (en) Communication identifier processing method and device and terminal
CN107302519B (en) Identity authentication method and device for terminal equipment, terminal equipment and server
CN114553552A (en) Data encryption method and device, data decryption method and device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant