WO2019201077A1 - Method, system, and apparatus for generating watermark only in secret-related area, and medium - Google Patents

Method, system, and apparatus for generating watermark only in secret-related area, and medium Download PDF

Info

Publication number
WO2019201077A1
WO2019201077A1 PCT/CN2019/080492 CN2019080492W WO2019201077A1 WO 2019201077 A1 WO2019201077 A1 WO 2019201077A1 CN 2019080492 W CN2019080492 W CN 2019080492W WO 2019201077 A1 WO2019201077 A1 WO 2019201077A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
watermark
confidential
information
terminal screen
Prior art date
Application number
PCT/CN2019/080492
Other languages
French (fr)
Chinese (zh)
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 深圳市联软科技股份有限公司
Publication of WO2019201077A1 publication Critical patent/WO2019201077A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/10Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
    • G06F21/16Program or content traceability, e.g. by watermarking

Abstract

A method, system, and apparatus for generating a watermark only in a secret-related area, and a medium, said method comprising the following steps: acquiring file information of a file displayed on a terminal screen window, and determining a file type according to the file information (S1); if the file type is a secret-related file, determining a secret-related display area of the window of the secret-related file on the terminal screen window (S2); and adding a watermark to the secret-related display area (S3). In the present method, a corresponding watermark can be added only in a secret-related display area of a secret-related file according to a change in the window of the secret-related file, requiring simple operation, and not affecting user's reading.

Description

