CN101064598A - 一种客户端即时通信数据的加密和解密方法 - Google Patents
一种客户端即时通信数据的加密和解密方法 Download PDFInfo
- Publication number
- CN101064598A CN101064598A CNA2006100605669A CN200610060566A CN101064598A CN 101064598 A CN101064598 A CN 101064598A CN A2006100605669 A CNA2006100605669 A CN A2006100605669A CN 200610060566 A CN200610060566 A CN 200610060566A CN 101064598 A CN101064598 A CN 101064598A
- Authority
- CN
- China
- Prior art keywords
- client
- key
- server
- data
- instant communication
- 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.)
- Granted
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/08—Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
- H04L9/0816—Key establishment, i.e. cryptographic processes or cryptographic protocols whereby a shared secret becomes available to two or more parties, for subsequent use
- H04L9/0819—Key transport or distribution, i.e. key establishment techniques where one party creates or otherwise obtains a secret value, and securely transfers it to the other(s)
- H04L9/0822—Key transport or distribution, i.e. key establishment techniques where one party creates or otherwise obtains a secret value, and securely transfers it to the other(s) using key encryption key
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/04—Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
- H04L63/0428—Network 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
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/06—Network architectures or network communication protocols for network security for supporting key management in a packet data network
- H04L63/062—Network architectures or network communication protocols for network security for supporting key management in a packet data network for key distribution, e.g. centrally by trusted party
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L2463/00—Additional details relating to network architectures or network communication protocols for network security covered by H04L63/00
- H04L2463/062—Additional details relating to network architectures or network communication protocols for network security covered by H04L63/00 applying encryption of the keys
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Information Transfer Between Computers (AREA)
- Storage Device Security (AREA)
- Computer And Data Communications (AREA)
Abstract
本发明适用于即时通信领域,提供了一种客户端即时通信数据的加密和解密方法,所述方法包括以下步骤:A.客户端加密本地保存的即时通信数据,并将数据加密密钥上传给服务器;B.服务器利用统一的服务器密钥加密保存所述数据加密密钥,并将加密后的数据密钥返回客户端;C.客户端保存服务器返回的加密后的数据密钥。在本发明中,服务器采用统一的密钥加密保存不同客户端的数据加密密钥,节省了服务器的存储空间,减小了服务器的工作负担,并保证了客户端即时通信数据的安全性。
Description
技术领域
本发明属于即时通信领域,尤其涉及一种客户端即时通信数据的加密方法和解密方法。
背景技术
即时通信(Instant Messenger,简称IM)系统是一种能够即时发送和接收互联网消息的系统。用户之间通过即时通信系统可以传递文本消息、文件或者进行音频对话、视频对话等通信活动。随着计算机网络的快速发展,即时通信系统已经成为用户普遍使用的通信工具。
图1示出了客户端之间进行即时通信的网络结构,多个客户端上运行有即时通信系统,客户端之间以及客户端与服务器之间通过用户数据报文协议(UserDatagram Protocol,UDP)通信。当用户登录即时通信系统时,作为客户端连接到服务器上,并从服务器上读取在线联系人名单。当用户和其他的在线联系人进行即时通信时,如果双方的通信连接比较稳定,双方的消息以UDP的形式在客户端之间传送。如果双方的连接不稳定或者通信的一方不在线时,消息将通过服务器进行中转。客户端可以是个人计算机(Personal Computer,简称PC)、PDA(Personal Digital Assistant,个人数字助理)以及移动电话等。服务器可以是各种大、中、小型服务器。
为了保证通信的安全性,即时通信用户在通信过程中的通信记录、联系人资料以及用户资料等即时通信数据加密保存在客户端本地,一般采用对称加密技术。当用户第一次登陆客户端时,客户端随机生成一个加密密钥(key),并使用该key加密本地保存的即时通信数据,同时使用客户端密钥,例如登陆密码对key进行加密,并保存于客户端本地。为了避免客户端解密key失败,从而导致即时通信数据解密失败,客户端同时将key上传到服务器。服务器采用不同的服务器密钥对每个即时通信用户的key进行加密并保存。
当用户需要查看本地保存的即时通信数据时,首先使用客户端密钥解密获取key,然后利用解密后的key解密加密后的即时通信数据。当使用客户端密钥不能解密key时,则需要请求服务器协助解密,服务器对加密保存的key进行解密后发送给客户端。
在上述处理中,由于针对不同客户端提交的key采用不同的服务器密钥进行加密保存,需要占用服务器较大的存储空间,同时增加了服务器的加解密工作负担。
发明内容
本发明的目的在于提供一种客户端即时通信数据的加密方法,旨在解决现有技术中存在的由于针对不同客户端提交的key采用不同的服务器密钥进行加密保存,需要占用服务器较大的存储空间,同时增加了服务器的加解密工作负担的问题。
本发明的另一目的在于提供一种客户端即时通信数据的解密方法。
本发明是这样实现的,一种客户端即时通信数据的加密方法,所述方法包括以下步骤:
A.客户端加密本地保存的即时通信数据,并将数据加密密钥上传给服务器;
B.服务器利用统一的服务器密钥加密保存所述数据加密密钥,并将加密后的数据密钥返回客户端;
C.客户端保存服务器返回的加密后的数据密钥。
所述步骤A进一步包括以下步骤:
A1.客户端生成数据加密密钥;
A2.客户端利用所述数据密钥加密本地保存的即时通信数据;
A3.客户端利用客户端密钥加密保存所述数据加密密钥;
A4.客户端将所述数据加密密钥上传给服务器。
所述客户端密钥为即时通信登录密码。
所述服务器密钥为服务器随机产生的一个全局变量,用于统一加密不同客户端上传的数据加密密钥。
一种客户端即时通信数据的解密方法,所述方法包括以下步骤:
A.客户端向服务器上传采用统一的服务器密钥加密的数据加密密钥;
B.服务器使用统一的服务器密钥解密获得客户端的数据加密密钥,并发送给客户端;
C.客户端利用所述加密密钥解密本地保存的即时通信数据。
所述服务器密钥为服务器随机产生的一个全局变量,用于统一加密不同客户端上传的数据加密密钥。
在本发明中,服务器采用统一的密钥加密保存不同客户端的数据加密密钥,节省了服务器的存储空间,减小了服务器的工作负担,并保证了客户端即时通信数据的安全性。
附图说明
图1是实现服务器协助客户端加密本地数据的系统结构图;
图2是本发明中客户端对即时通信数据加密的实现流程图;
图3是本发明中服务器协助客户端解密即时通信数据的实现流程图。
具体实施方式
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。
在本发明中,服务器采用同一个服务器密钥加密不同客户端提交的加密密钥,协助客户端完成本地数据的加密,节省了服务器的存储空间,并减小了服务器的加解密工作负担。
图2示出了本发明提供的客户端对即时通信数据进行加密的实现流程,详述如下:
在步骤S201中,当用户第一次通过客户端登陆即时通信系统时,客户端随机产生一个数据加密密钥(key)。
在步骤S202中,客户端使用该key加密本地保存的即时通信数据。
在步骤S203中,客户端使用客户端密钥,例如即时通信登陆密码加密key,并将加密后的密钥(Ukey1)保存在本地。
在步骤S204中,客户端将key传送给服务器。
在步骤S205中,服务器使用统一的服务器密钥加密key,并将加密后的密钥(KSs(key))保存在本地,该统一的服务器密钥是服务器随机产生的、用于对不同客户端上传的数据加密密钥统一进行加密的一个全局变量。
在步骤S206中,服务器向客户端返回KSs(key)。
在步骤S207中,客户端接收KSs(key),并保存在本地。
在本发明中,当用户需要查看本地保存的即时通信数据时,首先采用客户端密钥解密获取key,并利用key解密加密后的即时通信数据。若采用客户端密钥无法解密获取key时,则需要请求服务器协助解密。
图3示出了本发明中服务器协助客户端解密的实现流程,详述如下:
在步骤S301中,客户端向服务器上传本地保存的KSs(key),请求服务器协助解密。
在步骤S302中,服务器使用统一的服务器密钥解密KSs(key),获取key。
在步骤S303中,服务器将key发送到客户端。
在步骤S304中,客户端使用key解密本地保存的即时通信数据。
以上所述仅为本发明的较佳实施例而已,并不用以限制本发明,凡在本发明的精神和原则之内所作的任何修改、等同替换和改进等,均应包含在本发明的保护范围之内。
Claims (6)
1、一种客户端即时通信数据的加密方法,其特征在于,所述方法包括以下步骤:
A.客户端加密本地保存的即时通信数据,并将数据加密密钥上传给服务器;
B.服务器利用统一的服务器密钥加密保存所述数据加密密钥,并将加密后的数据密钥返回客户端;
C.客户端保存服务器返回的加密后的数据密钥。
2、如权利要求1所述的客户端即时通信数据的加密方法,其特征在于,所述步骤A进一步包括以下步骤:
A1.客户端生成数据加密密钥;
A2.客户端利用所述数据密钥加密本地保存的即时通信数据;
A3.客户端利用客户端密钥加密保存所述数据加密密钥;
A4.客户端将所述数据加密密钥上传给服务器。
3、如权利要求1所述的客户端即时通信数据的加密方法,其特征在于,所述客户端密钥为即时通信登录密码。
4、如权利要求1所述的客户端即时通信数据的加密方法,其特征在于,所述服务器密钥为服务器随机产生的一个全局变量,用于统一加密不同客户端上传的数据加密密钥。
5、一种客户端即时通信数据的解密方法,其特征在于,所述方法包括以下步骤:
A.客户端向服务器上传采用统一的服务器密钥加密的数据加密密钥;
B.服务器使用统一的服务器密钥解密获得客户端的数据加密密钥,并发送给客户端;
C.客户端利用所述加密密钥解密本地保存的即时通信数据。
6、如权利要求5所述的客户端即时通信数据的解密方法,其特征在于,所述服务器密钥为服务器随机产生的一个全局变量,用于统一加密不同客户端上传的数据加密密钥。
Priority Applications (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2006100605669A CN101064598B (zh) | 2006-04-28 | 2006-04-28 | 一种客户端即时通信数据的加密和解密方法 |
PCT/CN2007/001437 WO2007124693A1 (fr) | 2006-04-28 | 2007-04-28 | Procédé de chiffrement et de déchiffrement des données de communication instantanée |
BRPI0711062A BRPI0711062B1 (pt) | 2006-04-28 | 2007-04-28 | método para criptografar e decriptografar dados de mensagens instantâneas |
HK08104597.1A HK1114709A1 (en) | 2006-04-28 | 2008-04-24 | Method for encrypting and decrypting instant messenger data by client terminal |
US12/259,334 US20090052660A1 (en) | 2006-04-28 | 2008-10-28 | Method For Encrypting And Decrypting Instant Messaging Data |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2006100605669A CN101064598B (zh) | 2006-04-28 | 2006-04-28 | 一种客户端即时通信数据的加密和解密方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
CN101064598A true CN101064598A (zh) | 2007-10-31 |
CN101064598B CN101064598B (zh) | 2011-04-20 |
Family
ID=38655080
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN2006100605669A Active CN101064598B (zh) | 2006-04-28 | 2006-04-28 | 一种客户端即时通信数据的加密和解密方法 |
Country Status (5)
Country | Link |
---|---|
US (1) | US20090052660A1 (zh) |
CN (1) | CN101064598B (zh) |
BR (1) | BRPI0711062B1 (zh) |
HK (1) | HK1114709A1 (zh) |
WO (1) | WO2007124693A1 (zh) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103188271A (zh) * | 2013-04-19 | 2013-07-03 | 国家电网公司 | 一种安全的邮件客户端本地数据存储、识别方法和装置 |
CN103338437A (zh) * | 2013-07-11 | 2013-10-02 | 成都三零瑞通移动通信有限公司 | 一种移动即时消息的加密方法及系统 |
WO2014036977A1 (en) * | 2012-09-10 | 2014-03-13 | Nwstor Limited | Data security management system |
CN105376261A (zh) * | 2015-12-21 | 2016-03-02 | Tcl集团股份有限公司 | 一种用于即时通讯消息的加密方法及系统 |
CN106233299A (zh) * | 2014-04-25 | 2016-12-14 | 三星电子株式会社 | 提供社交网络服务的方法和执行该方法的服务器 |
CN107800535A (zh) * | 2016-09-05 | 2018-03-13 | 上海前隆金融信息服务有限公司 | 一种数据安全的处理方法及装置 |
Families Citing this family (152)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9456054B2 (en) | 2008-05-16 | 2016-09-27 | Palo Alto Research Center Incorporated | Controlling the spread of interests and content in a content centric network |
US8923293B2 (en) | 2009-10-21 | 2014-12-30 | Palo Alto Research Center Incorporated | Adaptive multi-interface use for content networking |
US8707454B1 (en) | 2012-07-16 | 2014-04-22 | Wickr Inc. | Multi party messaging |
US20140115052A1 (en) * | 2012-10-18 | 2014-04-24 | Palo Alto Research Center Incorporated | Generating meaningful names for content using contextual and identifying information |
CN102916869B (zh) * | 2012-10-24 | 2015-07-01 | 鹤山世达光电科技有限公司 | 即时通信方法和系统 |
US9280546B2 (en) | 2012-10-31 | 2016-03-08 | Palo Alto Research Center Incorporated | System and method for accessing digital content using a location-independent name |
US9400800B2 (en) | 2012-11-19 | 2016-07-26 | Palo Alto Research Center Incorporated | Data transport by named content synchronization |
US10430839B2 (en) | 2012-12-12 | 2019-10-01 | Cisco Technology, Inc. | Distributed advertisement insertion in content-centric networks |
US9978025B2 (en) | 2013-03-20 | 2018-05-22 | Cisco Technology, Inc. | Ordered-element naming for name-based packet forwarding |
US9935791B2 (en) | 2013-05-20 | 2018-04-03 | Cisco Technology, Inc. | Method and system for name resolution across heterogeneous architectures |
US9185120B2 (en) | 2013-05-23 | 2015-11-10 | Palo Alto Research Center Incorporated | Method and system for mitigating interest flooding attacks in content-centric networks |
US9830089B1 (en) | 2013-06-25 | 2017-11-28 | Wickr Inc. | Digital data sanitization |
US9866591B1 (en) | 2013-06-25 | 2018-01-09 | Wickr Inc. | Enterprise messaging platform |
US10129260B1 (en) | 2013-06-25 | 2018-11-13 | Wickr Inc. | Mutual privacy management |
US10567349B2 (en) | 2013-06-25 | 2020-02-18 | Wickr Inc. | Secure time-to-live |
US9444722B2 (en) | 2013-08-01 | 2016-09-13 | Palo Alto Research Center Incorporated | Method and apparatus for configuring routing paths in a custodian-based routing architecture |
US9407549B2 (en) | 2013-10-29 | 2016-08-02 | Palo Alto Research Center Incorporated | System and method for hash-based forwarding of packets with hierarchically structured variable-length identifiers |
US9282050B2 (en) | 2013-10-30 | 2016-03-08 | Palo Alto Research Center Incorporated | System and method for minimum path MTU discovery in content centric networks |
US9276840B2 (en) | 2013-10-30 | 2016-03-01 | Palo Alto Research Center Incorporated | Interest messages with a payload for a named data network |
US9401864B2 (en) | 2013-10-31 | 2016-07-26 | Palo Alto Research Center Incorporated | Express header for packets with hierarchically structured variable-length identifiers |
US10101801B2 (en) | 2013-11-13 | 2018-10-16 | Cisco Technology, Inc. | Method and apparatus for prefetching content in a data stream |
US10129365B2 (en) | 2013-11-13 | 2018-11-13 | Cisco Technology, Inc. | Method and apparatus for pre-fetching remote content based on static and dynamic recommendations |
US9311377B2 (en) | 2013-11-13 | 2016-04-12 | Palo Alto Research Center Incorporated | Method and apparatus for performing server handoff in a name-based content distribution system |
US10089655B2 (en) | 2013-11-27 | 2018-10-02 | Cisco Technology, Inc. | Method and apparatus for scalable data broadcasting |
US9503358B2 (en) | 2013-12-05 | 2016-11-22 | Palo Alto Research Center Incorporated | Distance-based routing in an information-centric network |
US9379979B2 (en) | 2014-01-14 | 2016-06-28 | Palo Alto Research Center Incorporated | Method and apparatus for establishing a virtual interface for a set of mutual-listener devices |
US10172068B2 (en) | 2014-01-22 | 2019-01-01 | Cisco Technology, Inc. | Service-oriented routing in software-defined MANETs |
US10098051B2 (en) | 2014-01-22 | 2018-10-09 | Cisco Technology, Inc. | Gateways and routing in software-defined manets |
US9374304B2 (en) | 2014-01-24 | 2016-06-21 | Palo Alto Research Center Incorporated | End-to end route tracing over a named-data network |
US9954678B2 (en) | 2014-02-06 | 2018-04-24 | Cisco Technology, Inc. | Content-based transport security |
US9531679B2 (en) | 2014-02-06 | 2016-12-27 | Palo Alto Research Center Incorporated | Content-based transport security for distributed producers |
US9698976B1 (en) | 2014-02-24 | 2017-07-04 | Wickr Inc. | Key management and dynamic perfect forward secrecy |
US9678998B2 (en) | 2014-02-28 | 2017-06-13 | Cisco Technology, Inc. | Content name resolution for information centric networking |
US10089651B2 (en) | 2014-03-03 | 2018-10-02 | Cisco Technology, Inc. | Method and apparatus for streaming advertisements in a scalable data broadcasting system |
US9836540B2 (en) | 2014-03-04 | 2017-12-05 | Cisco Technology, Inc. | System and method for direct storage access in a content-centric network |
US9626413B2 (en) | 2014-03-10 | 2017-04-18 | Cisco Systems, Inc. | System and method for ranking content popularity in a content-centric network |
US9391896B2 (en) | 2014-03-10 | 2016-07-12 | Palo Alto Research Center Incorporated | System and method for packet forwarding using a conjunctive normal form strategy in a content-centric network |
US9473405B2 (en) | 2014-03-10 | 2016-10-18 | Palo Alto Research Center Incorporated | Concurrent hashes and sub-hashes on data streams |
US9407432B2 (en) | 2014-03-19 | 2016-08-02 | Palo Alto Research Center Incorporated | System and method for efficient and secure distribution of digital content |
US9916601B2 (en) | 2014-03-21 | 2018-03-13 | Cisco Technology, Inc. | Marketplace for presenting advertisements in a scalable data broadcasting system |
US9363179B2 (en) | 2014-03-26 | 2016-06-07 | Palo Alto Research Center Incorporated | Multi-publisher routing protocol for named data networks |
US9363086B2 (en) | 2014-03-31 | 2016-06-07 | Palo Alto Research Center Incorporated | Aggregate signing of data in content centric networking |
US9716622B2 (en) | 2014-04-01 | 2017-07-25 | Cisco Technology, Inc. | System and method for dynamic name configuration in content-centric networks |
US9390289B2 (en) | 2014-04-07 | 2016-07-12 | Palo Alto Research Center Incorporated | Secure collection synchronization using matched network names |
US9473576B2 (en) | 2014-04-07 | 2016-10-18 | Palo Alto Research Center Incorporated | Service discovery using collection synchronization with exact names |
US10075521B2 (en) | 2014-04-07 | 2018-09-11 | Cisco Technology, Inc. | Collection synchronization using equality matched network names |
US9451032B2 (en) | 2014-04-10 | 2016-09-20 | Palo Alto Research Center Incorporated | System and method for simple service discovery in content-centric networks |
US9781123B2 (en) | 2014-04-25 | 2017-10-03 | Samsung Electronics Co., Ltd. | Methods of providing social network service and server performing the same |
US9203885B2 (en) | 2014-04-28 | 2015-12-01 | Palo Alto Research Center Incorporated | Method and apparatus for exchanging bidirectional streams over a content centric network |
US9992281B2 (en) | 2014-05-01 | 2018-06-05 | Cisco Technology, Inc. | Accountable content stores for information centric networks |
US9609014B2 (en) | 2014-05-22 | 2017-03-28 | Cisco Systems, Inc. | Method and apparatus for preventing insertion of malicious content at a named data network router |
US9455835B2 (en) | 2014-05-23 | 2016-09-27 | Palo Alto Research Center Incorporated | System and method for circular link resolution with hash-based names in content-centric networks |
US9276751B2 (en) | 2014-05-28 | 2016-03-01 | Palo Alto Research Center Incorporated | System and method for circular link resolution with computable hash-based names in content-centric networks |
US9537719B2 (en) | 2014-06-19 | 2017-01-03 | Palo Alto Research Center Incorporated | Method and apparatus for deploying a minimal-cost CCN topology |
US9516144B2 (en) | 2014-06-19 | 2016-12-06 | Palo Alto Research Center Incorporated | Cut-through forwarding of CCNx message fragments with IP encapsulation |
US9467377B2 (en) | 2014-06-19 | 2016-10-11 | Palo Alto Research Center Incorporated | Associating consumer states with interests in a content-centric network |
US9584530B1 (en) | 2014-06-27 | 2017-02-28 | Wickr Inc. | In-band identity verification and man-in-the-middle defense |
US9426113B2 (en) | 2014-06-30 | 2016-08-23 | Palo Alto Research Center Incorporated | System and method for managing devices over a content centric network |
US9699198B2 (en) | 2014-07-07 | 2017-07-04 | Cisco Technology, Inc. | System and method for parallel secure content bootstrapping in content-centric networks |
US9621354B2 (en) | 2014-07-17 | 2017-04-11 | Cisco Systems, Inc. | Reconstructable content objects |
US9959156B2 (en) | 2014-07-17 | 2018-05-01 | Cisco Technology, Inc. | Interest return control message |
US9729616B2 (en) | 2014-07-18 | 2017-08-08 | Cisco Technology, Inc. | Reputation-based strategy for forwarding and responding to interests over a content centric network |
US9590887B2 (en) | 2014-07-18 | 2017-03-07 | Cisco Systems, Inc. | Method and system for keeping interest alive in a content centric network |
US9535968B2 (en) | 2014-07-21 | 2017-01-03 | Palo Alto Research Center Incorporated | System for distributing nameless objects using self-certifying names |
US9882964B2 (en) | 2014-08-08 | 2018-01-30 | Cisco Technology, Inc. | Explicit strategy feedback in name-based forwarding |
US9729662B2 (en) | 2014-08-11 | 2017-08-08 | Cisco Technology, Inc. | Probabilistic lazy-forwarding technique without validation in a content centric network |
US9503365B2 (en) | 2014-08-11 | 2016-11-22 | Palo Alto Research Center Incorporated | Reputation-based instruction processing over an information centric network |
US9391777B2 (en) | 2014-08-15 | 2016-07-12 | Palo Alto Research Center Incorporated | System and method for performing key resolution over a content centric network |
US9467492B2 (en) | 2014-08-19 | 2016-10-11 | Palo Alto Research Center Incorporated | System and method for reconstructable all-in-one content stream |
US9800637B2 (en) | 2014-08-19 | 2017-10-24 | Cisco Technology, Inc. | System and method for all-in-one content stream in content-centric networks |
US9497282B2 (en) | 2014-08-27 | 2016-11-15 | Palo Alto Research Center Incorporated | Network coding for content-centric network |
US10204013B2 (en) | 2014-09-03 | 2019-02-12 | Cisco Technology, Inc. | System and method for maintaining a distributed and fault-tolerant state over an information centric network |
US9553812B2 (en) | 2014-09-09 | 2017-01-24 | Palo Alto Research Center Incorporated | Interest keep alives at intermediate routers in a CCN |
US10069933B2 (en) | 2014-10-23 | 2018-09-04 | Cisco Technology, Inc. | System and method for creating virtual interfaces based on network characteristics |
US9654288B1 (en) | 2014-12-11 | 2017-05-16 | Wickr Inc. | Securing group communications |
US9590948B2 (en) | 2014-12-15 | 2017-03-07 | Cisco Systems, Inc. | CCN routing using hardware-assisted hash tables |
US9536059B2 (en) | 2014-12-15 | 2017-01-03 | Palo Alto Research Center Incorporated | Method and system for verifying renamed content using manifests in a content centric network |
US10237189B2 (en) | 2014-12-16 | 2019-03-19 | Cisco Technology, Inc. | System and method for distance-based interest forwarding |
US9846881B2 (en) | 2014-12-19 | 2017-12-19 | Palo Alto Research Center Incorporated | Frugal user engagement help systems |
US9473475B2 (en) | 2014-12-22 | 2016-10-18 | Palo Alto Research Center Incorporated | Low-cost authenticated signing delegation in content centric networking |
US10003520B2 (en) | 2014-12-22 | 2018-06-19 | Cisco Technology, Inc. | System and method for efficient name-based content routing using link-state information in information-centric networks |
US9660825B2 (en) | 2014-12-24 | 2017-05-23 | Cisco Technology, Inc. | System and method for multi-source multicasting in content-centric networks |
US9832291B2 (en) | 2015-01-12 | 2017-11-28 | Cisco Technology, Inc. | Auto-configurable transport stack |
US9946743B2 (en) | 2015-01-12 | 2018-04-17 | Cisco Technology, Inc. | Order encoded manifests in a content centric network |
US9916457B2 (en) | 2015-01-12 | 2018-03-13 | Cisco Technology, Inc. | Decoupled name security binding for CCN objects |
US9602596B2 (en) | 2015-01-12 | 2017-03-21 | Cisco Systems, Inc. | Peer-to-peer sharing in a content centric network |
US9954795B2 (en) | 2015-01-12 | 2018-04-24 | Cisco Technology, Inc. | Resource allocation using CCN manifests |
US9462006B2 (en) | 2015-01-21 | 2016-10-04 | Palo Alto Research Center Incorporated | Network-layer application-specific trust model |
US9552493B2 (en) | 2015-02-03 | 2017-01-24 | Palo Alto Research Center Incorporated | Access control framework for information centric networking |
US10333840B2 (en) | 2015-02-06 | 2019-06-25 | Cisco Technology, Inc. | System and method for on-demand content exchange with adaptive naming in information-centric networks |
US10075401B2 (en) | 2015-03-18 | 2018-09-11 | Cisco Technology, Inc. | Pending interest table behavior |
US10116605B2 (en) | 2015-06-22 | 2018-10-30 | Cisco Technology, Inc. | Transport stack name scheme and identity management |
US10075402B2 (en) | 2015-06-24 | 2018-09-11 | Cisco Technology, Inc. | Flexible command and control in content centric networks |
US10701038B2 (en) | 2015-07-27 | 2020-06-30 | Cisco Technology, Inc. | Content negotiation in a content centric network |
US9986034B2 (en) | 2015-08-03 | 2018-05-29 | Cisco Technology, Inc. | Transferring state in content centric network stacks |
US10610144B2 (en) | 2015-08-19 | 2020-04-07 | Palo Alto Research Center Incorporated | Interactive remote patient monitoring and condition management intervention system |
US9832123B2 (en) | 2015-09-11 | 2017-11-28 | Cisco Technology, Inc. | Network named fragments in a content centric network |
US10355999B2 (en) | 2015-09-23 | 2019-07-16 | Cisco Technology, Inc. | Flow control with network named fragments |
US9977809B2 (en) | 2015-09-24 | 2018-05-22 | Cisco Technology, Inc. | Information and data framework in a content centric network |
US10313227B2 (en) | 2015-09-24 | 2019-06-04 | Cisco Technology, Inc. | System and method for eliminating undetected interest looping in information-centric networks |
US10454820B2 (en) | 2015-09-29 | 2019-10-22 | Cisco Technology, Inc. | System and method for stateless information-centric networking |
US10263965B2 (en) | 2015-10-16 | 2019-04-16 | Cisco Technology, Inc. | Encrypted CCNx |
US9794238B2 (en) | 2015-10-29 | 2017-10-17 | Cisco Technology, Inc. | System for key exchange in a content centric network |
US10009446B2 (en) | 2015-11-02 | 2018-06-26 | Cisco Technology, Inc. | Header compression for CCN messages using dictionary learning |
US9807205B2 (en) | 2015-11-02 | 2017-10-31 | Cisco Technology, Inc. | Header compression for CCN messages using dictionary |
US10021222B2 (en) | 2015-11-04 | 2018-07-10 | Cisco Technology, Inc. | Bit-aligned header compression for CCN messages using dictionary |
US10097521B2 (en) | 2015-11-20 | 2018-10-09 | Cisco Technology, Inc. | Transparent encryption in a content centric network |
US9912776B2 (en) | 2015-12-02 | 2018-03-06 | Cisco Technology, Inc. | Explicit content deletion commands in a content centric network |
US10097346B2 (en) | 2015-12-09 | 2018-10-09 | Cisco Technology, Inc. | Key catalogs in a content centric network |
US10078062B2 (en) | 2015-12-15 | 2018-09-18 | Palo Alto Research Center Incorporated | Device health estimation by combining contextual information with sensor data |
US9584493B1 (en) | 2015-12-18 | 2017-02-28 | Wickr Inc. | Decentralized authoritative messaging |
US10257271B2 (en) | 2016-01-11 | 2019-04-09 | Cisco Technology, Inc. | Chandra-Toueg consensus in a content centric network |
US9949301B2 (en) | 2016-01-20 | 2018-04-17 | Palo Alto Research Center Incorporated | Methods for fast, secure and privacy-friendly internet connection discovery in wireless networks |
US10305864B2 (en) | 2016-01-25 | 2019-05-28 | Cisco Technology, Inc. | Method and system for interest encryption in a content centric network |
US10291607B1 (en) | 2016-02-02 | 2019-05-14 | Wickr Inc. | Providing real-time events to applications |
US10043016B2 (en) | 2016-02-29 | 2018-08-07 | Cisco Technology, Inc. | Method and system for name encryption agreement in a content centric network |
US10038633B2 (en) | 2016-03-04 | 2018-07-31 | Cisco Technology, Inc. | Protocol to query for historical network information in a content centric network |
US10742596B2 (en) | 2016-03-04 | 2020-08-11 | Cisco Technology, Inc. | Method and system for reducing a collision probability of hash-based names using a publisher identifier |
US10051071B2 (en) | 2016-03-04 | 2018-08-14 | Cisco Technology, Inc. | Method and system for collecting historical network information in a content centric network |
US10003507B2 (en) | 2016-03-04 | 2018-06-19 | Cisco Technology, Inc. | Transport session state protocol |
US9832116B2 (en) | 2016-03-14 | 2017-11-28 | Cisco Technology, Inc. | Adjusting entries in a forwarding information base in a content centric network |
US10212196B2 (en) | 2016-03-16 | 2019-02-19 | Cisco Technology, Inc. | Interface discovery and authentication in a name-based network |
US11436656B2 (en) | 2016-03-18 | 2022-09-06 | Palo Alto Research Center Incorporated | System and method for a real-time egocentric collaborative filter on large datasets |
US10067948B2 (en) | 2016-03-18 | 2018-09-04 | Cisco Technology, Inc. | Data deduping in content centric networking manifests |
US10091330B2 (en) | 2016-03-23 | 2018-10-02 | Cisco Technology, Inc. | Interest scheduling by an information and data framework in a content centric network |
US10033639B2 (en) | 2016-03-25 | 2018-07-24 | Cisco Technology, Inc. | System and method for routing packets in a content centric network using anonymous datagrams |
US10320760B2 (en) | 2016-04-01 | 2019-06-11 | Cisco Technology, Inc. | Method and system for mutating and caching content in a content centric network |
US9930146B2 (en) | 2016-04-04 | 2018-03-27 | Cisco Technology, Inc. | System and method for compressing content centric networking messages |
US10425503B2 (en) | 2016-04-07 | 2019-09-24 | Cisco Technology, Inc. | Shared pending interest table in a content centric network |
US10027578B2 (en) | 2016-04-11 | 2018-07-17 | Cisco Technology, Inc. | Method and system for routable prefix queries in a content centric network |
US9602477B1 (en) | 2016-04-14 | 2017-03-21 | Wickr Inc. | Secure file transfer |
US9591479B1 (en) | 2016-04-14 | 2017-03-07 | Wickr Inc. | Secure telecommunications |
US10404450B2 (en) | 2016-05-02 | 2019-09-03 | Cisco Technology, Inc. | Schematized access control in a content centric network |
US10320675B2 (en) | 2016-05-04 | 2019-06-11 | Cisco Technology, Inc. | System and method for routing packets in a stateless content centric network |
US10547589B2 (en) | 2016-05-09 | 2020-01-28 | Cisco Technology, Inc. | System for implementing a small computer systems interface protocol over a content centric network |
US10063414B2 (en) | 2016-05-13 | 2018-08-28 | Cisco Technology, Inc. | Updating a transport stack in a content centric network |
US10084764B2 (en) | 2016-05-13 | 2018-09-25 | Cisco Technology, Inc. | System for a secure encryption proxy in a content centric network |
US10103989B2 (en) | 2016-06-13 | 2018-10-16 | Cisco Technology, Inc. | Content object return messages in a content centric network |
CN105847304A (zh) * | 2016-06-21 | 2016-08-10 | 北京中电普华信息技术有限公司 | 一种文件解密方法和装置 |
US10305865B2 (en) | 2016-06-21 | 2019-05-28 | Cisco Technology, Inc. | Permutation-based content encryption with manifests in a content centric network |
US10148572B2 (en) | 2016-06-27 | 2018-12-04 | Cisco Technology, Inc. | Method and system for interest groups in a content centric network |
US10009266B2 (en) | 2016-07-05 | 2018-06-26 | Cisco Technology, Inc. | Method and system for reference counted pending interest tables in a content centric network |
US9992097B2 (en) | 2016-07-11 | 2018-06-05 | Cisco Technology, Inc. | System and method for piggybacking routing information in interests in a content centric network |
US10122624B2 (en) | 2016-07-25 | 2018-11-06 | Cisco Technology, Inc. | System and method for ephemeral entries in a forwarding information base in a content centric network |
US10069729B2 (en) | 2016-08-08 | 2018-09-04 | Cisco Technology, Inc. | System and method for throttling traffic based on a forwarding information base in a content centric network |
US10956412B2 (en) | 2016-08-09 | 2021-03-23 | Cisco Technology, Inc. | Method and system for conjunctive normal form attribute matching in a content centric network |
US10033642B2 (en) | 2016-09-19 | 2018-07-24 | Cisco Technology, Inc. | System and method for making optimal routing decisions based on device-specific parameters in a content centric network |
US10212248B2 (en) | 2016-10-03 | 2019-02-19 | Cisco Technology, Inc. | Cache management on high availability routers in a content centric network |
US10447805B2 (en) | 2016-10-10 | 2019-10-15 | Cisco Technology, Inc. | Distributed consensus in a content centric network |
US10135948B2 (en) | 2016-10-31 | 2018-11-20 | Cisco Technology, Inc. | System and method for process migration in a content centric network |
US10243851B2 (en) | 2016-11-21 | 2019-03-26 | Cisco Technology, Inc. | System and method for forwarder connection information in a content centric network |
US10396987B2 (en) | 2017-01-26 | 2019-08-27 | Wickr Inc. | Securely provisioning an application with user information |
Family Cites Families (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5940507A (en) * | 1997-02-11 | 1999-08-17 | Connected Corporation | Secure file archive through encryption key management |
US6775382B1 (en) * | 1997-06-30 | 2004-08-10 | Sun Microsystems, Inc. | Method and apparatus for recovering encryption session keys |
US7277549B2 (en) * | 2000-04-25 | 2007-10-02 | Secure Data In Motion, Inc. | System for implementing business processes using key server events |
US7095859B2 (en) * | 2002-03-18 | 2006-08-22 | Lenovo (Singapore) Pte. Ltd. | Managing private keys in a free seating environment |
US7321969B2 (en) * | 2002-04-26 | 2008-01-22 | Entrust Limited | Secure instant messaging system using instant messaging group policy certificates |
US20040015610A1 (en) * | 2002-07-18 | 2004-01-22 | Sytex, Inc. | Methodology and components for client/server messaging system |
US20040148356A1 (en) * | 2002-11-04 | 2004-07-29 | Bishop James William | System and method for private messaging |
US7085745B2 (en) * | 2003-03-05 | 2006-08-01 | Klug John R | Method and apparatus for identifying, managing, and controlling communications |
CN100490372C (zh) * | 2005-03-15 | 2009-05-20 | 联想(北京)有限公司 | 一种对加密密钥进行备份与恢复的方法 |
US7594116B2 (en) * | 2005-04-28 | 2009-09-22 | Proofpoint, Inc. | Mediated key exchange between source and target of communication |
CN101715638A (zh) * | 2007-03-20 | 2010-05-26 | 迪姆威奇软件有限责任公司 | 为获取解密密钥而请求密钥获取的安全电子消息系统 |
-
2006
- 2006-04-28 CN CN2006100605669A patent/CN101064598B/zh active Active
-
2007
- 2007-04-28 BR BRPI0711062A patent/BRPI0711062B1/pt active IP Right Grant
- 2007-04-28 WO PCT/CN2007/001437 patent/WO2007124693A1/zh active Application Filing
-
2008
- 2008-04-24 HK HK08104597.1A patent/HK1114709A1/xx unknown
- 2008-10-28 US US12/259,334 patent/US20090052660A1/en not_active Abandoned
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2014036977A1 (en) * | 2012-09-10 | 2014-03-13 | Nwstor Limited | Data security management system |
CN104662870A (zh) * | 2012-09-10 | 2015-05-27 | 云深系统有限公司 | 数据安全管理系统 |
CN104662870B (zh) * | 2012-09-10 | 2019-02-05 | 云深系统有限公司 | 数据安全管理系统 |
CN103188271A (zh) * | 2013-04-19 | 2013-07-03 | 国家电网公司 | 一种安全的邮件客户端本地数据存储、识别方法和装置 |
CN103338437A (zh) * | 2013-07-11 | 2013-10-02 | 成都三零瑞通移动通信有限公司 | 一种移动即时消息的加密方法及系统 |
CN106233299A (zh) * | 2014-04-25 | 2016-12-14 | 三星电子株式会社 | 提供社交网络服务的方法和执行该方法的服务器 |
CN106233299B (zh) * | 2014-04-25 | 2019-07-26 | 三星电子株式会社 | 提供社交网络服务的方法和执行该方法的服务器 |
CN105376261A (zh) * | 2015-12-21 | 2016-03-02 | Tcl集团股份有限公司 | 一种用于即时通讯消息的加密方法及系统 |
CN107800535A (zh) * | 2016-09-05 | 2018-03-13 | 上海前隆金融信息服务有限公司 | 一种数据安全的处理方法及装置 |
Also Published As
Publication number | Publication date |
---|---|
BRPI0711062B1 (pt) | 2020-01-21 |
WO2007124693A1 (fr) | 2007-11-08 |
BRPI0711062A2 (pt) | 2011-08-23 |
HK1114709A1 (en) | 2008-11-07 |
CN101064598B (zh) | 2011-04-20 |
US20090052660A1 (en) | 2009-02-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101064598A (zh) | 一种客户端即时通信数据的加密和解密方法 | |
US10389694B2 (en) | System and method for non-replayable communication sessions | |
CN111552978B (zh) | 基于DH加密和Hash表的隐私保护集合求交集方法 | |
US20150058629A1 (en) | Processing Data Privately in the Cloud | |
US9438448B2 (en) | Maintaining communication connections during temporary network disruptions | |
US9148333B2 (en) | System and method for providing anonymity in a session initiated protocol network | |
CN102016820B (zh) | 数据转发架构中的实时通信 | |
US20070165844A1 (en) | System and method for protecting master encryption keys | |
Yang et al. | Protecting data privacy and security for cloud computing based on secret sharing | |
US20070003065A1 (en) | Secure instant messaging | |
US20080170689A1 (en) | Systems and methods for conducting secure wired and wireless networked telephony | |
CN1929367A (zh) | 一种游戏数据传输方法及系统 | |
US20120297031A1 (en) | Anonymous Signalling | |
WO2006135102A1 (en) | Method and device for securely distributing data in group communication | |
CN109792451B (zh) | 通讯通道加密、解密和建立方法及装置、存储器和终端 | |
GB2531113A (en) | Network address-based encryption | |
JP2008125075A (ja) | クライアント証明書ベースの安全なセッション認証方法および装置 | |
WO2020168546A1 (zh) | 密钥迁移方法和装置 | |
KR20090098833A (ko) | 고유한 압축된 호 식별자 | |
CN103973543A (zh) | 即时通信方法及装置 | |
US20090296932A1 (en) | Encrypted voip calls | |
JP7366115B2 (ja) | モバイルデバイスへの通知の配信 | |
Євсєєв et al. | Development of a protocol for a closed mobile internet channel based on post-quantum algorithms | |
Chandramohan et al. | SVIP-enhanced security mechanism for SIP based VoIP systems and its issues | |
Sadatmousavi-Nik et al. | Proposed secureSIP authentication scheme based on elliptic curve cryptography |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
REG | Reference to a national code |
Ref country code: HK Ref legal event code: DE Ref document number: 1114709 Country of ref document: HK |
|
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
REG | Reference to a national code |
Ref country code: HK Ref legal event code: GR Ref document number: 1114709 Country of ref document: HK |