WO2011137868A2 - Method and device for instantly encrypting and decrypting messages - Google Patents

Method and device for instantly encrypting and decrypting messages Download PDF

Info

Publication number
WO2011137868A2
WO2011137868A2 PCT/CN2011/077281 CN2011077281W WO2011137868A2 WO 2011137868 A2 WO2011137868 A2 WO 2011137868A2 CN 2011077281 W CN2011077281 W CN 2011077281W WO 2011137868 A2 WO2011137868 A2 WO 2011137868A2
Authority
WO
WIPO (PCT)
Prior art keywords
encryption
decryption
information
control signal
encrypted
Prior art date
Application number
PCT/CN2011/077281
Other languages
French (fr)
Chinese (zh)
Other versions
WO2011137868A3 (en
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 华为终端有限公司
Priority to PCT/CN2011/077281 priority Critical patent/WO2011137868A2/en
Priority to CN2011800018461A priority patent/CN102334306A/en
Publication of WO2011137868A2 publication Critical patent/WO2011137868A2/en
Publication of WO2011137868A3 publication Critical patent/WO2011137868A3/en

Links

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6209Protecting access to data via a platform, e.g. using keys or access control rules to a single file or object, e.g. in a secure envelope, encrypted and accessed using a key, or with access control rules appended to the object itself

Definitions

  • the present invention relates to the field of communications, and in particular, to a method and apparatus for preventing others from peeking at information content. Background technique
  • the device that can send and receive text messages is an open space that can be used anywhere at any time, so the protection of personal privacy information is particularly important.
  • the existing short message technology solution is directly displayed to the end user, the user WYSIWYG, no processing, so that when the user is in an open space, it is easy to leak out their private information. For example, when a user edits a text message on a bus, the passenger next to it will see the text message. How to protect in an open space
  • the privacy of users to edit text messages is an urgent technical issue. Summary of the invention
  • the invention mainly solves the problem that when the user edits the information in public, the edited information content is easily "sneaked" by others.
  • a method for instant encryption of information comprising: detecting whether there is an encryption control signal for calling an encryption program, and if so, starting an encryption program, automatically encrypting the information content that needs to be encrypted; displaying the content in a "garbled" form on the screen Information content that needs to be encrypted.
  • a method for instant decryption of information comprising: detecting whether there is a decryption control signal for calling a decryption program, if so, starting a decryption program, automatically decrypting the encrypted information content; displaying the information content in a text form on a screen .
  • a device for instant encryption of information comprising: a detection and encryption module, when used for editing information, detecting whether there is an encryption control signal for calling an encryption program, and if so, starting the encryption program, automatically encrypting the information content that needs to be encrypted; And a control module, configured to display the information content that needs to be encrypted in a “garbled” form on the screen.
  • a device for instant decryption of information comprising: a detection decryption module, configured to detect whether there is a decryption control signal for calling a decryption program, if yes, start a decryption program, and automatically decrypt the encrypted information content; decrypt the display control module, It is used to display the information content in the original text form on the screen.
  • the device for instant encryption and the device for instant decryption of information can be combined into one, and the device for synthesizing and decrypting information is synthesized.
  • the device for instant encryption and decryption of the information is any one of a mobile phone, a palmtop computer, and a portable short message transceiver device.
  • the content when the user edits the information in a public place, the content may be edited or the content of the document, and the content of the information that has been edited by the user is displayed in the form of "garbled," in an encrypted form. Others can peek at their own private information.
  • the user When the user needs to view all the content, the user can view and preview the original text through information encoding and conversion.
  • the method and device of the invention are convenient and practical, and the operation unit has a wide market application value. Illustration
  • FIG. 1 is a flow chart of a first embodiment of a method for instant encryption and decryption of a short message
  • FIG. 2 is a flow chart of a second embodiment of a method for instant encryption and decryption of a short message
  • Editing interface
  • FIG. 4 is a diagram showing that a touch action of a finger sliding from right to left is set as an encryption control signal in the embodiment of the present invention.
  • FIG. 5 is a diagram showing a touch action of a finger sliding from left to right in the embodiment of the present invention as a decryption control signal
  • FIG. 6 is a schematic structural diagram of an apparatus for instant messaging of a short message according to the present invention.
  • FIG. 7 is a schematic structural diagram of an apparatus for instant decryption of a short message according to the present invention.
  • FIG. 8 is a schematic structural diagram of an apparatus for instant encryption and decryption of a short message according to the present invention. Specific embodiment
  • Embodiment 1 of the present invention provides a method for instant encryption of information, including:
  • the specific process of encryption is to perform operation encryption on the encoding of the characters in the information content to be encrypted, and the short message encoding method used is 7-bit encoding, or 8-bit encoding, or UCS2 encoding.
  • 7-bit encoding is used to send ordinary ASCII characters. It adds a "0" encoding of a string of 7-bit characters to 8-bit data. Each 8 characters can also be "compressed, into 7 characters.
  • 8-bit encoding is usually used to send data messages, such as pictures and ring tones; and UCS2 encoding is used to send Unicode characters.
  • the ASSCII code of the letter "N" encoded by 7-bit is 0111001.
  • the encryption algorithm replaces the last 2 digits of the code, and the code after the replacement is 0111010, which is converted into a ".” symbol.
  • the -bit encoding and UCS2 encoded data are also replaced by the last two digits of the encoding, which are converted into "garbled" symbols.
  • the encryption may also be: Directly replacing the information content that needs to be encrypted with a fixed "garbled code" for display.
  • the device performing the encryption stores the content of the information that needs to be encrypted and the location of the information content. For example, the first few characters, or the first few lines, replace the information content with "garbled characters", for example
  • the method of the first embodiment further includes pre-installing the encryption program, and setting the encryption control signal: for the touch screen mobile phone, setting a touch action on the interface of the edit information from the first side to the second side, the instant encrypting the information content
  • the encryption control signal; for the mobile phone with the keypad, the encryption control signal is automatically generated by selecting the encryption menu through the function button.
  • the edit message box For a touch screen phone, in the edit message box, set the start point to the end point of the user's finger or pen to the information content that needs to be encrypted.
  • a second embodiment of the present invention provides a method for instant decryption of information, including:
  • the information content is displayed in the original text form on the screen.
  • the decryption corresponds to encryption, and corresponds to the foregoing operation of encrypting the encoding of the character.
  • the specific process of decrypting is to perform encryption and anti-editing operation on the encoding of the character, and the short message encoding method is 7-bit encoding, or 8-bit encoding, or UCS2 encoding.
  • the decryption algorithm restores the last 2 digits of the code.
  • the specific process of decrypting is to identify the location where the garbled code is located, such as the first few characters, or the first few lines, to find the location stored therein. Corresponding original text.
  • the method of the second embodiment further includes pre-installing the decryption program, and setting the decryption control signal: for the touch screen mobile phone, the touch action is set on the interface of the edit information, and the touch action is performed from the second side to the first side, and the information is The content decryption control signal for instant decryption; for the mobile phone of the keypad, when the operation function button is selected to select the decryption menu, the decryption control signal is automatically generated.
  • the edit information box set the start point of the user's finger or the pen to the end touch area as the information content that needs to be decrypted.
  • Step S103 When editing information, such as editing a short message or a document, the system detects whether there is an encryption control signal for calling the encryption program;
  • Step S104 If the detection is started, the encryption program is started, and the information content that needs to be encrypted is automatically encrypted in the instant, and if not, the detection is continued;
  • Step S105 displaying the information content to be encrypted in the form of "garbled code" on the screen;
  • Step S106 When viewing the information, the system detects whether there is a decryption control signal for calling the decryption program. Step S107: If the detection is successful, the decryption program is started, and the encrypted information content is automatically decrypted immediately, if not, the detection is continued;
  • Step S108 Display the information content in the original text form on the screen.
  • the present invention provides the method of the fourth embodiment.
  • the difference between the fourth embodiment and the third embodiment is that the following steps are added:
  • Step S101 Install an encryption and decryption program in advance.
  • the encryption program can recognize input information, such as words and numbers, and convert the input information into other symbols for display on the screen, such as converting to "*" or
  • the decryption program can convert the encrypted symbols into original input information for display on the screen.
  • Step S102 setting an encryption control signal and a decryption control signal:
  • a touch action that is arranged to slide from the first side to the second side on the interface of the edit information is an encrypted control signal for instantly encrypting the information content; and an interface set on the edit information has the The touch action of sliding the two sides to the first side is a decryption control signal for promptly decrypting the short message content.
  • the information normal editing interface.
  • the touch action of setting a finger to slide from right to left is an encryption control signal, and the information content is encrypted by finger sliding.
  • the figure shows the encryption method using the fixed garbled code instead of the information content to be encrypted.
  • the edit information box set the start point to the end touch area of the user's finger or pen as the information content that needs to be encrypted.
  • the touch action of the finger sliding from left to right as shown in FIG. 5 is a decryption control signal, and the information content is decrypted by finger sliding, and the fixed "garbled code", that is, the " ⁇ " symbol is restored to the original text.
  • a touch action in which a finger slides from the top to the bottom is an encryption control signal
  • a touch action in which the finger slides from the bottom to the top is a decryption control signal.
  • the touch start point to the end touch area of the user's finger or pen can be set as the information area to be encrypted or decrypted.
  • the encryption control signal is automatically generated by selecting the encryption menu via the function button. For example, if a function button is selected, when the text message needs to be encrypted, press the function button, the system automatically encrypts the content of the text message input later, and displays it in garbled code, but press the same function button again to stop the power port.
  • the operation function button For the phone with the keypad, set the operation function button to select the decryption menu, and the decryption control signal is automatically generated.
  • setting a function button or a plurality of combination function buttons generates a decryption control signal, such as generating a decryption control signal by pressing a function button for a long time. Or set a special decryption button, click to generate the decryption control signal. If the user presses the set function button or the decryption button, the decryption program is started to decrypt the encrypted content, which is convenient for self-viewing.
  • the present invention provides an apparatus for instant encryption of information, including detecting an encryption module, for detecting whether there is an encryption control signal for calling an encryption program, and if so, starting an encryption program, automatically Instantly encrypt the information content that needs to be encrypted;
  • the encrypted display control module is configured to display the content of the information to be encrypted in a "garbled" form on the screen.
  • the device for instant encryption of the information is any one of a mobile phone, a palmtop computer, and a portable short message transceiver device.
  • the method further includes setting an encryption control signal module: for setting a touch action on the interface for editing information to slide from the first side to the second side, and then encrypting the control signal.
  • the detection encryption module is also used to set the start point to the end touch area of the user's finger or pen to the information content that needs to be encrypted.
  • the mobile phone with the keypad it also includes setting the encryption control signal module: for selecting the encryption menu through the function button operation, the encryption control signal is automatically generated.
  • the present invention provides an apparatus for instant decryption of information, including
  • the detection decryption module is configured to detect whether there is a decryption control signal for calling the decryption program, and if so, start the decryption program, and automatically decrypt the encrypted information content;
  • the device for decrypting the information in real time is any one of a mobile phone, a palmtop computer, and a portable short message transmitting and receiving device.
  • the method further includes setting a decryption control signal module: configured to set a touch action on the interface of the edit information to slide from the second side to the first side, and then to decrypt the control signal.
  • the detection and decryption module is further configured to set a start point to a destination touch area of the user's finger or pen as a valley of information that needs to be decrypted.
  • the decryption control signal module For the phone with the keypad, it also includes setting the decryption control signal module: for the function button When the operation selects the decryption menu, the decryption control signal is automatically generated.
  • the device for instant encryption and the device for instant decryption of information can be combined into one, and the device for synthesizing and decrypting information is synthesized.
  • the device for instant encryption and decryption of the information includes: a detection encryption module, configured to detect whether there is an encryption control signal for calling an encryption program when editing information, and if necessary, to start an encryption program, and automatically need to encrypt the information.
  • a detection encryption module configured to detect whether there is an encryption control signal for calling an encryption program when editing information, and if necessary, to start an encryption program, and automatically need to encrypt the information.
  • An encrypted display control module configured to display the content of the information to be encrypted in a "garbled” form on the screen
  • the detection decryption module is configured to detect whether there is a decryption control signal for calling the decryption program, and if so, start the decryption program, and automatically decrypt the encrypted information content;
  • the method and apparatus of the present invention can prevent others from peeking at their own private information by displaying the information content that the user has edited in the form of "garbled code" in an encrypted form when the user edits the information in public.
  • the information can be converted and converted to realize the preview of the original text.
  • the method and device of the invention are convenient and practical, and the operation tube is single, and has a wide market application value.

Abstract

The present invention relates to the field of communications. Disclosed are a method and device for instantly encrypting and decrypting messages, the method comprising the steps of: detecting, during composition of a message, whether there is an encryption control signal for calling-up an encryption program; if there is, initiating the encryption program automatically and instantly to encrypt message content that is input; displaying on the screen the message content in the form of "garbled text"; detecting whether there is a decryption control signal; if there is, initiating a decryption program to automatically instantly decrypt the encrypted message content; displaying on the screen the message content in the form of the original text. When a user composes a message in a public place, the present invention can encrypt the message being composed, displaying the message content in the form of "garbled text", and thereby prevent other people from surreptitiously viewing private information of the user. When the user needs to view the full content, however, the user can still view or preview the original text.

Description

技术领域 Technical field
本发明涉及通信领域, 特别涉及一种防止别人偷窥信息内容的方法和装置。 背景技术  The present invention relates to the field of communications, and in particular, to a method and apparatus for preventing others from peeking at information content. Background technique
可收发短信的装置, 比如手机的使用是一个开放式的空间, 可以在任何地 方任何时间使用, 所以个人隐私信息的保护就尤为重要, 现有的短信技术方案 为直接显示给终端用户, 用户所见即所得, 没有进行处理, 这样当用户处在一 个开放的空间的时候, 就很容易把自己的私人信息泄漏出去。 比如用户在公车 上编辑短信时, 旁边的乘客会看到其短信内容。 如何处在一个开放的空间保护 用户编辑短信内容的隐私, 是一个急待解决的技术问题。 发明内容  The device that can send and receive text messages, such as the use of mobile phones, is an open space that can be used anywhere at any time, so the protection of personal privacy information is particularly important. The existing short message technology solution is directly displayed to the end user, the user WYSIWYG, no processing, so that when the user is in an open space, it is easy to leak out their private information. For example, when a user edits a text message on a bus, the passenger next to it will see the text message. How to protect in an open space The privacy of users to edit text messages is an urgent technical issue. Summary of the invention
本发明主要解决当用户在公开场合编辑信息时, 所编辑的信息内容容易被 别人 "偷窥" 到的问题。  The invention mainly solves the problem that when the user edits the information in public, the edited information content is easily "sneaked" by others.
鉴于此, 有必要提供信息即时加密解密的方法和装置。  In view of this, it is necessary to provide a method and apparatus for instant encryption and decryption of information.
一种信息即时加密的方法, 包括: 检测是否有调用加密程序的加密控制信 号, 如果有则启动加密程序, 自动将需要加密的信息内容进行即时加密; 在屏 幕上以 "乱码" 形式显示所述需要加密的信息内容。  A method for instant encryption of information, comprising: detecting whether there is an encryption control signal for calling an encryption program, and if so, starting an encryption program, automatically encrypting the information content that needs to be encrypted; displaying the content in a "garbled" form on the screen Information content that needs to be encrypted.
一种信息即时解密的方法, 包括: 检测是否有调用解密程序的解密控制信 号, 如果有则启动解密程序, 自动将加密后的信息内容进行即时解密; 在屏幕 上以原文形式显示所述信息内容。 以上 2种方法在实际运用中可以结合在一起操作。 A method for instant decryption of information, comprising: detecting whether there is a decryption control signal for calling a decryption program, if so, starting a decryption program, automatically decrypting the encrypted information content; displaying the information content in a text form on a screen . The above two methods can be combined and operated in practice.
一种信息即时加密的装置, 包括检测加密模块, 用于编辑信息时, 检测是 否有调用加密程序的加密控制信号, 如果有则启动加密程序, 自动将需要加密 的信息内容进行即时加密; 加密显示控制模块, 用于在屏幕上以 "乱码" 形式 显示所述需要加密的信息内容。  A device for instant encryption of information, comprising: a detection and encryption module, when used for editing information, detecting whether there is an encryption control signal for calling an encryption program, and if so, starting the encryption program, automatically encrypting the information content that needs to be encrypted; And a control module, configured to display the information content that needs to be encrypted in a “garbled” form on the screen.
一种信息即时解密的装置, 包括: 检测解密模块, 用于检测是否有调用解 密程序的解密控制信号, 如果有则启动解密程序, 自动将加密后的信息内容进 行即时解密; 解密显示控制模块, 用于在屏幕上以原文形式显示所述信息内容。  A device for instant decryption of information, comprising: a detection decryption module, configured to detect whether there is a decryption control signal for calling a decryption program, if yes, start a decryption program, and automatically decrypt the encrypted information content; decrypt the display control module, It is used to display the information content in the original text form on the screen.
以上信息即时加密的装置和信息即时解密的装置可以合二为一, 组合成信 息即时加密解密的装置。  The device for instant encryption and the device for instant decryption of information can be combined into one, and the device for synthesizing and decrypting information is synthesized.
所述信息即时加密解密的装置为手机、 掌上电脑、 便携式短信收发装置中 的任意一种。  The device for instant encryption and decryption of the information is any one of a mobile phone, a palmtop computer, and a portable short message transceiver device.
本发明实施例中当用户在公开场合编辑信息的时候, 可以是编辑短息或文 档内容, 通过将用户当前已经编辑的信息内容通过加密的形式, 以 "乱码,, 的 形式显示出来, 可以防止别人窥看自己的隐私信息。 当用户自己需要查看全部 内容时可以通过信息编码转换来实现原文的查看预览。 本发明的方法和装置, 方便实用, 操作筒单, 具有广大的市场应用价值。 附图说明  In the embodiment of the present invention, when the user edits the information in a public place, the content may be edited or the content of the document, and the content of the information that has been edited by the user is displayed in the form of "garbled," in an encrypted form. Others can peek at their own private information. When the user needs to view all the content, the user can view and preview the original text through information encoding and conversion. The method and device of the invention are convenient and practical, and the operation unit has a wide market application value. Illustration
图 1是本发明提供一种短信即时加密解密的方法实施例一流程图; 图 2是本发明提供一种短信即时加密解密的方法实施例二流程图; 图 3是本发明实施例中短信正常编辑界面;  1 is a flow chart of a first embodiment of a method for instant encryption and decryption of a short message; FIG. 2 is a flow chart of a second embodiment of a method for instant encryption and decryption of a short message; Editing interface;
图 4是本发明实施例中手指从右向左滑动的触摸动作设为加密控制信号示 意图; 4 is a diagram showing that a touch action of a finger sliding from right to left is set as an encryption control signal in the embodiment of the present invention. Intention
图 5是本发明实施例中手指从左向右滑动的触摸动作设为解密控制信号示 意图;  FIG. 5 is a diagram showing a touch action of a finger sliding from left to right in the embodiment of the present invention as a decryption control signal; FIG.
图 6是本发明一种短信即时加密的装置实施例结构示意图;  6 is a schematic structural diagram of an apparatus for instant messaging of a short message according to the present invention;
图 7是本发明一种短信即时解密的装置实施例结构示意图;  7 is a schematic structural diagram of an apparatus for instant decryption of a short message according to the present invention;
图 8是本发明一种短信即时加密解密的装置实施例结构示意图。 具体实施例  FIG. 8 is a schematic structural diagram of an apparatus for instant encryption and decryption of a short message according to the present invention. Specific embodiment
本发明实施例一提供一种信息即时加密的方法, 包括:  Embodiment 1 of the present invention provides a method for instant encryption of information, including:
检测是否有调用加密程序的加密控制信号, 如果有则启动加密程序, 自动 将需要加密的信息内容进行即时加密;  Detect whether there is an encryption control signal for calling the encryption program, and if so, start the encryption program, and automatically encrypt the information content that needs to be encrypted;
在屏幕上以 "乱码" 形式显示需要加密的信息内容。  Display the information content that needs to be encrypted in the form of "garbled code" on the screen.
加密具体过程是对需要加密的信息内容中的字符的编码进行运算加密, 采 用的短信编码方式是 7-bit编码、或 8-bit编码、或 UCS2编码。 7-bit编码用于发 送普通的 ASCII字符, 它将一串 7-bit的字符最高位添加 "0" 编码成 8-bit的数 据, 每 8个字符也可 "压缩,, 成 7个字符; 8-bit编码通常用于发送数据消息, 比如图片和铃声等; 而 UCS2编码用于发送 Unicode字符。  The specific process of encryption is to perform operation encryption on the encoding of the characters in the information content to be encrypted, and the short message encoding method used is 7-bit encoding, or 8-bit encoding, or UCS2 encoding. 7-bit encoding is used to send ordinary ASCII characters. It adds a "0" encoding of a string of 7-bit characters to 8-bit data. Each 8 characters can also be "compressed, into 7 characters. 8-bit encoding is usually used to send data messages, such as pictures and ring tones; and UCS2 encoding is used to send Unicode characters.
比如以 7-bit编码的字母 "N" 的 ASSCII编码为 0111001 , 加密算法是将编 码的最后 2位数字进行置换, 那置换后的编码为 0111010, 即转换成了 "。" 符 号,对于以 8-bit编码和 UCS2编码的数据也是将编码的最后 2位数字进行置换, 转换成了 "乱码" 形式的符号。  For example, the ASSCII code of the letter "N" encoded by 7-bit is 0111001. The encryption algorithm replaces the last 2 digits of the code, and the code after the replacement is 0111010, which is converted into a "." symbol. The -bit encoding and UCS2 encoded data are also replaced by the last two digits of the encoding, which are converted into "garbled" symbols.
加密具体还可以是: 直接以固定的 "乱码" 代替需要加密的信息内容进行 显示。 执行加密的装置存储需要加密的信息内容以及所述信息内容所处的位置, 比如第几个字符, 或者第几段第几行, 以 "乱码" 代替所述信息内容, 比如以The encryption may also be: Directly replacing the information content that needs to be encrypted with a fixed "garbled code" for display. The device performing the encryption stores the content of the information that needs to be encrypted and the location of the information content. For example, the first few characters, or the first few lines, replace the information content with "garbled characters", for example
" ¥ " 符号显示。 The "¥" symbol is displayed.
实施例一方法还包括预先安装加密程序, 并设置加密控制信号: 对于触摸 屏手机, 设置在编辑信息的界面上有从第一侧向第二侧滑动的触摸动作, 则为 对信息内容进行即时加密的加密控制信号; 对于按键键盘的手机, 通过功能按 键选择加密菜单, 则自动产生加密控制信号。  The method of the first embodiment further includes pre-installing the encryption program, and setting the encryption control signal: for the touch screen mobile phone, setting a touch action on the interface of the edit information from the first side to the second side, the instant encrypting the information content The encryption control signal; for the mobile phone with the keypad, the encryption control signal is automatically generated by selecting the encryption menu through the function button.
对于触摸屏手机, 在编辑信息框中, 设置用户手指或笔的起点到终点触摸 区域为需要加密的信息内容。  For a touch screen phone, in the edit message box, set the start point to the end point of the user's finger or pen to the information content that needs to be encrypted.
本发明实施例二提供一种信息即时解密的方法, 包括:  A second embodiment of the present invention provides a method for instant decryption of information, including:
检测是否有调用解密程序的解密控制信号, 如果有则启动解密程序, 自动 将加密后的信息内容, 即需要解密的内容, 进行即时解密;  Detecting whether there is a decryption control signal for calling the decryption program, and if so, starting the decryption program, and automatically decrypting the encrypted information content, that is, the content that needs to be decrypted;
在屏幕上以原文形式显示所述信息内容。  The information content is displayed in the original text form on the screen.
解密对应于加密, 对应于前述通过对字符的编码进行运算加密, 解密具体 过程是通过对字符的编码进行加密反编辑运算, 采用的短信编码方式是 7-bit编 码、 或 8-bit编码、 或 UCS2编码。 按照上面加密的原理, 解密算法是将编码的 最后 2位数字进行还原。  The decryption corresponds to encryption, and corresponds to the foregoing operation of encrypting the encoding of the character. The specific process of decrypting is to perform encryption and anti-editing operation on the encoding of the character, and the short message encoding method is 7-bit encoding, or 8-bit encoding, or UCS2 encoding. According to the above encryption principle, the decryption algorithm restores the last 2 digits of the code.
对应于前述通过直接用固定的乱码代替需要加密的信息内容的方式, 解密 具体过程是识别乱码所在的位置, 如第几个字符, 或者第几段第几行, 查找存 储其中存储的所述位置对应的原文。  Corresponding to the foregoing way of replacing the information content to be encrypted by directly using fixed garbled characters, the specific process of decrypting is to identify the location where the garbled code is located, such as the first few characters, or the first few lines, to find the location stored therein. Corresponding original text.
实施例二方法还包括预先安装解密程序, 并设置解密控制信号: 对于触摸 屏手机, 设置在编辑信息的界面上有从所述第二侧向所述第一侧滑动的触摸动 作, 则为对信息内容进行即时解密的解密控制信号; 对于按键键盘的手机, 设 置操作功能按键选择解密菜单, 则自动产生解密控制信号。 对于触摸屏手机, 在编辑信息框中, 设置用户手指或笔的起点到终点触摸 区域为需要解密的信息内容。 The method of the second embodiment further includes pre-installing the decryption program, and setting the decryption control signal: for the touch screen mobile phone, the touch action is set on the interface of the edit information, and the touch action is performed from the second side to the first side, and the information is The content decryption control signal for instant decryption; for the mobile phone of the keypad, when the operation function button is selected to select the decryption menu, the decryption control signal is automatically generated. For a touch screen mobile phone, in the edit information box, set the start point of the user's finger or the pen to the end touch area as the information content that needs to be decrypted.
如图 1所示, 本发明提供的以上 2种实施例方法在实际运用中可以结合在 一起操作, 下面具体介绍实施例三的方法操作步骤:  As shown in FIG. 1, the above two embodiments of the present invention can be combined and operated in practice, and the method steps of the third embodiment are specifically described below:
步骤 S103、 编辑信息时, 比如编辑短信或文档, 系统检测是否有调用加密 程序的加密控制信号;  Step S103: When editing information, such as editing a short message or a document, the system detects whether there is an encryption control signal for calling the encryption program;
步骤 S104、 如果检测有则启动加密程序, 自动将需要加密的信息内容进行 即时加密, 如果没有则继续检测;  Step S104: If the detection is started, the encryption program is started, and the information content that needs to be encrypted is automatically encrypted in the instant, and if not, the detection is continued;
步骤 S105、 在屏幕上以 "乱码" 形式显示需要加密的信息内容;  Step S105, displaying the information content to be encrypted in the form of "garbled code" on the screen;
步骤 S106、查看信息时, 系统检测是否有调用解密程序的的解密控制信号; 步骤 S107、 如果检测有则启动解密程序, 自动将加密后的所述信息内容进 行即时解密, 如果没有则继续检测;  Step S106: When viewing the information, the system detects whether there is a decryption control signal for calling the decryption program. Step S107: If the detection is successful, the decryption program is started, and the encrypted information content is automatically decrypted immediately, if not, the detection is continued;
步骤 S108、 在屏幕上以原文形式显示所述信息内容。  Step S108: Display the information content in the original text form on the screen.
作为一种改进方式, 本发明提供实施例四的方法, 所述实施例四与实施例 三的区别在于增加了下列步骤:  As a modification, the present invention provides the method of the fourth embodiment. The difference between the fourth embodiment and the third embodiment is that the following steps are added:
步骤 S101、 预先安装加密和解密程序。 所述加密程序能识别输入信息, 比 如单词和数字, 将输入信息转换成其它符号在屏幕上显示, 比如转换成 "*" 或 Step S101: Install an encryption and decryption program in advance. The encryption program can recognize input information, such as words and numbers, and convert the input information into other symbols for display on the screen, such as converting to "*" or
"#"符号等。所述解密程序能将加密符号转换成原来的输入信息在屏幕上显示。 "#" symbol, etc. The decryption program can convert the encrypted symbols into original input information for display on the screen.
步骤 S102、 设置加密控制信号和解密控制信号:  Step S102: setting an encryption control signal and a decryption control signal:
对于触摸屏手机, 设置在编辑信息的界面上有从第一侧向第二侧滑动的触 摸动作, 则为对信息内容进行即时加密的加密控制信号; 设置在编辑信息的界 面上有从所述第二侧向所述第一侧滑动的触摸动作, 则为对短信内容进行即时 解密的解密控制信号。 比如如图 3所示是信息正常编辑界面。 如图 4所示在编 辑信息的界面上, 设定一个手指从右向左滑动的触摸动作则为加密控制信号, 通过手指滑动对信息内容进行加密, 图中显示的是采用固定乱码代替需要加密 的信息内容的加密方式 对于触摸屏手机, 在编辑信息框中, 设置用户手指或 笔的起点到终点触摸区域为需要加密的信息内容。 For a touch screen mobile phone, a touch action that is arranged to slide from the first side to the second side on the interface of the edit information is an encrypted control signal for instantly encrypting the information content; and an interface set on the edit information has the The touch action of sliding the two sides to the first side is a decryption control signal for promptly decrypting the short message content. For example, as shown in FIG. 3, the information normal editing interface. As shown in Figure 4 On the interface of the information, the touch action of setting a finger to slide from right to left is an encryption control signal, and the information content is encrypted by finger sliding. The figure shows the encryption method using the fixed garbled code instead of the information content to be encrypted. For a touch screen mobile phone, in the edit information box, set the start point to the end touch area of the user's finger or pen as the information content that needs to be encrypted.
如图 5 所示手指从左向右滑动的触摸动作则为解密控制信号, 通过手指滑 动对信息内容进行解密, 将所述固定的 "乱码", 即 " ¥ "符号还原成信息原文。 当然也可以设置一个手指从上向下滑动的触摸动作则为加密控制信号; 手指从 下向上滑动的触摸动作则为解密控制信号。 对于信息需加密或解密的区域, 可 以设置用户手指或笔的触动起点到终点触摸区域为需加密或解密的信息区域。  The touch action of the finger sliding from left to right as shown in FIG. 5 is a decryption control signal, and the information content is decrypted by finger sliding, and the fixed "garbled code", that is, the "¥" symbol is restored to the original text. Of course, it is also possible to set a touch action in which a finger slides from the top to the bottom to be an encryption control signal; and a touch action in which the finger slides from the bottom to the top is a decryption control signal. For the area where the information needs to be encrypted or decrypted, the touch start point to the end touch area of the user's finger or pen can be set as the information area to be encrypted or decrypted.
对于按键键盘的手机, 通过功能按键选择加密菜单, 则自动产生加密控制 信号。 比如设一个功能按键, 当编辑短信需要加密时, 按一下功能按键, 则系 统对以后输入的短信内容自动加密, 以乱码显示, 但再按一下同个功能按键, 则停止力口密。  For the phone with the keypad, the encryption control signal is automatically generated by selecting the encryption menu via the function button. For example, if a function button is selected, when the text message needs to be encrypted, press the function button, the system automatically encrypts the content of the text message input later, and displays it in garbled code, but press the same function button again to stop the power port.
对于按键键盘的手机, 设置操作功能按键选择解密菜单, 则自动产生解密 控制信号。 需要解密时, 设置操作一个功能按键或多个组合功能按键, 则产生 解密控制信号, 比如长时间按某个功能按键就产生解密控制信号。 或设置一个 特殊的解密键, 按一下就产生解密控制信号。 如果用户按下所述设定的功能按 键或解密键, 则启动解密程序对加密内容解密, 方便自己查看。  For the phone with the keypad, set the operation function button to select the decryption menu, and the decryption control signal is automatically generated. When decryption is required, setting a function button or a plurality of combination function buttons generates a decryption control signal, such as generating a decryption control signal by pressing a function button for a long time. Or set a special decryption button, click to generate the decryption control signal. If the user presses the set function button or the decryption button, the decryption program is started to decrypt the encrypted content, which is convenient for self-viewing.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程, 是可以通过计算机程序来指令相关的硬件来完成, 所述的程序可存储于一计算 机可读取存储介质中, 该程序在执行时, 可包括如上述各方法的实施例的流程。 其中, 所述的存储介质可为磁碟、 光盘、 只读存储记忆体(Read-Only Memory, ROM )或随机存储记忆体 ( Random Access Memory, RAM )等。 如图 6所示, 本发明提供一种信息即时加密的装置实施例, 包括 检测加密模块, 用于编辑信息时, 检测是否有调用加密程序的加密控制信 号, 如果有则启动加密程序, 自动将需要加密的信息内容进行即时加密; A person skilled in the art can understand that all or part of the process of implementing the above embodiment method can be completed by a computer program to instruct related hardware, and the program can be stored in a computer readable storage medium, the program In execution, the flow of an embodiment of the methods as described above may be included. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), or a random access memory (RAM). As shown in FIG. 6, the present invention provides an apparatus for instant encryption of information, including detecting an encryption module, for detecting whether there is an encryption control signal for calling an encryption program, and if so, starting an encryption program, automatically Instantly encrypt the information content that needs to be encrypted;
加密显示控制模块, 用于在屏幕上以 "乱码" 形式显示所述需要加密的信 息内容。  The encrypted display control module is configured to display the content of the information to be encrypted in a "garbled" form on the screen.
所述信息即时加密的装置为手机、 掌上电脑、 便携式短信收发装置中的任 意一种。  The device for instant encryption of the information is any one of a mobile phone, a palmtop computer, and a portable short message transceiver device.
对于触摸屏手机, 还包括设置加密控制信号模块: 用于设置在编辑信息的 界面上有从第一侧向第二侧滑动的触摸动作, 则为加密控制信号。 检测加密模 块还用于将用户手指或笔的起点到终点触摸区域设置为需要加密的信息内容。  For the touch screen mobile phone, the method further includes setting an encryption control signal module: for setting a touch action on the interface for editing information to slide from the first side to the second side, and then encrypting the control signal. The detection encryption module is also used to set the start point to the end touch area of the user's finger or pen to the information content that needs to be encrypted.
对于按键键盘的手机, 还包括设置加密控制信号模块: 用于通过功能按键 操作选择加密菜单, 则自动产生加密控制信号。  For the mobile phone with the keypad, it also includes setting the encryption control signal module: for selecting the encryption menu through the function button operation, the encryption control signal is automatically generated.
如图 7所示, 本发明提供一种信息即时解密的装置实施例, 包括  As shown in FIG. 7, the present invention provides an apparatus for instant decryption of information, including
检测解密模块, 用于检测是否有调用解密程序的解密控制信号, 如果有则 启动解密程序, 自动将加密后的信息内容进行即时解密;  The detection decryption module is configured to detect whether there is a decryption control signal for calling the decryption program, and if so, start the decryption program, and automatically decrypt the encrypted information content;
解密显示控制模块, 用于在屏幕上以原文形式显示所述信息内容。  Decrypting the display control module for displaying the information content in the original text form on the screen.
所述信息即时解密的装置为手机、 掌上电脑、 便携式短信收发装置中的任 意一种。  The device for decrypting the information in real time is any one of a mobile phone, a palmtop computer, and a portable short message transmitting and receiving device.
对于触摸屏手机, 还包括设置解密控制信号模块: 用于设置在编辑信息的 界面上有从第二侧向第一侧滑动的触摸动作, 则为解密控制信号。 所述检测解 密模块还用于设置用户手指或笔的起点到终点触摸区域为需要解密的信息内 谷。  For the touch screen mobile phone, the method further includes setting a decryption control signal module: configured to set a touch action on the interface of the edit information to slide from the second side to the first side, and then to decrypt the control signal. The detection and decryption module is further configured to set a start point to a destination touch area of the user's finger or pen as a valley of information that needs to be decrypted.
对于按键键盘的手机, 还包括设置解密控制信号模块: 用于通过功能按键 操作选择解密菜单, 则自动产生解密控制信号。 For the phone with the keypad, it also includes setting the decryption control signal module: for the function button When the operation selects the decryption menu, the decryption control signal is automatically generated.
以上信息即时加密的装置和信息即时解密的装置可以合二为一, 组合成信 息即时加密解密的装置。 如图 8所示, 所述信息即时加密解密的装置包括: 检测加密模块, 用于编辑信息时, 检测是否有调用加密程序的加密控制信 号, 如果有则启动加密程序, 自动将需要加密的信息内容进行即时加密;  The device for instant encryption and the device for instant decryption of information can be combined into one, and the device for synthesizing and decrypting information is synthesized. As shown in FIG. 8, the device for instant encryption and decryption of the information includes: a detection encryption module, configured to detect whether there is an encryption control signal for calling an encryption program when editing information, and if necessary, to start an encryption program, and automatically need to encrypt the information. Instant encryption of content;
加密显示控制模块, 用于在屏幕上以 "乱码" 形式显示所述需要加密的信 息内容;  An encrypted display control module, configured to display the content of the information to be encrypted in a "garbled" form on the screen;
检测解密模块, 用于检测是否有调用解密程序的解密控制信号, 如果有则 启动解密程序, 自动将加密后的信息内容进行即时解密;  The detection decryption module is configured to detect whether there is a decryption control signal for calling the decryption program, and if so, start the decryption program, and automatically decrypt the encrypted information content;
解密显示控制模块, 用于在屏幕上以原文形式显示所述信息内容。  Decrypting the display control module for displaying the information content in the original text form on the screen.
本发明的方法和装置是当用户在公开场合编辑信息的时候, 通过将用户当 前已经编辑的信息内容通过加密的形式, 以 "乱码" 的形式显示出来, 可以防 止别人窥看自己的隐私信息。 当用户自己需要查看全部内容时可以通过信息编 码转换来实现原文的查看预览。 本发明的方法和装置, 方便实用, 操作筒单, 具有广大的市场应用价值。  The method and apparatus of the present invention can prevent others from peeking at their own private information by displaying the information content that the user has edited in the form of "garbled code" in an encrypted form when the user edits the information in public. When the user needs to view all the content himself, the information can be converted and converted to realize the preview of the original text. The method and device of the invention are convenient and practical, and the operation tube is single, and has a wide market application value.
需要说明的是, 上面给出了几种对信息内容进行即时加密解密控制的实施 例, 但本发明并不局限于此, 本领域的技术人员还可以采用其他方式, 比如其 他功能按键组合或其它触摸动作方式对短消内容进行即时加密解密控制即可。 明的精神和范围。 这样, 倘若本发明的这些修改和变型属于本发明权利要求及 其等同技术的范围之内, 则本发明也意图包含这些改动和变型在内。  It should be noted that several embodiments for performing instant encryption and decryption control on the information content are given above, but the present invention is not limited thereto, and other methods, such as other function key combinations or other methods, may also be used by those skilled in the art. The touch action mode can perform instant encryption and decryption control on the short-cut content. The spirit and scope of the Ming. Thus, it is intended that the present invention cover the modifications and variations of the inventions