一种仅在涉密区域生成水印的方法、系统、装置及介质Method, system, device and medium for generating watermark only in dense area 技术领域Technical field
本发明属于信息处理技术领域,具体涉及一种仅在涉密区域生成水印的方法、系统、装置及介质。The invention belongs to the technical field of information processing, and in particular relates to a method, a system, a device and a medium for generating a watermark only in a dense area.
背景技术Background technique
随着信息技术的发展与进步,为保护数字媒体文件产权,数字水印技术应运而生并得到了快速的发展。现有技术下,数字水印技术是一种将水印信息直接嵌入文字载体当中的技术,这种技术不影响原载体的使用价值。With the development and advancement of information technology, in order to protect the property rights of digital media files, digital watermark technology emerged as the times require and has developed rapidly. Under the prior art, the digital watermarking technology is a technology for directly embedding watermark information into a text carrier, and this technology does not affect the use value of the original carrier.
现在水印的生成方法,一般都是在显示屏幕的特定的区域上生成水印,或者是将水印嵌入到文件中去。在显示屏幕的特定区域生成水印,这种效果不太好,因为用户可能将文件移动到没有水印的区域,如果全屏显示水印,又会影响用户阅读。将水印嵌入到文件当中去,需要主动操作或者提前操作,操作比较繁琐。Nowadays, the method of generating the watermark generally generates a watermark on a specific area of the display screen, or embeds the watermark into the file. It is not very good to generate a watermark in a specific area of the display screen, because the user may move the file to an area without a watermark, and if the watermark is displayed full screen, it will affect the user's reading. Embedding the watermark into the file requires active operation or early operation, and the operation is cumbersome.
发明内容Summary of the invention
针对现有技术中的缺陷,本发明提供了一种仅在涉密区域生成水印的方法、系统、装置及介质,本发明能根据涉密文件的窗体变化,仅在涉密文件的涉密显示区域添加相应的水印,操作简单,也不会影响用户阅读。In view of the deficiencies in the prior art, the present invention provides a method, system, device and medium for generating a watermark only in a dense area, and the present invention can only change the confidentiality of a confidential document according to a form change of a confidential document. The corresponding watermark is added to the display area, which is easy to operate and does not affect the user's reading.
第一方面,本发明提供了一种仅在涉密区域生成水印的方法,包括以下步骤:In a first aspect, the present invention provides a method of generating a watermark only in a dense area, comprising the following steps:
获取显示在终端屏幕窗口上的文件的文件信息,根据文件信息确定文件类型;Obtaining file information of a file displayed on a screen of the terminal screen, and determining a file type according to the file information;
若文件类型为涉密文件,则确定涉密文件的窗体在终端屏幕窗口上的涉密 显示区域;If the file type is a confidential file, determine the confidential display area of the form of the confidential file on the terminal screen window;
将水印添加到涉密显示区域。Add a watermark to the dense display area.
优选地,所述文件类型包括涉密文件和普通文件。Preferably, the file type includes a confidential file and a normal file.
优选地,所述根据文件信息确定文件类型,具体为:Preferably, the determining the file type according to the file information is specifically:
根据文件信息得到文件的名称信息或文件内的文档信息;Obtaining the name information of the file or the document information in the file according to the file information;
若名称信息含有加密型文件的关键字,或文档信息含有敏感的关键字,则所述文件为涉密文件,否则为普通文件。If the name information contains a keyword of an encrypted file, or the document information contains a sensitive keyword, the file is a confidential file, otherwise it is an ordinary file.
优选地,所述确定涉密文件的窗体在终端屏幕窗口上的涉密显示区域,具体为:Preferably, the determined display area of the form of the confidential file on the terminal screen window is specifically:
通过SetWindowsHookEx设置的消息钩子,当显示在终端屏幕窗口上的窗体大小和位置发生变化的时候,消息钩子收到窗体变化通知;The message hook set by SetWindowsHookEx, when the size and position of the form displayed on the terminal screen window changes, the message hook receives the form change notification;
收到窗体变化通知后,通过窗体的显示排序,计算终端屏幕窗口上从顶层到底层显示的每个窗体的大小和坐标范围,从而得到涉密文件的窗体在终端屏幕窗口上的涉密显示区域。After receiving the form change notification, the size and coordinate range of each form displayed on the terminal screen window from the top to the bottom are calculated by the display order of the form, thereby obtaining the form of the confidential file on the terminal screen window. Classified display area.
第二方面,本发明提供了一种仅在涉密区域生成水印的系统,适用于第一方面所述的一种仅在涉密区域生成水印的方法,包括:In a second aspect, the present invention provides a system for generating a watermark only in a dense area, and is applicable to a method for generating a watermark only in a dense area according to the first aspect, including:
文件类型确定单元,用于获取显示在终端屏幕窗口上的文件的文件信息,根据文件信息确定文件类型;a file type determining unit, configured to acquire file information of a file displayed on a screen of the terminal screen, and determine a file type according to the file information;
涉密区域确定单元,用于若文件类型为涉密文件,则确定涉密文件的窗体在终端屏幕窗口上的涉密显示区域;a confidential area determining unit, configured to determine a confidential display area of the form of the classified file on the terminal screen window if the file type is a confidential file;
水印添加单元,用于将水印添加到涉密显示区域。A watermark adding unit for adding a watermark to the confidential display area.
优选地,所述文件类型包括涉密文件和普通文件。Preferably, the file type includes a confidential file and a normal file.
优选地,所述根据文件信息确定文件类型,具体为:Preferably, the determining the file type according to the file information is specifically:
根据文件信息得到文件的名称信息或文件内的文档信息;Obtaining the name information of the file or the document information in the file according to the file information;
若名称信息含有加密型文件的关键字,或文档信息含有敏感的关键字,则所述文件为涉密文件,否则为普通文件。If the name information contains a keyword of an encrypted file, or the document information contains a sensitive keyword, the file is a confidential file, otherwise it is an ordinary file.
优选地,所述确定涉密文件的窗体在终端屏幕窗口上的涉密显示区域,具体为:Preferably, the determined display area of the form of the confidential file on the terminal screen window is specifically:
通过SetWindowsHookEx设置的消息钩子,当显示在终端屏幕窗口上的窗体大小和位置发生变化的时候,消息钩子收到窗体变化通知;The message hook set by SetWindowsHookEx, when the size and position of the form displayed on the terminal screen window changes, the message hook receives the form change notification;
收到窗体变化通知后,通过窗体的显示排序,计算终端屏幕窗口上从顶层到底层显示的每个窗体的大小和坐标范围,从而得到涉密文件的窗体在终端屏幕窗口上的涉密显示区域。After receiving the form change notification, the size and coordinate range of each form displayed on the terminal screen window from the top to the bottom are calculated by the display order of the form, thereby obtaining the form of the confidential file on the terminal screen window. Classified display area.
第三方面,本发明提供了一种仅在涉密区域生成水印的装置,包括处理器、输入设备、输出设备和存储器,所述处理器、输入设备、输出设备和存储器相互连接,其中,所述存储器用于存储计算机程序,所述计算机程序包括程序指令,所述处理器被配置用于调用所述程序指令,执行第一方面所述的方法。In a third aspect, the present invention provides an apparatus for generating a watermark only in a secret area, including a processor, an input device, an output device, and a memory, wherein the processor, the input device, the output device, and the memory are connected to each other, wherein The memory is for storing a computer program, the computer program comprising program instructions, the processor being configured to invoke the program instructions to perform the method of the first aspect.
第四方面,本发明提供了一种计算机可读存储介质,所述计算机存储介质存储有计算机程序,所述计算机程序包括程序指令,所述程序指令当被处理器执行时使所述处理器执行第一方面所述的方法。In a fourth aspect, the present invention provides a computer readable storage medium storing a computer program, the computer program comprising program instructions, the program instructions, when executed by a processor, causing the processor to execute The method of the first aspect.
本发明的有益效果为:本发明能根据涉密文件的窗体变化,仅在涉密文件的涉密显示区域添加相应的水印,操作简单,也不会影响用户阅读。The invention has the beneficial effects that the invention can change the form according to the confidentiality file, and only adds the corresponding watermark in the confidential display area of the classified file, which is simple in operation and does not affect the user's reading.
附图说明DRAWINGS
为了更清楚地说明本发明具体实施方式或现有技术中的技术方案,下面将对具体实施方式或现有技术描述中所需要使用的附图作简单地介绍。在所有附图中,类似的元件或部分一般由类似的附图标记标识。附图中,各元件或部分并不一定按照实际的比例绘制。In order to more clearly illustrate the specific embodiments of the present invention or the technical solutions in the prior art, the drawings to be used in the specific embodiments or the description of the prior art will be briefly described below. In all the figures, like elements or parts are generally identified by like reference numerals. In the figures, elements or parts are not necessarily drawn to scale.
图1为本实施例中仅在涉密区域生成水印的方法流程图;FIG. 1 is a flowchart of a method for generating a watermark only in a dense area in the embodiment;
图2为本实施例中Word文件和txt文件显示在窗口上的示意图;2 is a schematic diagram showing a Word file and a txt file displayed on a window in the embodiment;
图3为本实施例中仅在涉密区域生成水印的系统结构图;3 is a structural diagram of a system for generating a watermark only in a dense area in the embodiment;
图4为本实施例中仅在涉密区域生成水印的装置的模块框图。4 is a block diagram of a device for generating a watermark only in a dense area in the embodiment.
具体实施方式detailed description
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The technical solutions in the embodiments of the present invention are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention. It is obvious that the described embodiments are a part of the embodiments of the present invention, but not all embodiments. All other embodiments obtained by those skilled in the art based on the embodiments of the present invention without creative efforts are within the scope of the present invention.
应当理解,当在本说明书和所附权利要求书中使用时,术语“包括”和“包含”指示所描述特征、整体、步骤、操作、元素和/或组件的存在,但并不排除一个或多个其它特征、整体、步骤、操作、元素、组件和/或其集合的存在或添加。The use of the terms "comprising", "comprising", "","," The presence or addition of a plurality of other features, integers, steps, operations, elements, components, and/or collections thereof.
还应当理解,在此本发明说明书中所使用的术语仅仅是出于描述特定实施例的目的而并不意在限制本发明。如在本发明说明书和所附权利要求书中所使用的那样,除非上下文清楚地指明其它情况,否则单数形式的“一”、“一个”及“该”意在包括复数形式。It is also to be understood that the terminology of the present invention is to be construed as a The singular forms "", ",",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
具体实现中,本发明实施例中描述的终端包括但不限于诸如具有触摸敏感表面(例如,触摸屏显示器和/或触摸板)的移动电话、膝上型计算机或平板计算机之类的其它便携式设备。还应当理解的是,在某些实施例中,所述设备并非便携式通信设备,而是具有触摸敏感表面(例如,触摸屏显示器和/或触摸板)的台式计算机。In particular implementations, the terminals described in this embodiment of the invention include, but are not limited to, other portable devices such as mobile phones, laptop computers or tablet computers having touch sensitive surfaces (eg, touch screen displays and/or touch pads). It should also be understood that in some embodiments, the device is not a portable communication device, but a desktop computer having a touch sensitive surface (eg, a touch screen display and/or a touch pad).
实施例一:Embodiment 1:
本实施例提供了一种仅在涉密区域生成水印的方法,如图1所示,包括以下步骤:This embodiment provides a method for generating a watermark only in a dense area, as shown in FIG. 1, including the following steps:
S1,获取显示在终端屏幕窗口上的文件的文件信息,根据文件信息确定文件类型。所述文件类型包括涉密文件和普通文件,步骤S1中所述根据文件信息确定文件类型,具体为:S1: Obtain file information of a file displayed on a screen of the terminal screen, and determine a file type according to the file information. The file type includes a confidential file and a common file, and the file type is determined according to the file information, as described in step S1, specifically:
根据文件信息得到文件的名称信息或文件内的文档信息;Obtaining the name information of the file or the document information in the file according to the file information;
若名称信息含有加密型文件的关键字,或文档信息含有敏感的关键字,则所述文件为涉密文件,否则为普通文件。If the name information contains a keyword of an encrypted file, or the document information contains a sensitive keyword, the file is a confidential file, otherwise it is an ordinary file.
本实施例中的所述终端屏幕窗口包括但不限于手机、电脑以及其他固定或移动终端的屏幕窗口,在执行本实施例所涉及到的方法之前,用户还可以在终端通过搭载于所述终端的APP进行身份验证以及注册,得到APPID和APPKEY;后期用户可以利用所述APPID和APPKEY登陆该软件。当用户需要对某一信息进行浏览或者读取时,在登陆软件之后可以在相关的信息输入界面编辑并输入信息读取请求然后发送到生成水印的装置,所述生成水印的装置可以是一台服务器或者服务器集群;所述信息读取请求包括但不限于文件的名称信息或文件内的文档信息接等数据,文档信息包括文字、图像等信息。若名称信息含有加密型文件的关键字,或文档信息含有敏感的关键字,则所述文件为涉密文件,否则为普通文件。The terminal screen window in this embodiment includes, but is not limited to, a screen window of a mobile phone, a computer, and other fixed or mobile terminals. Before performing the method involved in the embodiment, the user may also mount the terminal on the terminal. The APP authenticates and registers, and obtains the APPID and APPKEY; the late user can log in to the software by using the APPID and APPKEY. When the user needs to browse or read a certain information, after logging in the software, the information input interface can be edited and input into the relevant information input interface and then sent to the watermark generating device, and the watermark generating device can be one. The server or the server cluster; the information reading request includes but is not limited to the name information of the file or the document information in the file, and the document information includes text, image, and the like. If the name information contains a keyword of an encrypted file, or the document information contains a sensitive keyword, the file is a confidential file, otherwise it is an ordinary file.
本实施例中用户还可以在终端通过浏览器输入网页链接,然后打开网页页面,在网页页面的信息输入界面编辑并输入信息读取请求然后发送到生成水印的装置。需要进行说明的是,用户在浏览器上的操作和生成水印的装置的处理方式与前述实施例中所载的基本类似,在此不再赘述。In this embodiment, the user can also input a webpage link through the browser in the terminal, and then open the webpage page, edit and input the information reading request on the information input interface of the webpage, and then send the information to the device for generating the watermark. It should be noted that the operation of the user on the browser and the device for generating the watermark are similar to those of the foregoing embodiment, and are not described herein again.
S2,若文件类型为涉密文件,则确定涉密文件的窗体在终端屏幕窗口上的涉密显示区域。本步骤S2具体为:S2. If the file type is a confidential file, determine the confidential display area of the form of the classified file on the terminal screen window. This step S2 is specifically:
通过SetWindowsHookEx设置的消息钩子,当显示在终端屏幕窗口上的窗体大小和位置发生变化的时候,消息钩子收到窗体变化通知;The message hook set by SetWindowsHookEx, when the size and position of the form displayed on the terminal screen window changes, the message hook receives the form change notification;
收到窗体变化通知后,通过窗体的显示排序,计算终端屏幕窗口上从顶层到底层显示的每个窗体的大小和坐标范围,从而得到涉密文件的窗体在终端屏幕窗口上的涉密显示区域。After receiving the form change notification, the size and coordinate range of each form displayed on the terminal screen window from the top to the bottom are calculated by the display order of the form, thereby obtaining the form of the confidential file on the terminal screen window. Classified display area.
本实施例中所述SetWindowsHookEx的消息钩子,是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。钩子机制允许应用程序截获处理 window消息或特定事件。例如用户在打开了一个Word文件和一个txt文件,经步骤S1得到Word文件为涉密文件,一个txt文件为普通文件,用户采用小窗体的显示方式显示在终端屏幕窗口上,消息钩子得到用户缩小窗体的窗体变化通知,如图2所示,为Word文件和txt文件显示在窗口上的示意图。The message hook of SetWindowsHookEx in this embodiment is a platform of the Windows message processing mechanism, and the application can set a subroutine to monitor a certain message of the specified window, and the monitored window can be created by other processes. The hook mechanism allows the application to intercept window messages or specific events. For example, the user opens a Word file and a txt file, and the Word file is a confidential file through a step S1, and a txt file is a normal file. The user displays the small form on the terminal screen window, and the message hook is obtained by the user. Reduce the form change notification of the form, as shown in Figure 2, for the Word file and the txt file to display the schematic on the window.
Windows在展示窗体的时候,是有z序的,显示排序方式可分为层叠显示、堆叠显示和并排显示,如图2为层叠显示,包括两层显示,顶层显示的为txt文件,底层显示的为Word文件,计算这两个窗体的大小和坐标范围,得到Word文件的窗体在窗口上的涉密显示区域(Word文件的显示区域减去被txt文件遮挡的区域,即为涉密显示区域)。When Windows displays a form, it has a z-order. The display sorting method can be divided into a cascading display, a stacked display, and a side-by-side display. As shown in FIG. 2, a cascading display includes two layers of display, and the top layer displays a txt file, and the bottom layer displays For the Word file, calculate the size and coordinate range of the two forms, and get the form of the Word file in the confidential display area on the window (the display area of the Word file minus the area occluded by the txt file, that is, the secret Display area).
S3,将水印添加到涉密显示区域。S3, adding a watermark to the confidential display area.
本实施例的水印包括数字水印、矢量图或其他类型的水印,所述数字水印的优点在于:生成的方式简单、快捷能够短时间嵌入至相对应信息的涉密区域中,减少用户等候时间,提高水印添加的效率;矢量图相较于位图来说其优点在于:用户即使是在客户端的屏幕上将其所要阅读的相对应信息进行放大很多倍之后水印信息也不会失真,不会显示为多个像素点。The watermark of this embodiment includes a digital watermark, a vector image or other types of watermarks. The digital watermark has the advantages that the method of generating is simple and fast, and can be embedded in the confidential area of the corresponding information in a short time, thereby reducing the waiting time of the user. Improve the efficiency of watermarking; the advantage of vector graphics compared to bitmaps is that the user will not be distorted after the user has enlarged the corresponding information to be read many times on the client's screen. For multiple pixels.
本实施例的方法,相较于传统将文档整篇添加水印的方式来说,根据涉密文件的窗体变化,仅在涉密文件的涉密显示区域添加相应的水印,涉密显示区域变化,水印也随之变化,本实施例的方法操作简单,既保证了涉密信息的安全、实现防伪溯源、保护版权,又不会影响用户阅读,能够让用户比较舒适得读取涉密区域以外的内容,提升用户的体验度,增强了本发明的实用性。In the method of the embodiment, compared with the traditional way of adding a watermark to the entire document, according to the form change of the classified file, the corresponding watermark is added only in the confidential display area of the classified file, and the confidential display area changes. The watermark also changes. The method of the embodiment is simple in operation, which not only ensures the security of the confidential information, realizes the anti-counterfeiting source, protects the copyright, but also does not affect the user's reading, and can make the user more comfortable to read outside the secret area. The content enhances the user's experience and enhances the usability of the present invention.
实施例二:Embodiment 2:
本实施例提供了一种仅在涉密区域生成水印的系统,适用于实施例一所述的一种仅在涉密区域生成水印的方法,如图3所示,包括文件类型确定单元、涉密区域确定单元、水印添加单元等:The embodiment provides a system for generating a watermark only in a dense area, and is applicable to a method for generating a watermark only in a dense area according to the first embodiment. As shown in FIG. 3, the file type determining unit includes Secret area determination unit, watermark addition unit, etc.:
所述文件类型确定单元,用于获取显示在终端屏幕窗口上的文件的文件信息,根据文件信息确定文件类型。所述根据文件信息确定文件类型,具体为:The file type determining unit is configured to acquire file information of a file displayed on a screen of the terminal screen, and determine a file type according to the file information. The determining the file type according to the file information, specifically:
根据文件信息得到文件的名称信息或文件内的文档信息;Obtaining the name information of the file or the document information in the file according to the file information;
若名称信息含有加密型文件的关键字,或文档信息含有敏感的关键字,则所述文件为涉密文件,否则为普通文件。If the name information contains a keyword of an encrypted file, or the document information contains a sensitive keyword, the file is a confidential file, otherwise it is an ordinary file.
本实施例中的所述终端屏幕窗口包括但不限于手机、电脑以及其他固定或移动终端的屏幕窗口,在执行本实施例所涉及到的方法之前,用户还可以在终端通过搭载于所述终端的APP进行身份验证以及注册,得到APPID和APPKEY;后期用户可以利用所述APPID和APPKEY登陆该软件。当用户需要对某一信息进行浏览或者读取时,在登陆软件之后可以在相关的信息输入界面编辑并输入信息读取请求然后发送到生成水印的装置,所述生成水印的装置可以是一台服务器或者服务器集群;所述信息读取请求包括但不限于文件的名称信息或文件内的文档信息接等数据,文档信息包括文字、图像等信息。若名称信息含有加密型文件的关键字,或文档信息含有敏感的关键字,则所述文件为涉密文件,否则为普通文件。The terminal screen window in this embodiment includes, but is not limited to, a screen window of a mobile phone, a computer, and other fixed or mobile terminals. Before performing the method involved in the embodiment, the user may also mount the terminal on the terminal. The APP authenticates and registers, and obtains the APPID and APPKEY; the late user can log in to the software by using the APPID and APPKEY. When the user needs to browse or read a certain information, after logging in the software, the information input interface can be edited and input into the relevant information input interface and then sent to the watermark generating device, and the watermark generating device can be one. The server or the server cluster; the information reading request includes but is not limited to the name information of the file or the document information in the file, and the document information includes text, image, and the like. If the name information contains a keyword of an encrypted file, or the document information contains a sensitive keyword, the file is a confidential file, otherwise it is an ordinary file.
本实施例中用户还可以在终端通过浏览器输入网页链接,然后打开网页页面,在网页页面的信息输入界面编辑并输入信息读取请求然后发送到生成水印的装置。需要进行说明的是,用户在浏览器上的操作和生成水印的装置的处理方式与前述实施例中所载的基本类似,在此不再赘述。In this embodiment, the user can also input a webpage link through the browser in the terminal, and then open the webpage page, edit and input the information reading request on the information input interface of the webpage, and then send the information to the device for generating the watermark. It should be noted that the operation of the user on the browser and the device for generating the watermark are similar to those of the foregoing embodiment, and are not described herein again.
所述涉密区域确定单元,用于若文件类型为涉密文件,则确定涉密文件的窗体在终端屏幕窗口上的涉密显示区域。本单元具体用于:The confidential area determining unit is configured to determine a confidential display area of the form of the classified file on the terminal screen window if the file type is a confidential file. This unit is specifically used to:
通过SetWindowsHookEx设置的消息钩子,当显示在终端屏幕窗口上的窗体大小和位置发生变化的时候,消息钩子收到窗体变化通知;The message hook set by SetWindowsHookEx, when the size and position of the form displayed on the terminal screen window changes, the message hook receives the form change notification;
收到窗体变化通知后,通过窗体的显示排序,计算终端屏幕窗口上从顶层到底层显示的每个窗体的大小和坐标范围,从而得到涉密文件的窗体在终端屏幕窗口上的涉密显示区域。After receiving the form change notification, the size and coordinate range of each form displayed on the terminal screen window from the top to the bottom are calculated by the display order of the form, thereby obtaining the form of the confidential file on the terminal screen window. Classified display area.
本实施例中所述SetWindowsHookEx的消息钩子,是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而 且所监视的窗口可以是其他进程所创建的。钩子机制允许应用程序截获处理window消息或特定事件。例如用户在打开了一个Word文件和一个txt文件,经步骤S1得到Word文件为涉密文件,一个txt文件为普通文件,用户采用小窗体的显示方式显示在终端屏幕窗口上,消息钩子得到用户缩小窗体的窗体变化通知,如图2所示,为Word文件和txt文件显示在窗口上的示意图。The message hook of SetWindowsHookEx in this embodiment is a platform of the Windows message processing mechanism, and the application can set a subroutine to monitor a certain message of the specified window, and the monitored window can be created by other processes. The hook mechanism allows the application to intercept processing window messages or specific events. For example, the user opens a Word file and a txt file, and the Word file is a confidential file through a step S1, and a txt file is a normal file. The user displays the small form on the terminal screen window, and the message hook is obtained by the user. Reduce the form change notification of the form, as shown in Figure 2, for the Word file and the txt file to display the schematic on the window.
Windows在展示窗体的时候,是有z序的,显示排序方式可分为层叠显示、堆叠显示和并排显示,如图2为层叠显示,包括两层显示,顶层显示的为txt文件,底层显示的为Word文件,计算这两个窗体的大小和坐标范围,得到Word文件的窗体在窗口上的涉密显示区域(Word文件的显示区域减去被txt文件遮挡的区域,即为涉密显示区域)。When Windows displays a form, it has a z-order. The display sorting method can be divided into a cascading display, a stacked display, and a side-by-side display. As shown in FIG. 2, a cascading display includes two layers of display, and the top layer displays a txt file, and the bottom layer displays For the Word file, calculate the size and coordinate range of the two forms, and get the form of the Word file in the confidential display area on the window (the display area of the Word file minus the area occluded by the txt file, that is, the secret Display area).
所述水印添加单元,用于将水印添加到涉密显示区域。The watermark adding unit is configured to add a watermark to the confidential display area.
本实施例的水印包括数字水印、矢量图或其他类型的水印,所述数字水印的优点在于:生成的方式简单、快捷能够短时间嵌入至相对应信息的涉密区域中,减少用户等候时间,提高水印添加的效率;矢量图相较于位图来说其优点在于:用户即使是在客户端的屏幕上将其所要阅读的相对应信息进行放大很多倍之后水印信息也不会失真,不会显示为多个像素点。The watermark of this embodiment includes a digital watermark, a vector image or other types of watermarks. The digital watermark has the advantages that the method of generating is simple and fast, and can be embedded in the confidential area of the corresponding information in a short time, thereby reducing the waiting time of the user. Improve the efficiency of watermarking; the advantage of vector graphics compared to bitmaps is that the user will not be distorted after the user has enlarged the corresponding information to be read many times on the client's screen. For multiple pixels.
本实施例的系统,相较于传统将文档整篇添加水印的方式来说,根据涉密文件的窗体变化,仅在涉密文件的涉密显示区域添加相应的水印,涉密显示区域变化,水印也随之变化,本实施例的方法操作简单,既保证了涉密信息的安全、实现防伪溯源、保护版权,又不会影响用户阅读,能够让用户比较舒适得读取涉密区域以外的内容,提升用户的体验度,增强了本发明的实用性。In the system of this embodiment, compared with the traditional method of adding a watermark to a document, according to the form change of the confidential file, only the corresponding watermark is added in the confidential display area of the classified file, and the confidential display area changes. The watermark also changes. The method of the embodiment is simple in operation, which not only ensures the security of the confidential information, realizes the anti-counterfeiting source, protects the copyright, but also does not affect the user's reading, and can make the user more comfortable to read outside the secret area. The content enhances the user's experience and enhances the usability of the present invention.
实施例三:Embodiment 3:
本实施例提供了一种仅在涉密区域生成水印的装置,如图4所示,包括处理器42、输入设备41、输出设备44和存储器43,所述处理器42、输入设备41、输出设备44和存储器43通过通信总线40相互连接,其中,所述存储器43用于存储计算机程序,所述计算机程序包括程序指令,所述处理器42被配 置用于调用所述程序指令,执行实施一所述的方法。The present embodiment provides an apparatus for generating a watermark only in a secret area, as shown in FIG. 4, including a processor 42, an input device 41, an output device 44, and a memory 43, the processor 42, the input device 41, and the output. Device 44 and memory 43 are interconnected by a communication bus 40, wherein said memory 43 is for storing a computer program, said computer program comprising program instructions, said processor 42 being configured to invoke said program instructions, to perform an implementation Said method.
应当理解,在本发明实施例中,所称存储器43可以包括只读存储器和随机存取存储器,并向处理器42提供指令和数据。存储器43的一部分还可以包括非易失性随机存取存储器。例如,存储器43还可以存储有设备类型的相关信息。It should be understood that in the embodiments of the present invention, the so-called memory 43 may include read only memory and random access memory, and provide instructions and data to the processor 42. A portion of the memory 43 may also include a non-volatile random access memory. For example, the memory 43 can also store related information of the device type.
处理器42用于运行或执行被存储在内部存储器43中的操作系统,各种软件程序,以及自身的指令集,并用于处理来自于触摸式输入装置或自其它外部输入途径接收到的数据和指令,以实现各种功能。处理器42可以包括但不限于中央处理器(CPU)、通用图像处理器(GPU)、微处理器(MCU)、数字信号处理器(DSP)、现场可编程逻辑门阵列(FPGA),应用专用集成电路(ASIC)中的一种或多种。在一些实施例中,处理器42和存储器控制器104可在单个芯片上实现。在一些其他实施方案中,它们可分别在彼此独立的芯片上实现。The processor 42 is operative to execute or execute an operating system, various software programs, and its own set of instructions stored in the internal memory 43, and to process data received from the touch input device or from other external input paths and Instructions to implement various functions. Processor 42 may include, but is not limited to, a central processing unit (CPU), a general purpose image processor (GPU), a microprocessor (MCU), a digital signal processor (DSP), a field programmable logic gate array (FPGA), application specific One or more of an integrated circuit (ASIC). In some embodiments, processor 42 and memory controller 104 can be implemented on a single chip. In some other implementations, they can be implemented on separate chips from each other.
输入设备41可以是摄像头(CAMERA或WEBCAM)等,摄像头又称为电脑相机、电脑眼以及电子眼等,是一种视频驶入设备,以及数字键盘或机械键盘等触摸式输入装置;所述输出设备44可以包括显示器(display)等。The input device 41 may be a camera (CAMERA or WEBCAM), etc., and the camera is also called a computer camera, a computer eye, an electronic eye, etc., and is a video driving device, and a touch input device such as a numeric keyboard or a mechanical keyboard; the output device 44 may include a display or the like.
具体实现中,本发明实施例中所描述的处理器42、输入设备41、输出设备44可执行实施例一的实施例中所描述的实现方式,在此不再赘述。In a specific implementation, the processor 42 and the input device 41 and the output device 44 described in the embodiment of the present invention may be implemented in the embodiment of the first embodiment, and details are not described herein again.
本实施例的装置,相较于传统将文档整篇添加水印的方式来说,根据涉密文件的窗体变化,仅在涉密文件的涉密显示区域添加相应的水印,涉密显示区域变化,水印也随之变化,本实施例的方法操作简单,既保证了涉密信息的安全、实现防伪溯源、保护版权,又不会影响用户阅读,能够让用户比较舒适得读取涉密区域以外的内容,提升用户的体验度,增强了本发明的实用性。In the device of the embodiment, compared with the traditional method of adding a watermark to the entire document, according to the form change of the classified file, the corresponding watermark is added only in the confidential display area of the classified file, and the confidential display area changes. The watermark also changes. The method of the embodiment is simple in operation, which not only ensures the security of the confidential information, realizes the anti-counterfeiting source, protects the copyright, but also does not affect the user's reading, and can make the user more comfortable to read outside the secret area. The content enhances the user's experience and enhances the usability of the present invention.
实施例四:Embodiment 4:
本实施例提供了一种计算机可读存储介质,所述计算机存储介质存储有计算机程序,所述计算机程序包括程序指令,所述程序指令当被处理器执行时使所述处理器执行实施例一所述的方法。The embodiment provides a computer readable storage medium, the computer storage medium storing a computer program, the computer program comprising program instructions, when the program instructions are executed by the processor, causing the processor to execute the first embodiment Said method.
具体的,所述计算机可读存储介质可包括缓存(Cache)、高速随机存取存储器(RAM),例如常见的双倍数据率同步动态随机存取内存(DDR SDRAM),并且还可包括非易失性存储器(NVRAM),诸如一个或多个只读存储器(ROM)、磁盘存储设备、闪存(Flash)存储器设备、或其他非易失性固态存储器设备例如光盘(CD-ROM,DVD-ROM),软盘或数据磁带等。Specifically, the computer readable storage medium may include a cache, a high speed random access memory (RAM), such as a common double data rate synchronous dynamic random access memory (DDR SDRAM), and may also include non-easy Loss of memory (NVRAM), such as one or more read only memory (ROM), disk storage devices, flash memory devices, or other non-volatile solid state memory devices such as compact discs (CD-ROM, DVD-ROM) , floppy disk or data tape, etc.
本实施例提供的计算机可读存储介质,程序指令当被处理器执行时实现了根据涉密文件的窗体变化,仅在涉密文件的涉密显示区域添加相应的水印,涉密显示区域变化,水印也随之变化,本实施例的方法操作简单,既保证了涉密信息的安全、实现防伪溯源、保护版权,又不会影响用户阅读,能够让用户比较舒适得读取涉密区域以外的内容,提升用户的体验度,增强了本发明的实用性。The computer readable storage medium provided by the embodiment, when executed by the processor, implements a change according to a form of the confidential file, and only adds a corresponding watermark in the confidential display area of the confidential file, and the confidential display area changes. The watermark also changes. The method of the embodiment is simple in operation, which not only ensures the security of the confidential information, realizes the anti-counterfeiting source, protects the copyright, but also does not affect the user's reading, and can make the user more comfortable to read outside the secret area. The content enhances the user's experience and enhances the usability of the present invention.
本领域普通技术人员可以意识到,结合本文中所公开的实施例描述的各示例的单元及方法步骤,能够以电子硬件、计算机软件或者二者的结合来实现,为了清楚地说明硬件和软件的可互换性,在上述说明中已经按照功能一般性地描述了各示例的组成及步骤。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本发明的范围。Those of ordinary skill in the art will appreciate that the elements and method steps of the various examples described in connection with the embodiments disclosed herein can be implemented in electronic hardware, computer software or a combination of both, in order to clearly illustrate hardware and software. Interchangeability, the composition and steps of the various examples have been generally described in terms of function in the above description. Whether these functions are performed in hardware or software depends on the specific application and design constraints of the solution. A person skilled in the art can use different methods for implementing the described functions for each particular application, but such implementation should not be considered to be beyond the scope of the present invention.
在本申请所提供的几个实施例中,应该理解到,所描述的系统和方法,可以通过其它的方式实现。例如,以上所描述的系统实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。In the several embodiments provided herein, it should be understood that the described systems and methods can be implemented in other ways. For example, the system embodiment described above is merely illustrative. For example, the division of the unit is only a logical function division, and the actual implementation may have another division manner, for example, multiple units or components may be combined or Can be integrated into another system, or some features can be ignored or not executed.
另外,在本发明各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以是两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元 的形式实现。In addition, each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit. The above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
最后应说明的是:以上各实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述各实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分或者全部技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的范围,其均应涵盖在本发明的权利要求和说明书的范围当中。Finally, it should be noted that the above embodiments are merely illustrative of the technical solutions of the present invention, and are not intended to be limiting; although the present invention has been described in detail with reference to the foregoing embodiments, those skilled in the art will understand that The technical solutions described in the foregoing embodiments may be modified, or some or all of the technical features may be equivalently replaced; and the modifications or substitutions do not deviate from the technical solutions of the embodiments of the present invention. The scope is intended to be included within the scope of the claims and the description of the invention.

