[go: up one dir, main page]

CN101840483B - A kind of method and system of protecting computer document content - Google Patents

A kind of method and system of protecting computer document content Download PDF

Info

Publication number
CN101840483B
CN101840483B CN200910080269.4A CN200910080269A CN101840483B CN 101840483 B CN101840483 B CN 101840483B CN 200910080269 A CN200910080269 A CN 200910080269A CN 101840483 B CN101840483 B CN 101840483B
Authority
CN
China
Prior art keywords
character
safe
standard
coding
computer document
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.)
Expired - Fee Related
Application number
CN200910080269.4A
Other languages
Chinese (zh)
Other versions
CN101840483A (en
Inventor
高玉军
吕肖庆
唐英敏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Peking University
Peking University Founder Group Co Ltd
Beijing Founder Electronics Co Ltd
Original Assignee
Peking University
Peking University Founder Group Co Ltd
Beijing Founder Electronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Peking University, Peking University Founder Group Co Ltd, Beijing Founder Electronics Co Ltd filed Critical Peking University
Priority to CN200910080269.4A priority Critical patent/CN101840483B/en
Publication of CN101840483A publication Critical patent/CN101840483A/en
Application granted granted Critical
Publication of CN101840483B publication Critical patent/CN101840483B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

本发明公开了一种计算机文档内容保护的方法和系统,用以解决现有技术对计算机文档进行内容保护时存在的效率低下的问题。主要技术方案包括:建立安全字库,并存储到网络服务器,安全字库中每个字符的安全编码与标准编码形成映射关系,并存储到编码转换模块中;计算机文档中的字符根据映射关系从标准编码转换成安全编码存储,将安全字库设置为计算机文档的显示字库;计算机打开文档时,从网络服务器获取安全字库,文档中的字符根据安全字库的安全编码显示。通过该技术方案,可实现对计算机文档内容的自动默认保护,同时无需单独记录密钥,降低了加密难度,提高了加密效率,而且计算机文档传输时不需要传输安全字库。

The invention discloses a method and a system for protecting computer document content, which are used to solve the problem of low efficiency existing in the prior art for computer document content protection. The main technical solutions include: establishing a safe font library and storing it in the network server; the security code of each character in the safe font library forms a mapping relationship with the standard code and stores it in the code conversion module; the characters in the computer document are converted from the standard code according to the mapping relationship It is converted into secure code storage, and the secure font is set as the display font of the computer document; when the computer opens the document, it obtains the secure font from the network server, and the characters in the document are displayed according to the secure code of the secure font. Through this technical scheme, automatic default protection of computer document content can be realized, and at the same time, no separate key is recorded, encryption difficulty is reduced, encryption efficiency is improved, and the computer document transmission does not need to transmit a safe word library.

Description

一种计算机文档内容保护的方法和系统Method and system for protecting computer document content

技术领域technical field

本发明涉及计算机信息处理技术领域,尤其涉及一种计算机文档内容保护的方法和系统。The invention relates to the technical field of computer information processing, in particular to a method and system for protecting computer document content.

背景技术Background technique

目前,已经颁布的国际编码标准ISO/IEC10646:2003、以及即将颁布的国家编码标准GB13000、GB18030中,已收录CJK统一汉字、CJK统一汉字扩充集A、CJK统一汉字扩充集B,共计70195字。At present, in the international coding standard ISO/IEC10646:2003 that has been promulgated, and the national coding standards GB13000 and GB18030 that will be promulgated soon, CJK unified Chinese characters, CJK unified Chinese character extension set A, and CJK unified Chinese character extension set B have been included, with a total of 70,195 characters.

根据这些编码标准生成的各种标准字库,应用在各种计算机文档的显示中,如WORD格式的文档。但各中计算机文档的内容使用的是真实的标准编码,在方便传输和信息交流的同时,也带来了资源流失和内容泄密的问题。Various standard fonts generated according to these coding standards are used in the display of various computer documents, such as documents in WORD format. However, the content of various computer documents uses real standard codes, which not only facilitates transmission and information exchange, but also brings problems of resource loss and content leakage.

而已有的采用文档密码对计算机文档进行加密的方式,由于涉及到密码泄漏安全、密钥的泄漏安全等安全隐患,不易大范围分发和记录。However, the existing method of encrypting computer documents using document passwords is not easy to distribute and record on a large scale due to potential safety hazards such as password leakage security and key leakage security.

如果采用PDF或者图片的格式去存储、传输计算机文档,又会使得计算机文档内容无法进行任意检索和定位,并且由于PDF或者图片的格式会使计算机文档变大,增加了传输成本。If the format of PDF or picture is used to store and transmit computer documents, the content of the computer document cannot be retrieved and located arbitrarily, and the format of PDF or picture will make the computer document larger, increasing the transmission cost.

发明内容Contents of the invention

本发明提供一种计算机文档内容保护的方法和系统,用以解决现有技术对计算机文档进行内容保护时存在的效率低下的问题。The invention provides a method and a system for protecting computer document content, which are used to solve the problem of low efficiency existing in the prior art when performing content protection on computer documents.

本发明实施例通过如下技术方案实现:Embodiments of the present invention are realized through the following technical solutions:

本发明实施例提供了一种计算机文档内容保护的方法,包括:An embodiment of the present invention provides a method for protecting computer document content, including:

提取标准字库的字符,根据标准编码排列,将所述字符在所述标准字库中标准编码与预设的数值进行线性运算,获得所述字符的安全编码,也可以对所述字符随机给予安全编码,并且每个字符的安全编码互不相同,将所述字符、所述字符的安全编码进行存储,成为安全字库,所述安全字库包括字符和所述字符的安全编码,所述安全字库中每个字符的安全编码与所述字符在标准字库中的标准编码形成一对一的映射关系;Extract the characters of the standard font, arrange them according to the standard codes, and perform linear operations on the standard codes of the characters in the standard font and the preset values to obtain the security codes of the characters, or randomly assign security codes to the characters , and the security codes of each character are different from each other, and the characters and the security codes of the characters are stored to form a security font, the security font includes characters and the security codes of the characters, each in the security font The security code of a character forms a one-to-one mapping relationship with the standard code of the character in the standard font library;

将所述安全字库存储在网络服务器中;Storing the safe font library in the network server;

将所述字符的安全编码与所述字符的标准编码之间的一对一映射关系存储到编码转换模块中;storing the one-to-one mapping relationship between the security code of the character and the standard code of the character in the code conversion module;

所述计算机文档中的字符根据所述映射关系,从所述标准字库的标准编码转换成所述安全字库的安全编码进行存储,并将所述安全字库设置为所述计算机文档的显示字库;The characters in the computer document are converted from the standard code of the standard font to the security code of the security font for storage according to the mapping relationship, and the security font is set as the display font of the computer document;

当计算机打开所述计算机文档,所述计算机从所述网络服务器中获取所述安全字库;When the computer opens the computer document, the computer acquires the secure font library from the network server;

所述计算机文档中的字符根据所述安全字库的安全编码显示。The characters in the computer document are displayed according to the security code of the security font.

本发明实施例还提供了一种计算机文档内容保护的系统,包括:The embodiment of the present invention also provides a system for protecting computer document content, including:

标准字库,用于存储字符和所述字符的标准编码;A standard font library, used to store characters and standard codes of said characters;

安全字库,用于存储字符和所述字符的安全编码;其中,所述安全字库通过以下方式获得:提取所述标准字库的字符,根据标准编码排列,将所述字符在所述标准字库中标准编码与预设的数值进行线性运算,获得所述字符的安全编码,也可以对所述字符随机给予安全编码,并且每个字符的安全编码互不相同,将所述字符、所述字符的安全编码进行存储,成为所述安全字库,所述安全字库中每个字符的安全编码与所述字符在所述标准字库中的标准编码形成一对一的映射关系;A safe font library, used to store characters and safe codes of the characters; wherein, the safe font library is obtained by: extracting the characters of the standard font library, arranging them according to standard codes, and standardizing the characters in the standard font library The code and the preset value are linearly operated to obtain the security code of the character, and the security code can also be randomly given to the character, and the security code of each character is different from each other, and the security code of the character and the character The code is stored to become the safe font, and the safe code of each character in the safe font forms a one-to-one mapping relationship with the standard code of the character in the standard font;

编码转换模块,用于存储所述字符的安全编码与所述字符的标准编码之间的映射关系,并根据安全编码与标准编码的映射关系,将所述字符的编码从标准编码转换成安全编码;A code conversion module, configured to store the mapping relationship between the security code of the character and the standard code of the character, and convert the code of the character from the standard code to the security code according to the mapping relationship between the security code and the standard code ;

网络服务器,用于存储安全字库;The network server is used to store the safe font;

计算机,用于在打开所述计算机文档时,从所述网络服务器获取所述安全字库,并将所述计算机文档中的字符根据所述安全字库的安全编码显示。The computer is configured to obtain the secure font from the network server when opening the computer document, and display the characters in the computer document according to the security code of the secure font.

通过上述技术方案,本发明通过编码转换模块,采用安全字库,可对待录入计算机文档或已有计算机文档进行安全编码转换达到打乱存储的目的,传输时仅需将安全字库指定为该计算机文档的默认显示字库,即可自动显示正常文档内容,而使用安全字库之外的字库进行显示,则该计算机文档会显示为无实际意义的乱序文档。采用本发明所述的安全字库,可实现对将录入和已有计算机文档内容的自动默认保护,同时无需单独记录密钥,降低了加密难度,提高了加密效率,该安全字库可广泛应用于计算机文档内容安全保护领域。而且计算机在显示计算机文档时,可以从网络服务器处获取安全字库,从而不需要在传输计算机文档时携带安全字库,降低了网络传输负担。Through the above technical solution, the present invention adopts the secure font library through the code conversion module, and can perform secure code conversion on the computer document to be entered or the existing computer document to achieve the purpose of disrupting storage, and only need to specify the secure font library as the computer file during transmission. By displaying the font by default, the content of the normal document can be displayed automatically, and if a font other than the safe font is used for display, the computer document will be displayed as a random document with no practical meaning. Adopting the safe font of the present invention can realize the automatic default protection of the contents of the entered and existing computer documents, and at the same time, there is no need to record the key separately, which reduces the difficulty of encryption and improves the encryption efficiency. The safe font can be widely used in computers Document content security protection domain. Moreover, when the computer displays the computer document, it can obtain the secure font from the network server, so that it is not necessary to carry the secure font when transmitting the computer document, which reduces the burden of network transmission.

附图说明Description of drawings

图1为本发明实施例中计算机文档内容保护系统的示意图;FIG. 1 is a schematic diagram of a computer document content protection system in an embodiment of the present invention;

图2为本发明实施例中实现对计算机文档内容进行保护的流程图。Fig. 2 is a flow chart of implementing protection of computer document content in an embodiment of the present invention.

具体实施方式Detailed ways

为了提高对计算机文档内容保护的效率,本发明实施例提出了一种计算机文档内容保护的方法和系统,下面结合说明书附图对本发明实施例的主要实现原理、具体实施过程及其对应能够达到的有益效果进行详细的阐述。In order to improve the efficiency of computer document content protection, the embodiment of the present invention proposes a method and system for computer document content protection. The main realization principle, specific implementation process and corresponding attainable results of the embodiment of the present invention will be described below in conjunction with the accompanying drawings. The beneficial effects are described in detail.

本发明实施例中,通过将计算机文档内容中的字符对应的编码由标准编码转换成与标准编码不同、但与标准编码一一映射的安全编码,并将计算机文档以安全编码方式加以存储和传输,这样当以标准字库来打开该计算机文档时,该计算机文档的内容将显示无意义的字符;如果用安全字库作为计算机文档的显示字库,则可以显示该计算机文档输入时的正确内容,从而保证了计算机文档内容不会泄密。In the embodiment of the present invention, the code corresponding to the characters in the content of the computer document is converted from the standard code into a security code that is different from the standard code but is mapped one-to-one with the standard code, and the computer file is stored and transmitted in a secure coded manner In this way, when the computer document is opened with a standard font, the content of the computer document will display meaningless characters; if the safe font is used as the display font of the computer document, it can display the correct content of the computer document when it is entered, thereby ensuring The content of computer documents will not be leaked.

本发明实施例提供了一种计算机文档内容的保护系统,如图1所示,包括标准字库101、安全字库102、编码转换模块103、网络服务器104、计算机105和存储模块106。The embodiment of the present invention provides a protection system for computer document content, as shown in FIG.

其中标准字库用于存储字符和字符的标准编码,安全字库用于存储字符和字符的安全编码,编码转换模块用于存储字符的安全编码与字符的标准编码之间的映射关系,并根据安全编码与标准编码的映射关系,将字符的编码从标准编码转换成安全编码,网络服务器用于存储安全字库,计算机从网络服务器获取安全字库,并显示计算机文档,存储模块用于存储计算机文档中字符转换后的安全编码。The standard font library is used to store characters and their standard codes, the security font library is used to store characters and their security codes, and the code conversion module is used to store the mapping relationship between character security codes and character standard codes, and according to the security code The mapping relationship with the standard encoding, the character encoding is converted from the standard encoding to the safe encoding, the network server is used to store the safe font, the computer obtains the safe font from the network server, and displays the computer document, and the storage module is used to store the character conversion in the computer document After the security code.

进一步地,标准字库是ISO/IEC10646:2003标准字库,安全字库是TrueType字库、PostScript字库或者其他用户自定义的格式字库。Further, the standard font library is ISO/IEC10646:2003 standard font library, and the safe font library is TrueType font library, PostScript font library or other user-defined format font library.

进一步地,可以将安全字库设置为该计算机文档的显示字库,这样当打开该计算机文档时,该计算机文档按照安全字库的安全编码进行显示。Further, the safe font can be set as the display font of the computer document, so that when the computer document is opened, the computer document will be displayed according to the safe code of the safe font.

本发明的实施例还提供了一种计算机文档内容保护的方法,其具体过程如图2所示,包括如下步骤:Embodiments of the present invention also provide a method for protecting computer document content, the specific process of which is shown in Figure 2, including the following steps:

步骤201、提取现有ISO/IEC10646:2003编码体系定义的标准字库中所有字符,并按ISO/IEC10646:2003编码顺序升序排列。字符可以为汉字、少数民族文字或者其他字符等。Step 201, extract all characters in the standard font library defined by the existing ISO/IEC10646:2003 coding system, and arrange them in ascending order according to the ISO/IEC10646:2003 coding sequence. The characters can be Chinese characters, minority characters or other characters.

步骤202、对这些字符给予不同于标准编码、但与标准编码唯一对应的安全编码,并同时记录字符的安全编码与字符的附属关系、以及字符的安全编码与ISO/IEC10646:2003标准编码之间的映射关系。Step 202, giving these characters a security code that is different from the standard code but uniquely corresponding to the standard code, and simultaneously record the security code of the character and the affiliation of the character, as well as the relationship between the security code of the character and the ISO/IEC10646:2003 standard code mapping relationship.

本步骤202中,可以采取多种方式获得字符的安全编码,比如将某个字符的标准编码与预先设定的数值进行线性运算,而得到该字符的安全编码;也可以随机对该字符给予安全编码。In this step 202, a variety of ways can be adopted to obtain the security code of the character, such as performing a linear operation on the standard code of a certain character with a preset value to obtain the security code of the character; coding.

步骤203、将这些字符及其安全编码存储起来生成安全字库。该安全字库可以是TrueType字库或者PostScript字库,也可以是用户自定义形式的字符格式。安全字库中还可以包括压缩后的字型数据和相应的字型曲线Hint微调指令信息。Step 203, storing these characters and their security codes to generate a security font library. The safe font can be a TrueType font or a PostScript font, or can be a user-defined character format. The secure font library may also include compressed font data and corresponding font curve Hint fine-tuning instruction information.

步骤204、将该安全字库存储到网络服务器中。Step 204, storing the safe font library in the network server.

步骤205、将字符的安全编码与字符在ISO/IEC10646:2003标准编码之间的映射关系存储在编码转换模块中。Step 205, storing the mapping relationship between the security code of the character and the ISO/IEC10646:2003 standard code of the character in the code conversion module.

步骤206、编码转换模块将计算机文档中的字符根据映射关系,从标准字库的标准编码转换成安全字库的安全编码,并存储。Step 206, the code conversion module converts the characters in the computer document from the standard code of the standard font into the security code of the safe font according to the mapping relationship, and stores them.

步骤207、将安全字库设置为该计算机文档的显示字库。Step 207, setting the safe font as the display font of the computer document.

步骤208、计算机打开该计算机文档时,计算机从网络服务器中获取安全字库。Step 208, when the computer opens the computer document, the computer obtains the secure font library from the network server.

步骤209、该计算机文档的字符将根据安全编码进行显示。Step 209, the characters of the computer document will be displayed according to the security code.

进一步地,比如“我爱你”三个字符,这三个字符(我、爱、你),都是ISO/IEC10646标准中收录的已有汉字。这三个字符在现有的国际或国家编码标准中已经收录,其ISO/IEC10646标准码值分别为6211、7231、4F60,这三个字符经过编码转换后,就获得了安全编码,如表1。Furthermore, for example, the three characters "I love you", these three characters (me, love, you) are all existing Chinese characters included in the ISO/IEC10646 standard. These three characters have been included in the existing international or national coding standards, and their ISO/IEC10646 standard code values are 6211, 7231, and 4F60 respectively. After these three characters are coded and converted, they obtain a safe code, as shown in Table 1 .

表1Table 1

字符及其对应的安全编码形成了安全字库,而安全编码和对应的标准编码之间的映射关系则存储到编码转换模块中。The characters and their corresponding security codes form a security font library, and the mapping relationship between the security codes and the corresponding standard codes is stored in the code conversion module.

用户打开新文档,设定安全字库为显示字库,启动系统自带输入法发送标准编码序列“我爱你”,即标准编码序列是6411、7231、4F60,录入装置接收到标准编码序列的“我爱你”后,由编码转换模块将“我爱你”三个标准字符转换为安全字库的安全编码序列9256、85A0、201A6,此时由于文档的设定显示字库为安全字库,文档显示仍是“我爱你”三个字,但其编码序列是安全字库的编码序列9256、85A0、201A6。此时若使用标准编码字库进行显示该文档,则显示为“鉖薠□”三个字。The user opens a new document, sets the security font as the display font, starts the system's own input method to send the standard code sequence "I love you", that is, the standard code sequence is 6411, 7231, 4F60, and the input device receives the standard code sequence "I love you". After "love you", the three standard characters of "I love you" are converted into the security code sequence 9256, 85A0, 201A6 of the security font by the code conversion module. "I love you" three words, but its coding sequence is the coding sequence 9256, 85A0, 201A6 of the safe font. At this time, if the document is displayed using the standard coded font library, it will be displayed as the three characters "鉖薠□".

当某已有的计算机文档内容中含有标准编码未加密“我爱你”一行字符,首先判断该文档是何种编码体系,若不是ISO/IEC10646标准编码存储,则把该文档内容转换为ISO/IEC10646标准编码格式,然后再利用安全编码与ISO/IEC10646标准编码的对应关系将其转换为“鉖薠□”三个字在新型安全字库内的编码。When an existing computer document contains a line of standard-encoded unencrypted "I love you" characters, first determine which encoding system the document is in, and if it is not stored in the ISO/IEC10646 standard encoding, convert the document content to ISO/IEC10646 IEC10646 standard coding format, and then use the corresponding relationship between the security code and the ISO/IEC10646 standard code to convert it into the code of the three characters "鉖薠□" in the new security font library.

加密后计算机文档传输的时候仅需要传递该文档即可。合法用户会从网络服务器处获取安全字库,并预先安装安全字库,加密文档使用该安全字库可正确显示“我爱你”三个字,加密文档若使用其他字库则显示为““鉖薠□”。因此当非法用户非法获得该文档的时候,看到的只能是“鉖薠□”三个字,而不是加密前的“我爱你”三个字。When the encrypted computer file is transmitted, only the file needs to be transferred. Legal users will obtain the secure font from the network server and pre-install the secure font. The encrypted document can correctly display the words "I love you" using this secure font. If the encrypted document uses other fonts, it will be displayed as ""鉖薠□" Therefore, when illegal users illegally obtain the document, they can only see the three words "鉖薠□", instead of the three words "I love you" before encryption.

这种安全字库安装在网络服务器,使得计算机文档在传输时,不再需要同时携带安全字库,从而降低了网络传输的负担。安装了安全字库后,利用字符的安全编码与ISO/IEC10646标准编码对应关系可以对各类文档内容进行加密处理。This kind of safe font is installed on the network server, so that when the computer document is transmitted, it is no longer necessary to carry the safe font at the same time, thereby reducing the burden of network transmission. After installing the secure font library, the content of various documents can be encrypted by using the corresponding relationship between the secure code of characters and the ISO/IEC10646 standard code.

显然,本领域的技术人员可以对本发明进行各种改动和变型而不脱离本发明的精神和范围。这样,倘若本发明的这些修改和变型属于本发明权利要求及其等同技术的范围之内,则本发明也意图包含这些改动和变型在内。Obviously, those skilled in the art can make various changes and modifications to the present invention without departing from the spirit and scope of the present invention. Thus, if these modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalent technologies, the present invention also intends to include these modifications and variations.

Claims (8)

1. a method for protecting computer document content, is characterized in that, comprising:
The character of extraction standard character library, arrange according to standard code, described character is carried out linear operation at described standard character library Plays coding with the numerical value preset, obtain the safe coding of described character, also safe coding can be given at random to described character, and the safe coding of each character is different, by described character, the safe coding of described character stores, become safe word stock, described safe word stock comprises the safe coding of character and described character, in described safe word stock, the safe coding of each character and the standard code of described character in standard character library form man-to-man mapping relations,
Described safe word stock is stored in the webserver;
Mapping relations one to one between the safe coding of described character and the standard code of described character are stored in transcoding module;
Character in described computer document is according to described mapping relations, and the safe coding converting described safe word stock from the standard code of described standard character library to stores, and described safe word stock is set to the display character library of described computer document;
When described computer document opened by computing machine, described computing machine obtains described safe word stock from the described webserver;
Character in described computer document shows according to the safe coding of described safe word stock.
2. the method for claim 1, is characterized in that, described safe word stock also comprises the font data after compression and corresponding font curve Hint finely tunes command information.
3. the method as described in any one of claim 1 to 2, is characterized in that, the character in described computer document, when inputting, converts the coding of the described character of input to safe coding from the standard code standard character library, and stores.
4. the method as described in any one of claim 1 to 2, is characterized in that, described computer document, when changing, by the coding of the character in described computer document, converts safe coding to from the standard code of standard character library, and stores.
5. a system for protecting computer document content, is characterized in that, comprising:
Standard character library, for the standard code of store character and described character;
Safe word stock, for the safe coding of store character and described character, wherein, described safe word stock obtains in the following manner: the character extracting described standard character library, arrange according to standard code, described character is carried out linear operation at described standard character library Plays coding with the numerical value preset, obtain the safe coding of described character, also safe coding can be given at random to described character, and the safe coding of each character is different, by described character, the safe coding of described character stores, become described safe word stock, in described safe word stock, the safe coding of each character and the standard code of described character in described standard character library form man-to-man mapping relations,
Transcoding module, for storing the mapping relations between the safe coding of described character and the standard code of described character, and according to the mapping relations of safe coding and standard code, converts the coding of described character to safe coding from standard code;
The webserver, for storage security character library;
Computing machine, for when opening described computer document, obtains described safe word stock from the described webserver, and is shown according to the safe coding of described safe word stock by the character in described computer document.
6. system as claimed in claim 5, is characterized in that, also comprise:
Memory module, for storing the safe coding in described computer document after character conversion.
7. the system as described in any one of claim 5 to 6, is characterized in that, described safe word stock is also for the display character library as described computer document.
8. system as claimed in claim 5, it is characterized in that, described standard character library is ISO/IEC10646:2003 standard character library, and described safe word stock is TrueType character library or PostScript character library.
CN200910080269.4A 2009-03-17 2009-03-17 A kind of method and system of protecting computer document content Expired - Fee Related CN101840483B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910080269.4A CN101840483B (en) 2009-03-17 2009-03-17 A kind of method and system of protecting computer document content

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910080269.4A CN101840483B (en) 2009-03-17 2009-03-17 A kind of method and system of protecting computer document content

Publications (2)

Publication Number Publication Date
CN101840483A CN101840483A (en) 2010-09-22
CN101840483B true CN101840483B (en) 2015-11-25

Family

ID=42743848

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910080269.4A Expired - Fee Related CN101840483B (en) 2009-03-17 2009-03-17 A kind of method and system of protecting computer document content

Country Status (1)

Country Link
CN (1) CN101840483B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102073831A (en) * 2011-02-23 2011-05-25 上海帝埃碧化学科技有限公司 System and method for encrypting and decrypting electronic documents
CN102096789A (en) * 2011-02-23 2011-06-15 上海帝埃碧化学科技有限公司 Electronic document security device
CN104424192A (en) * 2013-08-20 2015-03-18 北大方正集团有限公司 Method and device for forming multi-font font library and method and device for displaying different fonts
CN107239713B (en) * 2017-05-17 2020-04-17 北京溯斐科技有限公司 Sensitive content data information protection method and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1360691A (en) * 1999-05-25 2002-07-24 西尔弗布鲁克研究股份有限公司 Method and system for sending secure documents
CN1635804A (en) * 2003-12-31 2005-07-06 厦门雅迅网络股份有限公司 A method for implementing invisible character transmission on short message communication platform
CN1713173A (en) * 2004-06-24 2005-12-28 台湾积体电路制造股份有限公司 Computer-implementable character set conversion method and system
CN1825301A (en) * 2005-01-24 2006-08-30 竺发科技股份有限公司 Method of character transition and system of the same
US7299452B1 (en) * 2002-05-10 2007-11-20 Oracle International Corporation System and method for testing the compatibility of a computer application with a foreign character set

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1360691A (en) * 1999-05-25 2002-07-24 西尔弗布鲁克研究股份有限公司 Method and system for sending secure documents
US7299452B1 (en) * 2002-05-10 2007-11-20 Oracle International Corporation System and method for testing the compatibility of a computer application with a foreign character set
CN1635804A (en) * 2003-12-31 2005-07-06 厦门雅迅网络股份有限公司 A method for implementing invisible character transmission on short message communication platform
CN1713173A (en) * 2004-06-24 2005-12-28 台湾积体电路制造股份有限公司 Computer-implementable character set conversion method and system
CN1825301A (en) * 2005-01-24 2006-08-30 竺发科技股份有限公司 Method of character transition and system of the same

Also Published As

Publication number Publication date
CN101840483A (en) 2010-09-22

Similar Documents

Publication Publication Date Title
US8666065B2 (en) Real-time data encryption
CN103684760B (en) The encryption of communication and the method, apparatus of decryption and system
CN106610995B (en) Method, device and system for creating ciphertext index
CN110532808B (en) Electronic signature method based on electronic document image object
CN105095699A (en) Watermark information embedding method and device, and watermark information decoding method
WO2024066271A1 (en) Database watermark embedding method and apparatus, database watermark tracing method and apparatus, and electronic device
CN101729075A (en) Data compression method, data compression device, data decompression method and data decompression device
CN104023332B (en) A kind of electric terminal and its SMS encryption, decryption method
CN101419589B (en) Method and system for protecting computer document content
CN101840483B (en) A kind of method and system of protecting computer document content
CN110704813A (en) Character anti-piracy system based on character recoding
CN103413104A (en) Processing method and device for transaction sensitive information
US20150113391A1 (en) Document processing system, document processing method and storage medium
CN115982675A (en) Document processing method, device, electronic equipment and storage medium
US10706163B2 (en) Encryption system, encryption method and encryption device
CN110874456B (en) Watermark embedding method, watermark extracting method, watermark embedding device, watermark extracting device and data processing method
CN114329536A (en) Data encryption method and device, data decryption method and device, electronic equipment
CN114880687A (en) Document security protection method, device, electronic device and storage medium
CN104376236B (en) Scheme self-adaptive digital watermark embedding grammar and extracting method based on camouflage science
Din et al. Evaluation review on effectiveness and security performances of text steganography technique
US20220156449A1 (en) System and method for providing steganographic text encoding
US20100250602A1 (en) Computer storage apparatus for multi-tiered data security
CN102571323A (en) Non-standard character repertoire processing method and device, and system adopting same
CN105871542A (en) Encryption and decryption method of ciphertext
US9646015B1 (en) Digital work compression

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20151125

Termination date: 20190317