Claims

权 利 要 求 Rights request
1、 一种信息即时加密的方法, 其特征在于, 所述方法包括: A method for instant encryption of information, characterized in that the method comprises:
检测是否有调用加密程序的加密控制信号, 如果有则启动加密程序, 自动 将需要加密的信息内容进行即时加密;  Detect whether there is an encryption control signal for calling the encryption program, and if so, start the encryption program, and automatically encrypt the information content that needs to be encrypted;
在屏幕上以 "乱码" 形式显示所述需要加密的信息内容。  The content of the information to be encrypted is displayed in the form of "garbled code" on the screen.
2、 如权利要求 1所述的方法, 其特征在于, 还包括预先安装加密程序, 并 设置加密控制信号: 对于触摸屏手机, 设置在编辑信息的界面上有从第一侧向 第二侧滑动的触摸动作, 则为对信息内容进行即时加密的加密控制信号; 对于 按键键盘的手机, 通过功能按键选择加密菜单, 则自动产生加密控制信号。  2. The method according to claim 1, further comprising pre-installing an encryption program and setting an encryption control signal: for the touch screen mobile phone, the interface disposed on the editing information has a sliding from the first side to the second side. The touch action is an encrypted control signal for instantly encrypting the information content; for a mobile phone with a key keyboard, an encryption control signal is automatically generated by selecting an encryption menu through a function button.
3、 如权利要求 3所述的方法, 其特征在于, 对于触摸屏手机, 还包括设置 用户手指或笔的起点到终点触摸区域为所述需要加密的信息内容。  3. The method according to claim 3, wherein, for the touch screen mobile phone, further comprising setting a start point to an end point touch area of the user's finger or the pen as the information content to be encrypted.
4、 如权利要求 1所述的方法, 其特征在于, 所述自动将需要加密的信息内 容进行即时加密具体为: 对需要加密的信息内容中的字符的编码进行运算加密; 则所述在屏幕上以 "乱码" 形式显示所述需要加密的信息内容具体为: 在 屏幕上显示运算加密的结果。  4. The method according to claim 1, wherein the automatically encrypting the information content that needs to be encrypted is specifically: performing operation encryption on a code of a character in the information content that needs to be encrypted; The content of the information to be encrypted is displayed in the form of "garbled code" as follows: The result of the operation encryption is displayed on the screen.
5、 如权利要求 1所述的方法, 其特征在于, 所述自动将需要加密的信息内 容进行即时加密具体为: 直接以固定的 "乱码" 代替需要加密的信息内容; 则所述在屏幕上以 "乱码" 形式显示所述需要加密的信息内容具体为: 在 屏幕上显示所述固定的 "乱码"。  5. The method according to claim 1, wherein the automatically encrypting the information content that needs to be encrypted is: directly replacing the information content that needs to be encrypted with a fixed "garbled code"; Displaying the information content that needs to be encrypted in the form of "garbled code" is specifically: displaying the fixed "garbled code" on the screen.
6、 一种信息即时解密的方法, 其特征在于, 所述方法包括:  A method for instant decryption of information, characterized in that the method comprises:
检测是否有调用解密程序的解密控制信号, 如果有则启动解密程序, 自动 将加密后的信息内容进行即时解密; 在屏幕上以原文形式显示所述信息内容。 Detecting whether there is a decryption control signal for calling the decryption program, and if so, starting the decryption program, and automatically decrypting the encrypted information content; The information content is displayed in the original text form on the screen.
7、 如权利要求 6所述的方法, 其特征在于, 还包括预先安装解密程序, 并 设置解密控制信号: 对于触摸屏手机, 设置在编辑信息的界面上有从第二侧向 第一侧滑动的触摸动作, 则为对信息内容进行即时解密的解密控制信号; 对于 按键键盘的手机, 设置操作功能按键选择解密菜单, 则自动产生解密控制信号。  7. The method according to claim 6, further comprising pre-installing a decryption program and setting a decryption control signal: for the touch screen mobile phone, the interface disposed on the edit information has a sliding from the second side to the first side The touch action is a decryption control signal for promptly decrypting the information content; for the mobile phone of the push button keyboard, setting the operation function button to select the decryption menu, the decryption control signal is automatically generated.
8、 如权利要求 6所述的方法, 其特征在于, 对于触摸屏手机, 设置用户手 指或笔的起点到终点触摸区域为需要解密的信息内容。  8. The method according to claim 6, wherein, for the touch screen mobile phone, setting the start point to the end point touch area of the user's finger or the pen as the information content that needs to be decrypted.
9、 一种信息即时加密的装置, 其特征在于, 包括  9. An apparatus for instant encryption of information, characterized in that
检测加密模块, 用于编辑信息时, 检测是否有调用加密程序的加密控制信 号, 如果有则启动加密程序, 自动将需要加密的信息内容进行即时加密;  Detecting the encryption module, when used for editing information, detecting whether there is an encryption control signal for calling the encryption program, and if so, starting the encryption program, automatically encrypting the information content that needs to be encrypted;
加密显示控制模块, 用于在屏幕上以 "乱码" 形式显示所述需要加密的信 息内容。  The encrypted display control module is configured to display the content of the information to be encrypted in a "garbled" form on the screen.
10、 如权利要求 9所述的装置, 其特征在于, 所述装置为手机、 掌上电脑、 便携式短信收发装置中的任意一种。  10. The device according to claim 9, wherein the device is any one of a mobile phone, a palmtop computer, and a portable short message transmitting and receiving device.
11、 如权利要求 9所述的装置, 其特征在于,  11. Apparatus according to claim 9 wherein:
对于触摸屏手机, 还包括设置加密控制信号模块: 用于设置在编辑信息的 界面上有从第一侧向第二侧滑动的触摸动作, 则为加密控制信号;  For the touch screen mobile phone, the method further includes: setting an encryption control signal module: configured to set a touch action on the interface for editing information to slide from the first side to the second side, and then encrypting the control signal;
对于按键键盘的手机, 还包括设置加密控制信号模块: 用于通过功能按键 操作选择加密菜单, 则自动产生加密控制信号。  For the mobile phone with the keypad, it also includes setting the encryption control signal module: for selecting the encryption menu through the function button operation, the encryption control signal is automatically generated.
12、 如权利要求 10所述的装置, 其特征在于, 对于触摸屏手机, 检测加密 模块还用于将用户手指或笔的起点到终点触摸区域设置为需要加密的信息内 谷。  12. The apparatus according to claim 10, wherein, for the touch screen mobile phone, the detection encryption module is further configured to set a start point to an end touch area of the user's finger or the pen as an information valley that needs to be encrypted.
13、 一种信息即时解密的装置, 其特征在于, 包括: 检测解密模块, 用于检测是否有调用解密程序的解密控制信号, 如果有则 启动解密程序, 自动将加密后的信息内容进行即时解密; 13. An apparatus for instant decryption of information, comprising: The detection decryption module is configured to detect whether there is a decryption control signal for calling the decryption program, and if so, start the decryption program, and automatically decrypt the encrypted information content;
解密显示控制模块, 用于在屏幕上以原文形式显示所述信息内容。  Decrypting the display control module for displaying the information content in the original text form on the screen.
14、 如权利要求 13所述的装置, 其特征在于, 所述装置为手机、 掌上电脑、 便携式短信收发装置中的任意一种。  The device according to claim 13, wherein the device is any one of a mobile phone, a palmtop computer, and a portable short message transmitting and receiving device.
15、 如权利要求 14所述的装置, 其特征在于,  15. Apparatus according to claim 14 wherein:
对于触摸屏手机, 还包括设置解密控制信号模块: 用于设置在编辑信息的 界面上有从第二侧向第一侧滑动的触摸动作, 则为解密控制信号;  For the touch screen mobile phone, the method further includes: setting a decryption control signal module: configured to set a touch action on the interface of the edit information that slides from the second side to the first side, and is a decryption control signal;
对于按键键盘的手机, 还包括设置解密控制信号模块: 用于通过功能按键 操作选择解密菜单, 则自动产生解密控制信号。  For the mobile phone with the key keyboard, the setting decryption control signal module is also included: for selecting the decryption menu by the function key operation, the decryption control signal is automatically generated.
16、 如权利要求 15所述的装置, 其特征在于, 对于触摸屏手机, 所述检测 解密模块还用于设置用户手指或笔的起点到终点触摸区域为需要解密的信息内  The device according to claim 15, wherein, for the touch screen mobile phone, the detection and decryption module is further configured to set a start point to an end touch area of the user's finger or the pen as information that needs to be decrypted.
PCT/CN2011/077281 2011-07-18 2011-07-18 Method and device for instantly encrypting and decrypting messages WO2011137868A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2011/077281 WO2011137868A2 (en) 2011-07-18 2011-07-18 Method and device for instantly encrypting and decrypting messages
CN2011800018461A CN102334306A (en) 2011-07-18 2011-07-18 Information instant enciphering and deciphering method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2011/077281 WO2011137868A2 (en) 2011-07-18 2011-07-18 Method and device for instantly encrypting and decrypting messages

