CN112464177A - Watermark full-coverage method and device - Google Patents

Watermark full-coverage method and device Download PDF

Info

Publication number
CN112464177A
CN112464177A CN201910839602.9A CN201910839602A CN112464177A CN 112464177 A CN112464177 A CN 112464177A CN 201910839602 A CN201910839602 A CN 201910839602A CN 112464177 A CN112464177 A CN 112464177A
Authority
CN
China
Prior art keywords
watermark
data file
watermark data
picture
dynamic
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910839602.9A
Other languages
Chinese (zh)
Other versions
CN112464177B (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.)
Chengdu TD Tech Ltd
Original Assignee
Chengdu TD Tech 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 Chengdu TD Tech Ltd filed Critical Chengdu TD Tech Ltd
Priority to CN201910839602.9A priority Critical patent/CN112464177B/en
Publication of CN112464177A publication Critical patent/CN112464177A/en
Application granted granted Critical
Publication of CN112464177B publication Critical patent/CN112464177B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • 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/106Enforcing content protection by specific content processing
    • G06F21/1063Personalisation

Abstract

The application discloses a watermark full-coverage method and a watermark full-coverage device. A watermark full-covering method, comprising: when a user terminal receives a watermark configuration instruction, calling a preset system layer watermark generation interface to maintain a current dynamic watermark data file; wherein, the incoming parameter of the system layer watermark generating interface is the watermark configuration parameter indicated by the watermark configuration instruction; and when the dynamic watermark data file is updated, the user terminal draws the watermark on the display screen by using the updated dynamic watermark data file. By applying the technical scheme disclosed by the application, the watermark can be displayed in various use scenes of the terminal, and the dynamic configuration of the watermark by a user can be realized.

Description

