WO2010012162A1 - 下载、下发文件的处理方法和装置 - Google Patents

下载、下发文件的处理方法和装置 Download PDF

Info

Publication number
WO2010012162A1
WO2010012162A1 PCT/CN2009/071035 CN2009071035W WO2010012162A1 WO 2010012162 A1 WO2010012162 A1 WO 2010012162A1 CN 2009071035 W CN2009071035 W CN 2009071035W WO 2010012162 A1 WO2010012162 A1 WO 2010012162A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
download
character
feature character
downloaded
Prior art date
Application number
PCT/CN2009/071035
Other languages
English (en)
French (fr)
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 CN200980000011.7A priority Critical patent/CN101816198A/zh
Publication of WO2010012162A1 publication Critical patent/WO2010012162A1/zh

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/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/102Entity profiles
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]

Definitions

  • the present invention relates to the field of communications, and in particular, to a method, a device, and a method and apparatus for processing a downloaded file.
  • 0MA Open Mobi le Al l iance, Open Mobile Alliance
  • DL0TA Download Over-The-Ai r, over-the-air download
  • the purpose of the specification design is to define a set of download protocols with status notifications, so that the sending side can understand the download file of the download side. This download method is called 0MA download.
  • Step 1 The download device downloads the file download description information from the download server;
  • the DD file contains a description of the file, including the file size, the file name, the file type, the download URL address corresponding to the file, the URL address sent by the download completion report, the URL address sent using the report, the version number, and the provider information. .
  • the third step capability verification
  • the Download Agent checks whether the download device satisfies the conditions for using the file by using the information in the DD file.
  • Step 4 User confirmation (optional);
  • the download agent initiates a request to obtain a file according to the address of the URL in the DD file. After the downloading of the file is received, the file is sent to the download terminal through the HTTP (Hypertext Transfer Protocol) protocol. If the file fails to be obtained, the download agent sends a status report with an error code.
  • HTTP Hypertext Transfer Protocol
  • the eighth step sends a status report
  • the embodiment of the invention provides a method and a device for processing a downloaded file, and a processing method and device for issuing a file, which improves the security of the user using the downloaded file.
  • a processing device for downloading files comprising:
  • a receiving unit configured to receive a feature character of the file, where the feature character of the file is generated by the file sending end according to the file indicated by the file download description information;
  • a download unit configured to download the file
  • a generating unit configured to generate a new feature character of the file according to the downloaded file
  • a comparing unit configured to compare the generated new feature character of the file with the received file feature character
  • a processing device for delivering a file comprising:
  • a sending unit configured to send the file feature character, so that the downloading end generates a file new feature character according to the downloaded file; comparing the generated file new feature character with the received file feature character; As a result of the comparison, the downloaded file is processed.
  • the file sending end generates the file feature character generated by the file indicated by the file description information, and sends the file feature character to the file downloading end, and the file downloading end downloads according to the file sending end.
  • the file generates a new feature character; the file download end compares the generated new feature character with the received file feature character; according to the comparison result, the download
  • the files are processed.
  • the file new feature character is generated according to the downloaded file, and the file feature character is generated according to the file indicated by the file download description information, and the file downloading end generates an algorithm for the new feature character according to the downloaded file, and the file sending end downloads the description information according to the file.
  • the algorithm for instructing the file to generate the feature characters of the file is the same.
  • the comparison result between the new feature character and the file feature character of the file is consistent. If the file changes during the download process, the file is new. The feature characters and the file feature characters are inconsistent, and the mechanism for judging whether the downloaded file is falsified is added, the security of the downloaded user is improved, and the downloaded file is used by the user downloading terminal, thereby posing a threat to the security of the user.
  • FIG. 1 is a flow chart of a first embodiment of a method for processing a download file according to the present invention
  • FIG. 2 is a flow chart of a second embodiment of a method for processing a download file according to the present invention
  • FIG. 3 is a flowchart of a first embodiment of a method for processing a file to be sent according to the present invention
  • FIG. 4 is a flow chart of a second embodiment of a method for processing a file to be sent according to the present invention.
  • FIG. 7 is a structural diagram of a first embodiment of a processing apparatus for downloading a file according to the present invention.
  • an embodiment of the present invention provides a method for processing a downloaded file.
  • the processing method for downloading a file includes: When requesting to download a file,
  • the file download end generates a new feature character of the file; that is, the download end generates a new feature character of the file according to the downloaded file; and the method for generating the new feature character of the file is as follows, but is not limited to the following methods:
  • the content of the collection file and the character of the download end are used as new feature characters of the file;
  • the content of the file is used as a new feature character of the file; the new feature character algorithm of the file generated by this method is relatively simple, and the system performance requirements are not high.
  • the content of the file may be all bytes or partial bytes of the file.
  • the download end characteristic character is any one of a download end number, a download end device serial number, a download end model number, or any combination therebetween.
  • the key on the download side is pre-used.
  • the standard public/private key mechanism can be used.
  • the general download side pre-produces some standard institution public/private key certificates, such as CA (Certificate Authority). Center) certificate.
  • the encryption algorithm may include: a symmetric encryption algorithm, an asymmetric encryption algorithm, and a hash algorithm.
  • a symmetric encryption algorithm uses the same secret key for both encryption and decryption, and both parties must obtain the key and keep the key secret. Common algorithms are:
  • Asymmetric encryption algorithm The encryption key (public key) and the decryption key (private key) used by the asymmetric key encryption system are different. Common algorithms are:
  • DSA Digital Signature Algorithm
  • Hash algorithm hash function can process the indefinite length information (original) to obtain a fixed length summary information string, and use the same hash algorithm for the same original text, each time The resulting message summary string is the same.
  • the Hash algorithm is unidirectional, and once the data is converted, it is impossible to obtain its original value in a deterministic way. In most cases, the length of the original text exceeds the length of the summary information string. Therefore, during the hash calculation process, the original text information is partially lost, which makes the original text incapable of being heavy from the summary information.
  • the content of the file may be all bytes or partial bytes of the file.
  • the download end characteristic character is any one of a download end number, a download end device serial number, a download end model number, or any combination therebetween.
  • the file downloading end compares the generated new feature character of the file with the received file feature character.
  • the file downloading end processes the downloaded file according to the result of the comparing.
  • the method for processing the downloaded file according to the embodiment of the present invention increases the mechanism for judging whether the downloaded file has been tampered with, improves the security of the downloaded user, and avoids the user downloading the used downloaded file, and the user is safe. Sexual threats.
  • the method for processing the downloaded file according to the embodiment of the present invention increases the mechanism for judging whether the downloaded file has been tampered with, improves the security of the downloaded user, and avoids the user downloading the used downloaded file, and the user is safe. Sexual threats.
  • an embodiment of the present invention provides a method for processing a file to be delivered.
  • Example 1
  • synthesizing one or a combination of the content of the file and the characteristic character and the key of the downloading end encoding the information after the digest to generate a new characteristic character of the file; or encrypting the content of the file to generate a new feature character of the file; or, encrypting any one or a combination of the content of the file and the character and key of the download end to generate a new feature character of the file; or, collecting the content and download characteristics of the file
  • the character is a new feature character of the file; or, the content of the file is a new feature character of the file; wherein the download request of the file download description information carries the download end characteristic character;
  • the sending end receives the file request that carries the URL of the issued file, and delivers the file according to the URL. Specifically, when the file downloading end receives the updated file download description information sent by the file sending end, the file downloading end can download the file carried in the description information according to the updated file.
  • the resource locator URL is used for file download.
  • the method for processing the delivered file receives a download request of the file download description information; generates a feature character of the file according to the download request of the file download description information; and sends the file feature character, so that the download end passes the received file
  • the feature character is compared with the locally generated new file feature character, and it is judged whether the file has been tampered with during the issuance process, thereby increasing the security of downloading the file at the download end.
  • the embodiment of the present invention provides a system for transmitting a file, including: a file downloading end 1 0, configured to receive a file universal resource locator URL, and a file feature character; Downloading a file; generating a file feature character according to the downloaded file; comparing the generated file feature character with the received file feature character; processing the downloaded file according to the comparison result; the file sending end 20, for receiving the file download description information a download request; generating a file feature character according to the download request of the file download description information; sending the file feature character; wherein the file download end 10 generates an algorithm for the new feature character according to the downloaded file and the file issue end 20 according to the file
  • the algorithm for downloading the feature characters of the file generation file indicated by the description information is the same.
  • the file downloading end 10 receives the file feature character, which is: receiving the file download description information, wherein the file download description carries the file feature character; and parsing the file feature character from the file download description information;
  • the sending of the file feature character by the sending end 20 is specifically: adding the file feature character to the file download description information; and downloading the file download description information added with the file feature character.
  • the file sending end receives the download request of the file download description information; generates a file feature character according to the download request of the file download description information; and sends the file feature character.
  • the sending end updates the DD file by using the generated file feature characters, and the updated DD file carries the generated file feature characters.
  • the download end receives the DD file, parses out the received file feature characters from the DD file, and verifies whether the download end has the ability to use the file according to the information in the DD file, and the verification step is optional.
  • the download side displays part of the information of the DD file to the user, and the user confirms the download. This step is optional. If the customer confirms the download, proceed to the next step.
  • the download side generates a new feature character of the file according to the downloaded file and the characteristic character of the download end.
  • the algorithm for generating a new feature character of the file and the character file for generating the file at the download end are consistent.
  • the download end processes the downloaded file according to the comparison result.
  • the download side uses the file, and the software can be used to install the downloaded application software, or To play the downloaded media file; if the comparison results are inconsistent, discard the downloaded file.
  • the downloading end sends a processing status report to the sending end; in the case that the comparison result is consistent, the status report sent by the downloading end carries the downloading file as the correct prompting code; if the comparison result is inconsistent, the downloading status report is carried in the status report.
  • the file is the wrong prompt code.
  • the sending end completes the charging for the user according to the processing status.
  • the downloader After receiving the response, the downloader prompts the user according to the correctness of the downloaded file. If the comparison result is consistent, the downloader prompts the user to download the file legally and can use it; if the comparison result is inconsistent, the downloader prompts the user to download the file illegally and cannot use it.
  • the embodiment of the present invention blocks the use of the file when the file is tampered with during the transmission process, thereby ensuring the security of the user at the download end.
  • the receiving unit 51 is configured to receive a feature character of the file, where the feature character of the file is generated by the file sending end according to the file indicated by the file download description information;
  • the downloading unit 52 is configured to download the file;
  • the generating unit 53 is configured to generate a new feature character of the file according to the downloaded file, and the comparing unit 54 is configured to compare the generated file new feature character with the received file feature character
  • the processing unit 55 is configured to process the downloaded file according to the result of the comparison.
  • the processing unit 55 includes: a using unit 551, when the results of the comparison are consistent, using the downloaded file; abandoning unit 552, when the results of the comparison are inconsistent, Discard the downloaded file.
  • the generating unit 53 is configured to: according to the downloaded file, generate a new feature character of the file, where: the content of the file is summarized; and the summarized information is encoded to generate the file feature character;
  • the content of the file and one of the download end characteristic characters and the key or a combination thereof are summarized; the information after the digest is encoded to generate the characteristic character of the file; or, the content of the file is encrypted. And generating the file feature character; or, performing an encryption operation on the content of the file and any one of the download end characteristic characters and the key or a combination thereof, to generate the file feature character; or, for example, collecting the content of the file And downloading the characteristic character as a file feature character; or, the content of the file is used as a file feature character; wherein the content of the file may be all bytes or partial bytes of the file, and downloading the description information of the file
  • the request carries the download-side feature character.
  • the download end characteristic character is any one of a download end number, a download end device serial number, a download end model number, or any combination therebetween.
  • the receiving unit 51 includes: a file download description information receiving unit 51 1 , configured to receive file download description information, where the file download description carries a file feature character;
  • the parsing unit 512 is configured to parse the file feature word from the file download description information.
  • the receiving unit receives the feature character of the file; the download unit downloads the file; the generating unit generates a new feature character of the file according to the downloaded file; and the new feature of the file generated by the comparing unit
  • the character is compared with the received file feature character; the processing unit processes the downloaded file according to the result of the comparison, and compares the generated file feature character with the received file feature character to determine whether the downloaded file is ⁇ According to the comparison result, the downloaded file is processed, which improves the security of the user's use of the downloaded file.
  • an embodiment of the present invention provides a processing device for delivering a file, including:
  • the generating unit 71 is configured to: when the file downloading end requests to download the file, generate a file feature character according to the file to be delivered indicated by the download request of the file download description information;
  • a sending unit 72 configured to send the file feature character, so that the downloading end generates a file new feature character according to the downloaded file; and compare the generated file new feature character with the received file feature character; As a result of the comparison, the downloaded file is processed.
  • the generating unit 71 generates a file feature character according to the file to be sent according to the download request of the file download description information, and specifically generates:
  • the content of the file may be all bytes or partial bytes of the file.
  • the download request of the file download description information carries a download end characteristic character.
  • the download end characteristic character is any one of a download end number, a download end device serial number, a download end model number, or any combination therebetween.
  • the algorithm for generating the file feature character in the processing device that issues the file is consistent with the algorithm for generating the file new feature character in the processing device that downloads the file.
  • the processing device that delivers the file further includes: a receiving unit 73, configured to receive a download request of the file download description information; and a searching unit 74, configured to find a file download description information corresponding to the next File sent.
  • the sending unit 72 includes: an adding unit 721, configured to add the file feature character to the file download description information, and a sending unit 722, configured to send the file download description information that adds the file feature character .
  • the storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), or a Random Acces s Memory (RAM).
  • ROM Read-Only Memory
  • RAM Random Acces s Memory

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Storage Device Security (AREA)

