CN107798650B - Digital asset infringement judgment method and device based on block chain - Google Patents

Digital asset infringement judgment method and device based on block chain Download PDF

Info

Publication number
CN107798650B
CN107798650B CN201710843238.4A CN201710843238A CN107798650B CN 107798650 B CN107798650 B CN 107798650B CN 201710843238 A CN201710843238 A CN 201710843238A CN 107798650 B CN107798650 B CN 107798650B
Authority
CN
China
Prior art keywords
digital
digital watermark
block chain
infringement
purchaser
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.)
Active
Application number
CN201710843238.4A
Other languages
Chinese (zh)
Other versions
CN107798650A (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.)
Shanghai Zhongan Information Technology Service Co ltd
Original Assignee
Zhongan Information Technology Service Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhongan Information Technology Service Co Ltd filed Critical Zhongan Information Technology Service Co Ltd
Priority to CN201710843238.4A priority Critical patent/CN107798650B/en
Publication of CN107798650A publication Critical patent/CN107798650A/en
Application granted granted Critical
Publication of CN107798650B publication Critical patent/CN107798650B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/0021Image 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]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Multimedia (AREA)
  • Technology Law (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • General Engineering & Computer Science (AREA)
  • Editing Of Facsimile Originals (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a block chain-based digital asset infringement judgment method and device, and belongs to the field of block chains. The method comprises the steps of generating a digital watermark corresponding to the digital asset according to the digital asset successfully purchased by a purchaser and the identity of the purchaser, and writing the information of the digital watermark into a block chain; acquiring a digital watermark to be matched according to the digital asset to be tested uploaded by a user, wherein the user is different from a buyer; and matching the information of the digital watermark to be matched with the information of the digital watermark in the block chain so as to judge whether the buyer corresponding to the digital watermark has infringement behavior. The embodiment of the invention can realize timely discovery of the infringement of the digital assets of the copyright side and accurately determine the purchaser as an infringer when discovering the infringement, thereby realizing protection of the copyright of the digital assets and attack on the infringement of the digital assets.

Description

Digital asset infringement judgment method and device based on block chain
Technical Field
The invention belongs to the field of block chains, and particularly relates to a digital asset infringement judgment method and device based on a block chain.
Background
The development and use of the internet has facilitated the trading of digital assets (e.g., music, video, etc.), but has also exposed them to the risk of infringement. For example, for a copyright party of some music and movies, if their music or movies are sold to the buyer through the data transaction platform, the buyer of these digital assets may transmit the purchased music or movie files to the network for free sharing or sale to others, thereby causing huge economic loss to the copyright party.
Since the digital assets are easy to copy and are very easy to spread on the internet, it is difficult to find the infringement of the digital assets of the copyright party in time in the mass data of the internet, and even if the digital assets of the copyright party are found in time, because the internet has certain anonymity, it is difficult to determine the identity of the infringer and to follow up the legal responsibility.
Disclosure of Invention
In view of this, embodiments of the present invention provide a block chain-based digital asset infringement determination method and apparatus to determine whether an infringement behavior exists in a buyer purchasing a digital asset, so as to discover that the digital asset of a copyright party is infringed in time, and accurately determine the identity of an infringer when the infringement is discovered. The technical scheme of the embodiment of the invention is as follows:
in a first aspect, a block chain-based digital asset infringement determination method is provided, where the method includes:
generating a digital watermark corresponding to the digital asset according to the digital asset successfully purchased by the purchaser and the identity of the purchaser, and writing the information of the digital watermark into a block chain;
acquiring a digital watermark to be matched according to the digital asset to be tested uploaded by a user, wherein the user is different from the purchaser;
and matching the information of the digital watermark to be matched with the information of the digital watermark in the block chain so as to judge whether the purchaser corresponding to the digital watermark has an infringement behavior.
With reference to the first aspect, in a first possible implementation manner, before the step of generating a digital watermark corresponding to a digital asset according to a digital asset successfully purchased by a purchaser and an identity of the purchaser, the method further includes:
verifying whether the buyer meets a transaction condition preset by a copyright party of the digital asset according to an intelligent contract preset by the block chain;
paying the token used by the purchaser to purchase the digital asset to the copyright party if the verification is passed;
if the verification fails, a transaction rejection indication is output.
With reference to the first aspect, in a second possible implementation manner, the generating a digital watermark corresponding to the digital asset according to the digital asset successfully purchased by the purchaser and the identity of the purchaser includes:
extracting feature information of the digital assets; and
creating the new account associated with the purchaser;
and generating the digital watermark according to the characteristic information and the new account.
With reference to the first aspect, in a third possible implementation manner, the writing information of the digital watermark into a block chain includes:
performing hash operation on the digital watermark to obtain a hash value of the digital watermark;
and writing the hash value serving as the information of the digital watermark into the block chain.
With reference to the third possible implementation manner of the first aspect, in a fourth possible implementation manner, the matching the information of the digital watermark to be matched with the information of the digital watermark in the block chain to determine whether the buyer corresponding to the digital watermark has an infringement behavior includes:
performing hash operation on the digital watermark to be matched to obtain a hash value of the digital watermark to be matched;
matching the hash value of the digital watermark to be matched with the hash value of the digital watermark in the block chain;
if the matching is successful, judging that the digital asset to be detected is an infringing digital asset, and judging that the buyer corresponding to the digital watermark has an infringing behavior;
and if the matching fails, judging that the digital assets to be detected are non-infringement digital assets.
With reference to the second possible implementation manner of the first aspect, in a fifth possible implementation manner, after the step of creating the new account associated with the buyer, the method further includes:
transferring the anti-infringement cost provided by the copyright party of the digital asset in advance into the new account, writing the public key of the new account into the block chain, simultaneously encrypting the private key of the new account by using a secret key to generate a private key ciphertext, storing the private key ciphertext in the block chain, and storing the secret key offline.
With reference to the fifth possible implementation manner of the first aspect, in a sixth possible implementation manner, the method further includes:
and when the digital watermark is judged to have infringement behavior, the private key of the new account is reversely solved according to the private key ciphertext in the block chain and the key stored offline, and the anti-infringement cost in the new account is transferred to the user according to the private key.
With reference to the first aspect, in a seventh possible implementation manner, the method further includes:
and when the digital watermark is judged to have infringement behavior, recording infringement information of the purchaser in the block chain, and sending the infringement information to the copyright party.
In a second aspect, an apparatus for determining digital asset infringement based on block chains is provided, the apparatus comprising:
the generating module is used for generating a digital watermark corresponding to the digital asset according to the digital asset successfully purchased by the purchaser and the identity of the purchaser;
a writing module, configured to write information of the digital watermark into a block chain;
the acquisition module is used for acquiring the digital watermark to be matched according to the digital asset to be tested uploaded by a user, wherein the user is different from the buyer;
and the matching judgment module is used for matching the information of the digital watermark to be matched with the information of the digital watermark in the block chain so as to judge whether the purchaser corresponding to the digital watermark has infringement behavior.
With reference to the second aspect, in a first possible implementation manner, the apparatus further includes:
the verification module is used for verifying whether the buyer meets the transaction condition preset by the copyright party of the digital asset according to the intelligent contract preset by the block chain;
a payment module for paying the token used by the purchaser to purchase the digital asset to the copyright party if the verification module verifies that the digital asset is passed;
and the indication output module is used for outputting a transaction rejection indication if the verification module fails to verify.
With reference to the second aspect, in a second possible implementation manner, the identity is identified as a new account of the purchaser, and the generating module includes:
the extraction submodule is used for extracting the characteristic information of the digital assets;
a create sub-module for creating the new account associated with the purchaser;
and the generating submodule is used for generating the digital watermark according to the characteristic information and the new account.
With reference to the second aspect, in a third possible implementation manner, the writing module includes:
the first operation obtaining sub-module is used for carrying out hash operation on the digital watermark to obtain a hash value of the digital watermark;
and the writing sub-module is used for writing the hash value serving as the information of the digital watermark into the block chain.
With reference to the third possible implementation manner of the second aspect, in a fourth possible implementation manner, the matching judgment module includes:
the second operation obtaining sub-module is used for carrying out hash operation on the digital watermark to be matched to obtain a hash value of the digital watermark to be matched;
the matching submodule is used for matching the hash value of the digital watermark to be matched with the hash value of the digital watermark in the block chain;
and the judging submodule is used for judging that the digital asset to be detected is an infringement digital asset if the matching submodule is matched successfully, judging that the buyer corresponding to the digital watermark has an infringement behavior, and judging that the digital asset to be detected is a non-infringement digital asset if the matching submodule is matched unsuccessfully.
With reference to the second possible implementation manner of the second aspect, in a fifth possible implementation manner, the apparatus further includes a first transfer-in module,
the first transfer-in module is used for transferring the anti-infringement cost provided by the copyright party of the digital asset in advance into the new account;
the writing module is further configured to write the public key of the new account into the block chain, encrypt the private key of the new account with a key to generate a private key ciphertext, store the private key ciphertext in the block chain, and store the key offline.
With reference to the fifth possible implementation manner of the second aspect, in a sixth possible implementation manner, the apparatus further includes:
the reverse decoding module is used for reversely decoding the private key of the new account according to the private key ciphertext in the block chain and the key stored offline when the matching judgment module judges that the buyer corresponding to the digital watermark has an infringement behavior;
and the second transfer module is used for transferring the anti-infringement cost in the new account to the user according to the private key.
With reference to the second aspect, in a seventh possible implementation manner, the apparatus further includes:
the recording module is used for recording the infringement information of the purchaser in the block chain when the matching judgment module judges that the purchaser corresponding to the digital watermark has infringement behavior;
and the sending module is used for sending the infringement information to the copyright side.
The embodiment of the invention provides a block chain-based digital asset infringement judgment method and a block chain-based digital asset infringement judgment device, wherein the block chain-based digital asset infringement judgment method comprises the following steps: generating a digital watermark corresponding to the digital asset according to the digital asset successfully purchased by the purchaser and the identity of the purchaser, writing the information of the digital watermark into a block chain, and acquiring the digital watermark to be matched according to the digital asset to be tested uploaded by a user, wherein the user is different from the purchaser; and matching the information of the digital watermark to be matched with the information of the digital watermark in the block chain so as to judge whether the buyer corresponding to the digital watermark has infringement behavior. The digital watermark is generated according to the digital asset and the identity identification of the purchaser, the digital watermark corresponds to the digital asset, the information of the digital watermark is written into the block chain with the characteristics of non-falsification and traceability, and the information of the digital watermark of the digital asset to be detected uploaded by the user is matched with the information of the digital watermark in the block chain, so that whether the digital asset corresponding to the digital watermark is an infringement digital asset or not can be reliably judged, whether the purchaser of the digital asset has infringement or not can be judged, the infringement of the digital asset of the copyright party can be timely found, the purchaser serving as an infringement person can be accurately determined when the infringement is found, and the copyright of the digital asset can be protected and the infringement of the digital asset can be struck.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a flow diagram of one embodiment of a blockchain-based digital asset infringement determination method of the present invention;
FIG. 2 is a flow diagram of another embodiment of a blockchain-based digital asset infringement determination method of the present invention;
fig. 3 is a schematic structural diagram of an embodiment of the digital asset infringement determination device based on the block chain according to the invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The block chain-based digital asset infringement judgment method provided by the embodiment of the invention realizes copyright protection on digital assets by using the intelligent contract and the digital token of the block chain based on the characteristics of non-tampering, traceability, intelligent contract and built-in token of the block chain, so that a copyright party can find the infringement of the digital assets in time, and accurately determine the identity of an infringer when the infringement is found, and attack on the infringement behavior of the digital assets.
The execution main body of the block chain-based digital asset infringement judgment method provided by the embodiment of the invention can be a server, the server can be a single server, a server cluster or a computer cluster and the like, the server is provided with a digital asset transaction system and a corresponding digital asset transaction platform, the digital transaction system is a system combining a block chain, a Web system with a B/S framework and a centralized database, and the digital transaction system deploys an intelligent contract for digital asset transaction on the block chain supporting the intelligent contract.
The block chain in the embodiment of the invention is a chain data structure formed by combining data blocks in a sequential connection mode according to a time sequence, and is a distributed ledger which is guaranteed to be not falsifiable and counterfeitable in a cryptographic mode. Broadly speaking, the blockchain technique is a completely new distributed infrastructure and computing paradigm that utilizes blockchain data structures to verify and store data, utilizes distributed node consensus algorithms to generate and update data, cryptographically secure data transmission and access, and utilizes intelligent contracts composed of automated script code to program and manipulate data.
The intelligent contract in the embodiment of the invention is a section of code stored in a blockchain (or an intelligent contract program is deployed to each node of the blockchain), the section of code specifies the execution condition of the intelligent contract and the service processing logic, and when the execution condition of the intelligent contract is triggered, the intelligent contract executes the corresponding service processing logic.
The digital assets described in the embodiments of the present invention include, but are not limited to, images, data, videos, animations, e-books, etc., and the value of a digital asset may be defined by a digital encryption token embedded in a blockchain, which may be a bitcoin, an ethernet coin, or other digital encryption tokens in the blockchain.
Example one
The embodiment of the invention provides a block chain-based digital asset infringement judgment method, which is shown in figure 1 and comprises the following steps:
101. and generating a digital watermark corresponding to the digital asset according to the digital asset successfully purchased by the purchaser and the identity of the purchaser, and writing the information of the digital watermark into the block chain.
Specifically, the generating of the digital watermark corresponding to the digital asset according to the digital asset successfully purchased by the purchaser and the identity of the purchaser may include:
extracting the characteristic information of the digital assets; and
creating a new account associated with the purchaser;
and generating the digital watermark according to the characteristic information and the new account.
The process of writing the information of the digital watermark into the block chain may include:
carrying out Hash operation on the digital watermark to obtain a Hash value of the digital watermark;
and writing the hash value serving as the information of the digital watermark into the block chain.
In addition, in addition to writing the hash value of the digital watermark into the block chain as the information of the digital watermark, other data capable of uniquely identifying the digital watermark may be written into the block chain as the information of the digital watermark, where the data may be identification data extracted from the digital watermark or may be other data.
102. And acquiring the digital watermark to be matched according to the digital assets to be tested uploaded by the user, wherein the user is different from the purchaser.
103. And matching the information of the digital watermark to be matched with the information of the digital watermark in the block chain so as to judge whether the buyer corresponding to the digital watermark has infringement behavior.
Carrying out Hash operation on the digital watermark to be matched to obtain a Hash value of the digital watermark to be matched;
matching the hash value of the digital watermark to be matched with the hash value of the digital watermark in the block chain;
if the matching is successful, determining that the digital asset to be detected is an infringing digital asset, and determining that the buyer corresponding to the digital watermark has an infringing behavior;
and if the matching fails, judging that the digital assets to be detected are non-infringement digital assets.
Further, before step 101, the method further comprises:
verifying whether a purchaser meets a transaction condition preset by a copyright party of the digital assets according to an intelligent contract preset by a block chain;
paying the token used by the purchaser for purchasing the digital asset to the copyright party if the verification is passed;
if the verification fails, a transaction rejection indication is output.
Further, after the step of creating a new account associated with the purchaser, the method further comprises:
transferring the anti-infringement cost provided by the copyright side of the digital asset in advance into a new account, writing the public key of the new account into the block chain, simultaneously encrypting the private key of the new account by using the key to generate a private key ciphertext, storing the private key ciphertext in the block chain, and storing the key offline.
Further, the method further comprises:
and when the digital watermark is judged to have infringement behavior, the private key of the new account is reversely solved according to the private key ciphertext in the block chain and the key stored offline, and the infringement charge in the new account is transferred to the user according to the private key.
Further, the method further comprises:
and when the digital watermark is judged to have infringement behavior, recording infringement information of the purchaser in the block chain, and sending the infringement information to the copyright party.
The embodiment of the invention provides a block chain-based digital asset infringement judgment method, wherein a digital watermark is generated according to the digital asset and the identity identification of a purchaser, the digital watermark corresponds to the digital asset, the information of the digital watermark is written into a block chain with non-falsification and traceable characteristics, and the information of the digital watermark of a digital asset to be detected uploaded by a user is matched with the information of the digital watermark in the block chain, so that whether the digital asset corresponding to the digital watermark is an infringement digital asset or not can be reliably judged, whether the purchaser of the digital asset has infringement behavior or not can be judged, the infringement of the digital asset of a copyright party can be timely found, and when the infringement is found, the purchaser serving as an infringement person can be accurately determined, and the copyright of the digital asset can be protected and the digital infringement can be attacked.
Example two
An embodiment of the present invention provides a block chain-based digital asset infringement determination method, which is shown in fig. 2 and includes:
201. and verifying whether the buyer meets the transaction condition preset by the copyright side of the digital asset according to the intelligent contract preset by the block chain, if the verification is passed, executing the step 202, and if the verification is not passed, executing the step 203.
The digital assets may include at least one of video data, audio data, image data, and text data.
Specifically, the process may include:
a. and receiving the digital assets issued by the registered copyright parties and the trading strategies of the digital assets preset by the copyright parties.
The digital asset can be issued to the digital asset transaction platform by a copyright party through a terminal device, and the terminal device can be understood as a device with a data communication function, such as a mobile terminal, a PC terminal, and the like. After the digital assets are successfully released, the buyer with purchasing intention can check the information of abstract, brief introduction and partial sample of the digital assets available for transaction on the digital asset transaction platform.
The trading strategy can comprise trading conditions, the trading conditions can comprise selling price, trading mode and copyright description information, the selling price can be a unit of money which is a built-in digital token of a block chain, the trading mode can comprise charging according to times, charging according to data size, delivery of digital assets and charging time, and the copyright description information comprises copyright requirements; further, the trading strategy may also include anti-infringement fees that the copyright party is willing to offer for the digital assets that they publish, which are paid by the copyright party through the built-in digital tokens of the blockchain.
b. A purchase request initiated by a purchaser for a digital asset issued by a copyright party is received and forwarded to the smart contract.
The purchase request may be generated by a purchaser starting a digital asset purchase process of the data transaction platform through a terminal device, and the purchase request carries identity information of the purchaser, where the identity information may be a registered account name registered by the purchaser on the digital asset transaction system, or a mobile phone number, a bank account number, or a payment account name of the purchaser. When the purchaser wants to purchase the digital asset issued by the copyright party, a purchase request for the digital asset to be purchased may be initiated, and the digital asset transaction system transmits the purchase request to an intelligent contract supporting the digital asset transaction after receiving the purchase request.
c. And verifying whether the buyer meets the transaction conditions preset by the copyright side of the digital assets according to the intelligent contract.
Specifically, according to the identity information of the purchaser, the amount of the built-in token of the purchaser in the block chain is obtained, whether the amount exceeds the selling price of the digital assets in the transaction condition is judged, if yes, the verification is passed, and if not, the verification is not passed.
202. The token used by the purchaser to purchase the digital asset is paid to the copyright party.
Specifically, the purchaser pays a copyright to the built-in digital token of the blockchain according to the selling price of the digital asset to purchase the digital asset.
It should be noted that the payment process of the buyer is performed according to the charging time in the transaction mode, and the charging time may be the time required for completing the payment before the buyer successfully purchases the digital asset.
203. And outputting a transaction refusal indication.
Specifically, the embodiment of the present invention does not limit the specific output process.
It should be noted that steps 201 to 203 are processes for implementing successful purchase of the digital asset issued by the copyright owner by the purchaser, and the processes may be implemented in other ways besides the above-mentioned steps, and the embodiment of the present invention is not limited in specific ways.
It should be noted that steps 201 to 203 are optional steps, and if the purchaser has purchased the digital asset issued by the copyright owner, step 204 is directly performed without performing steps 201 to 203.
204. Characteristic information of digital assets successfully purchased by a purchaser is extracted.
Specifically, the process may include:
preprocessing the digital assets;
and extracting the characteristic information of the digital assets from the preprocessed digital assets.
The process of preprocessing the digital assets can be realized by adopting a proper preprocessing technology in the prior art, and irrelevant information such as interference, noise and the like in the digital assets can be eliminated by preprocessing the digital assets.
When the digital assets are video data, extracting video features from the preprocessed video data; when the digital assets are audio data, extracting audio features from the preprocessed audio data; when the digital assets are image data, extracting image characteristics from the preprocessed image data; and when the digital assets are text data, extracting text features from the preprocessed text data. It can be understood that, according to actual needs, those skilled in the art may select an appropriate extraction means in the prior art to extract the feature information of the digital asset.
The embodiment of the present invention does not limit the specific extraction process.
205. A new account associated with the purchaser is created.
Specifically, the process may include:
initializing a new account for the purchaser according to the intelligent contract, and associating the new account of the purchaser with the purchaser, wherein the new account is different from a registered account which is registered by the purchaser in advance; and
a private key for the new account is created and a public key corresponding to the private key is generated.
The public key of the new account may be associated with identity information of the purchaser, where the identity information may be a registered account name, a mobile phone number of the purchaser, a bank account number, or a payment account name, which is registered by the purchaser on the digital asset transaction system, and the identity information may be only required to uniquely identify the purchaser.
In the embodiment of the invention, the public key of the new account is associated with the buyer, so that the identity of the buyer can be determined through the public key of the new account.
It should be noted that, in the embodiment of the present invention, the execution sequence of step 204 and step 205 is not specifically limited, and in practical applications, step 204 and step 205 are executed simultaneously, which is a preferable scheme to improve the generation efficiency of the digital watermark.
206. Transferring the anti-infringement cost provided by the copyright side of the digital asset in advance into a new account, writing the public key of the new account into the block chain, simultaneously encrypting the private key of the new account by using the key to generate a private key ciphertext, storing the private key ciphertext in the block chain, and storing the key offline.
Wherein the anti-infringement fee is used as a reward for the act of infringing on the digital assets, so as to attract the users of the digital assets to detect the digital assets to identify whether the digital assets held by the users infringe or not.
Specifically, transferring the anti-infringement cost to a new account according to an intelligent contract; and performing data conversion on the public key of the new account according to a preset conversion format, writing the data into each node of the block chain, simultaneously encrypting the private key of the new account by using the key to generate a private key ciphertext, storing the private key ciphertext in each node of the block chain, and storing the key offline.
In the embodiment of the invention, the keys are not stored in the blockchain in an off-line manner, but are properly stored through the digital asset transaction platform, so that the keys are prevented from being directly exposed due to the transparency property of the blockchain.
The invention does not limit the specific writing process and the encryption process.
In the embodiment of the invention, the anti-infringement cost provided by the copyright side of the digital asset in advance is transferred into the new account, the public key of the new account is written into the block chain, and the private key of the new account is encrypted and stored, so that the user attracting the digital asset to detect the digital asset to identify whether the digital asset infringes or not under the benefit stimulation of the anti-infringement cost, and the digital asset infringement or not can be found quickly in time; in addition, the public key of the new account associated with the purchaser is written into the block chain, and the block chain is not falsifiable and traceable, so that the purchaser can be easily traced by inquiring the public key of the new account.
It should be noted that step 206 is an optional step.
207. And generating a digital watermark corresponding to the digital asset according to the characteristic information and the public key of the new account.
Specifically, according to the characteristic information and the public key of the new account, a preset digital watermark API (Application Programming Interface) is called through an intelligent contract to generate a digital watermark corresponding to the digital asset.
The embodiment of the present invention does not limit the specific generation process.
In the embodiment of the invention, the digital watermark of the digital asset is generated, so that whether the digital asset is infringed or not can be reliably detected according to the digital watermark for copyright protection in the following, and further, the infringement behavior of a buyer can be effectively traced.
It should be noted that steps 204 to 207 are processes for generating a digital watermark corresponding to a digital asset according to a digital asset successfully purchased by a buyer and an identity of the buyer, and the processes may be implemented in other ways besides the above-mentioned steps, and the specific way of implementing the present invention is not limited.
The digital watermark embedded in the digital asset can be embedded into the digital asset, and the digital asset embedded with the digital watermark is issued to the purchaser, so that the digital watermark embedded in the digital asset is difficult to remove, modify or forge after the purchaser purchases the digital asset by utilizing the characteristics of concealment, robustness and tamper resistance and modification of the digital watermark, and therefore the piracy, illegal sale or transmission of the digital asset by the purchaser is subjectively restrained, and the infringement risk of the digital asset is reduced.
208. And carrying out Hash operation on the digital watermark to obtain a Hash value of the digital watermark.
Specifically, the hash operation is performed on the digital watermark according to a preset hash algorithm to obtain a hash value of the digital watermark. The preset hash algorithm comprises any one of an MD5 algorithm, an SHA-1 algorithm, an SHA-2 algorithm, an SHA-3 algorithm and an SHA algorithm. The embodiment of the present invention does not limit the specific hash algorithm.
209. And writing the hash value serving as the information of the digital watermark into the block chain.
Specifically, according to the intelligent contract, the hash value of the digital watermark is written into the block chain.
In the embodiment of the invention, the hash value of the digital watermark is written into the block chain, so that the hash value of the digital watermark acquired from the digital asset successfully purchased by the purchaser can be permanently stored in the block chain as transaction information of the digital asset. And because the block chain is not capable of being tampered and traced, the hash value of the digital watermark is completely recorded and is not capable of being changed, so that whether the purchaser of the digital asset infringes or not can be judged through the digital watermark in the block chain in the following, and the reliability and the authenticity of the digital asset infringement judgment are ensured.
It should be noted that steps 208 to 209 are processes for writing information of a digital watermark into a block chain, and the processes may be implemented in other ways besides the above-mentioned ways, and the specific way is not limited in the embodiment of the present invention.
In addition, in addition to writing the hash value of the digital watermark into the block chain as the information of the digital watermark, other data capable of uniquely identifying the digital watermark may be written into the block chain as the information of the digital watermark, where the data may be identification data extracted from the digital watermark or may be other data.
210. And acquiring the digital watermark to be matched according to the digital asset to be tested uploaded by the user.
Wherein the user is different from the purchaser, the user having a registered account that is successfully registered with the digital asset trading platform. The digital asset to be tested uploaded by the user can be obtained by the user through a buyer of the digital asset, for example, the buyer illegally sells and spreads the purchased digital asset so that the user obtains the digital asset to be tested; in addition, the digital asset to be tested can also be obtained by a user through other ways, and the acquisition source of the digital asset to be tested is not limited in the embodiment of the invention.
Specifically, the process may include:
and extracting the digital watermark to be matched from the digital asset to be tested embedded with the digital watermark to be matched, wherein the extraction process can be completed by selecting a proper extraction algorithm in the prior art according to actual needs.
The embodiment of the present invention does not limit the specific acquisition process.
211. And carrying out Hash operation on the digital watermark to be matched to obtain a Hash value of the digital watermark to be matched.
Specifically, the process is similar to step 208 in this embodiment, and is not described here again.
212. And matching the hash value of the digital watermark to be matched with the hash value of the digital watermark in the block chain, if the matching is successful, executing the step 213, and if the matching is failed, executing the step 214.
Specifically, according to the hash value of the digital watermark to be matched, whether the hash value of the digital watermark identical to the hash value of the digital watermark to be matched exists is inquired in the block chain, if yes, the matching is successful, and if not, the matching fails. The embodiment of the present invention does not limit the specific matching process.
In the embodiment of the invention, after the purchaser purchases the digital assets, the digital assets can be illegally sold and illegally spread on the internet against the copyright requirement of a copyright party, and after a user receives or downloads the digital assets, the digital assets can be used as digital assets to be detected to carry out request detection on a digital transaction platform so as to determine whether the digital assets are infringing digital assets, thereby being convenient for discovering that the digital assets are infringed in time; in addition, the digital watermark corresponding to the digital asset has the characteristics of robustness and tamper resistance, so that the digital watermark is difficult to remove, modify or forge after a purchaser purchases the digital asset, and therefore whether the digital asset corresponding to the digital watermark is an infringing digital asset or not and whether the purchaser of the digital asset has infringement behavior or not can be reliably judged by matching the information of the digital watermark to be matched with the information of the digital watermark in the block chain. Meanwhile, the integrity of the digital watermark to be matched can be checked by the hash value of the digital watermark to be matched, so that the reliability of the digital asset infringement detection is further improved.
213. And judging that the digital assets to be detected are infringing digital assets, and judging that the buyer corresponding to the digital watermark has infringement behavior. After step 213, step 215 and/or step 216 are performed.
Specifically, according to the digital watermark matched with the digital watermark to be matched, a purchaser corresponding to the digital watermark is determined, and it is determined that the purchaser has an infringement behavior.
The present invention does not limit the specific determination process.
214. And judging the digital assets to be detected as non-infringing digital assets.
It should be noted that steps 211 to 214 are processes for determining whether there is an infringement behavior for the purchaser corresponding to the digital watermark by matching the information of the digital watermark to be matched with the information of the digital watermark in the block chain, and the processes may be implemented in other ways besides the above-mentioned steps, and the specific way of the embodiment of the present invention is not limited.
215. And reversely solving the private key of the new account according to the private key ciphertext in the block chain and the key stored offline, and transferring the anti-infringement cost in the new account to the user according to the private key.
Specifically, the process may include:
when the digital watermark is judged to be corresponding to the buyer, determining a new account of the buyer according to the buyer with the infringement behavior;
acquiring a private key ciphertext stored in a block chain and acquiring a key stored offline;
decrypting the private key ciphertext through the secret key to obtain a private key of the new account;
acquiring anti-infringement cost in the new account according to the private key of the new account;
and transferring the anti-infringement fee to the user according to the registered account of the user.
It should be noted that, the process of sending the public key and the private key of the new account to the user may be directly sending the public key and the private key of the new account to the user, or sending the public key and the private key of the new account to the user after receiving the anti-infringement cost issuing request of the user, which is not limited in this embodiment of the present invention.
It should be noted that step 215 is an optional step, and if step 206 is executed in the embodiment of the present invention, step 215 needs to be executed after step 213.
In the embodiment of the invention, when the digital watermark is judged to have infringement behavior, the private key of a new account is obtained according to the private key ciphertext in the block chain and the off-line stored key, and the anti-infringement cost in the new account is transferred to a user according to the private key to be used as the reward for the user to reveal the infringement of the digital asset; meanwhile, under the incentive of the reward of the anti-infringement cost, more users can be attracted to carry out digital asset infringement detection, so that the digital asset infringement can be found in time conveniently.
216. Recording infringement information of the purchaser in the blockchain, and transmitting the infringement information to the copyright side.
Specifically, the embodiment of the present invention does not limit the specific recording process.
In the embodiment of the invention, the infringement information of the purchaser is recorded in the block chain, and the infringement information is sent to the copyright party, so that the copyright party can know that the digital asset is infringed in time and confirm the identity information of the infringement party, and further the infringement behavior of the digital asset can be effectively restrained.
It should be noted that, if step 215 is executed, the execution sequence of step 215 and step 216 is not specifically limited in the embodiment of the present invention, and in practical applications, it is preferable that step 215 and step 216 are executed simultaneously, so as to further facilitate the copyright side to protect the copyright of the digital asset and to attack the digital asset infringement in time.
The embodiment of the invention provides a block chain-based digital asset infringement judgment method, wherein a digital watermark is generated according to the digital asset and the identity identification of a purchaser, the digital watermark corresponds to the digital asset, the information of the digital watermark is written into a block chain with non-falsification and traceable characteristics, and the information of the digital watermark of a digital asset to be detected uploaded by a user is matched with the information of the digital watermark in the block chain, so that whether the digital asset corresponding to the digital watermark is an infringement digital asset or not can be reliably judged, whether the purchaser of the digital asset has infringement behavior or not can be judged, the infringement of the digital asset of a copyright party can be timely found, and when the infringement is found, the purchaser serving as an infringement person can be accurately determined, and the copyright of the digital asset can be protected and the digital infringement can be attacked.
EXAMPLE III
An embodiment of the present invention provides a block chain-based digital asset infringement determination apparatus, and as shown in fig. 3, the apparatus 300 includes:
a generating module 301, configured to generate a digital watermark corresponding to a digital asset according to the digital asset successfully purchased by the purchaser and the identity of the purchaser;
a writing module 302, configured to write information of the digital watermark into the block chain;
an obtaining module 303, configured to obtain a digital watermark to be matched according to the digital asset to be tested that is uploaded by a user, where the user is different from a buyer;
and the matching determination module 304 is configured to match the information of the digital watermark to be matched with the information of the digital watermark in the block chain, so as to determine whether an infringement action exists in the purchaser corresponding to the digital watermark.
Optionally, the apparatus 300 further comprises:
the verification module 305 is configured to verify whether the buyer meets a transaction condition preset by a copyright owner of the digital asset according to an intelligent contract preset by the blockchain;
a payment module 306 for paying the token used by the purchaser for purchasing the digital asset to the copyright party if the verification by the verification module is passed;
and an indication output module 307, configured to output a transaction rejection indication if the verification module fails to verify the transaction.
Optionally, the identity is a new account of the purchaser, and the generating module 301 includes:
an extraction submodule 3011, configured to extract feature information of the digital asset;
a create sub-module 3012 for creating a new account associated with the purchaser;
and the generating sub-module 3013 is configured to generate a digital watermark according to the feature information and the new account.
Optionally, the writing module 302 includes:
a first operation obtaining sub-module 3021, configured to perform a hash operation on the digital watermark to obtain a hash value of the digital watermark;
the write submodule 3022 is configured to write the hash value as information of the digital watermark into the block chain.
Optionally, the matching judgment module 304 includes:
a second operation obtaining sub-module 3041, configured to perform a hash operation on the digital watermark to be matched, so as to obtain a hash value of the digital watermark to be matched;
a matching submodule 3042, configured to match the hash value of the digital watermark to be matched with the hash value of the digital watermark in the block chain;
a determining submodule 3043, configured to determine, if the matching submodule is successfully matched, that the digital asset to be detected is an infringing digital asset, determine that an infringing behavior exists in a buyer corresponding to the digital watermark, and determine, if the matching submodule is failed, that the digital asset to be detected is a non-infringing digital asset.
Optionally, the apparatus 300 further comprises a first transfer-in module 308,
a first transfer module 308, configured to transfer the anti-infringement fee pre-provided by the copyright owner of the digital asset to a new account;
the writing module 302 is further configured to write the public key of the new account into the blockchain, encrypt the private key of the new account with the key to generate a private key ciphertext, store the private key ciphertext in the blockchain, and store the key offline.
Optionally, the apparatus 300 further comprises:
the inverse solution module 309 is configured to, when the matching determination module determines that the buyer corresponding to the digital watermark has an infringement behavior, inversely solve the private key of the new account according to the private key ciphertext in the block chain and the key stored offline;
and a second transfer module 310, configured to transfer the anti-piracy cost in the new account to the user according to the private key.
Optionally, the apparatus 300 further comprises:
the recording module 311 is configured to record infringement information of the purchaser in the block chain when the matching determination module determines that the purchaser corresponding to the digital watermark has an infringement behavior;
a sending module 312, configured to send the infringement information to the copyright side.
The apparatus shown in fig. 3 may be located on a server.
The embodiment of the invention provides a block chain-based digital asset infringement judgment device, wherein a digital watermark is generated according to the digital asset and the identity identification of a purchaser, the digital watermark corresponds to the digital asset, the information of the digital watermark is written into a block chain with non-falsification and traceable characteristics, and the information of the digital watermark of the digital asset to be detected uploaded by a user is matched with the information of the digital watermark in the block chain, so that whether the digital asset corresponding to the digital watermark is an infringement digital asset or not can be reliably judged, whether the purchaser of the digital asset has infringement behavior or not can be judged, the infringement of the digital asset of a copyright party can be timely found, and when the infringement is found, the purchaser serving as an infringement person can be accurately determined, and the copyright of the digital asset can be protected and the digital infringement can be attacked.
All the above-mentioned optional technical solutions can be combined arbitrarily to form the optional embodiments of the present invention, and are not described herein again.
It should be noted that the terms "first," "second," and the like in the description of the present invention are used for descriptive purposes only and are not to be construed as indicating or implying relative importance. In addition, in the description of the present invention, "a plurality" means two or more unless otherwise specified.
It should be noted that, when the block chain-based digital asset infringement determination apparatus provided in the foregoing embodiment executes the block chain-based digital asset infringement determination method, only the division of the functional modules is illustrated, and in practical applications, the function distribution may be completed by different functional modules according to needs, that is, the internal structure of the apparatus may be divided into different functional modules, so as to complete all or part of the functions described above. In addition, the block chain-based digital asset infringement determination device provided in the above embodiment and the block chain-based digital asset infringement determination method embodiment belong to the same concept, and specific implementation processes thereof are detailed in the method embodiment and are not described herein again.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by associated hardware through a program, and the program may be stored in a computer readable storage medium, and the above mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (13)

1. A block chain-based digital asset infringement determination method is characterized by comprising the following steps:
generating a digital watermark corresponding to the digital asset according to the digital asset successfully purchased by the purchaser and the identity of the purchaser, and writing the information of the digital watermark into a block chain;
acquiring a digital watermark to be matched according to the digital asset to be tested uploaded by a user, wherein the user is different from the purchaser;
and matching the information of the digital watermark to be matched with the information of the digital watermark in the block chain, and if the matching is successful, judging that the buyer corresponding to the digital watermark has an infringement behavior.
2. The method of claim 1, wherein before the step of generating the digital watermark based on the digital asset successfully purchased by the purchaser and the identity of the purchaser, the method further comprises:
verifying whether the buyer meets a transaction condition preset by a copyright party of the digital asset according to an intelligent contract preset by the block chain;
paying the token used by the purchaser to purchase the digital asset to the copyright party if the verification is passed;
if the verification fails, a transaction rejection indication is output.
3. The method of claim 1, wherein the identity is a new account of the purchaser, and wherein generating the digital watermark corresponding to the digital asset based on the digital asset successfully purchased by the purchaser and the identity of the purchaser comprises:
extracting feature information of the digital assets; and
creating the new account associated with the purchaser;
and generating the digital watermark according to the characteristic information and the new account.
4. The method of claim 1, wherein writing the information of the digital watermark into a blockchain comprises:
performing hash operation on the digital watermark to obtain a hash value of the digital watermark;
and writing the hash value serving as the information of the digital watermark into the block chain.
5. The method of claim 4, wherein the matching the information of the digital watermark to be matched with the information of the digital watermark in the block chain to determine whether the buyer corresponding to the digital watermark has infringement behavior comprises:
performing hash operation on the digital watermark to be matched to obtain a hash value of the digital watermark to be matched;
matching the hash value of the digital watermark to be matched with the hash value of the digital watermark in the block chain;
if the matching is successful, judging that the digital asset to be tested is an infringing digital asset, and judging that the buyer corresponding to the digital watermark has an infringing behavior;
and if the matching fails, judging that the digital assets to be tested are non-infringing digital assets.
6. The method of claim 3, wherein after the step of creating the new account associated with the purchaser, the method further comprises:
transferring the anti-infringement cost provided by the copyright party of the digital asset in advance into the new account, writing the public key of the new account into the block chain, simultaneously encrypting the private key of the new account by using a secret key to generate a private key ciphertext, storing the private key ciphertext in the block chain, and storing the secret key offline.
7. The method of claim 6, further comprising:
and when the digital watermark is judged to have infringement behavior, the private key of the new account is reversely solved according to the private key ciphertext in the block chain and the key stored offline, and the anti-infringement cost in the new account is transferred to the user according to the private key.
8. The method of claim 1, further comprising:
and when the digital watermark is judged to have infringement behavior, recording infringement information of the purchaser in the block chain, and sending the infringement information to a copyright party.
9. An apparatus for determining digital asset infringement based on blockchain, the apparatus comprising:
the generating module is used for generating a digital watermark corresponding to the digital asset according to the digital asset successfully purchased by the purchaser and the identity of the purchaser;
a writing module, configured to write information of the digital watermark into a block chain;
the acquisition module is used for acquiring the digital watermark to be matched according to the digital asset to be tested uploaded by a user, wherein the user is different from the buyer;
and the matching judgment module is used for matching the information of the digital watermark to be matched with the information of the digital watermark in the block chain, and judging that the buyer corresponding to the digital watermark has an infringement behavior if the matching is successful.
10. The apparatus of claim 9, further comprising:
the verification module is used for verifying whether the buyer meets the transaction condition preset by the copyright party of the digital asset according to the intelligent contract preset by the block chain;
a payment module for paying the token used by the purchaser to purchase the digital asset to the copyright party if the verification module verifies that the digital asset is passed;
and the indication output module is used for outputting a transaction rejection indication if the verification module fails to verify.
11. The apparatus of claim 9, wherein the identity is identified as a new account for the purchaser, and wherein the generating module comprises:
the extraction submodule is used for extracting the characteristic information of the digital assets;
a create sub-module for creating the new account associated with the purchaser;
and the generating submodule is used for generating the digital watermark according to the characteristic information and the new account.
12. The apparatus according to claim 11, further comprising a first transfer-in module,
the first transfer-in module is used for transferring the anti-infringement cost provided by the copyright party of the digital asset in advance into the new account;
the writing module is further configured to write the public key of the new account into the block chain, encrypt the private key of the new account with a key to generate a private key ciphertext, store the private key ciphertext in the block chain, and store the key offline.
13. The apparatus of claim 12, further comprising:
the reverse decoding module is used for reversely decoding the private key of the new account according to the private key ciphertext in the block chain and the key stored offline when the matching judgment module judges that the buyer corresponding to the digital watermark has an infringement behavior;
and the second transfer module is used for transferring the anti-infringement cost in the new account to the user according to the private key.
CN201710843238.4A 2017-09-18 2017-09-18 Digital asset infringement judgment method and device based on block chain Active CN107798650B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710843238.4A CN107798650B (en) 2017-09-18 2017-09-18 Digital asset infringement judgment method and device based on block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710843238.4A CN107798650B (en) 2017-09-18 2017-09-18 Digital asset infringement judgment method and device based on block chain

Publications (2)

Publication Number Publication Date
CN107798650A CN107798650A (en) 2018-03-13
CN107798650B true CN107798650B (en) 2020-08-11

Family

ID=61532358

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710843238.4A Active CN107798650B (en) 2017-09-18 2017-09-18 Digital asset infringement judgment method and device based on block chain

Country Status (1)

Country Link
CN (1) CN107798650B (en)

Families Citing this family (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11544708B2 (en) 2017-12-29 2023-01-03 Ebay Inc. User controlled storage and sharing of personal user information on a blockchain
CN108833460B (en) * 2018-04-10 2021-05-25 平安科技(深圳)有限公司 Music release method and device based on block chain and terminal equipment
CN110428055A (en) 2018-04-27 2019-11-08 阿里巴巴集团控股有限公司 Quantum computing method and equipment
CN110502870A (en) * 2018-05-18 2019-11-26 北京果仁宝软件技术有限责任公司 Works management method, device and equipment based on block chain
CN110728592A (en) * 2018-07-17 2020-01-24 阿里巴巴集团控股有限公司 Copyright monitoring method, copyright query method, system and equipment
CN109255600A (en) * 2018-07-18 2019-01-22 阿里巴巴集团控股有限公司 A kind of method and device for providing reward to works publisher based on block chain
CN108932410B (en) * 2018-08-17 2021-09-21 腾讯科技(深圳)有限公司 Digital resource copyright authentication method, device, system and storage medium
US11301452B2 (en) 2018-10-09 2022-04-12 Ebay, Inc. Storing and verification of derivative work data on blockchain with original work data
CN109492431A (en) * 2018-10-31 2019-03-19 国网河南省电力公司信息通信公司 The storage method and its system and electronic equipment of financial data
CN109544282A (en) * 2018-11-06 2019-03-29 深圳远为文化有限公司 Block chain automatic vending data processing method
CN109934019A (en) * 2018-11-08 2019-06-25 杭州基尔区块链科技有限公司 A kind of chip I P protection mechanism based on block chain and Information hiding
CN109711120A (en) * 2018-12-17 2019-05-03 浙江大学 A kind of digital resource infringement method for tracing and system based on block chain digital watermarking
CN109829269A (en) * 2018-12-26 2019-05-31 平安科技(深圳)有限公司 Method, apparatus and system based on E-seal authenticating electronic documents
CN109614776B (en) * 2018-12-27 2020-09-22 北京三未信安科技发展有限公司 Data tracing method and system based on digital watermarking technology
CN109951511A (en) * 2019-01-08 2019-06-28 上海大学 Buyer seller's secure digital Watermarking Protocol generation method based on block platform chain
CN110263505B (en) * 2019-05-13 2021-02-23 创新先进技术有限公司 Picture processing method and device based on block chain
US10922422B2 (en) 2019-05-13 2021-02-16 Advanced New Technologies Co., Ltd. Blockchain-based image processing method and apparatus
US10904251B2 (en) 2019-05-17 2021-01-26 Advanced New Technologies Co., Ltd. Blockchain-based copyright protection method and apparatus, and electronic device
CN116910706A (en) * 2019-05-17 2023-10-20 创新先进技术有限公司 Copyright protection method and device based on blockchain and electronic equipment
WO2019144978A2 (en) * 2019-05-20 2019-08-01 Alibaba Group Holding Limited Identifying copyrighted material using embedded copyright information
CN110751481A (en) * 2019-09-28 2020-02-04 北京瑞卓喜投科技发展有限公司 Digital asset right confirming method and device
CN110768897B (en) * 2019-10-25 2021-07-27 支付宝(杭州)信息技术有限公司 Block chain-based digital information authorization method and device
CN110929232B (en) * 2019-10-30 2022-06-14 西安链融科技有限公司 System and method for protecting picture privacy information based on block chain and mobile device
CN110737725A (en) * 2019-12-19 2020-01-31 杭州鸽子蛋网络科技有限责任公司 Electronic information inspection method, device, equipment, medium and system
CN111339501B (en) * 2020-02-20 2022-10-14 百度在线网络技术(北京)有限公司 Copyright protection method, device, equipment and medium based on block chain
CN111369248B (en) * 2020-03-03 2023-07-04 南京大学 Digital product safe transaction method and system based on blockchain technology
CN111538784B (en) * 2020-04-21 2023-05-23 国网智能电网研究院有限公司 Digital asset transaction method, device and storage medium based on blockchain
CN112667972A (en) * 2020-06-04 2021-04-16 华控清交信息科技(北京)有限公司 Infringement monitoring method, first platform and device for infringement monitoring
CN113409049B (en) * 2020-06-10 2022-03-11 区块链新科技(广州)有限公司 Digital watermark verification method and system based on Hash chain
CN113837875A (en) * 2020-06-22 2021-12-24 京东方科技集团股份有限公司 Transaction method, node and medium based on block chain network
CN112102045A (en) * 2020-11-19 2020-12-18 北京梦知网科技有限公司 Method and system for discovering intellectual property transaction clues
CN112487088B (en) * 2020-11-26 2021-08-24 中国搜索信息科技股份有限公司 Block chain-based converged media resource copyright protection method
CN113034128B (en) * 2021-03-16 2022-07-01 昆明理工大学 Block chain-based data transaction and right confirmation method
CN113722684A (en) * 2021-03-29 2021-11-30 宋捷 Data tracing method and device, electronic equipment and computer readable storage medium
CN113706344B (en) * 2021-08-05 2024-03-01 武汉大学 Digital copyright protection method based on block chain

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102479297A (en) * 2010-11-23 2012-05-30 工业和信息化部电信传输研究所 Copyright protection method based on public key system and digital watermarking
CN106792267A (en) * 2016-12-28 2017-05-31 北京真信网络科技有限公司 A kind of picture and video information authenticity mark and the system and method for differentiating
CN106815728A (en) * 2017-01-03 2017-06-09 北京供销科技有限公司 A kind of big data based on block chain technology really weighs method and system
CN107086920A (en) * 2017-06-20 2017-08-22 无锡井通网络科技有限公司 Copyright based on block chain really weighs method

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR0179049B1 (en) * 1993-09-14 1999-05-15 유현식 Method of manufacturing styrene polymers and copolymers
US20160292396A1 (en) * 2015-03-30 2016-10-06 Iperial, Inc. System and method for authenticating digital content
US20170116693A1 (en) * 2015-10-27 2017-04-27 Verimatrix, Inc. Systems and Methods for Decentralizing Commerce and Rights Management for Digital Assets Using a Blockchain Rights Ledger
CN107171785A (en) * 2017-05-18 2017-09-15 电子科技大学 A kind of digital copyright management method based on block chain technology

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102479297A (en) * 2010-11-23 2012-05-30 工业和信息化部电信传输研究所 Copyright protection method based on public key system and digital watermarking
CN106792267A (en) * 2016-12-28 2017-05-31 北京真信网络科技有限公司 A kind of picture and video information authenticity mark and the system and method for differentiating
CN106815728A (en) * 2017-01-03 2017-06-09 北京供销科技有限公司 A kind of big data based on block chain technology really weighs method and system
CN107086920A (en) * 2017-06-20 2017-08-22 无锡井通网络科技有限公司 Copyright based on block chain really weighs method

Also Published As

Publication number Publication date
CN107798650A (en) 2018-03-13

Similar Documents

Publication Publication Date Title
CN107798650B (en) Digital asset infringement judgment method and device based on block chain
US9934408B2 (en) Secure personal content server
Piva et al. Managing copyright in open networks
KR101628005B1 (en) Copyright detection system that is based on the block chain
US20170286955A1 (en) Systems, Methods and Devices for Trusted Transactions
CN111538784B (en) Digital asset transaction method, device and storage medium based on blockchain
CN110619197B (en) Digital asset right-confirming registration information processing system and method
JP5399400B2 (en) Digital content counting system and method
CN107508685A (en) The implementation method of applying electronic Digital signature service system in a kind of cloud computing environment
Gupta et al. TrailChain: Traceability of data ownership across blockchain-enabled multiple marketplaces
CN111740841A (en) Method and device for generating and verifying tracing code
CN111210217A (en) Data processing method, device and storage medium
CN114465790A (en) Method, device and equipment for processing IP content library service
CN112446450A (en) Entity article ownership management method and device based on block chain and electronic equipment
CN101118634A (en) Process for generating licenses and system thereof
WO2001043026A1 (en) Systems, methods and devices for trusted transactions
CN110766403A (en) Data processing device and method based on block chain and storage medium
TW201327440A (en) Cloud-computing based digital rights products commercial platform and digital rights management method
Ramani et al. Blockchain for digital rights management
US20230410072A1 (en) Systems and methods for enhanced non-fungible tokens
KR102550994B1 (en) Method and system for temporal leasing digital contents by use of NFT
EP4366228A1 (en) Generation and validation of trusted non-fungible tokens
Karuppiah Blockchain for digital rights management
CN117527244A (en) Data processing method, data verification method, data processing device, electronic equipment and storage medium
CN116664125A (en) Method, system and storage medium for generating and reading payment file

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
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240306

Address after: Room 1179, W Zone, 11th Floor, Building 1, No. 158 Shuanglian Road, Qingpu District, Shanghai, 201702

Patentee after: Shanghai Zhongan Information Technology Service Co.,Ltd.

Country or region after: China

Address before: 518000 Room 201, building A, No. 1, Qian Wan Road, Qianhai Shenzhen Hong Kong cooperation zone, Shenzhen, Guangdong (Shenzhen Qianhai business secretary Co., Ltd.)

Patentee before: ZHONGAN INFORMATION TECHNOLOGY SERVICE Co.,Ltd.

Country or region before: China

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240415

Address after: Room 1179, W Zone, 11th Floor, Building 1, No. 158 Shuanglian Road, Qingpu District, Shanghai, 201702

Patentee after: Shanghai Zhongan Information Technology Service Co.,Ltd.

Country or region after: China

Address before: 518000 Room 201, building A, No. 1, Qian Wan Road, Qianhai Shenzhen Hong Kong cooperation zone, Shenzhen, Guangdong (Shenzhen Qianhai business secretary Co., Ltd.)

Patentee before: ZHONGAN INFORMATION TECHNOLOGY SERVICE Co.,Ltd.

Country or region before: China