Watermark full-coverage method and device
Technical Field
The present application relates to the field of computer application technologies, and in particular, to a watermark full-coverage method and apparatus.
Background
The safety terminal mainly faces special client groups such as public security, prisons, electric power and the like. These customers have high standards for security and stability of the mobile phone, and also put forward special requirements which cannot be met by common customers. One of the key requirements included in this is: and (4) fully covering the watermark. Specifically, when a client uses a mobile phone, the top layer of a display interface of the mobile phone displays a watermark in any mobile phone using scene, so that the client can know which mobile phone the information flows from according to the watermark at any time when any confidential information flows out, and the method includes, but is not limited to, screen capture, taking a picture of the mobile phone by using other equipment, and the like.
The applicant finds that the existing watermarking technology exists in the process of implementing the invention: the problem that the above-mentioned requirement for full coverage of the watermark cannot be met or the user cannot dynamically configure the watermark according to the requirement is specifically analyzed as follows:
at present, there are two kinds of watermarking technologies applied to mobile phones, one is application-level watermarking, and the other is google native watermarking.
The application-level watermark is generally applied to camera application software of an Android system, the watermark technology can only be used in a camera APP, the watermark cannot be displayed when the camera APP is separated from the camera APP, and particularly cannot be displayed on a screen locking interface, so that the application scene of the application-level watermark is limited to a certain application, and the requirement of the watermark full coverage cannot be met.
The google native watermark technology can be displayed on the whole mobile phone, including a screen locking interface. However, the displayed watermark content can only be the watermark data preset in the operating system when the system is started for the first time, and since the watermark data is a system file existing in the files of the settings of the system, the file is not a file visible to the user at the application layer, the user cannot dynamically modify the watermark content thereafter, that is, the user cannot modify or cancel the display of the watermark, and the displayed watermark has a single function and can only be a simple text watermark.
Disclosure of Invention
The application provides a watermark full-coverage method and a watermark full-coverage device, which can display watermarks in various use scenes of a terminal and can realize dynamic configuration of the watermarks by a user.
A watermark full-covering method, comprising:
when a user terminal receives a watermark configuration instruction, calling a preset system layer watermark generation interface to maintain a current dynamic watermark data file; wherein, the incoming parameter of the system layer watermark generating interface is the watermark configuration parameter indicated by the watermark configuration instruction;
and when the dynamic watermark data file is updated, the user terminal draws the watermark on the display screen by using the updated dynamic watermark data file.
Preferably, the calling a preset system layer watermark generation interface to maintain the current dynamic watermark data file includes:
a. b, judging whether the incoming parameters meet a preset watermark configuration specification or not, and if so, executing the step b; otherwise, terminating the call;
b. determining the type of maintenance according to the incoming parameters;
c. if the maintenance type is the watermark emptying function, deleting the current dynamic watermark data file;
and if the maintenance type is the update watermark data file, deleting the current dynamic watermark data file, generating a corresponding watermark data file according to the transmitted parameters, and storing the watermark data file as the dynamic watermark data file.
Preferably, the generating a corresponding watermark data file according to the incoming parameters includes:
analyzing the incoming parameters and acquiring corresponding watermark contents;
generating a watermark data file with a corresponding format according to the watermark content; if the watermark content comprises a picture, carrying out serialization processing on a picture format file corresponding to the picture, and taking the obtained serialized data file as a watermark data file corresponding to the picture.
Preferably, the generating a corresponding watermark data file according to the incoming parameters includes:
analyzing the incoming parameters and acquiring corresponding watermark contents;
generating a watermark data file with a corresponding format according to the watermark content; if the watermark content comprises a picture, after the picture format file corresponding to the picture is serialized, the obtained serialized data file is converted into a picture format file, and the converted file is used as the watermark data file corresponding to the picture.
Preferably, the system layer watermark generation interface is a mobile phone management tool MDM interface, a frame work interface or a service interface.
Preferably, the method further comprises:
when the user terminal is started, whether a dynamic watermark data file exists at present is detected, if yes, a watermark is drawn on a display screen according to the current dynamic watermark data file, otherwise, the watermark is drawn on the display screen according to a static watermark data file in the system.
A watermark flood coverage apparatus, comprising: a processor to:
when a user terminal receives a watermark configuration instruction, calling a preset system layer watermark generation interface to maintain a current dynamic watermark data file; wherein, the incoming parameter of the system layer watermark generating interface is the watermark configuration parameter indicated by the watermark configuration instruction;
and when the dynamic watermark data file is updated, the user terminal draws the watermark on the display screen by using the updated dynamic watermark data file.
Preferably, the processor is specifically configured to: calling a preset system layer watermark generation interface, and maintaining the current dynamic watermark data file, wherein the method comprises the following steps:
a. b, judging whether the incoming parameters meet a preset watermark configuration specification or not, and if so, executing the step b; otherwise, terminating the call;
b. determining the type of maintenance according to the incoming parameters;
c. if the maintenance type is the watermark emptying function, deleting the current dynamic watermark data file;
and if the maintenance type is the update watermark data file, deleting the current dynamic watermark data file, generating a corresponding watermark data file according to the transmitted parameters, and storing the watermark data file as the dynamic watermark data file.
Preferably, the processor is specifically configured to: generating a corresponding watermark data file according to the incoming parameters, comprising:
analyzing the incoming parameters and acquiring corresponding watermark contents;
generating a watermark data file with a corresponding format according to the watermark content; if the watermark content comprises a picture, carrying out serialization processing on a picture format file corresponding to the picture, and taking the obtained serialized data file as a watermark data file corresponding to the picture.
Preferably, the processor is specifically configured to: generating a corresponding watermark data file according to the incoming parameters, comprising:
analyzing the incoming parameters and acquiring corresponding watermark contents;
generating a watermark data file with a corresponding format according to the watermark content; if the watermark content comprises a picture, after the picture format file corresponding to the picture is serialized, the obtained serialized data file is converted into a picture format file, and the converted file is used as the watermark data file corresponding to the picture.
Preferably, the system-layer watermark generating interface includes: cell phone management tool MDM interface.
Preferably, the processor is further configured to detect whether a dynamic watermark data file exists in a current system file when the user terminal is powered on, if so, draw a watermark on the display screen according to the current dynamic watermark data file, otherwise, draw a watermark on the display screen according to a static watermark data file in the system.
The present application also discloses a non-transitory computer-readable storage medium storing instructions that, when executed by a processor, cause the processor to perform the steps of the watermark full coverage method as described above.
The application also discloses an electronic device comprising the non-volatile computer-readable storage medium as described above, and the processor having access to the non-volatile computer-readable storage medium.
According to the technical scheme, in the watermark full-coverage method and the device, the current dynamic watermark data file is maintained by using the preset watermark generation interface of the system layer, so that the terminal can generate the corresponding dynamic watermark data file which can be accessed by the system according to the dynamic watermark configuration instruction of the user. When the dynamic watermark data file is updated, the watermark is drawn according to the updated dynamic watermark data file, so that the following effects can be realized: the watermark can be displayed under various use scenes of the terminal.
Drawings
FIG. 1 is a schematic flow chart of a method according to an embodiment of the present invention;
fig. 2 to fig. 4 are schematic diagrams of watermark display according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is further described in detail below by referring to the accompanying drawings and examples.
Fig. 1 is a schematic flowchart of a watermark full-coverage method according to an embodiment of the present invention, and as shown in fig. 1, the method mainly includes:
step 101, when a user terminal receives a watermark configuration instruction, a preset system layer watermark generation interface is called to maintain a current dynamic watermark data file.
Wherein, the incoming parameter of the system-layer watermark generating interface is the watermark configuration parameter indicated by the watermark configuration instruction.
It should be noted here that, in order to ensure the security of the system in an operating system (e.g., an android system) of an existing terminal device, a system file directory is isolated from an application layer file directory accessible to a user in terms of access rights, so that the user cannot directly modify a watermark data file in the system. In this way, no matter what application scenario the terminal is in, the terminal operating system can perform watermark rendering according to the watermark data file (i.e. the dynamic watermark data file) dynamically configured by the user, so that: the user can dynamically configure the watermark according to the needs, and the watermark effect can be displayed on the uppermost layer of the display interface in various terminal use scenes.
The system layer watermark generation interface is a preset system layer interface so as to ensure that the watermark data file generated according to the watermark configuration instruction is a file which can be accessed by a terminal operating system. Preferably, the system layer watermark generation interface may be a mobile phone management tool MDM interface, a frame work interface, or a service interface, but is not limited thereto, as long as it is a system layer interface.
In practical application, the dynamic watermark data file may be stored in a specially defined system file directory, or may share the same system file directory with the static watermark data file of the system.
In this step, the specific receiving method of the watermark configuration instruction by the terminal may be implemented by using an existing method, and is not described herein again.
Preferably, in order to increase the flexibility of the maintenance of the dynamically generated watermark data file, the maintenance in this step may include clearing and updating the dynamically generated watermark data file. Specifically, a preset system-layer watermark generation interface may be called by the following method to maintain the current dynamic watermark data file:
step a, judging whether the incoming parameters meet a preset watermark configuration specification, if so, executing step b; otherwise, the call is terminated.
In this step, the specific setting of the watermark configuration specification may be set by a person skilled in the art according to actual needs, as long as it can be ensured that the system layer watermark generation interface can correctly maintain the current dynamic watermark data file according to the incoming parameters (for example, the incoming parameters need to be complete to support that a watermark can be drawn), and ensure the security of the dynamic watermark data file.
And b, determining the maintenance type according to the transmitted parameters.
C, if the maintenance type is the watermark clearing function, deleting the current dynamic watermark data file; and if the maintenance type is the update watermark data file, deleting the current dynamic watermark data file, generating a corresponding watermark data file according to the transmitted parameters, and storing the watermark data file as the dynamic watermark data file.
Preferably, in order to enrich displayable content of the watermark and increase the picture-type watermark content, so that the display of the watermark is not limited to characters and numbers, the method for generating the corresponding watermark data file according to the input parameters may be implemented by the following method:
analyzing the incoming parameters and acquiring corresponding watermark contents;
generating a watermark data file with a corresponding format according to the watermark content; if the watermark content comprises a picture, carrying out serialization processing on a picture format file corresponding to the picture, and taking the obtained serialized data file as a watermark data file corresponding to the picture.
In practical application, when the watermark content includes text, numbers and other content, the watermark data file in the corresponding format can be realized by adopting a re-existing method, but for pictures, serialization processing is required.
It should be noted that in the above method, it is considered that, as mentioned above, the system file directory is isolated from the application layer file directory accessible by the user in terms of access rights, and only the user files of the underlying data type can be used by the system files through the operating system, so that, for the user file in the picture format, the system layer watermark generation interface cannot directly store the user file in the picture format, so that, in the above method, if the watermark content configured by the user includes the picture, then the picture format file corresponding to the picture needs to be serialized, the obtained serialized data file is saved as the watermark data file corresponding to the picture, therefore, the system can be ensured to access the watermark data file corresponding to the picture, and the dynamic configuration of the watermark content of the user and the full coverage effect of the watermark are realized.
Further, in order to facilitate maintenance of system developers, in the method, after the picture format file corresponding to the picture is serialized, the obtained serialized data file can be converted into a picture format file and then stored, so that the visual effect of the picture file is increased. For this purpose, the following method may be specifically adopted to generate a corresponding watermark data file according to the incoming parameters:
analyzing the incoming parameters and acquiring corresponding watermark contents;
generating a watermark data file with a corresponding format according to the watermark content; if the watermark content comprises a picture, after the picture format file corresponding to the picture is serialized, the obtained serialized data file is converted into a picture format file, and the converted file is used as the watermark data file corresponding to the picture.
In practical applications, in order to improve the generation efficiency of the watermark data file containing the picture, the picture indicated in the watermark configuration instruction may also be a static picture preset in a system file directory, the system may notify the user of the identifier of the preset picture through a static picture index text file, and the user may indicate the identifier for generating the watermark in the watermark configuration instruction. Therefore, when the watermarks are generated for the pictures, the system can directly acquire the corresponding static pictures according to the indicated picture identifications, and the pictures do not need to be serialized, so that the efficiency of dynamically configuring the watermarks can be improved.
And 102, when the dynamic watermark data file is updated, the user terminal draws the watermark on a display screen by using the updated dynamic watermark data file.
In this step, if the dynamic watermark data file is updated in step 101, that is, replaced with a new watermark data file, at this time, the new watermark data file needs to be used for watermark rendering, so as to achieve the effect of displaying the dynamic configuration watermark in real time.
In practical application, the watermark is drawn on the display screen based on the watermark data file, which can be implemented by using the existing method, for example, for an android system, the watermark content can be drawn by canvas, wherein the text is implemented by drawtext, and the picture is implemented by drawBitmap, which is not described in detail.
Further, in order to increase the full coverage effect of the watermark, meet the requirements of a user for dynamically configuring the watermark, and be compatible with the existing static watermark implementation scheme, after the terminal is started, the following method can be specifically adopted for drawing the watermark according to the dynamic watermark data file:
when the user terminal is started, whether a dynamic watermark data file exists at present is detected, if yes, a watermark is drawn on a display screen according to the current dynamic watermark data file, otherwise, the watermark is drawn on the display screen according to a static watermark data file in the system.
Furthermore, in order to improve the watermark drawing efficiency, when the user terminal is started, the watermark data file for drawing the watermark can be read from the corresponding system file directory and stored in the cache, so that the watermark can be directly obtained from the cache when the watermark is drawn, thereby shortening the watermark display time delay and enabling the watermark to be displayed on the terminal screen more quickly.
According to the method, the dynamic configuration of the watermark and the full coverage of the watermark can be realized. Fig. 2 to 4 show schematic diagrams of watermark display according to embodiments of the present invention, and it can be seen from the diagrams that, by using the embodiments of the present invention, display content of a watermark can be dynamically set, and the display content is not limited to simple characters and numbers, can also be pictures, and is not limited to being usable only in a certain APP usage scenario.
Corresponding to the above method embodiment, the present application further provides an embodiment of a watermark full coverage apparatus, including: a processor to:
when a user terminal receives a watermark configuration instruction, calling a preset system layer watermark generation interface to maintain a current dynamic watermark data file; wherein, the incoming parameter of the system layer watermark generating interface is the watermark configuration parameter indicated by the watermark configuration instruction;
and when the dynamic watermark data file is updated, the user terminal draws the watermark on the display screen by using the updated dynamic watermark data file.
Preferably, the processor is specifically configured to: calling a preset system layer watermark generation interface, and maintaining the current dynamic watermark data file, wherein the method comprises the following steps:
a. b, judging whether the incoming parameters meet a preset watermark configuration specification or not, and if so, executing the step b; otherwise, terminating the call;
b. determining the type of maintenance according to the incoming parameters;
c. if the maintenance type is the watermark emptying function, deleting the current dynamic watermark data file;
and if the maintenance type is the update watermark data file, deleting the current dynamic watermark data file, generating a corresponding watermark data file according to the transmitted parameters, and storing the watermark data file as the dynamic watermark data file.
Preferably, the processor is specifically configured to: generating a corresponding watermark data file according to the incoming parameters, comprising:
analyzing the incoming parameters and acquiring corresponding watermark contents;
generating a watermark data file with a corresponding format according to the watermark content; if the watermark content comprises a picture, carrying out serialization processing on a picture format file corresponding to the picture, and taking the obtained serialized data file as a watermark data file corresponding to the picture.
Preferably, the processor is specifically configured to: generating a corresponding watermark data file according to the incoming parameters, comprising:
analyzing the incoming parameters and acquiring corresponding watermark contents;
generating a watermark data file with a corresponding format according to the watermark content; if the watermark content comprises a picture, after the picture format file corresponding to the picture is serialized, the obtained serialized data file is converted into a picture format file, and the converted file is used as the watermark data file corresponding to the picture.
Preferably, the system-layer watermark generating interface includes: cell phone management tool MDM interface.
Preferably, the processor is further configured to detect whether a dynamic watermark data file exists in a current system file when the user terminal is powered on, if so, draw a watermark on the display screen according to the current dynamic watermark data file, otherwise, draw a watermark on the display screen according to a static watermark data file in the system.
Furthermore, the present application also provides a non-transitory computer-readable storage medium storing instructions that, when executed by a processor, cause the processor to perform the steps of the watermark full coverage method as described above.
Further, the present application provides an electronic device comprising the non-volatile computer-readable storage medium as described above, and the processor having access to the non-volatile computer-readable storage medium.
The above description is only exemplary of the present application and should not be taken as limiting the present application, as any modification, equivalent replacement, or improvement made within the spirit and principle of the present application should be included in the scope of protection of the present application.