Description

下载、 下发文件的处理方法和装置
本申请要求于 2008 年 7 月 30 日提交中国专利局、 申请号为 200810135119.4、 发明名称为"下载、 下发文件的处理方法、 装置以及传输文 件的系统"的中国专利申请的优先权, 其全部内容通过引用结合在本申请中。 技术领域
本发明涉及通信领域, 尤其涉及下载文件的处理方法、 装置和下发文件 的处理方法、 装置。
背景技术
0MA ( Open Mobi le Al l iance, 开放移动联盟 ) DL0TA ( Download Over-The-Ai r, 空中下载)是 0MA组织制定的一套关于移动设备如何通过 0TA 的方式从下发端侧获取文件的规范。 该规范设计的目的是定义一套带有状态 通知的下载协议, 从而使下发端侧能够了解到下载端下载文件的情况, 这种 下载方式被称之为 0MA下载。
以下描述 0MA DL0TA协议下载的基本过程:
下载端设备中的查找程序, 找到感兴趣的文件, 并获取相关的指向信息, 指向信息一般为 DD ( Download Descr iptor , 下载描述信息) 文件的 URL ( Uniform Resource Loca tor , 通用资源定位符), 从而启动如下的下载流程: 第一步: 下载端设备从下载下发端下载文件下载描述信息;
第二步: 移动下载端启动下载代理, 处理文件下载描述信息;
下载端接收到 DD 文件后, 该文件会被下载端的下载代理 (Download Agent )解析, 并显示其中的内容。 此 DD文件中含有对文件的描述, 其中包 括文件大小、 文件名称、 文件类型、 文件对应的下载 URL地址、 下载完成报 告发送的 URL地址、 使用报告发送的 URL地址、 版本号和提供者信息等。
第三步: 能力校验;
下载代理(Download Agent )通过 DD文件中的信息, 校验该下载端设备 是否满足使用此文件的条件。 第四步: 用户确认(可选);
下载端设备的下载代理在解析完成 DD文件之后, 将下载描述信息显示给 用户, 用户确认是否下载该文件。
第五步: 下载文件;
下载代理按照 DD文件中 URL的地址发起获取文件的请求。 下载下发端收 到获取文件请求后通过 HTTP ( Hyper text Transfer Protocol, 超文本传输协 议)协议将文件下发到下载端。 如果获取文件失败, 下载代理发送一个携带 错误码的状态报告。
第六步: 发送下载完成报告(可选);
下载端设备完成文件的下载后, 下载代理根据下载的结果向下载下发端 发送下载状态报告, 下载下发端端根据下载状态报告进行相应操作。
第七步: 使用文件;
下载端设备对下载完毕的文件进行使用。
第八步 发送状态报告;
下载端设备根据文件使用的结果向下载下发端发送使用状态报告, 下发 端根据使用状态报告进行相应操作。
发明内容
本发明实施例提供一种下载文件的处理方法和装置, 以及下发文件的处 理方法和装置, 提高了用户使用下载文件的安全性。
为达到上述目的, 本发明的实施例釆用如下技术方案:
一种下载文件的处理方法, 包括: 文件下载端发起请求下载文件时, 接收文件的特征字符; 其中, 所述文件的特征字符是文件下发端根据文 件下载描述信息所指示的文件生成;
下载所述文件;
根据所述下载的文件, 生成文件新特征字符;
将生成的文件新特征字符与接收的文件特征字符进行比较; 根据所述比较的结果, 对所述下载的文件进行处理。
一种下发文件的处理方法, 包括:
当文件下载端请求下载文件时, 根据文件下载描述信息的下载请求所指 示的将要下发的文件, 生成文件特征字符;
下发所述文件特征字符, 以便于下载端根据所述下载文件生成文件新特 征字符; 将所述生成的文件新特征字符与接收的文件特征字符进行比较; 根据所述比较的结果, 对所述下载的文件进行处理。
一种下载文件的处理装置, 包括:
文件下载端发起请求下载文件时,
接收单元, 用于接收文件的特征字符; 其中, 所述文件的特征字符是文 件下发端根据文件下载描述信息所指示的文件生成;
下载单元, 用于下载所述文件;
生成单元, 用于根据下载的文件, 生成文件的新特征字符;
比较单元, 用于将生成的文件新特征字符与接收的文件特征字符进行比 较;
处理单元, 用于根据所述比较的结果, 对所述下载的文件进行处理。 一种下发文件的处理装置, 包括:
生成单元, 用于当文件下载端请求下载文件时, 根据文件下载描述信息 的下载请求所指示的将要下发的文件, 生成文件特征字符;
下发单元, 用于下发所述文件特征字符, 以便于下载端根据所述下载文 件生成文件新特征字符; 将所述生成的文件新特征字符与接收的文件特征字 符进行比较; 根据所述比较的结果, 对所述下载的文件进行处理。
本发明实施例所述的方案, 文件下发端根据文件下载描述信息所指示的 文件生成的文件特征字符, 并下发所述文件特征字符给文件下载端, 文件下 载端根据从文件下发端下载的文件生成文件新特征字符; 文件下载端将生成 的文件新特征字符与接收的文件特征字符进行比较; 根据比较结果, 对下载 的文件进行处理。 文件新特征字符根据下载的文件生成, 文件特征字符根据 文件下载描述信息所指示的文件生成, 所述文件下载端根据下载的文件生成 文件新特征字符的算法与文件下发端根据文件下载描述信息所指示的文件生 成文件特征字符的算法相同, 如果在下载的过程中文件没有发生变化, 则文 件新特征字符和文件特征字符比较结果为一致, 如果在下载的过程中文件发 生了变化, 则文件新特征字符和文件特征字符比较不一致, 增加了判断下载 的文件是否被篡改的机制, 提高了下载用户的安全性, 避免了用户下载端使 用被篡改的下载文件, 而对用户的安全性造成威胁。
附图说明
图 1为本发明下载文件的处理方法的第一实施例流程图;
图 2为本发明下载文件的处理方法的第二实施例流程图;
图 3为本发明下发文件的处理方法的第一实施例流程图;
图 4为本发明下发文件的处理方法的第二实施例流程图;
图 5为本发明实施例传输文件的系统的结构图;
图 6为本发明实施例传输文件的系统应用场景的流程图;
图 7为本发明下载文件的处理装置第一实施例的结构图;
图 8为本发明下载文件的处理装置第二实施例的结构图;
图 9为本发明下发文件的处理装置第一实施例的结构图;
图 10为本发明下发文件的处理装置第二实施例的结构图。
具体实施方式 为使本发明实施例的技术方案的优点更加清楚, 下面结合附图和具体实 施例对本发明的实施例作进一步的详细说明。
一方面, 本发明实施例提供一种下载文件的处理方法。
实施例 1
如图 1 所示, 本发明实施例下载文件的处理方法包括: 当文件下载端发 起请求下载文件时,
5101, 文件下载端接收文件的特征字符; 其中, 所述文件的特征字符是 文件下发端根据文件下载描述信息所指示的文件生成; 该步骤可以为:
(a)接收文件下载描述信息, 所述文件下载描述中携带文件特征字符; ( b )从所述文件下载描述信息中解析出所述文件特征字符。
5102, 文件下载端下载所述文件;
5103,根据所述下载的文件,文件下载端生成文件新特征字符;也就是说, 下载端根据下载的文件生成文件新特征字符; 其生成文件新特征字符的方法 如下, 但不限于如下方法:
(1 )对文件的内容进行摘要; 对摘要后的信息进行编码; 例如,釆用 SHA (Secure Hash Algorithm, 安全散列算法)算法将文件的内容进行摘要后, 并进行 Base64编码后就生成文件新特征字符;
(2)或者为, 对文件的内容与下载端特性字符或者密钥中的一个或者它 们的组合进行摘要; 对摘要后的信息进行编码; 这个方法生成的文件新特征 字符安全性比较高。 此步骤可以为以下几种:
(a)对文件的内容与下载端特性字符进行摘要; 对摘要后的信息进行编 码, 生成文件新特征字符;
(b)对文件的内容与密钥进行摘要; 对摘要后的信息进行编码, 生成文 件新特征字符;
(c)对文件的内容与下载端特性字符以及密钥进行摘要; 对摘要后的信 息进行编码, 生成文件新特征字符;
( 3)或者为, 对文件的内容进行加密运算, 生成文件新特征字符;
(4)或者为, 对文件的内容与下载端特性字符和密钥中的任何一个或者 它们的组合进行加密运算, 生成文件新特征字符; 此步骤可以为以下几种: (a)对文件的内容与下载端特性字符进行加密运算, 生成文件新特征字 付;
(b)对文件的内容与密钥进行加密运算, 生成文件新特征字符;
(c)对文件的内容与下载端特性字符以及密钥进行加密运算, 生成文件 新特征字符;
(5)或者为, 釆集文件的内容和下载端特性字符作为文件新特征字符;
(6)或者为, 釆集文件的内容作为文件新特征字符; 这个方法生成的文 件新特征字符算法比较简单, 对系统性能的要求不高。 其中, 所述文件的内容可以为文件的全部字节或者部分字节。 所述下载 端特性字符为下载端号码、 下载端设备序号、 下载端型号中的任意一个或者 它们之间的任意组合。 其中, 下载端的密钥是预先使用, 例如可以釆用标准公钥 /私钥机制, ― 般的下载端在出厂前都会预制一些标准机构的公钥 /私钥证书, 如 CA ( Certificate Authority, 认证中心)证书。 其中, 加密算法可以包括: 对称加密算法、 非对称加密算法、 以及散列 算法。
(1 )对称加密算法。 对称钥匙加密系统是加密和解密均釆用同一把秘密 钥匙, 而且通信双方都必须获得这把钥匙, 并保持钥匙的秘密。 常用算法有:
(a) DES (Data Encryption Standard, 数据加密标准), 这种算法速度较 快, 适用于加密数据量较大的场合。
(b) 3DES ( Triple DES): 于 DES, 对一块数据用三个不同的密钥进行 三次加密, 加密强度更高。
(c) AES ( Advanced Encryption Standard, 高级力口密标准), 是下一代的 加密算法标准, 速度快, 安全级别高; (d)异或算法。
(2)非对称加密算法: 非对称密钥加密系统釆用的加密钥匙(公钥)和 解密钥匙(私钥)是不同的。 常用算法有:
(a) RSA: 是一个支持变长密钥的公共密钥算法, 需要加密的文件块的长 度也是可变的;
(b) DSA (Digital Signature Algorithm): 数字签名算法, 是一种标准 的 DSS (数字签名标准);
(c) ECC (Elliptic Curves Cryptography, 椭圓曲线密码编码学)。
( 3)散列(Hash)算法 散列的作用是可以将不定长的信息(原文)经过处理后得到一个定长的摘 要信息串, 对同样的原文用同样的散列算法进行处理, 每次得到的信息摘要 串相同。 Hash算法是单向的, 一旦数据被转换, 就无法再以确定的方法获得 其原始值。 在大多数情况下, 原文的长度都超过摘要信息串的长度, 因此, 在散列计算过程中, 原文的信息被部分丟失, 这使得原文无法从摘要信息重
常用散列算法包括: MD5 (Message-Digest Algorithm, 信息摘要算法) 和 SHA ( Secure Hash Algorithm, 安全散列算法)。 其中, 所述文件的内容可以为文件的全部字节或部分字节。 所述下载端特性字符为下载端号码、 下载端设备序号、 下载端型号中的 任意一个或者它们之间的任意组合。
S104, 文件下载端将生成的文件新特征字符与接收的文件特征字符进行 比较;
该步骤中, 如果在下载的过程中文件没有发生变化, 则文件新特征字符 和文件特征字符比较结果为一致, 如果在下载的过程中文件发生了变化, 则 文件新特征字符和文件特征字符比较不一致。
S105,根据所述比较的结果, 文件下载端对所述下载的文件进行处理。 本发明实施例所述的下载文件的处理方法, 增加了判断下载的文件是否 被篡改的机制, 提高了下载用户的安全性, 避免了用户下载端使用被篡改的 下载文件, 而对用户的安全性造成威胁。
实施例 2 一种下载文件的处理方法, 如图 2所示, 包括:
5201 ,下载端从下发端接收文件下载描述信息, 所述文件下载描述中携带 文件特征字符、 表示下发端是否支持下载文件防篡改功能的字段、 以及文件 的 URL;
5202,从所述文件下载描述信息中分别解析出表示下发端是否支持下载 文件防篡改功能的字段、 文件特征字符, 以及文件的 URL;
5203,根据表示下发端是否支持下载文件防篡改功能的字段、 判断下发端 是否支持下载文件防篡改功能, 从而进行不同的处理。 如果下发端支持下载 文件防篡改功能, 则进行下一步骤。
5204,才艮据解析出的 URL,下载所述文件;
5205,根据所述下载的文件, 生成文件新特征字符; 其中, 生成文件新特征字符的方法与实施例 1 中生成新特征字符的方法 相同, 这里不再赘述。
5206,将生成的文件新特征字符与接收的文件特征字符进行比较;
5207,根据所述比较的结果, 对所述下载的文件进行处理。 其中, 当比较结果一致时, 使用所述下载的文件; 使用下载的文件可以 为安装下载的应用软件, 或者为播放下载的多媒体文件等等。 当比较结果不一致时, 放弃使用所述下载的文件, 放弃使用下载的文件 可以为删除下载的文件或者为不安装下载的文件等等。 本发明实施例所述的下载文件的处理方法, 增加了判断下载的文件是否 被篡改的机制, 提高了下载用户的安全性, 避免了用户下载端使用被篡改的 下载文件, 而对用户的安全性造成威胁。
另一方面, 本发明实施例提供了一种下发文件的处理方法。 实施例 1
如图 3所示, 本发明实施例一种下发文件的处理方法包括:
5301 , 当文件下载端请求下载文件时, 下发端根据文件下载描述信息的 下载请求所指示的将要下发的文件, 生成文件特征字符; 具体的, 就是下发 端根据获取的文件下载描述信息的下载请求查找到相应的下载文件, 根据所 述文件, 生成文件特征字符; 其中, 下发文件的处理方法中生成特征字符和下载文件的处理方法中生 成文件新特征字符的算法相同, 因此能够验证下发的文件是否被篡改。
5302, 下发端下发所述文件特征字符, 以便于下载端根据所述下载文件 生成文件新特征字符; 将所述生成的文件新特征字符与接收的文件特征字符 进行比较; 根据所述比较的结果, 对所述下载的文件进行处理。 本发明实施例下发文件的处理方法, 根据文件下载端所发送的文件下载 描述信息的下载请求, 生成文件特征字符; 以便于下载端根据所述下载文件 生成文件新特征字符; 将所述生成的文件新特征字符与接收的文件特征字符 进行比较; 根据所述比较的结果, 对所述下载的文件进行处理。 因此增加了 判断下载文件是否被篡改的机制, 增加了文件下载端的安全性。
实施例 2
如图 4所示, 本发明实施例提供了一种下发文件的处理方法, 包括: S401 , 下发端接收文件下载描述信息的下载请求; 5402, 下发端查找文件下载描述信息对应的将要下发的文件;
5403, 根据文件下载描述信息对应的将要下发的文件, 下发端生成文件 的特征字符; 该步骤的具体实现过程如下:
对文件的内容进行摘要; 对摘要后的信息进行编码, 生成文件的新特征 字符;
或者, 对文件的内容与下载端特性字符和密钥中的一个或者它们的组合 进行摘要; 对摘要后的信息进行编码, 生成文件的新特征字符; 或者, 对文件的内容进行加密运算, 生成文件的新特征字符; 或者, 对文件的内容与下载端特性字符和密钥中的任何一个或者它们的 组合进行加密运算, 生成文件的新特征字符; 或者, 釆集文件的内容和下载端特性字符作为文件的新特征字符; 或者, 釆集文件的内容作为文件的新特征字符; 其中, 所述文件下载描述信息的下载请求中携带下载端特性字符; 所述
所述下载端特性字符为下载端号码、 下载端设备序号、 下载端型号中的 任意一个或者它们之间的任意组合。 所述散列算法为: MD5、 或 SHA-1、 或 MAC 算法、 或异或算法。 其中, 下发文件的处理方法中生成特征字符和下载文件的处理方法中生 成文件新特征字符的算法是对应的, 同时釆用相同的算法, 因此能够验证下 发的文件是否被篡改。
由于更新前的文件下载描述信息中携带文件通用资源定位符 URL, 因此, 更新后的文件下载描述信息携带生成的文件特征字符以及文件通用资源定位 符 URL。 5405 , 下发端下发更新后的文件下载描述信息。
5406 , 下发端接收携带下发文件 URL的下发文件请求, 根据所述 URL下 发文件。 具体的讲, 就是当所述的文件下载端接收到文件下发端下发的更新 后的文件下载描述信息时, 文件下载端即可根据所述更新后的文件下载描述 信息中所携带的文件通用资源定位符 URL进行文件下载。 本发明实施例所述的下发文件的处理方法, 接收文件下载描述信息的下 载请求; 根据文件下载描述信息的下载请求生成文件的特征字符; 下发文件 特征字符, 使得下载端通过接收的文件特征字符与本地生成的新文件特征字 符比较, 而判断下发过程中文件是否被篡改, 增加了下载端下载文件的安全 性。 另一方面, 如图 5所示, 本发明实施例提供一种传输文件的系统, 包括: 文件下载端 1 0 , 用于接收文件通用资源定位符 URL、 以及文件特征字符; 根据文件 URL 的指向下载文件; 根据下载的文件生成文件特征字符; 将生成 的文件特征字符与接收的文件特征字符进行比较; 根据比较结果, 对下载的 文件进行处理; 文件下发端 20 , 用于接收文件下载描述信息的下载请求; 根据文件下载 描述信息的下载请求生成文件特征字符; 下发文件特征字符; 其中, 所述文件下载端 1 0根据下载的文件生成文件新特征字符的算法与 文件下发端 20根据文件下载描述信息所指示的文件生成文件特征字符的算法 相同。 文件下发端 20 , 还用于接收下发文件的请求, 并下发文件。 文件下载端 1 0可以为手机、 PDA (个人数字助理)、 计算机等, 文件下发 端 20可以为服务器等。 所述文件下载端 1 0对下载的文件进行处理具体为: 当比较结果一致时, 使用所述下载的文件; 当比较结果不一致时, 放弃 使用所述下载的文件。 所述文件下载端 10接收文件特征字符具体为: 接收文件下载描述信息, 所述文件下载描述中携带文件特征字符; 从所述文件下载描述信息中解析出 所述文件特征字符; 所述文件下发端 20下发所述文件特征字符具体为: 将所述文件特征字符 添加到文件下载描述信息中; 下发添加有文件特征字符的文件下载描述信息。 本发明实施例的所述的传输文件的系统, 文件下发端接收文件下载描述 信息的下载请求; 根据文件下载描述信息的下载请求生成文件特征字符; 下 发文件特征字符。 文件下载端接收文件通用资源定位符 URL、 以及文件特征字 符; 根据文件 URL 的指向下载文件; 根据下载的文件生成文件特征字符; 将 生成的文件特征字符与接收的文件特征字符进行比较; 根据比较结果, 对下 载的文件进行处理; 本发明实施例增加了判断下载的文件是否篡改的机制, 提高了下载用户的安全性, 避免了用户下载端使用被篡改的内容, 而对用户 的安全性造成威胁。 本发明实施例所述的下载文件的处理方法, 可以应用于下载的场景, 即, 应用于 0MA协议。 如图 6所示, 以下以 0MA协议下载文件为例, 描述本发明实施例传输文 件的系统的应用场景的下载流程。 本领域技术人员可以了解, 本发明实施例 不局限于 0MA协议, 也并不局限于无线下载和 internet下载, 可以应用于下 载过程中有下载描述信息过程的其它下载流程。 本发明实施例不仅应用于下 载过程为 Cl ient/Server (客户机 /服务器)模式,也可以适用于 peer- to- peer (点对点)模式中。 传输文件的流程如下:
1、 通过门户网站, 也可以是用户网站间的彩信、 EMAIL等各种手段, 下 载端发现文件可供下载, 并获得文件下载描述信息对应的 URL。
2、 下载端根据获得的文件下载描述信息对应的 URL , 向下发端请求要下 载文件对应的 DD文件, 请求中携带下载端的特性字符。
3、 下发端接收下载端下载文件对应的 DD文件的请求, 解析出请求中携 带的下载端特性字符, 并且查找 DD对应的将要下发的文件, 并对将要下发的 文件以及下载端特性字符进行加密运算, 生成文件的特征字符。 生成文件的
4、 下发端使用生成的文件特征字符更新 DD文件, 所述更新后的 DD文件 携带生成的文件特征字符。
5、 下发端将更新后的 DD文件下发给下载端。
6、 下载端接收 DD文件, 从 DD文件中解析出接收的文件特征字符, 并根 据 DD文件中的信息,校验下载端是否有能力使用该文件,检验的步骤为可选。
7、 下载端将 DD文件的部分信息显示给用户, 由用户确认下载, 此步骤 为可选。 如果客户确认下载后, 则进行下一步骤。
8、 下载端才艮据 DD文件中的信息获取文件的下载地址 URL, 并才艮据 URL的 指向向下发端索取文件。
9、 下载端下载下发端下发的文件。
10、 下载端在下载完文件后, 向下发端发送下载完成 4艮告。
11、 下发端向下载端返回下载完成报告响应。
12、 下载端根据下载的文件以及下载端的特性字符, 生成文件新特征字 符。 其中, 下载端生成文件新特征字符和下发端生成文件特征字符的算法一 致。
13、 下载端将生成的文件新特征字符与接收的 DD文件中的文件特征字符 进行比较, 用以验证下载的文件是否被篡改。
14、 下载端根据比较结果, 对下载的文件进行处理。 在比较结果一致的 情况下, 下载端对文件进行使用, 使用软件可以为安装下载的应用软件, 或 者为播放下载的媒体文件; 如果比较结果不一致, 则放弃使用下载的文件。
15、 下载端发送处理状态报告到下发端; 在比较结果一致的情况下, 下 载端发送的状态报告中携带下载文件为正确的提示码; 如果比较结果不一致, 下载端发送的状态报告中携带下载文件为错误的提示码。
16、 下发端根据处理状态 ^艮告完成对用户的计费。
17、 下发端给下载端返回处理状态报告响应。
18、 下载端收到响应后, 根据下载文件的正确与否, 提示用户。 在比较 结果一致的情况下, 下载端提示用户下载的文件合法, 可以使用; 如果比较 结果不一致, 下载端提示用户下载的文件非法, 无法使用。 本发明实施例通过扩展 OMA DL0TA协议, 当文件在传输过程中被篡改后, 则阻制使用文件, 保证了下载端用户的安全性。
另一方面, 如图 7 所示, 本发明实施例提供一种下载文件的处理装置, 包括: 文件下载端发起请求下载文件时,
接收单元 51 , 用于接收文件的特征字符; 其中, 所述文件的特征字符是 文件下发端根据文件下载描述信息所指示的文件生成;
下载单元 52 , 用于下载所述文件; 生成单元 53 , 用于根据下载的文件, 生成文件的新特征字符; 比较单元 54 , 用于将生成的文件新特征字符与接收的文件特征字符进行 比较; 处理单元 55 , 用于根据所述比较的结果, 对所述下载的文件进行处理。 可选的, 如图 8所示, 所述处理单元 55包括: 使用单元 551 , 当所述比较的结果一致时, 使用所述下载的文件; 放弃单元 552 , 当所述比较的结果不一致时, 放弃使用所述下载的文件。 其中,生成单元 53用于根据下载的文件,生成文件的新特征字符具体为: 对文件的内容进行摘要; 对摘要后的信息进行编码, 生成所述文件特征 字符;
或者为, 对文件的内容与下载端特性字符和密钥中的一个或者它们的组 合进行摘要; 对摘要后的信息进行编码, 生成所述文件特征字符; 或者为, 对文件的内容进行加密运算, 生成所述文件特征字符; 或者为, 对文件的内容与下载端特性字符和密钥中的任何一个或者它们 的组合进行加密运算, 生成所述文件特征字符; 或者为, 釆集文件的内容和下载端特性字符作为文件特征字符; 或者为, 釆集文件的内容作为文件特征字符; 其中, 所述文件的内容可以为文件的全部字节或者部分字节, 所述文件下载描述信息的下载请求中携带下载端特性字符。 所述下载端特性字符为下载端号码、 下载端设备序号、 下载端型号中的 任意一个或者它们之间的任意组合。
所述接收单元 51包括: 文件下载描述信息接收单元 51 1 , 用于接收文件下载描述信息, 所述文件 下载描述中携带文件特征字符;
解析单元 512 , 用于从所述文件下载描述信息中解析出所述文件特征字 付。
本发明实施例所述的下载文件的处理装置, 接收单元接收文件的特征字 符; 下载单元下载所述文件; 生成单元根据下载的文件, 生成文件的新特征 字符; 比较单元将生成的文件新特征字符与接收的文件特征字符进行比较; 处理单元根据所述比较的结果, 对所述下载的文件进行处理, 通过生成的文 件特征字符与接收的文件特征字符进行比较, 可以判断下载的文件是否被篡 改, 根据比较结果, 对下载的文件进行处理, 提高了用户对下载文件使用的 安全性。
另一方面, 如图 9 所示, 本发明实施例提供一种下发文件的处理装置, 包括:
生成单元 71 , 用于文件下载端请求下载文件时, 根据文件下载描述信息 的下载请求所指示的将要下发的文件, 生成文件特征字符;
下发单元 72 , 用于下发所述文件特征字符, 以便于下载端根据所述下载 文件生成文件新特征字符; 将所述生成的文件新特征字符与接收的文件特征 字符进行比较; 根据所述比较的结果, 对所述下载的文件进行处理。
其中, 生成单元 71根据文件下载描述信息的下载请求所指示的将下下发 的文件, 生成文件特征字符具体为:
对文件的内容进行摘要; 对摘要后的信息进行编码, 生成所述文件特征 字符;
或者为, 对文件的内容与下载端特性字符和密钥中的一个或者它们的组 合进行摘要; 对摘要后的信息进行编码, 生成所述文件特征字符;
或者为, 对文件的内容进行加密运算, 生成所述文件特征字符; 或者为, 对文件的内容与下载端特性字符和密钥中的任何一个或者它们 的组合进行加密运算, 生成所述文件特征字符; 或者为, 釆集文件的内容和下载端特性字符作为文件特征字符; 或者为, 釆集文件的内容作为文件特征字符;
其中, 所述文件的内容可以为文件的全部字节或者部分字节,
所述文件下载描述信息的下载请求中携带下载端特性字符。
所述下载端特性字符为下载端号码、 下载端设备序号、 下载端型号中的 任意一个或者它们之间的任意组合。 其中, 下发文件的处理装置中生成文件特征字符的算法和下载文件的处 理装置中生成文件新特征字符的算法一致。 可选的, 如图 10所示, 下发文件的处理装置, 还包括: 接收单元 73 , 用于接收文件下载描述信息的下载请求; 查找单元 74 , 用于查找文件下载描述信息对应的将要下发的文件。 其中, 所述下发单元 72包括: 添加单元 721 , 用于将所述文件特征字符添加到文件下载描述信息中; 发送单元 722 , 用于下发所述添加有文件特征字符的文件下载描述信息。 本发明实施例所述的下发文件的处理装置, 生成单元根据文件下载描述 信息的下载请求所指示的将要下发的文件, 生成文件特征字符; 下发单元下 发所述文件特征字符, 使得下载端通过接收的文件特征字符与本地生成的文 件特征字符比较, 而判断下发过程中文件是否被篡改, 增加了下载端下载文 件的安全性。 本领域普通技术人员可以理解, 实现上述实施例方法中的全部或部分流 程, 是可以通过计算机程序来指令相关的硬件来完成, 所述的程序可存储于 一计算机可读取存储介质中, 该程序在执行时, 可包括如上述各方法的实施 例的流程。其中,所述的存储介质可为磁碟、光盘、只读存储记忆体( Read-Only Memory, ROM )或随机存储记忆体 ( Random Acces s Memory, RAM )等。 以上所述, 仅为本发明的具体实施方式, 但本发明的保护范围并不局限 于此, 任何熟悉本技术领域的技术人员在本发明揭露的技术范围内, 可轻易 想到变化或替换, 都应涵盖在本发明的保护范围之内。 因此, 本发明的保护 范围应所述以权利要求的保护范围为准。

