CN114978531A - Deep learning-oriented data credible traceability marking method and system - Google Patents

Deep learning-oriented data credible traceability marking method and system Download PDF

Info

Publication number
CN114978531A
CN114978531A CN202210512826.0A CN202210512826A CN114978531A CN 114978531 A CN114978531 A CN 114978531A CN 202210512826 A CN202210512826 A CN 202210512826A CN 114978531 A CN114978531 A CN 114978531A
Authority
CN
China
Prior art keywords
data
processed
deep learning
processing
digital signature
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202210512826.0A
Other languages
Chinese (zh)
Other versions
CN114978531B (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 Jianjiao Technology Service Co ltd
Original Assignee
Shanghai Jianjiao 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 Shanghai Jianjiao Technology Service Co ltd filed Critical Shanghai Jianjiao Technology Service Co ltd
Priority to CN202210512826.0A priority Critical patent/CN114978531B/en
Publication of CN114978531A publication Critical patent/CN114978531A/en
Application granted granted Critical
Publication of CN114978531B publication Critical patent/CN114978531B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3247Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving digital signatures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3263Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving certificates, e.g. public key certificate [PKC] or attribute certificate [AC]; Public key infrastructure [PKI] arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2463/00Additional details relating to network architectures or network communication protocols for network security covered by H04L63/00
    • H04L2463/146Tracing the source of attacks

Abstract

The invention relates to a deep learning-oriented data credibility tracing marking method and system, wherein the method comprises the following steps: receiving data to be processed; performing iterative processing on the data to be processed and performing digital signature on the processing result data by using a digital certificate; and establishing a digital signature chain of an iterative process from the source data to the final processing result data based on the obtained plurality of digital signatures. The invention adopts the credible traceability chain formed by the digital signature to finish the credible traceability of the data processing iterative process, can avoid the performance loss caused by adopting the distributed block chain scheme, and is more suitable for the application scene of the rapid iterative processing of the data required by the deep learning.

Description

Deep learning-oriented data credible traceability marking method and system
Technical Field
The invention relates to the technical field of big data, in particular to a deep learning-oriented data credible traceability marking method and system.
Background
With the maturity of the blockchain technology, the blockchain technology is used as a solution of a general digital evidence chain, which can be used for data credibility tracing of deep learning, and although registration of the blockchain can ensure credibility of data iteration, a drawback that a historical block needs to be traversed at a slow retrieval speed exists during tracing.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a data credible tracing marking method and system for deep learning, avoid performance loss caused by adopting a distributed block chain scheme, and are more suitable for an application scene of rapid iterative processing of data required by deep learning.
The technical scheme adopted by the invention for solving the technical problems is as follows: the deep learning-oriented data credibility tracing marking method comprises the following steps:
receiving data to be processed;
performing iterative processing on the data to be processed and performing digital signature on the processing result data by using a digital certificate;
and establishing a digital signature chain of an iterative process from the source data to the final processing result data based on the obtained plurality of digital signatures.
After receiving the data to be processed, the method also comprises the step of verifying the digital signature attached to the data to be processed so as to confirm the credibility of data input.
Before receiving the data to be processed, the method also comprises the step of receiving the digital certificate facing deep learning and issued by a central digital certificate authority.
The iterative processing of the data to be processed and the digital signature of the processing result data by using the digital certificate are specifically as follows:
carrying out iterative processing on the data to be processed to obtain processing result data;
merging the digital signature of the data to be processed and the processing result data into basic information;
digitally signing the base information using the digital certificate.
The data credibility tracing marking method facing the deep learning further comprises the following steps: and sequentially verifying through the digital signature chain to trace and confirm the credibility of the whole data processing iteration process.
The technical scheme adopted by the invention for solving the technical problems is as follows: the deep learning oriented data credibility tracing marking system comprises:
the first receiving module is used for receiving data to be processed;
the processing signature module is used for carrying out iterative processing on the data to be processed to obtain processing result data and carrying out digital signature on the processing result data by using a digital certificate;
and the digital signature chain construction module is used for establishing a digital signature chain of an iterative process from the source data to the final processing result data based on the obtained plurality of digital signatures.
The data credibility tracing marking system facing the deep learning further comprises: and the verification module is used for verifying the digital signature attached to the data to be processed so as to confirm the credibility of the data input.
The deep learning oriented data credible traceability marking system further comprises a second receiving module, wherein the second receiving module is used for receiving the deep learning oriented digital certificate issued by the central digital certificate authority.
The processing signature module comprises:
the processing unit is used for carrying out iterative processing on the data to be processed to obtain processing result data;
the merging unit is used for merging the digital signature of the data to be processed and the processing result data into basic information;
and the signature unit is used for digitally signing the basic information by using the digital certificate.
The data credibility tracing marking system facing the deep learning further comprises: and the verification module is used for sequentially verifying through the digital signature chain so as to trace and confirm the credibility of the whole data processing iteration process.
Advantageous effects
Due to the adoption of the technical scheme, compared with the prior art, the invention has the following advantages and positive effects: the invention adopts the credible traceability chain formed by the digital signature to finish the credible traceability of the data processing iterative process, can avoid the performance loss caused by adopting the distributed block chain scheme, and is more suitable for the application scene of the rapid iterative processing of the data required by the deep learning. According to the invention, the digital signature is carried out by attaching the digital signature of the input data and the content of the output data together, so that a complete digital signature chain from the input data to the output data can be formed, and the rapid verification can be completed by traversing the digital signature chain during the trusted traceability verification.
Drawings
Fig. 1 is a flowchart of a first embodiment of the present invention.
Detailed Description
The invention will be further illustrated with reference to the following specific examples. It should be understood that these examples are for illustrative purposes only and are not intended to limit the scope of the present invention. Further, it should be understood that various changes or modifications of the present invention may be made by those skilled in the art after reading the teaching of the present invention, and such equivalents may fall within the scope of the present invention as defined in the appended claims.
The first embodiment of the invention relates to a deep learning-oriented data credibility tracing marking method, which comprises the following steps: receiving data to be processed; performing iterative processing on the data to be processed and performing digital signature on the processing result data by using a digital certificate; and establishing a digital signature chain of an iterative process from the source data to the final processing result data based on the obtained plurality of digital signatures. As shown in fig. 1, specifically:
step 1, a central digital certificate authority issues digital certificates which are required to be used by all data processing modules facing deep learning. That is, after this step, each data processing module can obtain a respective dedicated digital certificate.
And 2, the data processing module receives the data to be processed and verifies the digital signature of the data to be processed after receiving the data to be processed so as to confirm the input credibility of the data to be processed.
And 3, the data processing module performs iterative processing on the input data and performs digital signature on the processing result data by using a digital certificate of the data processing module. In this step, first, iteration processing is performed on the data to be processed to obtain processing result data, and then, when digital signature is performed, the method includes step 3a, the digital signature of the data to be processed and the processing result data are attached together to obtain basic information needing digital signature; step 3b, the data processing module digitally signs using the digital certificate issued by the central digital certificate authority.
And 4, establishing a digital signature chain of an iterative process from the source data to the final processing result data through each data processing module based on the processing flow of the step 3.
And step 5, verifying the sequence of the digital signature chain to trace and confirm the credibility of the whole data processing iterative process.
As can be easily found, the invention adopts the credible tracing chain formed by the digital signature to complete the credible tracing of the data processing iterative process, can avoid the performance loss caused by adopting the distributed block chain scheme, and is more suitable for the application scene of the rapid iterative processing of the data required by the deep learning. According to the invention, the digital signature is carried out by attaching the digital signature of the input data and the content of the output data together, so that a complete digital signature chain from the input data to the output data can be formed, and the rapid verification can be completed by traversing the digital signature chain during the trusted traceability verification.
The second embodiment of the invention relates to a deep learning-oriented data credibility traceability marking system, which comprises: the first receiving module is used for receiving data to be processed; the processing signature module is used for carrying out iterative processing on the data to be processed to obtain processing result data and carrying out digital signature on the processing result data by using a digital certificate; and the digital signature chain building module is used for building a digital signature chain of an iterative process from the source data to the final processing result data based on the obtained plurality of digital signatures.
The data credibility tracing marking system facing the deep learning further comprises: and the verification module is used for verifying the digital signature attached to the data to be processed so as to confirm the credibility of the data input.
The deep learning oriented data credible traceability marking system further comprises a second receiving module, wherein the second receiving module is used for receiving the deep learning oriented digital certificate issued by the central digital certificate authority.
The processing signature module comprises: the processing unit is used for carrying out iterative processing on the data to be processed to obtain processing result data; the merging unit is used for merging the digital signature of the data to be processed and the processing result data into basic information; and the signature unit is used for digitally signing the basic information by using the digital certificate.
The data credibility tracing marking system facing the deep learning further comprises: and the verification module is used for sequentially verifying through the digital signature chain so as to trace and confirm the credibility of the whole data processing iterative process.

Claims (10)

1. A deep learning-oriented data credibility tracing marking method is characterized by comprising the following steps:
receiving data to be processed;
performing iterative processing on the data to be processed and performing digital signature on the processing result data by using a digital certificate;
and establishing a digital signature chain of an iterative process from the source data to the final processing result data based on the obtained plurality of digital signatures.
2. The deep learning-oriented data credibility traceability marking method as claimed in claim 1, wherein after receiving the data to be processed, the method further comprises checking a digital signature attached to the data to be processed to confirm the credibility of the data input.
3. The deep learning oriented data credibility traceability marking method as claimed in claim 1, further comprising receiving the deep learning oriented digital certificate issued by a central digital certificate authority before receiving the data to be processed.
4. The deep learning-oriented data credible traceability marking method according to claim 1, wherein the iterative processing of the data to be processed and the digital signature of the processing result data by using the digital certificate specifically comprise:
carrying out iterative processing on the data to be processed to obtain processing result data;
merging the digital signature of the data to be processed and the processing result data into basic information;
digitally signing the base information using the digital certificate.
5. The deep learning-oriented data credibility traceability marking method according to claim 1, further comprising:
and sequentially verifying through the digital signature chain to trace and confirm the credibility of the whole data processing iteration process.
6. A deep learning oriented data credible traceability marking system is characterized by comprising:
the first receiving module is used for receiving data to be processed;
the processing signature module is used for carrying out iterative processing on the data to be processed to obtain processing result data and carrying out digital signature on the processing result data by using a digital certificate;
and the digital signature chain construction module is used for establishing a digital signature chain of an iterative process from the source data to the final processing result data based on the obtained plurality of digital signatures.
7. The deep learning oriented data credible traceability marking system as claimed in claim 6, further comprising:
and the verification module is used for verifying the digital signature attached to the data to be processed so as to confirm the credibility of the data input.
8. The deep learning oriented data trust traceability marking system of claim 6, further comprising a second receiving module for receiving the deep learning oriented digital certificate issued by a central digital certificate authority.
9. The deep learning oriented data credible traceability marking system of claim 6, wherein the processing signature module comprises:
the processing unit is used for carrying out iterative processing on the data to be processed to obtain processing result data;
the merging unit is used for merging the digital signature of the data to be processed and the processing result data into basic information; and the signature unit is used for digitally signing the basic information by using the digital certificate.
10. The deep learning oriented data credible traceability marking system as claimed in claim 6, further comprising:
and the verification module is used for sequentially verifying through the digital signature chain so as to trace and confirm the credibility of the whole data processing iteration process.
CN202210512826.0A 2022-05-11 2022-05-11 Deep learning-oriented data credible traceability marking method and system Active CN114978531B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210512826.0A CN114978531B (en) 2022-05-11 2022-05-11 Deep learning-oriented data credible traceability marking method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210512826.0A CN114978531B (en) 2022-05-11 2022-05-11 Deep learning-oriented data credible traceability marking method and system

Publications (2)

Publication Number Publication Date
CN114978531A true CN114978531A (en) 2022-08-30
CN114978531B CN114978531B (en) 2024-04-30

Family

ID=82980789

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210512826.0A Active CN114978531B (en) 2022-05-11 2022-05-11 Deep learning-oriented data credible traceability marking method and system

Country Status (1)

Country Link
CN (1) CN114978531B (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5958051A (en) * 1996-11-27 1999-09-28 Sun Microsystems, Inc. Implementing digital signatures for data streams and data archives
CN1547136A (en) * 2003-12-08 2004-11-17 Data once writing method and database safety management method based on the same method
CN106254372A (en) * 2016-08-31 2016-12-21 厦门天锐科技股份有限公司 A kind of Multi Digital Signature method of ID-based cryptosystem mechanism
US20170054736A1 (en) * 2015-08-20 2017-02-23 Guardtime Ip Holdings Limited System and method for verification lineage tracking of data sets
CN110163006A (en) * 2019-04-18 2019-08-23 阿里巴巴集团控股有限公司 Signature verification method, system, device and equipment in a kind of piece of chain type account book
CN111130795A (en) * 2019-12-13 2020-05-08 浙商银行股份有限公司 Multistage signature method based on block chain technology
CN111355570A (en) * 2020-02-24 2020-06-30 北京瑞友科技股份有限公司 Trusted application network data tracing method and auditing method for software complex network
CN112199736A (en) * 2020-10-12 2021-01-08 南京邮电大学 Ordered multi-signature method based on block chain
CN112953978A (en) * 2021-05-13 2021-06-11 众连智能科技有限公司 Multi-signature authentication method, device, equipment and medium
CN112989435A (en) * 2021-03-26 2021-06-18 武汉深之度科技有限公司 Digital signature method and computing device
CN113382005A (en) * 2021-06-10 2021-09-10 南京财经大学 Traceable logistics method with privacy protection and traceable logistics system
US20220076109A1 (en) * 2020-09-08 2022-03-10 Iqreate Infotech Pvt Ltd System for contextual and positional parameterized record building

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5958051A (en) * 1996-11-27 1999-09-28 Sun Microsystems, Inc. Implementing digital signatures for data streams and data archives
CN1547136A (en) * 2003-12-08 2004-11-17 Data once writing method and database safety management method based on the same method
US20170054736A1 (en) * 2015-08-20 2017-02-23 Guardtime Ip Holdings Limited System and method for verification lineage tracking of data sets
CN106254372A (en) * 2016-08-31 2016-12-21 厦门天锐科技股份有限公司 A kind of Multi Digital Signature method of ID-based cryptosystem mechanism
CN110163006A (en) * 2019-04-18 2019-08-23 阿里巴巴集团控股有限公司 Signature verification method, system, device and equipment in a kind of piece of chain type account book
CN111130795A (en) * 2019-12-13 2020-05-08 浙商银行股份有限公司 Multistage signature method based on block chain technology
CN111355570A (en) * 2020-02-24 2020-06-30 北京瑞友科技股份有限公司 Trusted application network data tracing method and auditing method for software complex network
US20220076109A1 (en) * 2020-09-08 2022-03-10 Iqreate Infotech Pvt Ltd System for contextual and positional parameterized record building
CN112199736A (en) * 2020-10-12 2021-01-08 南京邮电大学 Ordered multi-signature method based on block chain
CN112989435A (en) * 2021-03-26 2021-06-18 武汉深之度科技有限公司 Digital signature method and computing device
CN112953978A (en) * 2021-05-13 2021-06-11 众连智能科技有限公司 Multi-signature authentication method, device, equipment and medium
CN113382005A (en) * 2021-06-10 2021-09-10 南京财经大学 Traceable logistics method with privacy protection and traceable logistics system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
L.CIFOLA 等: "Target/clutter disentanglement using deep adversarial training on micro-Doppler signatures", 2019 16TH EUROPEAN RADAR CONFERENCE (EURAD), 4 October 2019 (2019-10-04) *
姚鑫等: "大数据中若干安全和隐私保护问题研究", 中国博士学位论文全文数据库, 15 June 2018 (2018-06-15) *
廖小林: "基于签名链的关系查询认证方法", 中国优秀硕士学位论文全文数据库, 15 March 2013 (2013-03-15) *

Also Published As

Publication number Publication date
CN114978531B (en) 2024-04-30

Similar Documents

Publication Publication Date Title
CN109815657B (en) Identity authentication method and device based on alliance chain, computer readable storage medium and terminal equipment
KR20190026641A (en) Method of character recognition of claims document, apparatus, server and storage medium
CN102568009B (en) Line segment reducing device and method for electronic map
CN109635256B (en) Method and device for verifying data
ATE428984T1 (en) METHOD AND APPARATUS FOR SENDING DATA FROM MULTIPLE SOURCES OVER A COMMUNICATIONS BUS
US20210151124A1 (en) Genetic variation identification method, genetic variation identification apparatuses, and storage medium
CN105187218B (en) A kind of digitized record signature, the verification method of multi-core infrastructure
CN112417178B (en) Document template definition-based on-chain contract processing method and device and electronic equipment
CN112134883B (en) Method, device and related product for carrying out rapid authentication on trust relationship between nodes based on trusted computing
CN113792347A (en) Block chain-based federal learning method, device, equipment and storage medium
CN110399933B (en) Data annotation correction method and device, computer readable medium and electronic equipment
CN111274241B (en) Method and apparatus for parallel processing of map data
CN116208386A (en) Vulnerability management method, system, electronic equipment and medium for automobile network security
WO2020199724A1 (en) Data processing method, server and device
CN111325031A (en) Resume parsing method and device
CN109522723B (en) POC script generation method and device, electronic equipment and storage medium
CN114978531B (en) Deep learning-oriented data credible traceability marking method and system
CN109583497B (en) Automatic generation method and system for data quality rule intelligently judged by countermeasure generation network
CN111400270B (en) Block chain-based file time service method and device
CN113641568A (en) Software test data processing method and device, electronic equipment and readable storage medium
CN111078277A (en) Packaging system, packaging method and storage medium
CN105808612A (en) Method and equipment used for migrating data of database
CN116298830A (en) Verification method and processing system of integrated circuit
CN110532186B (en) Method, device, electronic equipment and storage medium for testing by using verification code
CN109981804A (en) Generation, recognition methods, system, equipment and the medium of terminal device identification id

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