Publications (2)

Publication Number Publication Date
WO2011137868A2 true WO2011137868A2 (en) 2011-11-10
WO2011137868A3 WO2011137868A3 (en) 2012-06-14

Family

ID=44904152

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/077281 WO2011137868A2 (en) 2011-07-18 2011-07-18 Method and device for instantly encrypting and decrypting messages

Country Status (2)

Country Link
CN (1) CN102334306A (en)
WO (1) WO2011137868A2 (en)

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103324898B (en) * 2012-03-19 2017-02-15 宇龙计算机通信科技(深圳)有限公司 Method for encrypting/decrypting display content in touch screen, and communication terminal
CN103218568B (en) * 2013-03-18 2016-09-21 东莞宇龙通信科技有限公司 Method for secret protection during text display and communication terminal
CN103390141A (en) * 2013-06-28 2013-11-13 无锡华御信息技术有限公司 Secret divulging prevention method for preventing shooting screen
CN103532960B (en) * 2013-10-21 2017-09-26 上海合合信息科技发展有限公司 Decrypt device
CN104270517B (en) * 2014-09-23 2019-06-14 中兴通讯股份有限公司 Information ciphering method and mobile terminal
CN105893810B (en) * 2015-01-26 2020-11-10 中兴通讯股份有限公司 Terminal and encryption and decryption method thereof
CN106203176A (en) * 2016-07-29 2016-12-07 乐视控股(北京)有限公司 A kind of application encryption method and device
CN108111667A (en) * 2016-11-25 2018-06-01 北京搜狗科技发展有限公司 A kind of communication information encryption method, device and electronic equipment
CN106599720A (en) * 2016-12-12 2017-04-26 北京小米移动软件有限公司 Message processing method and device
CN106850187B (en) * 2017-01-13 2018-02-06 温州大学瓯江学院 A kind of privacy character information encrypted query method and system
CN109219003B (en) * 2018-08-22 2022-02-22 Oppo广东移动通信有限公司 Information encryption method and device, storage medium and electronic equipment
US20200314070A1 (en) * 2019-03-29 2020-10-01 Popsockets Llc Obscured media communication
CN110187821A (en) * 2019-05-24 2019-08-30 维沃移动通信有限公司 A kind of processing method and terminal device showing content

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101459723A (en) * 2007-12-14 2009-06-17 希姆通信息技术(上海)有限公司 Secret keeping processing method for mobile phone information
CN101494860A (en) * 2009-03-06 2009-07-29 深圳华为通信技术有限公司 Handhold mobile terminal and document secrecy method thereof
CN101534311A (en) * 2009-04-14 2009-09-16 杨筑平 An information security method and procedure

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101459723A (en) * 2007-12-14 2009-06-17 希姆通信息技术(上海)有限公司 Secret keeping processing method for mobile phone information
CN101494860A (en) * 2009-03-06 2009-07-29 深圳华为通信技术有限公司 Handhold mobile terminal and document secrecy method thereof
CN101534311A (en) * 2009-04-14 2009-09-16 杨筑平 An information security method and procedure