Claims (10)

  1. 一种仅在涉密区域生成水印的方法,其特征在于,包括以下步骤:A method for generating a watermark only in a confidential area, comprising the steps of:
    获取显示在终端屏幕窗口上的文件的文件信息,根据文件信息确定文件类型;Obtaining file information of a file displayed on a screen of the terminal screen, and determining a file type according to the file information;
    若文件类型为涉密文件,则确定涉密文件的窗体在终端屏幕窗口上的涉密显示区域;If the file type is a confidential file, determine the confidential display area of the form of the confidential file on the terminal screen window;
    将水印添加到涉密显示区域。Add a watermark to the dense display area.
  2. 根据权利要求1所述的一种仅在涉密区域生成水印的方法,其特征在于,所述文件类型包括涉密文件和普通文件。A method for generating a watermark only in a dense area according to claim 1, wherein the file type comprises a confidential file and a normal file.
  3. 根据权利要求2所述的一种仅在涉密区域生成水印的方法,其特征在于,所述根据文件信息确定文件类型,具体为:The method for generating a watermark only in a dense area according to claim 2, wherein the determining the file type according to the file information is specifically:
    根据文件信息得到文件的名称信息或文件内的文档信息;Obtaining the name information of the file or the document information in the file according to the file information;
    若名称信息含有加密型文件的关键字,或文档信息含有敏感的关键字,则所述文件为涉密文件,否则为普通文件。If the name information contains a keyword of an encrypted file, or the document information contains a sensitive keyword, the file is a confidential file, otherwise it is an ordinary file.
  4. 根据权利要求1所述的一种仅在涉密区域生成水印的方法,其特征在于,所述确定涉密文件的窗体在终端屏幕窗口上的涉密显示区域,具体为:The method for generating a watermark only in a dense area according to claim 1, wherein the determined display area of the form of the confidential file on the terminal screen window is specifically:
    通过SetWindowsHookEx设置的消息钩子,当显示在终端屏幕窗口上的窗体大小和位置发生变化的时候,消息钩子收到窗体变化通知;The message hook set by SetWindowsHookEx, when the size and position of the form displayed on the terminal screen window changes, the message hook receives the form change notification;
    收到窗体变化通知后,通过窗体的显示排序,计算终端屏幕窗口上从顶层到底层显示的每个窗体的大小和坐标范围,从而得到涉密文件的窗体在终端屏幕窗口上的涉密显示区域。After receiving the form change notification, the size and coordinate range of each form displayed on the terminal screen window from the top to the bottom are calculated by the display order of the form, thereby obtaining the form of the confidential file on the terminal screen window. Classified display area.
  5. 一种仅在涉密区域生成水印的系统,其特征在于,适用于权利要求1-4任一项所述的一种仅在涉密区域生成水印的方法,包括:A system for generating a watermark only in a dense area, characterized in that it is applicable to a method for generating a watermark only in a dense area according to any one of claims 1 to 4, comprising:
    文件类型确定单元,用于获取显示在终端屏幕窗口上的文件的文件信息,根据文件信息确定文件类型;a file type determining unit, configured to acquire file information of a file displayed on a screen of the terminal screen, and determine a file type according to the file information;
    涉密区域确定单元,用于若文件类型为涉密文件,则确定涉密文件的窗体在终端屏幕窗口上的涉密显示区域;a confidential area determining unit, configured to determine a confidential display area of the form of the classified file on the terminal screen window if the file type is a confidential file;
    水印添加单元,用于将水印添加到涉密显示区域。A watermark adding unit for adding a watermark to the confidential display area.
  6. 根据权利要求5所述的一种仅在涉密区域生成水印的系统,其特征在于,所述文件类型包括涉密文件和普通文件。A system for generating a watermark only in a dense area according to claim 5, wherein the file type comprises a confidential file and a normal file.
  7. 根据权利要求6所述的一种仅在涉密区域生成水印的系统,其特征在于,所述根据文件信息确定文件类型,具体为:The system for generating a watermark only in a dense area according to claim 6, wherein the determining the file type according to the file information is specifically:
    根据文件信息得到文件的名称信息或文件内的文档信息;Obtaining the name information of the file or the document information in the file according to the file information;
    若名称信息含有加密型文件的关键字,或文档信息含有敏感的关键字,则所述文件为涉密文件,否则为普通文件。If the name information contains a keyword of an encrypted file, or the document information contains a sensitive keyword, the file is a confidential file, otherwise it is an ordinary file.
  8. 根据权利要求5所述的一种仅在涉密区域生成水印的系统,其特征在于,所述确定涉密文件的窗体在终端屏幕窗口上的涉密显示区域,具体为:The system for generating a watermark only in a dense area according to claim 5, wherein the determined display area of the form of the confidential file on the terminal screen window is specifically:
    通过SetWindowsHookEx设置的消息钩子,当显示在终端屏幕窗口上的窗体大小和位置发生变化的时候,消息钩子收到窗体变化通知;The message hook set by SetWindowsHookEx, when the size and position of the form displayed on the terminal screen window changes, the message hook receives the form change notification;
    收到窗体变化通知后,通过窗体的显示排序,计算终端屏幕窗口上从顶层到底层显示的每个窗体的大小和坐标范围,从而得到涉密文件的窗体在终端屏幕窗口上的涉密显示区域。After receiving the form change notification, the size and coordinate range of each form displayed on the terminal screen window from the top to the bottom are calculated by the display order of the form, thereby obtaining the form of the confidential file on the terminal screen window. Classified display area.
  9. 一种仅在涉密区域生成水印的装置,其特征在于,包括处理器、输入设备、输出设备和存储器,所述处理器、输入设备、输出设备和存储器相互连接,其中,所述存储器用于存储计算机程序,所述计算机程序包括程序指令,所述处理器被配置用于调用所述程序指令,执行如权利要求1-4任一项所述的方法。An apparatus for generating a watermark only in a secret area, comprising: a processor, an input device, an output device, and a memory, wherein the processor, the input device, the output device, and the memory are connected to each other, wherein the memory is used for A computer program is stored, the computer program comprising program instructions, the processor being configured to invoke the program instructions to perform the method of any of claims 1-4.
  10. 一种计算机可读存储介质,其特征在于,所述计算机存储介质存储有计算机程序,所述计算机程序包括程序指令,所述程序指令当被处理器执行时使所述处理器执行如权利要求1-4任一项所述的方法。A computer readable storage medium, characterized in that the computer storage medium stores a computer program, the computer program comprising program instructions, the program instructions, when executed by a processor, causing the processor to execute as claimed in claim 1. The method of any of the preceding claims.
PCT/CN2019/080492 2018-04-16 2019-03-29 Method, system, and apparatus for generating watermark only in secret-related area, and medium WO2019201077A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810337396.7 2018-04-16
CN201810337396.7A CN108563929A (en) 2018-04-16 2018-04-16 It is a kind of only in the method for concerning security matters Area generation watermark, system, device and medium

Publications (1)

Publication Number Publication Date
WO2019201077A1 true WO2019201077A1 (en) 2019-10-24

Family

ID=63535158

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/080492 WO2019201077A1 (en) 2018-04-16 2019-03-29 Method, system, and apparatus for generating watermark only in secret-related area, and medium

Country Status (2)

Country Link
CN (1) CN108563929A (en)
WO (1) WO2019201077A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20230018279A1 (en) * 2021-07-15 2023-01-19 Vmware, Inc. Per-window digital watermark for desktop applications

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108563929A (en) * 2018-04-16 2018-09-21 深圳市联软科技股份有限公司 It is a kind of only in the method for concerning security matters Area generation watermark, system, device and medium
CN111526384B (en) * 2019-02-01 2022-05-27 北京国双科技有限公司 Information processing method and related equipment
CN110471632B (en) * 2019-08-16 2021-03-02 北京明朝万达科技股份有限公司 File printing and viewing method and device, electronic equipment and readable storage medium
CN110990800B (en) * 2019-11-26 2022-04-12 合肥高维数据技术有限公司 Watermark processing method and system based on application program
CN111242824A (en) * 2019-12-05 2020-06-05 北京万里红科技股份有限公司 Watermark embedding method, tracing method, device and storage medium
CN112287414A (en) * 2020-10-30 2021-01-29 平安信托有限责任公司 Access control method, device, computer equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105631359A (en) * 2015-12-23 2016-06-01 北京奇虎科技有限公司 Control method and device of webpage operation
CN106295425A (en) * 2016-08-05 2017-01-04 深圳市金立通信设备有限公司 Terminal and screen content display method thereof thereof
CN107358120A (en) * 2017-07-06 2017-11-17 珠海市魅族科技有限公司 Document edit method and device, terminal device and computer-readable recording medium
CN107862647A (en) * 2017-11-15 2018-03-30 平安科技(深圳)有限公司 Display methods, device, computer equipment and the storage medium of screen watermark
CN108563929A (en) * 2018-04-16 2018-09-21 深圳市联软科技股份有限公司 It is a kind of only in the method for concerning security matters Area generation watermark, system, device and medium

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101236645A (en) * 2008-02-28 2008-08-06 上海交通大学 Damage-free digital watermarking based image tampering detection and positioning method
CN101661609A (en) * 2009-08-31 2010-03-03 重庆大学 Digital image interesting region visible watermarik adding method suitable for internet
CN103037268B (en) * 2012-12-07 2015-07-08 广东威创视讯科技股份有限公司 Method and device for watermark adding
CN103826168B (en) * 2014-02-25 2017-11-24 深圳市掌网科技股份有限公司 A kind of method and system to video addition watermark
CN104517046A (en) * 2014-12-24 2015-04-15 江苏敏捷科技股份有限公司 Screen display data protection method
CN105376502A (en) * 2015-11-23 2016-03-02 华中师范大学 All media on-line editing tool
CN105898561B (en) * 2016-04-13 2019-06-18 腾讯科技(深圳)有限公司 A kind of method of video image processing and device
CN107644172A (en) * 2016-07-20 2018-01-30 平安科技(深圳)有限公司 The guard method of content displaying and device
CN106778336B (en) * 2016-11-30 2020-04-10 Oppo广东移动通信有限公司 File content processing method and device and mobile terminal
CN107239666B (en) * 2017-06-09 2020-10-09 孟群 Method and system for desensitizing medical image data
CN107392833A (en) * 2017-07-27 2017-11-24 上海传英信息技术有限公司 A kind of adding method and adding set of the picture watermark based on smart machine
CN107358111B (en) * 2017-08-28 2019-11-22 维沃移动通信有限公司 A kind of method for secret protection and mobile terminal

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105631359A (en) * 2015-12-23 2016-06-01 北京奇虎科技有限公司 Control method and device of webpage operation
CN106295425A (en) * 2016-08-05 2017-01-04 深圳市金立通信设备有限公司 Terminal and screen content display method thereof thereof
CN107358120A (en) * 2017-07-06 2017-11-17 珠海市魅族科技有限公司 Document edit method and device, terminal device and computer-readable recording medium
CN107862647A (en) * 2017-11-15 2018-03-30 平安科技(深圳)有限公司 Display methods, device, computer equipment and the storage medium of screen watermark
CN108563929A (en) * 2018-04-16 2018-09-21 深圳市联软科技股份有限公司 It is a kind of only in the method for concerning security matters Area generation watermark, system, device and medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20230018279A1 (en) * 2021-07-15 2023-01-19 Vmware, Inc. Per-window digital watermark for desktop applications
US11847718B2 (en) * 2021-07-15 2023-12-19 Vmware, Inc. Per-window digital watermark for desktop applications