Claims

权利要求 书
1、 一种下载文件的处理方法, 其特征在于, 包括: 文件下载端发起请求下 载文件时,
接收文件的特征字符; 其中, 所述文件的特征字符是文件下发端根据文件 下载描述信息所指示的文件生成;
下载所述文件;
根据所述下载的文件, 生成文件新特征字符;
将生成的文件新特征字符与接收的文件特征字符进行比较;
根据所述比较的结果, 对所述下载的文件进行处理。
2、 根据权利要求 1所述的下载文件的处理方法, 其特征在于, 所述接收文 件特征字符的步骤为:
接收文件下载描述信息, 所述文件下载描述中携带文件特征字符; 从所述文件下载描述信息中解析出所述文件特征字符。
3、 根据权利要求 1所述的下载文件的处理方法, 其特征在于, 所述根据比 较的结果, 对下载的文件处理的步骤包括:
当比较结果一致时, 使用所述下载的文件;
当比较结果不一致时, 放弃使用所述下载的文件。
4、 根据权利要求 1所述的下载文件的处理方法, 其特征在于, 所述根据下 载的文件, 生成文件的新特征字符的步骤为:
对文件的内容进行摘要; 对摘要后的信息进行编码, 生成文件的新特征字 付;
或者, 对文件的内容与下载端特性字符和密钥中的一个或者它们的组合进 行摘要; 对摘要后的信息进行编码, 生成文件的新特征字符; 其中, 所述的下 载端特性字符通过下载描述信息的下载请求发送给文件下发端;
或者, 对文件的内容进行加密运算, 生成文件的新特征字符;
或者, 对文件的内容与下载端特性字符和密钥中的任何一个或者它们的组 合进行加密运算, 生成文件的新特征字符;
或者, 釆集文件内容和下载端特性字符作为文件的新特征字符;
或者, 釆集文件内容作为文件的新特征字符;
其中, 所述文件的内容为文件的全部字节或部分字节。
5、 根据权利要求 4所述的下载文件的处理方法, 其特征在于, 所述下载端 特性字符为下载端号码、 下载端设备序号、 下载端型号中的任意一个或者它们 之间的任意组合。
6、 一种下发文件的处理方法, 其特征在于, 包括:
当文件下载端请求下载文件时, 根据文件下载描述信息的下载请求所指示 的将要下发的文件, 生成文件特征字符;
下发所述文件特征字符, 以便于下载端根据所述下载文件生成文件新特征 字符; 将所述生成的文件新特征字符与接收的文件特征字符进行比较; 根据所 述比较的结果, 对所述下载的文件进行处理。
7、 根据权利要求 6所述的下发文件的处理方法, 其特征在于, 所述下发文 件特征字符的步骤包括:
将所述文件特征字符添加到文件下载描述信息中;
下发所述添加有文件特征字符的文件下载描述信息。
8、 根据权利要求 6所述的下发文件的处理方法, 其特征在于, 还包括: 接收文件下载描述信息的下载请求;
查找文件下载描述信息对应的将要下发的文件。
9、 根据权利要求 8所述的下发文件的处理方法, 其特征在于, 所述根据文 件下载描述信息的下载请求所指示的将要下发的文件, 生成文件特征字符的步 骤为:
对文件的内容进行摘要; 对摘要后的信息进行编码, 生成所述文件特征字 付;
或者为, 对文件的内容与下载端特性字符和密钥中的一个或者它们的组合 进行摘要; 对摘要后的信息进行编码, 生成所述文件特征字符; 其中, 所述的 下载端特性字符通过所述文件下载描述信息的下载请求发送给文件下发端; 或者为, 对文件的内容进行加密运算, 生成所述文件特征字符;
或者为, 对文件的内容与下载端特性字符和密钥中的任何一个或者它们的 组合进行加密运算, 生成所述文件特征字符;
或者为, 釆集文件的内容和下载端特性字符作为文件特征字符;
或者为, 釆集文件的内容作为文件特征字符;
其中, 所述文件的内容可以为文件的全部字节或者部分字节,
所述文件下载描述信息的下载请求中携带下载端特性字符。
10、 根据权利要求 9 所述的下发文件的处理方法, 其特征在于, 所述下载 端特性字符为下载端号码、 下载端设备序号、 下载端型号中的任意一个或者它 们之间的任意组合。
11、 一种下载文件的处理装置, 其特征在于, 包括: 文件下载端发起请求 下载文件时,
接收单元, 用于接收文件的特征字符; 其中, 所述文件的特征字符是文件 下发端根据文件下载描述信息所指示的文件生成;
下载单元, 用于下载所述文件;
生成单元, 用于根据下载的文件, 生成文件的新特征字符;
比较单元, 用于将生成的文件新特征字符与接收的文件特征字符进行比较; 处理单元, 用于根据所述比较的结果, 对所述下载的文件进行处理。
12、 根据权利要求 11所述的下载文件的处理装置, 其特征在于, 所述处理 单元还包括:
使用单元, 用于当所述比较的结果一致时, 使用所述下载的文件; 放弃单元, 用于当所述比较的结果不一致时, 不使用所述下载的文件。
13、 根据权利要求 11所述的下载文件的处理装置, 其特征在于,
所述接收单元包括: 文件下载描述信息接收单元, 用于接收文件下载描述信息, 所述文件下载 描述中携带文件特征字符;
解析单元, 用于从所述文件下载描述信息中解析出所述文件特征字符。
14、 一种下发文件的处理装置, 其特征在于, 包括:
生成单元, 用于文件下载端请求下载文件时, 根据文件下载描述信息的下 载请求所指示的将要下发的文件, 生成文件特征字符;
下发单元, 用于下发所述文件特征字符, 以便于下载端根据所述下载文件 生成文件新特征字符; 将所述生成的文件新特征字符与接收的文件特征字 符进行比较; 根据所述比较的结果, 对所述下载的文件进行处理。
15、 根据权利要求 14所述的下发文件的处理装置, 其特征在于, 还包括: 接收单元, 用于接收文件下载描述信息的下载请求;
查找单元, 用于查找文件下载描述信息对应的将要下发的文件。
16、 根据权利要求 14所述的下发文件的处理装置, 其特征在于, 所述下发 单元包括:
添加单元, 用于将所述文件特征字符添加到文件下载描述信息中; 发送单元, 用于下发所述添加有文件特征字符的文件下载描述信息。
PCT/CN2009/071035 2008-07-30 2009-03-27 下载、下发文件的处理方法和装置 WO2010012162A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200980000011.7A CN101816198A (zh) 2008-07-30 2009-03-27 下载、下发文件的处理方法和装置

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200810135119.4 2008-07-30
CN200810135119.4A CN101330524A (zh) 2008-07-30 2008-07-30 下载、下发文件的处理方法、装置以及传输文件的系统