Claims (14)

1. A watermark full-covering method, comprising:
when a user terminal receives a watermark configuration instruction, calling a preset system layer watermark generation interface to maintain a current dynamic watermark data file; wherein, the incoming parameter of the system layer watermark generating interface is the watermark configuration parameter indicated by the watermark configuration instruction;
and when the dynamic watermark data file is updated, the user terminal draws the watermark on the display screen by using the updated dynamic watermark data file.
2. The method of claim 1, wherein the invoking a pre-defined system-layer watermark generation interface to maintain the current dynamic watermark data file comprises:
a. b, judging whether the incoming parameters meet a preset watermark configuration specification or not, and if so, executing the step b; otherwise, terminating the call;
b. determining the type of maintenance according to the incoming parameters;
c. if the maintenance type is the watermark emptying function, deleting the current dynamic watermark data file;
and if the maintenance type is the update watermark data file, deleting the current dynamic watermark data file, generating a corresponding watermark data file according to the transmitted parameters, and storing the watermark data file as the dynamic watermark data file.
3. The method of claim 2, wherein the generating a respective watermark data file according to the incoming parameters comprises:
analyzing the incoming parameters and acquiring corresponding watermark contents;
generating a watermark data file with a corresponding format according to the watermark content; if the watermark content comprises a picture, carrying out serialization processing on a picture format file corresponding to the picture, and taking the obtained serialized data file as a watermark data file corresponding to the picture.
4. The method of claim 2, wherein the generating a respective watermark data file according to the incoming parameters comprises:
analyzing the incoming parameters and acquiring corresponding watermark contents;
generating a watermark data file with a corresponding format according to the watermark content; if the watermark content comprises a picture, after the picture format file corresponding to the picture is serialized, the obtained serialized data file is converted into a picture format file, and the converted file is used as the watermark data file corresponding to the picture.
5. The method of claim 1, wherein the system layer watermark generation interface is a handset management tool MDM interface, a frameWork interface, or a service interface.
6. The method of claim 1, wherein the method further comprises:
when the user terminal is started, whether a dynamic watermark data file exists at present is detected, if yes, a watermark is drawn on a display screen according to the current dynamic watermark data file, otherwise, the watermark is drawn on the display screen according to a static watermark data file in the system.
7. A watermark flood coverage apparatus, comprising: a processor to:
when a user terminal receives a watermark configuration instruction, calling a preset system layer watermark generation interface to maintain a current dynamic watermark data file; wherein, the incoming parameter of the system layer watermark generating interface is the watermark configuration parameter indicated by the watermark configuration instruction;
and when the dynamic watermark data file is updated, the user terminal draws the watermark on the display screen by using the updated dynamic watermark data file.
8. The apparatus of claim 7, wherein the processor is specifically configured to: calling a preset system layer watermark generation interface, and maintaining the current dynamic watermark data file, wherein the method comprises the following steps:
a. b, judging whether the incoming parameters meet a preset watermark configuration specification or not, and if so, executing the step b; otherwise, terminating the call;
b. determining the type of maintenance according to the incoming parameters;
c. if the maintenance type is the watermark emptying function, deleting the current dynamic watermark data file;
and if the maintenance type is the update watermark data file, deleting the current dynamic watermark data file, generating a corresponding watermark data file according to the transmitted parameters, and storing the watermark data file as the dynamic watermark data file.
9. The apparatus of claim 8, wherein the processor is specifically configured to: generating a corresponding watermark data file according to the incoming parameters, comprising:
analyzing the incoming parameters and acquiring corresponding watermark contents;
generating a watermark data file with a corresponding format according to the watermark content; if the watermark content comprises a picture, carrying out serialization processing on a picture format file corresponding to the picture, and taking the obtained serialized data file as a watermark data file corresponding to the picture.
10. The apparatus of claim 8, wherein the processor is specifically configured to: generating a corresponding watermark data file according to the incoming parameters, comprising:
analyzing the incoming parameters and acquiring corresponding watermark contents;
generating a watermark data file with a corresponding format according to the watermark content; if the watermark content comprises a picture, after the picture format file corresponding to the picture is serialized, the obtained serialized data file is converted into a picture format file, and the converted file is used as the watermark data file corresponding to the picture.
11. The apparatus of claim 7, wherein the system-layer watermark generation interface comprises: cell phone management tool MDM interface.
12. The method of claim 7, wherein the processor is further configured to detect whether a dynamic watermark data file exists in a current system file when the user terminal is powered on, and if so, render a watermark on a display screen according to the current dynamic watermark data file, otherwise, render a watermark on the display screen according to a static watermark data file in the system.
13. A non-transitory computer readable storage medium storing instructions which, when executed by a processor, cause the processor to perform the steps of the watermark full coverage method of any one of claims 1 to 6.
14. An electronic device comprising the non-volatile computer-readable storage medium of claim 13, and the processor having access to the non-volatile computer-readable storage medium.
CN201910839602.9A 2019-09-06 2019-09-06 Watermark full-coverage method and device Active CN112464177B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910839602.9A CN112464177B (en) 2019-09-06 2019-09-06 Watermark full-coverage method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910839602.9A CN112464177B (en) 2019-09-06 2019-09-06 Watermark full-coverage method and device

