CN111861687A - Accounting method and system based on block chain - Google Patents

Accounting method and system based on block chain Download PDF

Info

Publication number
CN111861687A
CN111861687A CN202010537066.XA CN202010537066A CN111861687A CN 111861687 A CN111861687 A CN 111861687A CN 202010537066 A CN202010537066 A CN 202010537066A CN 111861687 A CN111861687 A CN 111861687A
Authority
CN
China
Prior art keywords
accounting
block chain
data
node
user side
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.)
Pending
Application number
CN202010537066.XA
Other languages
Chinese (zh)
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.)
Jincai internet intelligent Chain Research Institute (Qingdao) Co.,Ltd.
Original Assignee
Foresee Technology 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 Foresee Technology Co ltd filed Critical Foresee Technology Co ltd
Priority to CN202010537066.XA priority Critical patent/CN111861687A/en
Publication of CN111861687A publication Critical patent/CN111861687A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/12Accounting
    • G06Q40/125Finance or payroll
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • Bioethics (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Development Economics (AREA)
  • Health & Medical Sciences (AREA)
  • Technology Law (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The invention discloses a block chain-based accounting method and a block chain-based accounting system. And then the user side encrypts the first document data to be input, writes the encrypted first document data into the block chain system, then the accounting side decrypts the first document data according to the first public key and performs bookkeeping to obtain first bookkeeping data, writes the first bookkeeping data into the block chain system again, and finally, the user side inquires the account book data corresponding to the user side according to the inquiry address. According to the invention, through the data non-tamper property of the block chain technology, the accuracy, efficiency and reliability of financial bookkeeping can be improved.

Description

Accounting method and system based on block chain
Technical Field
The invention relates to the technical field of computers, in particular to a block chain-based accounting method and system.
Background
The enterprise billing is a conventional process for normal operation of an enterprise, and the traditional billing mode is manual billing. Even in today's big data age, there are still many problems with just presenting the manually billed portions through software. For example, 1, documents submitted by the proxy customer are frequently changed, resulting in repeated work for proxy accounting. 2. Small enterprises may choose multiple financial services companies, and the exchange of financial accounts of clients is difficult. 3. Accounting bookkeeping is not standard, and the account book is adjusted at will. 4. Corresponding to a comprehensive enterprise, multi-source services are not integrated, and data of each module is not unified, so that bookkeeping is disordered. The enterprise business is complicated, the auditing work is increased, and the accounting is slow.
Disclosure of Invention
The embodiment of the invention provides a block chain accounting method and system, which can improve the accuracy, efficiency and reliability of financial accounting.
The embodiment of the invention provides a block chain-based accounting method, which is suitable for a block chain-based accounting system, and the accounting system comprises: the system comprises a user side, an accounting side, a bookkeeping side, a block chain system and a block chain network; the user side, the accounting side and the bookkeeping side are respectively connected with the block chain system through the block chain network;
the user side initiates a registration request to the accounting side, so that the accounting side generates a first private key of the user side on the block chain system according to the registration request, and generates a first public key and a query address according to the first private key;
the user side receives the first private key and the query address fed back by the accounting side, encrypts data information according to the first private key to obtain first document data, and writes the first document data into the block chain system through the block chain network;
the accounting end receives the first public key sent by the accounting end, calls the first document data on the block chain system according to the first public key, and carries out electronic signature on the first document data after the first document data is verified and verified to obtain first accounting data;
The accounting terminal encrypts the first bookkeeping data according to the first public key and then issues the encrypted first bookkeeping data to the block chain system;
and the user side inquires the encrypted accounting data corresponding to the user side on the block chain system according to the inquiry address, decrypts the added accounting data according to the first private key, and acquires the account book data corresponding to the user side.
Further, the accounting end generates a first private key of the user side on the blockchain system according to the registration request, and generates a first public key and a query address according to the first private key, specifically:
the accounting terminal generates the first private key according to a random algorithm and generates the first public key from the first private key according to an elliptic algorithm;
embedding the first public key into the query address when generating the query address.
Further, the user side encrypts document data information according to the first private key to obtain first document data, and writes the first document data into the block chain system through the block chain network, specifically:
the user side converts bill data information to be input into electronic information, and encrypts the electronic information through a first random code;
The user side encrypts the first random code according to the first private key;
and the user side writes the encrypted first bill data and the encrypted first random code into the block chain system through the block chain network.
Further, the accounting side calls the first document data from the block chain system according to the first public key, and performs electronic signature on the first document data after the first document data is verified and verified to obtain first accounting data, specifically:
the accounting terminal calls encrypted first document data and an encrypted first random code on the block chain according to the first public key;
the accounting terminal decrypts the encrypted first random code according to the first public key to obtain the first random code, and decrypts the encrypted first document data through the obtained first random code to obtain the first document data;
and after receiving the verification and verification instruction, the accounting terminal performs accounting signature on the first document data to obtain first accounting data.
Correspondingly, the invention provides a block chain-based accounting system, which comprises: the system comprises a user side, an accounting side, a bookkeeping side, a block chain system and a block chain network; the user side, the accounting side and the bookkeeping side are respectively connected with the block chain system through the block chain network;
The accounting system executes the accounting method based on the block chain.
Further, the block chain system comprises block chain link points which are gradually increased in a chain generation manner, and the block chain nodes are connected in a chain manner;
and the block chain node is used for issuing the related information of the interaction of the user side, the accounting side and the bookkeeping side and the data information of each adjacent node in at least one target adjacent node to the block chain network.
Further, the blockchain network node comprises: the system comprises a user node, an accounting node, a bookkeeping node, a response node and an information identification node;
the user node is used for a user end to carry out information interaction on the block chain system;
the accounting node is used for information interaction of an accounting end on the block chain system;
the accounting node is used for information interaction of an accounting end on the block chain system;
the response node is used for feeding back information sent to the user node by the accounting node;
the information identification node is used for converting the information of the user node and the information of the accounting node, so that the user side and the accounting side can identify the information of each other.
Further, the blockchain system further includes: a block chain bottom platform;
the block chain bottom platform is any one of a platform adopting a Hyperlegger block chain technology or an Ethengfang block chain bottom platform.
Further, the platform adopting the Hyperleader block chain technology is a Linux fund foundation open-source hyper account book technology platform.
Compared with the prior art, the block chain-based accounting method and system disclosed by the embodiment of the invention have the advantages that the private key, the public key and the query address of the user side are generated through the accounting side, then the private key and the query address are sent to the user side, and the public key is sent to the accounting side. And then the user side encrypts the first document data to be input, writes the encrypted first document data into the block chain system, then the accounting side decrypts the first document data according to the first public key and performs bookkeeping to obtain first bookkeeping data, writes the first bookkeeping data into the block chain system again, and finally, the user side inquires the account book data corresponding to the user side according to the inquiry address. According to the invention, through the data non-tamper property of the block chain technology, the accuracy, efficiency and reliability of financial bookkeeping can be improved.
Drawings
FIG. 1 is a schematic block diagram of an embodiment of a blockchain-based billing system provided by the present invention;
Fig. 2 is a schematic flow chart of an embodiment of a block chain-based billing method provided in the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the 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.
Referring to fig. 1, fig. 1 is a schematic structural diagram of an embodiment of a block chain-based billing system provided in the present invention. As shown in fig. 1, the system includes: user end 1, accounting end 2, accounting end 3, blockchain system 4 and blockchain network 5. The user end 1, the accounting end 2 and the bookkeeping end 3 are respectively connected with the block chain system 4 through a block chain network 5.
In the present embodiment, the block chain system 4 includes block link points that are gradually increased in a chain-generating manner, and the block link points are connected in a chain manner. The blockchain nodes are used for issuing related information of interaction of the user side 1, the accounting side 2 and the accounting side 3 and data information of each adjacent node in at least one target adjacent node to a blockchain network. The data information includes key information and address information.
In this embodiment, the blockchain network node includes: the system comprises a user node, an accounting node, a bookkeeping node, a response node and an information identification node.
The user end 1, the accounting end 2 and the accounting end 3 perform information interaction on the blockchain system 4 through the blockchain network 5, wherein the user nodes transmit data information of the server nodes through the blockchain network 5. The response node is used for feeding back information sent to the user node by the accounting node; the information identification node is used for converting the information of the user node and the accounting node, so that the user terminal 1 and the accounting terminal 3 can identify the information of each other.
In this embodiment, each user terminal 1 registers its own account on the blockchain system 4 to generate a corresponding user node, and the accounting terminal 2 and the billing terminal 3 also have accounts and nodes on the blockchain system 4. By setting the response node and the information identification node, the block chain system 4 can facilitate data interaction between the user side 1 and the accounting side 3 without privately performing corresponding information response and identification, improve data response and transmission speed, reduce performance requirements on hardware equipment, and improve expansibility of the scheme.
As an example of this embodiment, the blockchain system 4 further includes a blockchain underlying platform. The block chain bottom platform is any one of a platform adopting a Hyperlegger block chain technology or an Ethengfang block chain bottom platform.
As an example of this embodiment, the platform using the hyperlegger blockchain technology may be, but is not limited to, a hyper ledger technology platform that opens a source for the Linux foundation.
Accordingly, in the structure of the billing system of this embodiment, referring to the block chain-based billing method shown in fig. 2, the method includes the following steps:
step 201: the user side initiates a registration request to the accounting side, so that the accounting side generates a first private key of the user side on the block chain system according to the registration request, and generates a first public key and a query address according to the first private key.
In this embodiment, a user side initiates a registration request to a billing end, and after receiving the request, the billing end generates a first private key according to a random algorithm and generates a first public key from the first private key according to an elliptic algorithm; when generating the query address, the first public key is embedded into the query address.
In more detail, the accounting terminal 3 randomly selects 256 digits and selects a random entropy source according to the SHA256 algorithm for the selected data. If the first private key is made to display 64-bit numbers, a hexadecimal mark is adopted, and if the first private key is made to display the private key by using bitcoin, a dumpprivkey mark is adopted. And generating a first public key by the first private key according to the following formula: k ═ K × G. Where K is the private key, G is a discrete constant point, and K is the public key. Finally, a query address required by a user side is formed according to the public key, wherein the query address A is RIPEMD160(SHA256(K)), K is the public key, and the query address A is formed into a 20-byte address through Base 58.
Step 202: and the user side receives the first private key and the query address fed back by the accounting side, encrypts the data information according to the first private key to obtain first document data, and writes the first document data into the block chain system through the block chain network.
In this embodiment, step 202 specifically includes:
the method comprises the steps that a user side converts bill data information to be input into electronic information, and the electronic information is encrypted through a first random code;
the user side encrypts the first random code according to the first private key;
and the user side writes the encrypted first document data and the encrypted first random code into the block chain system through the block chain network.
In this embodiment, the first random code is generated by the user side, encrypted by the first private key, and then distributed on the blockchain.
In this embodiment, the data to be entered may include, but is not limited to: financial and newspaper data, invoice data, and the like.
In this embodiment, in step 202, the encryption method using the first private key is an asymmetric encryption method.
Step 203: and the accounting end receives the first public key sent by the accounting end, calls the first document data on the block chain system according to the first public key, and carries out electronic signature on the first document data after the first document data is verified and verified to obtain first accounting data.
In this embodiment, the accounting end receives the first public key sent by the accounting end, and queries the corresponding user end according to the first public key, so as to call the encrypted first document data and the encrypted first random code on the block chain. The accounting terminal decrypts the encrypted first random code according to the first public key to obtain a first random code, and decrypts the encrypted first document data according to the obtained first random code to obtain first document data.
And after the accounting end receives the verification and verification instruction, accounting signature is carried out on the first document data to obtain first accounting data. The accounting signature is an electronic signature, the accounting end can account for the first document data and electronically sign the data after accounting to form first accounting data.
Step 204: and the accounting terminal encrypts the first bookkeeping data according to the first public key and then issues the encrypted first bookkeeping data to the block chain system.
In this embodiment, the encryption manner in step 204 is asymmetric encryption, and may be decrypted by a first private key corresponding to the first public key.
In this embodiment, after the accounting end succeeds in accounting and issues the accounting result to the blockchain system, the blockchain system sends a notification message to the user end to inform the user end of the accounting progress. The first accounting data may be, but is not limited to, placed on the query address or an address corresponding to the accounting end, so that the user end can query the first accounting data conveniently.
Step 205: and the user side inquires the encrypted accounting data corresponding to the user side on the block chain system according to the inquiry address, decrypts the added accounting data according to the first private key, and acquires the account book data corresponding to the user side.
In this embodiment, the book data may include, but is not limited to, the first billing data of the current billing and the historical billing data. The user side can inquire all the accounting data of the user side.
In summary, the invention can effectively solve the problems of data security risk and management in the process of collecting tickets, filling reports, verifying, auditing and posting accounts faced by the enterprise accounting system, has the advantages of high mutual reliability, data non-tampering, data traceability, interconnection and intercommunication, distributed storage, decentralization and the like, is effectively applied to enterprise financial and tax accounting business, and is mainly embodied in the following points:
1. confirming the unique digital identity of the user through a key technology in the block chain;
2. the financial tax accounting data content is prevented from being leaked and illegally utilized through an encryption algorithm in the block chain;
3. a safe and reliable mutual trust channel is provided through a block chain, and the problem of data islands is solved;
4. the authenticity and the integrity of the fiscal accounting data are ensured through the characteristic that the data of the block chain cannot be tampered;
5. The requirements of service supervision and examination are met through the data traceability characteristic of the block chain;
6. files on the block chain are stored in a distributed mode, the single-point problem is avoided, and data are guaranteed not to be lost forever.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention.

Claims (9)

1. A block chain based accounting method is applicable to a block chain based accounting system, and the accounting system comprises: the system comprises a user side, an accounting side, a bookkeeping side, a block chain system and a block chain network; the user side, the accounting side and the bookkeeping side are respectively connected with the block chain system through the block chain network;
the user side initiates a registration request to the accounting side, so that the accounting side generates a first private key of the user side on the block chain system according to the registration request, and generates a first public key and a query address according to the first private key;
the user side receives the first private key and the query address fed back by the accounting side, encrypts data information according to the first private key to obtain first document data, and writes the first document data into the block chain system through the block chain network;
The accounting end receives the first public key sent by the accounting end, calls the first document data on the block chain system according to the first public key, and carries out electronic signature on the first document data after the first document data is verified and verified to obtain first accounting data;
the accounting terminal encrypts the first bookkeeping data according to the first public key and then issues the encrypted first bookkeeping data to the block chain system;
and the user side inquires the encrypted accounting data corresponding to the user side on the block chain system according to the inquiry address, decrypts the added accounting data according to the first private key, and acquires the account book data corresponding to the user side.
2. The block chain-based accounting method according to claim 1, wherein the accounting terminal generates a first private key of the user terminal on the block chain system according to the registration request, and generates a first public key and a query address according to the first private key, specifically:
the accounting terminal generates the first private key according to a random algorithm and generates the first public key from the first private key according to an elliptic algorithm;
Embedding the first public key into the query address when generating the query address.
3. The block chain based accounting method according to claim 1, wherein the user side encrypts data information according to the first private key to obtain first document data, and writes the first document data into the block chain system through the block chain network, specifically:
the user side converts bill data information to be input into electronic information, and encrypts the electronic information through a first random code;
the user side encrypts the first random code according to the first private key;
and the user side writes the encrypted first bill data and the encrypted first random code into the block chain system through the block chain network.
4. The block chain-based accounting method according to claim 3, wherein the accounting side invokes the first document data on the block chain system according to the first public key, and performs electronic signature on the first document data after the first document data is verified and verified to obtain first accounting data, specifically:
The accounting terminal calls encrypted first document data and an encrypted first random code on the block chain according to the first public key;
the accounting terminal decrypts the encrypted first random code according to the first public key to obtain the first random code, and decrypts the encrypted first document data through the obtained first random code to obtain the first document data;
and after receiving the verification and verification instruction, the accounting terminal performs accounting signature on the first document data to obtain first accounting data.
5. A blockchain-based billing system, the billing system comprising: the system comprises a user side, an accounting side, a bookkeeping side, a block chain system and a block chain network; the user side, the accounting side and the bookkeeping side are respectively connected with the block chain system through the block chain network;
the billing system performs the blockchain-based billing method of any of claims 1 to 4.
6. The block chain based billing system of claim 5, wherein the block chain system comprises a gradual increase of block chain link points by way of a chain, and the block chain nodes are connected in a chain;
And the block chain node is used for issuing the related information of the interaction of the user side, the accounting side and the bookkeeping side and the data information of each adjacent node in at least one target adjacent node to the block chain network.
7. The blockchain-based accounting system according to claim 6, wherein the blockchain network node comprises: the system comprises a user node, an accounting node, a bookkeeping node, a response node and an information identification node;
the user node is used for a user end to carry out information interaction on the block chain system;
the accounting node is used for information interaction of an accounting end on the block chain system;
the accounting node is used for information interaction of an accounting end on the block chain system;
the response node is used for feeding back information sent to the user node by the accounting node;
the information identification node is used for converting the information of the user node and the information of the accounting node, so that the user side and the accounting side can identify the information of each other.
8. The blockchain-based accounting system of claim 7, wherein the blockchain system further comprises: a block chain bottom platform;
The block chain bottom platform is any one of a platform adopting a Hyperlegger block chain technology or an Ethengfang block chain bottom platform.
9. The blockchain-based accounting system of claim 8, wherein the platform adopting the Hyperledger blockchain technology is a Linux foundation open-source hyper ledger technology platform.
CN202010537066.XA 2020-06-12 2020-06-12 Accounting method and system based on block chain Pending CN111861687A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010537066.XA CN111861687A (en) 2020-06-12 2020-06-12 Accounting method and system based on block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010537066.XA CN111861687A (en) 2020-06-12 2020-06-12 Accounting method and system based on block chain

Publications (1)

Publication Number Publication Date
CN111861687A true CN111861687A (en) 2020-10-30

Family

ID=72987859

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010537066.XA Pending CN111861687A (en) 2020-06-12 2020-06-12 Accounting method and system based on block chain

Country Status (1)

Country Link
CN (1) CN111861687A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112270593A (en) * 2020-11-09 2021-01-26 武汉蝌蚪信息技术有限公司 Business account multi-person shared account public display system based on decentralized account technology

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105024815A (en) * 2014-04-22 2015-11-04 江苏韦度一号信息科技有限公司 Office network file digit encryption transmission
CN108600199A (en) * 2018-04-08 2018-09-28 国网浙江省电力有限公司电力科学研究院 A kind of transmission method and system of the Audit data based on block chain
CN108711099A (en) * 2018-06-07 2018-10-26 深圳鑫宏图工业设计有限公司 A kind of financial system management method, electronic equipment and storage medium
CN109492431A (en) * 2018-10-31 2019-03-19 国网河南省电力公司信息通信公司 The storage method and its system and electronic equipment of financial data
CN109711836A (en) * 2018-11-15 2019-05-03 远光软件股份有限公司 A kind of storage method of transaction, storage network and electronic equipment
CN110135964A (en) * 2019-05-21 2019-08-16 山东浪潮通软信息科技有限公司 A kind of financial accounting method based on block chain technology

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105024815A (en) * 2014-04-22 2015-11-04 江苏韦度一号信息科技有限公司 Office network file digit encryption transmission
CN108600199A (en) * 2018-04-08 2018-09-28 国网浙江省电力有限公司电力科学研究院 A kind of transmission method and system of the Audit data based on block chain
CN108711099A (en) * 2018-06-07 2018-10-26 深圳鑫宏图工业设计有限公司 A kind of financial system management method, electronic equipment and storage medium
CN109492431A (en) * 2018-10-31 2019-03-19 国网河南省电力公司信息通信公司 The storage method and its system and electronic equipment of financial data
CN109711836A (en) * 2018-11-15 2019-05-03 远光软件股份有限公司 A kind of storage method of transaction, storage network and electronic equipment
CN110135964A (en) * 2019-05-21 2019-08-16 山东浪潮通软信息科技有限公司 A kind of financial accounting method based on block chain technology

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112270593A (en) * 2020-11-09 2021-01-26 武汉蝌蚪信息技术有限公司 Business account multi-person shared account public display system based on decentralized account technology

Similar Documents

Publication Publication Date Title
CN108830600B (en) Block chain-based electronic invoice system and implementation method
CN111859348B (en) Identity authentication method and device based on user identification module and block chain technology
CN108833081B (en) Block chain-based equipment networking authentication method
CN110428293B (en) Data processing method, device, storage medium and equipment for electronic bill
KR102051288B1 (en) Methods and systems for verifying the integrity of digital assets using distributed hash tables and peer-to-peer distributed ledgers
CN111092737B (en) Digital certificate management method and device and block link points
AU2001277943B2 (en) Digital receipt for a transaction
US8132013B2 (en) Long-term authenticity proof of electronic documents
CN109687963A (en) Anti- quantum calculation alliance chain method of commerce and system based on public key pond
CN109241181A (en) Database operation method and device
CN109450843B (en) SSL certificate management method and system based on block chain
CN109669955B (en) Digital asset query system and method based on block chain
JP2002514799A (en) Electronic transmission, storage and retrieval system and method for authenticated documents
JP2001142398A (en) Folder type time certifying system and distributed time certifying system
CN111882410A (en) Tax information query method and system based on block chain
CN111651745B (en) Application authorization signature method based on password equipment
CN110569672A (en) efficient credible electronic signature system and method based on mobile equipment
CN1349179A (en) Electronic signature anti-fake method and device
KR101318154B1 (en) Method of providing image-based user authentication for shared documents, and computer-readable recording medium for the same
CN111861687A (en) Accounting method and system based on block chain
CN108921628A (en) A kind of implementation method for supporting to issue electronic invoice online
CN111339036A (en) Block chain-based electronic license full life cycle management method and device
US11971929B2 (en) Secure signing method, device and system
CN111861688B (en) Electronic tax registration method and system based on blockchain
CN111861686A (en) Finance and tax accounting method and system based on block chain

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

Effective date of registration: 20210325

Address after: Room 3162, innovation and entrepreneurship center, Sino German ecological park, 172 Taibaishan Road, Qingdao area, China (Shandong) pilot Free Trade Zone, Qingdao, Shandong 266000

Applicant after: Jincai internet intelligent Chain Research Institute (Qingdao) Co.,Ltd.

Address before: 510000 room 901, building C3, No. 82-88, Kexue Avenue, Huangpu District, Guangzhou City, Guangdong Province

Applicant before: FORESEE TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right