WO2012083732A1 - 在web中传输数据时进行加解密的方法及系统 - Google Patents
在web中传输数据时进行加解密的方法及系统 Download PDFInfo
- Publication number
- WO2012083732A1 WO2012083732A1 PCT/CN2011/079634 CN2011079634W WO2012083732A1 WO 2012083732 A1 WO2012083732 A1 WO 2012083732A1 CN 2011079634 W CN2011079634 W CN 2011079634W WO 2012083732 A1 WO2012083732 A1 WO 2012083732A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- encryption
- decryption
- decryption information
- algorithm
- server
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/606—Protecting data by securing the transmission between two devices or processes
-
- 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
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/14—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using a plurality of keys or algorithms
-
- 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/041—Additional details relating to network architectures or network communication protocols for network security covered by H04L63/00 using an encryption or decryption engine integrated in transmitted data
-
- 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
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/16—Implementing security features at a particular protocol layer
- H04L63/166—Implementing security features at a particular protocol layer at the transport layer
Definitions
- the present invention relates to data transmission techniques, and more particularly to a method and system for performing encryption and decryption when transmitting data in a web. Background of the invention
- the user terminal performs data transfer between the browser platform and the web server.
- AJAX technology is used to transmit data between a browser and a web server through a hypertext transmission protocol (HTTP), and Javascrip is an interpretive language, and the code algorithm has no secret, and is inconvenient for transmitting and receiving data.
- HTTP hypertext transmission protocol
- Javascrip is an interpretive language
- the code algorithm has no secret, and is inconvenient for transmitting and receiving data.
- the encryption and decryption process causes the transmitted data to be leaked.
- Data transfer between the browser and the web server involves multiple services, such as instant messaging.
- IM Instant Messaging
- online payment service online banking business or securities system business.
- weblM service in the IM service as an example.
- the service is characterized in that the client does not need to download and install the client. You can log in to the IM web server through the browser on the PC connected to the network and access the server cluster system of the IM.
- the service is not like the client. In this way, some user data can be stored on the PC, but each time the cluster is accessed, the information such as the buddy list is obtained from the IMweb server, and the HTTP channel is transmitted in plain text, and the information such as the buddy list and the chat record cannot be performed.
- the encryption and decryption process leads to the risk of information leakage.
- the security hypertext transfer protocol is often used.
- HTTPS Hypertext Transfer Protocol over Secure Socket Layer
- the channel transfers data between the browser and the web server.
- the HTTPS channel is a security-oriented channel. In terms of the HTTP channel, it is a secure version of the HTTP channel. Specifically, it is added under HTTP.
- SSL Secure Socket Layer
- SSL Secure Socket Layer
- encryption and decryption operations require SSL assistance.
- Including "HTTPS:" in the Uniform Resource Locator (URL) indicates that the data is transmitted over the HTTPS channel.
- HTTPS has different default ports with HTTP and an encryption/authentication layer.
- Fig. 1 is a diagram showing the structure of a system for performing encryption and decryption when data is transmitted in the web.
- HTTPS has a great impact on the efficiency of the overall architecture. It is roughly 10 times the impact of HTTP on the overall architecture. If you replace HTTP with HTTPS, the overall performance will be reduced by about 90%. That is, existing solutions will increase the load on the HTTPS channel and reduce overall performance. Summary of the invention
- the present invention provides a method of encrypting and decrypting when transmitting data in the web, which can reduce the load of the HTTPS channel.
- the present invention provides a system for encrypting and decrypting data as it is transmitted over the web, which system can reduce the load on the HTTPS channel.
- a method for performing encryption and decryption when transmitting data in a web comprising: the browser sending an encryption and decryption information acquisition request to the encryption/decryption information providing device;
- the encryption and decryption information providing device sends the encryption and decryption information to the browser through the HTTPS channel.
- the encryption and decryption information includes an encryption and decryption algorithm and an encryption and decryption index;
- the browser encrypts the data to be sent by using the encryption and decryption algorithm, and sends the encrypted data and the encryption and decryption index to the web server through an HTTP channel;
- the web server acquires a corresponding encryption and decryption algorithm from the encryption/decryption information providing device according to the encryption and decryption index, and decrypts the encrypted data.
- Another method for performing encryption and decryption when transmitting data in the web comprising: the web server sending an encryption and decryption information acquisition request to the encryption and decryption information providing device; and the encryption and decryption information providing device acquiring the encryption and decryption algorithm and the encryption and decryption index Decrypt the information and send it to the web server;
- the web server encrypts the data to be sent by using the encryption and decryption algorithm in the encryption and decryption information, and sends the encryption and decryption index in the encrypted data and the encryption and decryption information to the browser through the HTTP channel;
- the browser obtains an encryption and decryption algorithm corresponding to the encryption and decryption index sent by the web server from the encryption/decryption information providing device through the HTTPS channel, and decrypts the encrypted data sent by the web server.
- a system for encrypting and decrypting data when transmitting data in a web comprising a user terminal, a web server, and an encryption and decryption information providing device;
- the user terminal sends an encryption and decryption information acquisition request to the encryption/decryption information providing device based on the browser, and receives the encryption and decryption information including the encryption and decryption algorithm and the encryption and decryption index sent by the encryption and decryption information providing device, and the browser adopts the
- the encryption/decryption algorithm encrypts the transmission data, and sends the encrypted data and the encryption and decryption index to the web server through an HTTP channel;
- the web server is configured to receive the encrypted data sent by the browser and the encryption and decryption index, obtain a corresponding encryption and decryption algorithm from the encryption and decryption information providing device according to the encryption and decryption index, and perform the encryption and decryption algorithm on the encrypted data.
- Decrypt The encryption and decryption information providing device is configured to receive an encryption and decryption information acquisition request sent by the browser, send the encryption and decryption information to the browser through an HTTPS channel, and provide an encryption and decryption index according to the request of the web server. Corresponding encryption and decryption algorithm.
- FIG. 1 is a schematic structural diagram of a system for performing encryption and decryption when transmitting data in a web in the prior art
- FIG. 2 is a schematic structural diagram of a system for performing encryption and decryption when transmitting data in a web according to the present invention
- FIG. 3 is a schematic flow chart of a method for performing encryption and decryption when transmitting data in a web according to the present invention
- the invention provides an encryption and decryption information providing device, and provides encryption and decryption information required for performing encryption and decryption processing to the browser and the web server through the encryption and decryption information providing device, and uses the HTTP channel to transmit encrypted data between the browser and the web server. , so, no need to The HTTPS channel is used between the browser and the web server for data transmission to improve data security. Therefore, on the basis of ensuring the security of the transmitted data, the load of the HTTPS channel is reduced, and the overall performance is improved.
- FIG. 2 is a schematic diagram of a system structure for encrypting and decrypting data when transmitting data in a web according to the present invention, the system comprising a user terminal, a web server, and an encryption and decryption information providing device;
- the user terminal sends an encryption and decryption information acquisition request to the encryption/decryption information providing device based on the browser, and receives the encryption and decryption information including the encryption and decryption algorithm and the encryption and decryption index sent by the encryption and decryption information providing device, and the browser adopts the
- the encryption/decryption algorithm encrypts the transmission data, and sends the encrypted data and the encryption and decryption index to the web server through an HTTP channel;
- the web server is configured to receive the encrypted data sent by the browser and the encryption and decryption index, obtain a corresponding encryption and decryption algorithm from the encryption and decryption information providing device according to the encryption and decryption index, and perform the encryption and decryption algorithm on the encrypted data.
- the encryption and decryption information providing device is configured to receive an encryption and decryption information acquisition request sent by the browser, send the encryption and decryption information to the browser through an HTTPS channel, and provide an encryption and decryption index according to the request of the web server. Corresponding encryption and decryption algorithm.
- the encryption and decryption information providing device can be implemented by a server or by an algorithm server and an HTTPS server; here, the encryption and decryption information providing device is implemented by an algorithm server and an HTTPS server:
- the HTTPS server is configured to receive an encryption and decryption information acquisition request sent by the browser, and send an encryption and decryption information acquisition request to the algorithm server; and receive the algorithm service.
- the encrypted and decrypted information fed back by the device is sent to the browser through an HTTPS channel;
- the algorithm server is configured to receive an encryption and decryption information acquisition request sent by the HTTPS server, obtain corresponding encryption and decryption information, and feed back to the HTTPS server through an intranet.
- the algorithm server and the web server, as well as the algorithm server and the HTTPS server communicate through the intranet.
- the encryption and decryption information providing device further includes a management server, configured to perform real-time update on the encryption and decryption information in the algorithm server.
- the encryption and decryption information may be replaced, or the encryption and decryption algorithm and the encryption and decryption key generation rule may be modified.
- the real-time update of the encryption and decryption information in the algorithm server can avoid being maliciously taken or analyzed by the outside world to guess the encryption and decryption rules.
- the web server is further configured to acquire, from the encryption and decryption information providing device, encryption and decryption information including an encryption and decryption algorithm and an encryption and decryption index, and encrypt and encrypt the data to be encrypted by using an encryption and decryption algorithm in the encryption and decryption information, and encrypt the data and add
- encryption and decryption index in the decryption information is sent to the browser through an HTTP channel;
- the user terminal further obtains an encryption/decryption algorithm corresponding to the encryption and decryption index sent by the web server from the encryption/decryption information providing device via the HTTPS channel, and decrypts the encrypted data sent by the web server.
- the present invention also provides a method for performing encryption and decryption when transmitting data in the web.
- the flow is as shown in FIG. 3, which includes the following steps:
- Step 301 The browser sends an encryption and decryption information acquisition request to the encryption/decryption information providing device.
- Step 302 The encryption and decryption information providing device sends the encryption and decryption information to the browser through the HTTPS channel, where the encryption and decryption information includes an encryption and decryption algorithm and an encryption and decryption index.
- Step 303 the browser uses the encryption and decryption algorithm to encrypt the data to be sent, and The encrypted data and the encrypted decryption index are sent to the web server via an HTTP channel.
- Step 304 The web server obtains a corresponding encryption and decryption algorithm from the encryption and decryption information providing device according to the encryption and decryption index, and decrypts the received encrypted data.
- the encryption and decryption algorithm acquired from the algorithm server may be deleted.
- the encryption/decryption information providing device sends the encryption and decryption information to the browser through the HTTPS channel in the above-mentioned process step 302.
- the encryption and decryption information providing device includes the HTTPS server receiving and adding. Decrypting the information acquisition request, and transmitting an encryption and decryption information acquisition request to the algorithm server included in the encryption/decryption information providing device; the algorithm server acquires the corresponding encryption and decryption information, and sends the encryption and decryption information to the HTTPS server through the intranet, and the HTTPS server sends the encryption and decryption information to the HTTPS channel.
- step 304 The web server obtains the encryption and decryption algorithm from the encryption/decryption information providing device according to the encryption and decryption index, and the web server obtains the corresponding encryption and decryption algorithm from the algorithm server through the intranet according to the encryption and decryption index.
- the encryption/decryption information providing apparatus stores an encryption/decryption algorithm and a corresponding encryption/decryption index, and the encryption/decryption algorithm includes, for example, an encryption/decryption function and an encryption/decryption key.
- the encryption and decryption information providing device may randomly select a group to provide the requesting party from the stored encryption and decryption information, and may also extract the encryption and decryption information according to a certain specification, for example, if the encryption and decryption information providing device
- the corresponding domain name stores the encryption and decryption algorithm and the corresponding encryption and decryption index
- the encryption and decryption information acquisition request received by the encryption/decryption information providing device also includes the domain name, and then the corresponding encryption and decryption information is extracted according to the domain name.
- the foregoing process further includes: performing real-time update on the encryption and decryption information in the algorithm server.
- the present invention also encrypts and transmits the data transmitted by the web server to the browser, and specifically includes:
- the web server sends an encryption and decryption information acquisition request to the encryption and decryption information providing device;
- the encryption and decryption information providing device acquires the encryption and decryption information including the encryption and decryption algorithm and the encryption and decryption index, and sends the encryption and decryption information to the web server;
- the web server encrypts the data to be sent by using the encryption and decryption algorithm in the encryption and decryption information, and sends the encryption and decryption index in the encrypted data and the encryption and decryption information to the browser through the HTTP channel;
- the browser obtains an encryption and decryption algorithm corresponding to the encryption and decryption index sent by the web server from the encryption/decryption information providing device through the HTTPS channel, and decrypts the encrypted data sent by the web server.
- the data transmission between the browser and the web server involves a variety of services, such as IM services, online payment services, online banking services or securities system services.
- IM services such as IM services, online payment services, online banking services or securities system services.
- the following is a detailed description of the method for encrypting and decrypting data transmitted in the web according to the IM web service in the IM service.
- the method is based on the system implementation of FIG. 3, where the web server is specifically an IM web server, and the encryption and decryption information providing device is provided.
- the method includes the following steps:
- Step 401 The browser sends an encryption and decryption information acquisition request to the HTTPS server.
- step 401 is performed.
- the complete JavaScript is downloaded from the static page server in the IMweb server, and then the browser uses JavaScript to initiate an encryption and decryption information acquisition request to the HTTPS server.
- Step 402 The HTTPS server receives the encryption and decryption information acquisition request, and transmits an encryption and decryption information acquisition request to the algorithm server.
- Step 403 The algorithm server obtains the corresponding encryption and decryption information, and sends the information to the HTTPS server through the intranet, and the HTTPS server sends the encryption and decryption information to the HTTP through the HTTPS channel. Browser.
- the encryption and decryption information includes an encryption and decryption algorithm and an encryption and decryption index (Index).
- the encryption and decryption algorithm includes a decryption function and an encryption and decryption key (key).
- the algorithm server is responsible for maintaining a number of encryption and decryption function pairs (Fun), each encryption and decryption function pair includes an encryption function (EnFun) and a decryption function (DnFun), and generates an encryption and decryption key; then combines Fun and Key into a queue, and gives each The queue sets an Index. When Fun and Key are combined, Fun and Key can be combined correspondingly or cross-combined.
- the combined queue information is shown in Table 1, for example.
- Index is used to query the corresponding function
- EnFun is used to encrypt the data to be transmitted
- DeFun is used to decrypt the encrypted data
- EnFun and DeFun use the symmetric encryption algorithm, which can be set by the administrator.
- the encryption and decryption key can be generated in a large amount, and is not repeated and irreversible.
- the flag flag can identify whether the team algorithm has been used, whether it has expired, and so on. If the user goes online or offline on the WebIM, the WebIM server notifies the algorithm server to update the Flag field of the queue information in time to make it identify as unused.
- the browser can also store the encryption and decryption algorithm corresponding to the encryption and decryption index for use in multiple uses. In this way, the browser does not need to request encryption and decryption information from the HTTPS server every time data is sent, and the process is streamlined.
- Step 404 The browser encrypts the data to be sent by using the received encryption and decryption function and the encryption/decryption key, and sends the encrypted data and the received encryption and decryption index to the IMweb server through the HTTP channel.
- Step 405 The IMweb server acquires a corresponding encryption and decryption algorithm from the algorithm server according to the encryption and decryption index, and decrypts the received encrypted data.
- the IMweb server can store and decrypt the encryption and decryption algorithm corresponding to the encryption and decryption index, so as to be used for multiple times. In this way, the IMweb server does not need to request encryption and decryption information from the algorithm server every time data is sent, and the process is compressed.
- the data can be processed accordingly, for example, performing local calculation, sending UDP data packets to the background server to obtain feedback data, etc., and obtaining processed data, if necessary, returning the processed data to the browser. Then, step 406 is performed.
- step 406 is performed.
- Step 406 The IMweb server sends an encryption and decryption information acquisition request to the algorithm server.
- Step 407 The algorithm server obtains the encryption and decryption information including the encryption and decryption algorithm and the encryption and decryption index, and sends the information to the IMweb server through the intranet.
- Step 408 The IMweb server encrypts the data to be sent by using an encryption and decryption algorithm in the encryption and decryption information, and sends the encryption and decryption index in the encrypted data and the encryption and decryption information to the browser through an HTTP channel.
- Step 409 After receiving the encrypted data and the encryption and decryption index, the browser sends an encryption and decryption information acquisition request including an encryption and decryption index to the HTTPS server.
- Step 410 The HTTPS server receives the encryption and decryption information acquisition request including the encryption and decryption index, and transmits an encryption and decryption information acquisition request including the encryption and decryption index to the algorithm server.
- Step 411 The algorithm server obtains an encryption and decryption algorithm corresponding to the received encryption and decryption index, and sends the encryption and decryption algorithm to the HTTPS server through the intranet, and the HTTPS server sends the encryption and decryption algorithm to the browser through the HTTPS channel.
- Step 412 The browser uses the received encryption and decryption algorithm to decrypt the encrypted data sent by the IMweb server. If the encryption and decryption algorithm is stored in the browser corresponding to the encryption/decryption index in step 403, the browser does not need to acquire from the HTTPS server again, but directly decrypts the received encrypted data by using the previously stored encryption and decryption algorithm.
- Steps 401-405 are processes for encrypting and transmitting data transmitted by the browser to the IMweb server.
- Steps 406-412 are processes for encrypting and transmitting data transmitted by the IMweb server to the browser, and steps 401 and 406 can be performed out of order.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Computing Systems (AREA)
- General Health & Medical Sciences (AREA)
- Bioethics (AREA)
- Storage Device Security (AREA)
- Computer And Data Communications (AREA)
- Information Transfer Between Computers (AREA)
Description
Claims
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/810,347 US8966243B2 (en) | 2010-12-22 | 2011-09-14 | Method and system for data encryption and decryption in data transmission through the web |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201010615134.6 | 2010-12-22 | ||
CN2010106151346A CN102546562A (zh) | 2010-12-22 | 2010-12-22 | 在web中传输数据时进行加解密的方法及系统 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2012083732A1 true WO2012083732A1 (zh) | 2012-06-28 |
Family
ID=46313114
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2011/079634 WO2012083732A1 (zh) | 2010-12-22 | 2011-09-14 | 在web中传输数据时进行加解密的方法及系统 |
Country Status (3)
Country | Link |
---|---|
US (1) | US8966243B2 (zh) |
CN (1) | CN102546562A (zh) |
WO (1) | WO2012083732A1 (zh) |
Families Citing this family (25)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9355389B2 (en) * | 2010-12-06 | 2016-05-31 | Voltage Security, Inc. | Purchase transaction system with encrypted payment card data |
CN102932345B (zh) * | 2012-10-26 | 2015-11-18 | 山东中创软件商用中间件股份有限公司 | 一种信息传输方法、装置及系统 |
CN104142866B (zh) * | 2013-05-06 | 2018-11-06 | 深圳市腾讯计算机系统有限公司 | 应用程序与数据平台系统的交互控制方法及系统 |
CN104519019B (zh) * | 2013-09-29 | 2019-09-13 | 腾讯科技(深圳)有限公司 | 一种信息传输方法、装置及系统 |
CN104954344A (zh) * | 2014-03-31 | 2015-09-30 | 小米科技有限责任公司 | 一种基于http协议的数据交互方法及装置 |
KR20160057873A (ko) * | 2014-11-14 | 2016-05-24 | 삼성전자주식회사 | 통신 방법, 전자 장치 및 저장 매체 |
CN104486321A (zh) * | 2014-12-11 | 2015-04-01 | 上海斐讯数据通信技术有限公司 | 一种Web数据交互方法、系统及相应的Web服务器 |
CN104506517A (zh) * | 2014-12-22 | 2015-04-08 | 中软信息系统工程有限公司 | Mips平台基于http协议加密传输方法 |
EP3254451B1 (en) * | 2015-02-04 | 2021-11-24 | Nokia Solutions and Networks Oy | Interception for encrypted, transcoded media |
CN105160529B (zh) * | 2015-09-30 | 2019-02-12 | 北京奇虎科技有限公司 | 一种安全支付或购物的方法及终端设备 |
CN105141881B (zh) * | 2015-09-30 | 2018-03-13 | 北京奇虎科技有限公司 | 一种进行视频通话的方法及终端设备 |
CN105208029B (zh) * | 2015-09-30 | 2018-01-16 | 北京奇虎科技有限公司 | 一种数据处理方法及终端设备 |
US9781081B1 (en) * | 2015-10-02 | 2017-10-03 | Amazon Technologies, Inc. | Leveraging transport-layer cryptographic material |
CN105812366B (zh) * | 2016-03-14 | 2019-09-24 | 携程计算机技术(上海)有限公司 | 服务器、反爬虫系统和反爬虫验证方法 |
CN106027646B (zh) * | 2016-05-19 | 2019-06-21 | 北京云钥网络科技有限公司 | 一种加速https的方法及装置 |
CN106899865A (zh) * | 2017-03-21 | 2017-06-27 | 万维云视(上海)数码科技有限公司 | 一种加密方法及装置、解密方法及装置以及安全系统 |
CN107632927A (zh) * | 2017-07-28 | 2018-01-26 | 北京北信源软件股份有限公司 | 一种在c/s架构中模拟数据加密的压力测试方法与装置 |
CN108786115B (zh) * | 2018-05-03 | 2021-06-01 | 南京赛宁信息技术有限公司 | 基于透明代理生成CTF动态Flag的方法及系统 |
CN108600257A (zh) * | 2018-05-08 | 2018-09-28 | 北京顶象技术有限公司 | 加解密方法及装置、计算机存储介质以及电子设备 |
CN108540495A (zh) * | 2018-05-08 | 2018-09-14 | 北京顶象技术有限公司 | 加解密方法及装置 |
CN109165511B (zh) * | 2018-08-08 | 2022-07-15 | 深圳前海微众银行股份有限公司 | Web安全漏洞处理方法、系统及计算机可读存储介质 |
CN110445764A (zh) * | 2019-07-11 | 2019-11-12 | 广州朗国电子科技有限公司 | 一种通信密保系统与方法、及加解密服务器 |
EP4042630A4 (en) * | 2019-10-11 | 2023-10-11 | American Express Travel Related Services Company, Inc. | EXECUTION OF AN INSTANCE-SPECIFIC CRYPTOGRAPHIC CODE IN A CRYPTOGRAPHIC COPROCESSOR |
CN112087467A (zh) * | 2020-09-18 | 2020-12-15 | 杭州弗兰科信息安全科技有限公司 | 一种基于web系统的信息加密传输方法及系统 |
CN114157646A (zh) * | 2021-11-05 | 2022-03-08 | 北方工业大学 | 一种视频监控终端国产密码应用系统及应用方法 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101304310A (zh) * | 2008-07-04 | 2008-11-12 | 成都卫士通信息产业股份有限公司 | 一种加固网络ssl服务的方法 |
CN101436933A (zh) * | 2007-11-16 | 2009-05-20 | 华为技术有限公司 | 一种https加密访问方法、系统及装置 |
US20090222888A1 (en) * | 2008-02-28 | 2009-09-03 | Microsoft Corporation | Communicating a password securely |
US20090220080A1 (en) * | 2008-02-29 | 2009-09-03 | Michael Herne | Application-Level Service Access to Encrypted Data Streams |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7454378B1 (en) * | 1997-08-22 | 2008-11-18 | Grenex Corp. | Exchange method and apparatus |
US6665709B1 (en) * | 2000-03-27 | 2003-12-16 | Securit-E-Doc, Inc. | Method, apparatus, and system for secure data transport |
US6978378B1 (en) * | 2000-05-12 | 2005-12-20 | Bluetie, Inc. | Secure file transfer system |
US6986040B1 (en) * | 2000-11-03 | 2006-01-10 | Citrix Systems, Inc. | System and method of exploiting the security of a secure communication channel to secure a non-secure communication channel |
US7996673B2 (en) * | 2004-05-12 | 2011-08-09 | Echoworx Corporation | System, method and computer product for sending encrypted messages to recipients where the sender does not possess the credentials of the recipient |
US7634572B2 (en) * | 2004-12-22 | 2009-12-15 | Slipstream Data Inc. | Browser-plugin based method for advanced HTTPS data processing |
US7865730B2 (en) * | 2006-01-30 | 2011-01-04 | Kronos Technology Systems Limited Partnership | Bcencryption (BCE)—a public-key based method to encrypt a data stream |
US20080072060A1 (en) * | 2006-08-28 | 2008-03-20 | Susan Cannon | Memory device for cryptographic operations |
US20080262970A1 (en) * | 2007-04-20 | 2008-10-23 | Info Tech, Inc. | System and method of electronic information delivery |
CN101127604B (zh) * | 2007-09-25 | 2010-06-23 | 中兴通讯股份有限公司 | 信息安全传输方法和系统 |
US20100037050A1 (en) * | 2008-08-06 | 2010-02-11 | Cuneyt Karul | Method and apparatus for an encrypted message exchange |
US20120023158A1 (en) * | 2009-04-14 | 2012-01-26 | Ashwin Kashyap | Method for secure transfer of multiple small messages |
-
2010
- 2010-12-22 CN CN2010106151346A patent/CN102546562A/zh active Pending
-
2011
- 2011-09-14 US US13/810,347 patent/US8966243B2/en active Active
- 2011-09-14 WO PCT/CN2011/079634 patent/WO2012083732A1/zh active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101436933A (zh) * | 2007-11-16 | 2009-05-20 | 华为技术有限公司 | 一种https加密访问方法、系统及装置 |
US20090222888A1 (en) * | 2008-02-28 | 2009-09-03 | Microsoft Corporation | Communicating a password securely |
US20090220080A1 (en) * | 2008-02-29 | 2009-09-03 | Michael Herne | Application-Level Service Access to Encrypted Data Streams |
CN101304310A (zh) * | 2008-07-04 | 2008-11-12 | 成都卫士通信息产业股份有限公司 | 一种加固网络ssl服务的方法 |
Also Published As
Publication number | Publication date |
---|---|
CN102546562A (zh) | 2012-07-04 |
US8966243B2 (en) | 2015-02-24 |
US20130117555A1 (en) | 2013-05-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2012083732A1 (zh) | 在web中传输数据时进行加解密的方法及系统 | |
US8925046B2 (en) | Device, method, and recording medium | |
CN113067699B (zh) | 基于量子密钥的数据共享方法、装置和计算机设备 | |
KR100867130B1 (ko) | 보안 데이터 송수신 시스템 및 방법 | |
US20170317823A1 (en) | Zero Knowledge Encrypted File Transfer | |
Garg et al. | An efficient and secure data storage in Mobile Cloud Computing through RSA and Hash function | |
WO2016086546A1 (zh) | 网络保密数据明文的采集方法及系统 | |
CN111818196B (zh) | 域名解析方法、装置、计算机设备和存储介质 | |
CN101640682A (zh) | 一种改善Web服务安全性的方法 | |
US10063655B2 (en) | Information processing method, trusted server, and cloud server | |
CN104283680A (zh) | 一种数据传输的方法、客户端、服务器及其系统 | |
CN104992100B (zh) | 用于电子文档流转的虹膜动态加密解密系统及方法 | |
JP2007142504A (ja) | 情報処理システム | |
US20240154944A1 (en) | Encrypted data communication and gateway device for encrypted data communication | |
CN104506530B (zh) | 一种网络数据处理方法及装置、数据发送方法及装置 | |
CN109194650B (zh) | 基于文件远距离加密传输系统的加密传输方法 | |
Hussain et al. | Boost Secure Sockets Layer against Man-in-the-Middle Sniffing Attack via SCPK | |
US9355274B2 (en) | Method and device for archiving a document | |
JP6125196B2 (ja) | ネットワークシステム、ネットワークシステム用電子データの管理方法、そのためのプログラム及び、プログラムの記録媒体 | |
JP2020127084A (ja) | 暗号化システム及び暗号化方法 | |
JP6167598B2 (ja) | 情報処理装置、情報処理方法、および、コンピュータ・プログラム | |
Yang | Mobile Payment Security in the Context of Big Data: Certificateless Public Key Cryptography. | |
CN114978564B (zh) | 基于多重加密的数据传输方法及装置 | |
Kuntze et al. | Trustworthy content push | |
US20230041783A1 (en) | Provision of digital content via a communication network |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 11850591 Country of ref document: EP Kind code of ref document: A1 |
|
WWE | Wipo information: entry into national phase |
Ref document number: 13810347 Country of ref document: US |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 08/11/2013) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 11850591 Country of ref document: EP Kind code of ref document: A1 |