Publications (2)

Publication Number Publication Date
CN112464177A true CN112464177A (en) 2021-03-09
CN112464177B CN112464177B (en) 2023-10-17

Family

ID=74806760

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910839602.9A Active CN112464177B (en) 2019-09-06 2019-09-06 Watermark full-coverage method and device

Country Status (1)

Country Link
CN (1) CN112464177B (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101630354A (en) * 2008-07-16 2010-01-20 中兴通讯股份有限公司 Method for encoding dynamic software watermark
US20100226526A1 (en) * 2008-12-31 2010-09-09 Modro Sierra K Mobile media, devices, and signaling
US20120208592A1 (en) * 2010-11-04 2012-08-16 Davis Bruce L Smartphone-Based Methods and Systems
US20140223554A1 (en) * 2013-02-07 2014-08-07 Thomas Gilbert Roden, III Dynamic operational watermarking for software and hardware assurance
CN104867096A (en) * 2014-02-25 2015-08-26 腾讯科技(深圳)有限公司 Method for dynamically changing watermark content and device thereof
CN105306479A (en) * 2015-11-11 2016-02-03 江苏中威科技软件系统有限公司 Computer data embedding method, computer data displaying method and computer data embedding and displaying device
CN107038355A (en) * 2016-12-19 2017-08-11 云巅(上海)网络科技有限公司 Cloud platform dynamic watermark generates system and its control method
CN107423629A (en) * 2017-04-12 2017-12-01 李晓妮 A kind of anti-method and system divulged a secret with tracing of fileinfo output
CN107862647A (en) * 2017-11-15 2018-03-30 平安科技(深圳)有限公司 Display methods, device, computer equipment and the storage medium of screen watermark
CN108229220A (en) * 2016-12-12 2018-06-29 卡巴斯基实验室股份制公司 For the system and method for the credible presentation of the information on insincere user equipment
CN108875323A (en) * 2018-06-15 2018-11-23 江苏神州信源系统工程有限公司 watermark adding method and device
CN109727180A (en) * 2019-01-03 2019-05-07 成都宇飞信息工程有限责任公司 A kind of screen message leakage traceability system and retroactive method
US20190156452A1 (en) * 2017-11-20 2019-05-23 Citrix Systems, Inc. Systems and methods for providing a visible watermark in a remote session
CN109977634A (en) * 2017-12-27 2019-07-05 中兴通讯股份有限公司 A kind of method, apparatus, computer equipment and the storage medium of watermark addition

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101630354A (en) * 2008-07-16 2010-01-20 中兴通讯股份有限公司 Method for encoding dynamic software watermark
US20100226526A1 (en) * 2008-12-31 2010-09-09 Modro Sierra K Mobile media, devices, and signaling
US20120208592A1 (en) * 2010-11-04 2012-08-16 Davis Bruce L Smartphone-Based Methods and Systems
US20140223554A1 (en) * 2013-02-07 2014-08-07 Thomas Gilbert Roden, III Dynamic operational watermarking for software and hardware assurance
CN104867096A (en) * 2014-02-25 2015-08-26 腾讯科技(深圳)有限公司 Method for dynamically changing watermark content and device thereof
CN105306479A (en) * 2015-11-11 2016-02-03 江苏中威科技软件系统有限公司 Computer data embedding method, computer data displaying method and computer data embedding and displaying device
CN108229220A (en) * 2016-12-12 2018-06-29 卡巴斯基实验室股份制公司 For the system and method for the credible presentation of the information on insincere user equipment
CN107038355A (en) * 2016-12-19 2017-08-11 云巅(上海)网络科技有限公司 Cloud platform dynamic watermark generates system and its control method
CN107423629A (en) * 2017-04-12 2017-12-01 李晓妮 A kind of anti-method and system divulged a secret with tracing of fileinfo output
CN107862647A (en) * 2017-11-15 2018-03-30 平安科技(深圳)有限公司 Display methods, device, computer equipment and the storage medium of screen watermark
WO2019095563A1 (en) * 2017-11-15 2019-05-23 平安科技(深圳)有限公司 Screen watermark display method and apparatus, computer device, and storage medium
US20190156452A1 (en) * 2017-11-20 2019-05-23 Citrix Systems, Inc. Systems and methods for providing a visible watermark in a remote session
CN109977634A (en) * 2017-12-27 2019-07-05 中兴通讯股份有限公司 A kind of method, apparatus, computer equipment and the storage medium of watermark addition
CN108875323A (en) * 2018-06-15 2018-11-23 江苏神州信源系统工程有限公司 watermark adding method and device
CN109727180A (en) * 2019-01-03 2019-05-07 成都宇飞信息工程有限责任公司 A kind of screen message leakage traceability system and retroactive method

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
HAOYU MA 等: "Software WaterMarking using Return-Oriented Programming", ASIA CCS‘15:PROCEEDINGS OF THE 10TH ACM SYMPOSIUM ON INFORMATION, COMPUTER AND COMMUNICATIONS SECURITY, pages 369 - 380 *
朱勤 等: "一种基于m序列的关系数据库鲁棒水印算法", 小型微型计算机系统, no. 08, pages 1486 - 1490 *
王嘉慧 等: "基于基数K链表的动态软件水印版权保护机制研究", 信息网络安全, no. 06, pages 66 - 68 *
范晓霄 等: "定制数据库版权保护系统研究与设计", 电脑知识与技术, vol. 08, no. 06, pages 1212 - 1214 *

Also Published As

Publication number Publication date
CN112464177B (en) 2023-10-17

Similar Documents

Publication Publication Date Title
KR102193489B1 (en) Apparatus and method for maintaining a message thread with opt-in permanence for entries
US9973506B2 (en) Method and apparatus for clearing notification icon, and storage medium
US20180081529A1 (en) Method and system for private communication
KR20190119123A (en) Message processing methods and devices, storage media, and computer devices
CN109146760B (en) Watermark generation method, device, terminal and storage medium
CN111580879A (en) Applet running method and device, electronic equipment and computer storage medium
WO2015043512A1 (en) Picture management method and device
CN109857508B (en) Method, system, equipment and storage medium for dynamically replacing interface skin
CN104836906A (en) Mobile terminal and method for acquiring images from short message operation interface in real time thereof
CN106453572B (en) Method and system based on Cloud Server synchronous images
CN110196665B (en) UI control background setting method and device and terminal
EP3061214B1 (en) Method and apparatus for displaying image
CN110636034A (en) Application data transmission method, client, server and system
CN106789832B (en) Data processing method, device and system in call process
CN106980481B (en) Image display method and equipment
CN112464177A (en) Watermark full-coverage method and device
CN109656647B (en) Chart picture generation method, device and equipment and computer readable storage medium
CN106648598B (en) Method and apparatus for displaying display information of application
CN107315970B (en) Sensitive data interaction method and device
CN114157753A (en) Message sharing method and device and electronic equipment
CN113836455A (en) Special effect rendering method, device, equipment, storage medium and computer program product
CN115049755A (en) Picture generation method, device, equipment and storage medium
KR101371958B1 (en) Apparatus for displaying callback information and method for operating of thereof
CN113284174A (en) Method and device for processing pictures
WO2024045764A1 (en) Display method and apparatus, terminal, electronic device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant