CN108959523B - Music playing method and player based on block chain technology - Google Patents
Music playing method and player based on block chain technology Download PDFInfo
- Publication number
- CN108959523B CN108959523B CN201810689423.7A CN201810689423A CN108959523B CN 108959523 B CN108959523 B CN 108959523B CN 201810689423 A CN201810689423 A CN 201810689423A CN 108959523 B CN108959523 B CN 108959523B
- Authority
- CN
- China
- Prior art keywords
- music
- user
- resource
- central server
- public key
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 19
- 238000005516 engineering process Methods 0.000 title claims abstract description 14
- 238000012795 verification Methods 0.000 claims abstract description 13
- 230000005540 biological transmission Effects 0.000 claims description 9
- 230000002159 abnormal effect Effects 0.000 description 2
- 230000007812 deficiency Effects 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/10—Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/64—Protecting data integrity, e.g. using checksums, certificates or signatures
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Computer Security & Cryptography (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Health & Medical Sciences (AREA)
- Bioethics (AREA)
- Health & Medical Sciences (AREA)
- Multimedia (AREA)
- Technology Law (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Reverberation, Karaoke And Other Acoustics (AREA)
Abstract
The invention provides a music playing method based on a block chain technology, wherein a registered user sends a request music resource to a central server; the central server encrypts the requested music resource according to the unique public key to which the registered user belongs, and simultaneously configures the public key at the head of the music resource file; the central server generates the music resource hash key by using a distributed database IPFS; the central server deducts the commission charge according to the transfer record, and the central server receives the digital currency corresponding to the commission charge; the registered user receives the music resource, and the music player verifies the hash key after receiving the music resource; if the verification is passed, the music file is decrypted by using a user private key; and playing the music file. By the method and the system, the safety of copyright music sharing of the issuing company and personal copyright music sharing can be realized, and the copyright income of the creator is guaranteed.
Description
Technical Field
The present invention relates to the field of blockchain, and in particular, to a music playing method and a music player based on blockchain technology.
Background
The problem of the copyright of the current music playing is more and more emphasized, the copyright of music materials created by companies or individuals needs to be protected, although China strictly supervises the way of internet music propagation and limits random embezzlement and use, the problems of leakage and illegal copy of a large amount of music resources still exist, and therefore a scheme capable of guaranteeing the safe propagation of the music copyright is very needed, and the copyright benefits of the companies and the individuals are guaranteed.
At present, most music distribution companies adopt membership schemes, adopt solutions in which a centralized server is stored on different CDN nodes, and all rely on member management to download corresponding music streams and play the music streams.
Disclosure of Invention
In view of the deficiencies of the prior art, an object of the present invention is to provide a music playing method and a music player based on a blockchain technique, which are particularly suitable for the security problem during music sharing. By the invention, the copyright benefits of the creator are guaranteed through the safety of copyright music sharing of the issuing company and personal copyright music sharing.
A music playing method based on block chain technology comprises the following steps:
(1) starting a music player;
(2) registering a user;
(3) registering a user to log in the music player;
(4) the registered user sends a request music resource to a central server;
(5) when the registered user sends a request, sending the unique public key to which the registered user belongs to a central server;
(6) the central server encrypts the requested music resource according to the unique public key to which the registered user belongs, and simultaneously configures the public key at the head of the music resource file;
(7) the central server generates the music resource hash key by using a distributed database IPFS;
(8) the central server uplinks the hash key and sends the music resource to the registered user;
(9) in the step (8), sending the record to a block chain account book to form a transfer record; the central server deducts the commission charge according to the transfer record, and the central server receives the digital currency corresponding to the commission charge;
(10) the registered user receives the music resource, and the music player verifies the hash key after receiving the music resource;
(11) if the verification in the step (10) is passed, decrypting the music file by using a user private key; and playing the music file; and (4) if the step (10) is not verified, a rollback operation is executed, the central server returns the digital currency, and the music player pops up a window to prompt that the current music resource is illegal.
Further, in the step (2), the user may select an account with different permissions when registering, specifically, the method includes: a lowest-authority user and a VIP user; the different authorities correspond to different music resource management permissions;
further, in the step (2), if the user selects a VIP user when registering, the steps (3) - (11) are executed; if the user selects to register the user with the lowest authority, the user can acquire the music resource through the following steps:
(a) the user sends the unique public key B and the music resource request through a block chain, and other users with the music resource receive the request and the public key B;
(b) the user pays a digital currency as the music resource fee and the music player commission;
(c) after the music resource fee and the music player commission fee are deducted successfully, the other users send the unique public key A to which the other users belong and the received public key B of the user to the central server together with the music resource requested by the other users;
(d) after receiving the user request, the central server firstly encrypts the music resource by using a public key B of the user to obtain the encrypted music resource; then, the public key A of the other users is used for encrypting the encrypted music resource again to obtain a secondary encrypted music resource;
(e) placing the user public key B and the public keys A of the other users at the head of the secondary encrypted music resource file;
(f) the central server generates a hash key for the music resource file obtained in the step (e); after the hash key is uplinked, transmitting the hash key to other users;
(g) and the other users transmit the hash key to the user through the block chain.
Further, in the step (3), the music player displays a corresponding permission menu according to the permission of the registered user;
further, in the step (2), the user registration includes, but is not limited to, mobile number registration, third party partner registration mode;
the invention also provides a music player based on the block chain technology, which comprises the following units:
a registration unit: the registration unit provides user registration; the user registration includes but is not limited to mobile number registration and third party partner registration mode;
a login unit: registering a user to log in the music player;
a transmission unit: the registered user sends a request music resource to a central server; when the registered user sends a request, sending the unique public key to which the registered user belongs to a central server;
a configuration unit: the central server encrypts the requested music resource according to the unique public key to which the registered user belongs, and simultaneously configures the public key at the head of the music resource file;
a generation unit: the central server generates the music resource hash key by using a distributed database IPFS;
an uploading unit: the central server uplinks the hash key and sends the music resource to the registered user;
a fee deduction unit: in the step (8), sending the record to a block chain account book to form a transfer record; the central server deducts the commission charge according to the transfer record, and the central server receives the digital currency corresponding to the commission charge;
a verification unit: the registered user receives the music resource, and the music player verifies the hash key after receiving the music resource; if the verification is passed, the music file is decrypted by using a user private key; and playing the music file; if the verification is not passed, a rollback operation is executed, the central server returns the digital currency, and the music player pops up a window to prompt that the current music resource is illegal.
Further, in the registration unit, the user may select an account with different permissions when registering, specifically including: a lowest-authority user and a VIP user; the different authorities correspond to different music resource management permissions;
further, in the registration unit, if the user registers, a VIP user is selected, and then a subsequent operation is performed; if the user selects to register the lowest authority user, the player can also acquire the music resource through the following units included in the player:
a request unit: the user sends the unique public key B and the music resource request through a block chain, and other users with the music resource receive the request and the public key B;
a payment unit: the user pays a digital currency as the music resource fee and the music player commission;
a sharing unit: after the music resource fee and the music player commission fee are deducted successfully, the other users send the unique public key A to which the other users belong and the received public key B of the user to the central server together with the music resource requested by the other users;
an encryption unit: after receiving the user request, the central server firstly encrypts the music resource by using a public key B of the user to obtain the encrypted music resource; then, the public key A of the other users is used for encrypting the encrypted music resource again to obtain a secondary encrypted music resource; placing the user public key B and the public keys A of the other users at the head of the secondary encrypted music resource file;
hash key generation unit: the central server generates a hashkey for the music resource file obtained in the step (e); after the hash key is uplinked, transmitting the hash key to other users;
a transmission unit: and the other users transmit the hash key to the user through the block chain.
Further, in the registration unit, the music player displays a corresponding permission menu according to the permission of the registered user;
the invention has the advantages that: the music player logs in users and passwords on a chain, other users and enterprise companies can send music content hash to the user, the user can listen to music after decryption, but the user does not know where a music source is, complete music is not reserved locally, the music is encrypted data streams, and the music is difficult to obtain. The key is encrypted in an asymmetric way, and only the user can decrypt the key. The whole music network can be spread, but the central node which packages the spread transaction is the company, transaction commission fees are required to be provided in the forwarding process, and the company acquires another part of income of the music by charging the commission fees. Because the music is encrypted, B can be played after being decrypted by the music player after receiving the music, if the music is transmitted by P2P, B is required to provide the public key and the address of the B to A, A provides the music content to the server and fills the public key of B at the same time, the server symmetrically encrypts the public key and the address of B and stores the encrypted public key and the address in the head of the music, meanwhile, 0 is used for the whole music file, the server feeds back a hash address to A after encrypting, A transmits the hash address to B after receiving corresponding return through uplink, the player of B performs corresponding address access and decryption after receiving the hash, and finally the music is played. If abnormal copy occurs in the middle, the private key can be decrypted only, so that the safety of the music in the transmission process is ensured, and if a user cracks the music, outflow can find out which leaked music by searching a specific field in the music.
By the technology, the safety of copyright music sharing of a publishing company and personal copyright music sharing can be realized, and the copyright profit of an author is guaranteed.
Drawings
FIG. 1 is a schematic diagram of the principles of the present invention;
FIG. 2 is a schematic flow chart of the method of the present invention;
Detailed Description
The present invention will be described in detail below, and technical solutions in embodiments of the present invention will be clearly and completely described below. 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.
A music playing method based on block chain technology comprises the following steps:
(1) starting a music player;
(2) registering a user;
(3) registering a user to log in the music player;
(4) the registered user sends a request music resource to a central server;
(5) when the registered user sends a request, sending the unique public key to which the registered user belongs to a central server;
(6) the central server encrypts the requested music resource according to the unique public key to which the registered user belongs, and simultaneously configures the public key at the head of the music resource file;
(7) the central server generates the music resource hash key by using a distributed database IPFS;
(8) the central server uplinks the hash key and sends the music resource to the registered user;
(9) in the step (8), sending the record to a block chain account book to form a transfer record; the central server deducts the commission charge according to the transfer record, and the central server receives the digital currency corresponding to the commission charge;
(10) the registered user receives the music resource, and the music player verifies the hash key after receiving the music resource;
(11) if the verification in the step (10) is passed, decrypting the music file by using a user private key; and playing the music file; and (4) if the step (10) is not verified, a rollback operation is executed, the central server returns the digital currency, and the music player pops up a window to prompt that the current music resource is illegal.
Specifically, in the step (2), the user may select an account with different permissions when registering, specifically, the method includes: a lowest-authority user and a VIP user; the different authorities correspond to different music resource management permissions;
specifically, in the step (2), if the user selects a VIP user when registering, the steps (3) - (11) are executed; if the user selects to register the user with the lowest authority, the user can acquire the music resource through the following steps:
(a) the user sends the unique public key B and the music resource request through a block chain, and other users with the music resource receive the request and the public key B;
(b) the user pays a digital currency as the music resource fee and the music player commission;
(c) after the music resource fee and the music player commission fee are deducted successfully, the other users send the unique public key A to which the other users belong and the received public key B of the user to the central server together with the music resource requested by the other users;
(d) after receiving the user request, the central server firstly encrypts the music resource by using a public key B of the user to obtain the encrypted music resource; then, the public key A of the other users is used for encrypting the encrypted music resource again to obtain a secondary encrypted music resource;
(e) placing the user public key B and the public keys A of the other users at the head of the secondary encrypted music resource file;
(f) the central server generates a hash key for the music resource file obtained in the step (e); after the hash key is uplinked, transmitting the hash key to other users;
(g) and the other users transmit the hash key to the user through the block chain.
Specifically, in the step (3), the music player displays a corresponding permission menu according to the permission of the registered user;
specifically, in the step (2), the user registration includes, but is not limited to, mobile number registration, third party partner registration mode;
the invention also provides a music player based on the block chain technology, which comprises the following units:
a registration unit: the registration unit provides user registration; the user registration includes but is not limited to mobile number registration and third party partner registration mode;
a login unit: registering a user to log in the music player;
a transmission unit: the registered user sends a request music resource to a central server; when the registered user sends a request, sending the unique public key to which the registered user belongs to a central server;
a configuration unit: the central server encrypts the requested music resource according to the unique public key to which the registered user belongs, and simultaneously configures the public key at the head of the music resource file;
a generation unit: the central server generates the music resource hash key by using a distributed database IPFS;
an uploading unit: the central server uplinks the hash key and sends the music resource to the registered user;
a fee deduction unit: in the step (8), sending the record to a block chain account book to form a transfer record; the central server deducts the commission charge according to the transfer record, and the central server receives the digital currency corresponding to the commission charge;
a verification unit: the registered user receives the music resource, and the music player verifies the hash key after receiving the music resource; if the verification is passed, the music file is decrypted by using a user private key; and playing the music file; if the verification is not passed, a rollback operation is executed, the central server returns the digital currency, and the music player pops up a window to prompt that the current music resource is illegal.
Specifically, in the registration unit, the user may select an account with different permissions when registering, specifically including: a lowest-authority user and a VIP user; the different authorities correspond to different music resource management permissions;
specifically, in the registration unit, if the user registers, a VIP user is selected, and then a subsequent operation is performed; if the user selects to register the lowest authority user, the player can also acquire the music resource through the following units included in the player:
a request unit: the user sends the unique public key B and the music resource request through a block chain, and other users with the music resource receive the request and the public key B;
a payment unit: the user pays a digital currency as the music resource fee and the music player commission;
a sharing unit: after the music resource fee and the music player commission fee are deducted successfully, the other users send the unique public key A to which the other users belong and the received public key B of the user to the central server together with the music resource requested by the other users;
an encryption unit: after receiving the user request, the central server firstly encrypts the music resource by using a public key B of the user to obtain the encrypted music resource; then, the public key A of the other users is used for encrypting the encrypted music resource again to obtain a secondary encrypted music resource; placing the user public key B and the public keys A of the other users at the head of the secondary encrypted music resource file;
hash key generation unit: the central server generates a hashkey for the music resource file obtained in the step (e); after the hash key is uplinked, transmitting the hash key to other users;
a transmission unit: and the other users transmit the hash key to the user through the block chain.
Specifically, in the registration unit, the music player displays a corresponding permission menu according to the permission of the registered user;
the invention has the advantages that: the music player logs in users and passwords on a chain, other users and enterprise companies can send music content hash to the user, the user can listen to music after decryption, but the user does not know where a music source is, complete music is not reserved locally, the music is encrypted data streams, and the music is difficult to obtain. The key is encrypted in an asymmetric way, and only the user can decrypt the key. The whole music network can be spread, but the central node which packages the spread transaction is the company, transaction commission fees are required to be provided in the forwarding process, and the company acquires another part of income of the music by charging the commission fees. Because the music is encrypted, B can be played after being decrypted by the music player after receiving the music, if the music is transmitted by P2P, B is required to provide the public key and the address of the B to A, A provides the music content to the server and fills the public key of B at the same time, the server symmetrically encrypts the public key and the address of B and stores the encrypted public key and the address in the head of the music, meanwhile, 0 is used for the whole music file, the server feeds back a hash address to A after encrypting, A transmits the hash address to B after receiving corresponding return through uplink, the player of B performs corresponding address access and decryption after receiving the hash, and finally the music is played. If abnormal copy occurs in the middle, the private key can be decrypted only, so that the safety of the music in the transmission process is ensured, and if a user cracks the music, outflow can find out which leaked music by searching a specific field in the music.
By the technology, the safety of copyright music sharing of a publishing company and personal copyright music sharing can be realized, and the copyright profit of an author is guaranteed.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
Claims (10)
1. A music playing method based on a block chain technology is characterized by comprising the following steps:
(1) starting a music player;
(2) registering a user;
(3) registering a user to log in the music player;
(4) the registered user sends a request music resource to a central server;
(5) when the registered user sends a request, sending the unique public key to which the registered user belongs to a central server;
(6) the central server encrypts the requested music resource according to the unique public key to which the registered user belongs, and simultaneously configures the public key at the head of the music resource file;
(7) the central server generates the music resource hashkey by using a distributed database IPFS;
(8) the central server uplinks the hashkey and sends the music resource to the registered user;
(9) in the step (8), sending the record to a block chain account book to form a transfer record;
the central server deducts the commission charge according to the transfer record, and the central server receives the digital currency corresponding to the commission charge;
(10) the registered user receives the music resource, and the music player verifies the hashkey after receiving the music resource;
(11) if the verification in the step (10) is passed, decrypting the music file by using a user private key; and are
Playing the music file; and (4) if the step (10) is not verified, a rollback operation is executed, the central server returns the digital currency, and the music player pops up a window to prompt that the current music resource is illegal.
2. The method for playing music based on blockchain technology as claimed in claim 1, wherein in step (2), the user may select an account with different rights when registering, specifically comprising: a lowest-authority user and a VIP user; the different rights correspond to different music resource management permissions.
3. The method as claimed in claim 1, wherein in step (2), if the user registers and selects a VIP user, steps (3) - (11) are performed; if the user selects to register the user with the lowest authority, the user can acquire the music resource through the following steps:
(a) the user sends the unique public key B and the music resource request through a block chain, and other users with the music resource receive the request and the public key B;
(b) the user pays a digital currency as the music resource fee and the music player commission;
(c) after the music resource fee and the music player commission fee are deducted successfully, the other users send the unique public key A to which the other users belong and the received public key B of the user to the central server together with the music resource requested by the other users;
(d) after receiving the user request, the central server firstly encrypts the music resource by using a public key B of the user to obtain the encrypted music resource; then, the public key A of the other users is used for encrypting the encrypted music resource again to obtain a secondary encrypted music resource;
(e) placing the user public key B and the public keys A of the other users at the head of the secondary encrypted music resource file;
(f) the central server generates a hashkey for the music resource file obtained in the step (e); after the hashkey is uplinked, transmitting the hashkey to the other users;
(g) and the other users transmit the hashkey to the user through the block chain.
4. The method as claimed in claim 1, wherein in step (3), the music player displays a corresponding permission menu according to the permissions of the registered users.
5. The method as claimed in claim 1, wherein in step (2), the user registration includes but is not limited to mobile number registration and third party partner registration.
6. A music player based on block chain technology is characterized by comprising the following units:
a registration unit: the registration unit provides user registration; the user registration includes but is not limited to mobile number registration and third party partner registration mode;
a login unit: registering a user to log in the music player;
a transmission unit: the registered user sends a request music resource to a central server; when the registered user sends a request, sending the unique public key to which the registered user belongs to a central server;
a configuration unit: the central server encrypts the requested music resource according to the unique public key to which the registered user belongs, and simultaneously configures the public key at the head of the music resource file;
a generation unit: the central server generates the music resource hashkey by using a distributed database IPFS;
an uploading unit: the central server uplinks the hashkey and sends the music resource to the registered user;
a fee deduction unit: the transmission of the uploading unit is recorded into a block chain account book to form a transfer record; the central server deducts the commission charge according to the transfer record, and the central server receives the digital currency corresponding to the commission charge;
a verification unit: the registered user receives the music resource, and the music player verifies the hashkey after receiving the music resource; if the verification is passed, the music file is decrypted by using a user private key; and playing the music file; if the verification is not passed, a rollback operation is executed, the central server returns the digital currency, and the music player pops up a window to prompt that the current music resource is illegal.
7. A music player based on blockchain technology as claimed in claim 6, wherein the registering unit selects accounts with different rights when the user registers, specifically comprising: a lowest-authority user and a VIP user; the different rights correspond to different music resource management permissions.
8. The music player according to claim 6, wherein the registering unit is configured to perform a subsequent operation if the user selects a VIP user when registering; if the user selects to register the lowest authority user, the player can also acquire the music resource through the following units included in the player:
a request unit: the user sends the unique public key B and the music resource request through a block chain, and other users with the music resource receive the request and the public key B;
a payment unit: the user pays a digital currency as the music resource fee and the music player commission;
a sharing unit: after the music resource fee and the music player commission fee are deducted successfully, the other users send the unique public key A to which the other users belong and the received public key B of the user to the central server together with the music resource requested by the other users;
an encryption unit: after receiving the user request, the central server firstly encrypts the music resource by using a public key B of the user to obtain the encrypted music resource; then, the public key A of the other users is used for encrypting the encrypted music resource again to obtain a secondary encrypted music resource; placing the user public key B and the public keys A of the other users at the head of the secondary encrypted music resource file;
a Hashkey generating unit: the central server generates a hashkey for the music resource file obtained in the step (e); after the hashkey is uplinked, transmitting the hashkey to the other users;
a transmission unit: and the other users transmit the hashkey to the user through the block chain.
9. The music player according to claim 6, wherein in the registration unit, the music player displays a corresponding permission menu according to the registered user permission.
10. The music player according to claim 6, wherein the user registration unit includes but is not limited to mobile number registration and third party partner registration.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810689423.7A CN108959523B (en) | 2018-06-28 | 2018-06-28 | Music playing method and player based on block chain technology |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810689423.7A CN108959523B (en) | 2018-06-28 | 2018-06-28 | Music playing method and player based on block chain technology |
Publications (2)
Publication Number | Publication Date |
---|---|
CN108959523A CN108959523A (en) | 2018-12-07 |
CN108959523B true CN108959523B (en) | 2020-07-31 |
Family
ID=64487709
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201810689423.7A Active CN108959523B (en) | 2018-06-28 | 2018-06-28 | Music playing method and player based on block chain technology |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN108959523B (en) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110020841A (en) * | 2018-12-19 | 2019-07-16 | 萨摩亚商恩旺股份有限公司 | On a kind of line and ideal money transfer method and its system under line |
CN109829267A (en) * | 2019-02-22 | 2019-05-31 | 陕西优米数据技术有限公司 | A kind of copyright common recognition system and method based on block chain |
CN110297822B (en) * | 2019-05-22 | 2023-06-02 | 平安科技(深圳)有限公司 | Block chain-oriented key management method, device, equipment and storage medium |
CN110505514A (en) * | 2019-08-13 | 2019-11-26 | 数字视觉云(北京)科技发展有限公司 | A kind of video player based on ipfs network |
CN110942292B (en) * | 2019-11-21 | 2021-04-30 | 腾讯科技(深圳)有限公司 | User information processing method and device, electronic equipment and storage medium |
CN111597585B (en) * | 2020-05-26 | 2023-08-11 | 牛津(海南)区块链研究院有限公司 | Privacy protection method, system and related components of blockchain data |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106250721A (en) * | 2016-07-28 | 2016-12-21 | 杭州云象网络技术有限公司 | A kind of electronic copyright protection method based on block chain |
CN107171785A (en) * | 2017-05-18 | 2017-09-15 | 电子科技大学 | A kind of digital copyright management method based on block chain technology |
CN107330694A (en) * | 2017-07-03 | 2017-11-07 | 重庆小犀智能科技有限公司 | Copyright trading system and method for commerce based on block chain |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102117395A (en) * | 2009-12-31 | 2011-07-06 | 英华达(上海)电子有限公司 | Electronic digital information copyright protection method and system as well as electronic terminal |
EP3424179B1 (en) * | 2016-03-04 | 2022-02-16 | Ping Identity Corporation | Method and system for authenticated login using static or dynamic codes |
US11258587B2 (en) * | 2016-10-20 | 2022-02-22 | Sony Corporation | Blockchain-based digital rights management |
CN107464111B (en) * | 2017-07-10 | 2021-01-29 | 北京云知科技有限公司 | Block chain wallet address generation method based on audio, payment method and device and electronic equipment |
CN107580196B (en) * | 2017-07-28 | 2020-01-21 | 国创科视科技股份有限公司 | Video data sharing system and method |
-
2018
- 2018-06-28 CN CN201810689423.7A patent/CN108959523B/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106250721A (en) * | 2016-07-28 | 2016-12-21 | 杭州云象网络技术有限公司 | A kind of electronic copyright protection method based on block chain |
CN107171785A (en) * | 2017-05-18 | 2017-09-15 | 电子科技大学 | A kind of digital copyright management method based on block chain technology |
CN107330694A (en) * | 2017-07-03 | 2017-11-07 | 重庆小犀智能科技有限公司 | Copyright trading system and method for commerce based on block chain |
Non-Patent Citations (2)
Title |
---|
"A Novel Blockchain-Based Authenticated Key Exchange Protocol and Its Applications";Hailong Yao 等;《 2018 IEEE Third International Conference on Data Science in Cyberspace (DSC)》;20180621;第609-614页 * |
"区块链技术与互联网音乐作品版权保护";曹 阳 等;《南海法学》;20180615(第3期);第77-87页 * |
Also Published As
Publication number | Publication date |
---|---|
CN108959523A (en) | 2018-12-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108959523B (en) | Music playing method and player based on block chain technology | |
US11470054B2 (en) | Key rotation techniques | |
EP3404891B1 (en) | Method and system for distributing digital content in peer-to-peer network | |
CN102073819B (en) | Digital rights management methods | |
US7975312B2 (en) | Token passing technique for media playback devices | |
CN101605137B (en) | Safe distribution file system | |
US9300639B1 (en) | Device coordination | |
JP2005526320A (en) | Secure content sharing in digital rights management | |
CN101546366B (en) | Digital copyright management system and management method | |
CN103491097A (en) | Software authorization system based on public key cryptosystem | |
US20120303967A1 (en) | Digital rights management system and method for protecting digital content | |
CN103491098A (en) | Software authorization method based on public key cryptosystem | |
WO2023030450A1 (en) | Data sharing method and electronic device | |
CN114329529A (en) | Asset data management method and system based on block chain | |
CN113065961A (en) | Power block chain data management system | |
Wang et al. | Ccbrsn: a system with high embedding capacity for covert communication in bitcoin | |
CN107332666A (en) | Terminal document encryption method | |
CN111768189B (en) | Charging pile operation method, device and system based on block chain | |
Daraghmi et al. | A Blockchain‐Based Editorial Management System | |
WO2013075673A1 (en) | Method, system, and server for digital copyright management | |
CN113111386A (en) | Privacy protection method for block chain transaction data | |
CN116167017A (en) | Shoe original design AI digital copyright management system based on blockchain technology | |
CN117278285A (en) | Data security and privacy protection method and device and electronic equipment | |
CN110493178A (en) | A kind of big data encryption sharing method and system | |
KR100989371B1 (en) | DRM security mechanism for the personal home domain |
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 |