Also Published As

Publication number Publication date
WO2011137868A3 (en) 2012-06-14
CN102334306A (en) 2012-01-25

Similar Documents

Publication Publication Date Title
WO2011137868A2 (en) Method and device for instantly encrypting and decrypting messages
US8578473B2 (en) Systems and methods for information security using one-time pad
US8892901B2 (en) Method and apparatus for encrypting user data
US6011849A (en) Encryption-based selection system for steganography
JP5512045B2 (en) ENCRYPTION DEVICE, ENCRYPTION METHOD, AND ENCRYPTION PROGRAM
CN108769027B (en) Secure communication method, device, mobile terminal and storage medium
WO2016045469A1 (en) Information encryption method and mobile terminal
US20100250968A1 (en) Device for data security using user selectable one-time pad
WO2017161724A1 (en) Voice processing method and device, and terminal
JP2007206762A (en) Communication method and communication device using two-dimensional code
CN104023332A (en) Electronic terminal and short message encrypting and decrypting method thereof
CN105069360B (en) A kind of file encryption, decryption method and terminal
EP3486828B1 (en) Electronic device including display and method of encrypting information
KR20100012567A (en) Transmission and reception system for character message and method thereof
CN103678969A (en) Lock releasing method of electronic device, and apparatus thereof
CN103002117A (en) Phone information encryption method and phone information encryption system
US8473516B2 (en) Computer storage apparatus for multi-tiered data security
CN106022147A (en) Method and device for file encryption and decryption
CN101639928A (en) Image data encryption and decryption method and system thereof
JP2013186337A (en) Information processing device, information processing method, information processing system and communication terminal
CN116502253B (en) Electronic medical record character encryption method and device
US20100246817A1 (en) System for data security using user selectable one-time pad
US8213601B2 (en) Font level encryption method and apparatus
TWI237483B (en) Mobile phone with file encrypting function and method of file encryption thereof
WO2011009263A1 (en) Method and apparatus for keeping short messages secret

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201180001846.1

Country of ref document: CN

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

Ref document number: 11777287

Country of ref document: EP

Kind code of ref document: A2

NENP Non-entry into the national phase in:

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11777287

Country of ref document: EP

Kind code of ref document: A2