Also Published As

Publication number Publication date
CN108563929A (en) 2018-09-21

Similar Documents

Publication Publication Date Title
WO2019201077A1 (en) Method, system, and apparatus for generating watermark only in secret-related area, and medium
US11356829B2 (en) Dynamic types for activity continuation between electronic devices
CN111246050B (en) System, apparatus and method for video data processing
WO2019201076A1 (en) Method, apparatus, and system for adding watermark to secret file, and medium
AU2020200339B2 (en) Activity continuation between electronic devices
US9898355B2 (en) Mediated data exchange for sandboxed applications
US10667109B2 (en) Forwarding activity-related information from source electronic devices to companion electronic devices
US9380123B2 (en) Activity continuation between electronic devices
WO2019201075A1 (en) Method and apparatus for generating watermark in a timely manner, and storage medium and system
US8706760B2 (en) Method to delay locking of server files on edit
WO2015062339A1 (en) Method and device for running remote application program
WO2020220536A1 (en) Data backup method and device, and computer readable storage medium
WO2015192685A1 (en) Data storage method and network interface card
WO2020042769A1 (en) Image information transmission method and apparatus, and storage medium and electronic device
WO2018157743A1 (en) Media data processing method, device, system and storage medium
WO2019056744A1 (en) Screen capturing method, device, electronic apparatus, and readable storage medium
US20150134665A1 (en) System and method for associating a file with one or more other files in an online storage system
WO2024001038A1 (en) Method for detecting private data leak
WO2020134833A1 (en) Data sharing method, device, equipment and system
TW202143057A (en) Asset caching in cloud rendering computing architectures
KR102575541B1 (en) Method for capturing image, terminal and storage medium thereof
WO2017039821A1 (en) Forwarding activity-related information from source electronic devices to companion electronic devices
RU2635255C2 (en) System coherent cache with possibility of fragmentation/ defragmentation
CN111447439A (en) Image coding method, image coding device and mobile terminal
US20140365863A1 (en) Multi-part and single response image protocol

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: 19789339

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: 19789339

Country of ref document: EP

Kind code of ref document: A1