Publications (1)

Publication Number Publication Date
WO2010012162A1 true WO2010012162A1 (zh) 2010-02-04

Family

ID=40206103

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/071035 WO2010012162A1 (zh) 2008-07-30 2009-03-27 下载、下发文件的处理方法和装置

Country Status (2)

Country Link
CN (2) CN101330524A (zh)
WO (1) WO2010012162A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104683303A (zh) * 2013-11-28 2015-06-03 天津三星电子有限公司 App管理方法
US10569232B2 (en) 2014-10-31 2020-02-25 Basf Se Copolymers for making membranes

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101330524A (zh) * 2008-07-30 2008-12-24 华为技术有限公司 下载、下发文件的处理方法、装置以及传输文件的系统
US20110246778A1 (en) * 2010-03-31 2011-10-06 Emc Corporation Providing security mechanisms for virtual machine images
CN103036925B (zh) * 2011-09-29 2016-04-27 深圳市云帆世纪科技有限公司 一种文件防下载处理方法及系统
CN103152371B (zh) * 2011-12-07 2016-06-22 腾讯科技(深圳)有限公司 P2sp下载监管方法及系统
CN102685108B (zh) * 2012-03-31 2015-11-11 北京奇虎科技有限公司 网页加密数据的添加、解密方法及装置
CN105527875A (zh) * 2015-12-09 2016-04-27 北京市计量检测科学研究院 远程监控能源计量仪表的测量信息的系统和方法
CN105868239A (zh) * 2015-12-10 2016-08-17 乐视网信息技术(北京)股份有限公司 文件更新方法、装置及终端
CN106295407B (zh) * 2016-08-22 2021-07-20 新华三技术有限公司 一种检测文件是否被篡改的方法及装置
CN108573173A (zh) * 2017-07-16 2018-09-25 高榕科技(深圳)有限公司 以存储器为载体的电子信息下载方法及系统
CN108965486A (zh) * 2018-10-08 2018-12-07 深圳市创维软件有限公司 一种文件下载方法、系统、服务器及存储介质
CN110287733B (zh) * 2019-06-05 2021-07-23 杭州迪普科技股份有限公司 一种文件防篡改方法和装置
CN117527789A (zh) * 2023-09-12 2024-02-06 福建慧政通信息科技有限公司 一种分布式系统中文件下载管理方法及系统

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1550115A (zh) * 2001-08-30 2004-11-24 摩托罗拉公司 校验下载软件的方法和相关设备
CN101146261A (zh) * 2007-10-19 2008-03-19 吕利勇 一种电子媒体数字保护的实现方法
US20080134304A1 (en) * 2006-12-05 2008-06-05 Samsung Electronics Co., Ltd. Method and apparatus for transmitting contents with limited system permissions
CN101330524A (zh) * 2008-07-30 2008-12-24 华为技术有限公司 下载、下发文件的处理方法、装置以及传输文件的系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1550115A (zh) * 2001-08-30 2004-11-24 摩托罗拉公司 校验下载软件的方法和相关设备
US20080134304A1 (en) * 2006-12-05 2008-06-05 Samsung Electronics Co., Ltd. Method and apparatus for transmitting contents with limited system permissions
CN101146261A (zh) * 2007-10-19 2008-03-19 吕利勇 一种电子媒体数字保护的实现方法
CN101330524A (zh) * 2008-07-30 2008-12-24 华为技术有限公司 下载、下发文件的处理方法、装置以及传输文件的系统

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104683303A (zh) * 2013-11-28 2015-06-03 天津三星电子有限公司 App管理方法
CN104683303B (zh) * 2013-11-28 2018-03-30 天津三星电子有限公司 App管理方法
US10569232B2 (en) 2014-10-31 2020-02-25 Basf Se Copolymers for making membranes

Also Published As

Publication number Publication date
CN101330524A (zh) 2008-12-24
CN101816198A (zh) 2010-08-25

Similar Documents

Publication Publication Date Title
WO2010012162A1 (zh) 下载、下发文件的处理方法和装置
CN109559122B (zh) 区块链数据传输方法及区块链数据传输系统
US10516662B2 (en) System and method for authenticating the legitimacy of a request for a resource by a user
CA2748927C (en) Secure, auditable file exchange system and method
WO2021139140A1 (zh) 基于区块链的密码管理方法、装置、电子设备及计算机可读存储介质
WO2015143596A1 (zh) 文件下载方法、装置和系统
WO2013087039A1 (zh) 一种安全传输数据方法,装置和系统
US20070204156A1 (en) Systems and methods for providing access to network resources based upon temporary keys
US9026793B2 (en) Method for installing rights object for content in memory card
WO2011076008A1 (zh) 一种wapi终端与应用服务器传输文件的系统及方法
CN110912920A (zh) 数据处理方法、设备及介质
JP4765482B2 (ja) 文書管理システム、文書管理プログラム及び文書管理方法
CN107517194B (zh) 一种内容分发网络的回源认证方法和装置
WO2009024647A1 (en) Secure transfer of information
WO2007073623A1 (fr) Procede de telechargement d'une certification et d'une cle numeriques
US20130054965A1 (en) Usage Control of Digital Data Exchanged Between Terminals of a Telecommunications Network
KR101253683B1 (ko) 연쇄 해시에 의한 전자서명 시스템 및 방법
CN115580396A (zh) 匿踪查询系统及匿踪查询方法
WO2009138028A1 (zh) 用户生成内容的注册方法、装置和系统
EP2930962B1 (en) Encryption/decryption method, system and device
WO2014154063A1 (zh) 一种控制应用软件赠送的方法、设备及系统
JP4220671B2 (ja) 暗号化データ通信方法並びにそのための暗号化データ生成システム及び記録媒体
KR102209531B1 (ko) 클라우드 환경에서 인증서 및 개인키의 저장 방법 및 그 인증서 및 개인키를 다운로드 하는 방법
CN116318654A (zh) 融合量子密钥分发的sm2算法协同签名系统、方法及设备
KR101256114B1 (ko) 다수의 mac검증서버에 의한 메시지인증코드 검증 방법 및 시스템

Legal Events

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

Ref document number: 200980000011.7

Country of ref document: CN

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

Ref document number: 09802355

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09802355

Country of ref document: EP

Kind code of ref document: A1