{"id":4814,"date":"2025-02-03T13:48:39","date_gmt":"2025-02-03T12:48:39","guid":{"rendered":"https:\/\/intesa.etinet.net\/qualified-e-archiving-a-guide-to-the-new-qualified-digital-archiving\/"},"modified":"2025-10-30T10:12:27","modified_gmt":"2025-10-30T09:12:27","slug":"qualified-e-archiving-a-guide-to-the-new-qualified-digital-archiving","status":"publish","type":"post","link":"https:\/\/intesa.etinet.net\/en\/qualified-e-archiving-a-guide-to-the-new-qualified-digital-archiving\/","title":{"rendered":"Qualified e-Archiving: a guide to the new Qualified Digital Archiving"},"content":{"rendered":"<p style=\"text-align: center;\">What is Qualified Legal Archiving and when will it be available?<\/p><figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/intesa.etinet.net\/wp-content\/uploads\/2025\/10\/Articolo_QualifiedE-Archiving.png\" alt=\"Cos\u2019\u00e8 la gestione documentale\" title=\"Articolo_QualifiedE-Archiving\"\/><\/figure><hr class=\"wp-block-separator\"\/><p style=\"text-align: center;\">With the introduction of Qualified e-Archiving, the eIDAS 2.0 regulation marks a turning point in digital archiving management in Europe, offering a new standard of security and reliability for the long-term protection of electronic documents.<\/p><hr class=\"wp-block-separator\"\/><div><p style=\"padding-left: 26px; padding-top: 26px;\"><strong>In this article:<\/strong><\/p>\n\n\t<div id=\"toc\">\t  \n\t<\/div>\n\n\t<script>\n\t\tvar c = function() {\n\t\t\treturn({\n\t\t\t\tlog: function(msg) {\n\t\t\t\t\tconsoleDiv = document.querySelector(\"main#single_news .contenuto_news\");\n\t\t\t\t\tpara = document.createElement('p');\n\t\t\t\t\ttext = document.createTextNode(msg);\n\t\t\t\t\tpara.appendChild(text);\n\t\t\t\t\tconsoleDiv.appendChild(para);\n\t\t\t\t}\n\t\t\t});\n\t\t}();\n\n\t\t\/*window.onload = function () {\n\t\t\tvar toc = \"\";\n\t\t\tvar level = 0;\n\t\t\tvar maxLevel = 3;\n\t\t\t\n\t\t\tconst reg = \/<h([\\d])>([^<]+)<\\\/h([\\d])>\/gi;\n\t\t\t\/\/const reg = \/<h([1-6])\\b[^>]*>([\\s\\S]*?)<\\\/h\\1>\/gi;\n\t\t\t\n\t\t\tdocument.querySelector(\"main#single_news .contenuto_news\").innerHTML =\n\t\t\t\tdocument.querySelector(\"main#single_news .contenuto_news\").innerHTML.replace( \/\/\n\t\t\t\t\treg,\n\t\t\t\t\tfunction (str, openLevel, titleText, closeLevel) {\n\t\t\t\t\t\tif (openLevel != closeLevel) {\n\t\t\t\t\t\t\tc.log(openLevel)\n\t\t\t\t\t\t\t\treturn str + ' - ' + openLevel;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (openLevel > level) {\n\t\t\t\t\t\t\ttoc += (new Array(openLevel - level + 1)).join(\"<ul>\");\n\t\t\t\t\t\t} else if (openLevel < level) {\n\t\t\t\t\t\t\ttoc += (new Array(level - openLevel + 1)).join(\"<\/ul>\");\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tlevel = parseInt(openLevel);\n\n\t\t\t\t\t\tvar anchor = titleText.replace(\/ \/g, \"_\");\n\t\t\t\t\t\ttoc += \"<li><a href=\\\"#\" + anchor + \"\\\">\" + titleText + \"<\/a><\/li>\";\n\n\t\t\t\t\t\treturn \"<h\" + openLevel + \"><a name=\\\"\" + anchor + \"\\\">\" + titleText + \"<\/a><\/h\" + closeLevel + \">\";\n\t\t\t\t\t}\n\t\t\t\t);\n\n\t\t\tif (level) {\n\t\t\t\ttoc += (new Array(level + 1)).join(\"<\/ol>\");\n\t\t\t}\n\n\t\t\tdocument.querySelector(\"main#single_news .contenuto_news #toc\").innerHTML += toc;\n\t\t};*\/\n\t\twindow.onload = function () {\n\t\t\tvar toc = \"\";\n\t\t\tvar currentLevel = 0;\n\t\t\tvar anchorsSeen = {};\n\n\t\t\tconst reg = \/(<h([1-6])\\b[^>]*>)([\\s\\S]*?)<\\\/h\\2>\/gi;\n\t\t\tconst container = document.querySelector(\"main#single_news .contenuto_news\");\n\n\t\t\tif (!container) return;\n\n\t\t\t\/\/ Rileva l\u2019eventuale h2.wp-block-heading primo figlio da escludere\n\t\t\tconst excludeHeading = container.querySelector(\":scope > h2.wp-block-heading:first-child\");\n\n\t\t\tcontainer.innerHTML = container.innerHTML.replace(\n\t\t\t\treg,\n\t\t\t\tfunction (fullMatch, openTag, levelStr, innerHTML, offset, fullString) {\n\t\t\t\t\t\/\/ Ignora se corrisponde all'h2.wp-block-heading:first-child\n\t\t\t\t\tif (excludeHeading && fullMatch.includes(excludeHeading.outerHTML)) {\n\t\t\t\t\t\treturn fullMatch;\n\t\t\t\t\t}\n\n\t\t\t\t\t\/\/ Esclude i titoli subito dopo <hr class=\"wp-block-separator\">\n\t\t\t\t\tconst prevChunk = fullString.slice(Math.max(0, offset - 100), offset);\n\t\t\t\t\tif (\/<hr[^>]*class=[\"']wp-block-separator[\"'][^>]*>\\s*$\/i.test(prevChunk)) {\n\t\t\t\t\t\treturn fullMatch;\n\t\t\t\t\t}\n\n\t\t\t\t\tvar level = parseInt(levelStr, 10);\n\t\t\t\t\tvar titleText = innerHTML.replace(\/<\\\/?[^>]+(>|$)\/g, \"\").trim();\n\t\t\t\t\tif (!titleText) return fullMatch;\n\n\t\t\t\t\tvar anchorBase = titleText.replace(\/\\s+\/g, \"_\").replace(\/[^\\w\\-_.]\/g, \"\");\n\t\t\t\t\tvar anchor = anchorBase || (\"heading_\" + Math.random().toString(36).slice(2, 8));\n\n\t\t\t\t\tif (anchorsSeen[anchor]) {\n\t\t\t\t\t\tanchorsSeen[anchor] += 1;\n\t\t\t\t\t\tanchor = anchor + \"_\" + anchorsSeen[anchor];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tanchorsSeen[anchor] = 1;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (level > currentLevel) toc += \"<ul>\".repeat(level - currentLevel);\n\t\t\t\t\telse if (level < currentLevel) toc += \"<\/ul>\".repeat(currentLevel - level);\n\t\t\t\t\tcurrentLevel = level;\n\n\t\t\t\t\ttoc += `<li><a href=\"#${anchor}\">${titleText}<\/a><\/li>`;\n\n\t\t\t\t\treturn `${openTag}<a name=\"${anchor}\"><\/a>${innerHTML}<\/h${level}>`;\n\t\t\t\t}\n\t\t\t);\n\n\t\t\tif (currentLevel) toc += \"<\/ul>\".repeat(currentLevel);\n\n\t\t\tvar tocContainer = container.querySelector(\"#toc\");\n\t\t\tif (tocContainer) tocContainer.innerHTML += toc;\n\t\t};\n\n\t<\/script>\n\t\n\t<\/div>In the increasingly digitalized landscape in which businesses and public administrations operate, <strong>electronic archiving<\/strong> plays a crucial role in the secure and long-lasting management of documents. With the evolution of European regulations, particularly due to <a href=\"https:\/\/www.intesa.it\/en\/eidas-2-0-what-it-says-whats-new-and-the-roadmap\/\">the revision of the eIDAS regulation (eIDAS 2.0)<\/a>, a new trust service could transform the way we think about digital archiving: <strong>Qualified e-Archiving<\/strong>. This service, representing an advanced and &#8220;qualified&#8221; version of the Italian Legal Archiving, aims to create a harmonized regulatory framework across the European Union, providing an international guarantee on the <strong>durability, readability, and integrity<\/strong> of digital documents over time.\n\nThe eIDAS regulation, approved by the European Commission in June 2021 and published in the Official Gazette in 2024, has emphasized the <strong>digitalization of services<\/strong> and the importance of a secure and reliable digital identity ecosystem. However, among the new features introduced, Qualified e-Archiving, although less discussed, promises to revolutionize the trust services sector by introducing common standards that could simplify regulatory compliance and improve interoperability between the EU member states.<h2>The revision of the eIDAS Regulation and the new changes introduced<\/h2>\nThe <strong>revision of the eIDAS regulation<\/strong>, known as <a href=\"https:\/\/www.intesa.it\/en\/eidas-2-0-what-it-says-whats-new-and-the-roadmap\/\">eIDAS 2.0<\/a>, marks a significant step toward building a more cohesive and secure European digital market. Initiated by the European Commission in June 2021 and culminating with its publication in the Official Gazette in 2024, this revision has introduced important changes that affect various aspects of digitalization, <strong>including digital identities, electronic signatures, and trust services<\/strong>.\n\nOne of the main innovations introduced by eIDAS 2.0 is the inclusion of <strong>e-Archiving<\/strong> among trust services. This new category of services was designed to address the growing need for harmonized archiving solutions across the EU that not only securely store electronic documents but also guarantee their <strong>durability, integrity, and proof of authenticity over time<\/strong>. The regulation thus introduces a uniform European framework, long desired by industry stakeholders and AgID, to regulate electronic archiving and ensure that digital documents retain their legal validity over the years.\n\nIn addition to qualified archiving, eIDAS 2.0 has made significant changes to the <strong>European digital identity system<\/strong>, facilitating interoperability between member states and promoting the adoption of common digital identities. These changes aim to strengthen trust in digital services and encourage greater adoption of digital solutions in both the public and private sectors.\n\nThe revision of eIDAS represents not only an update to existing regulations but also an <strong>expansion of opportunities<\/strong> for trust service providers to innovate and offer new services, such as Qualified e-Archiving, which are set to transform the landscape of <strong>digital archiving<\/strong> in Europe.<h2>What is Qualified e-Archiving: definition and objectives<\/h2>\n<strong>Qualified e-Archiving<\/strong> is an advanced version of e-Archiving (electronic archiving) introduced by the eIDAS 2.0 regulation. This service ensures the <strong>preservation, integrity, and readability<\/strong> of digital documents over time, ensuring that they maintain their legal validity. Compared to traditional <a href=\"https:\/\/www.intesa.it\/en\/electronic-archiving\/\">compliant archiving<\/a>, Qualified e-Archiving requires adherence to higher standards, creating a harmonized regulatory framework at the European level. The goal is to ensure greater security and reliability in <strong>digital preservation<\/strong> and facilitate interoperability between different archiving systems.<h2>Differences between Legal Archiving and Qualified e-Archiving<\/h2>\n<strong><a href=\"https:\/\/www.intesa.it\/en\/electronic-archiving\/\">Legal archiving<\/a> and Qualified e-Archiving<\/strong> are two concepts that, while having similar objectives, present significant differences, especially in terms of regulation and application. In Italy, compliant archiving is regulated by a series of rules that ensure that digital documents are preserved in a way that guarantees their <strong>authenticity, integrity, reliability, and readability over time.<\/strong> This process involves not only the simple storage of documents but also a series of procedures (such as metadata tagging and applying an electronic signature) to ensure their legal validity.\n\n<strong>Qualified e-Archiving<\/strong>, introduced by the eIDAS 2.0 regulation, extends these principles across Europe, providing a common regulatory framework that standardizes electronic archiving procedures throughout the European Union. Unlike compliant archiving, which is specific to Italy, Qualified e-Archiving aims to create a <strong>harmonized<\/strong> system that facilitates interoperability among the EU member states. Furthermore, providers of this service must meet stricter technical and security standards, elevating the level of protection and reliability offered.\n\nWhile <a href=\"https:\/\/www.intesa.it\/en\/electronic-archiving\/\">legal archiving<\/a> remains a fundamental pillar for the management of digital documents in Italy, <strong>Qualified e-Archiving<\/strong> represents a regulatory evolution that aims to standardize and enhance <strong>digital preservation<\/strong> at the European level, offering greater security and legal compliance guarantees.<h2>Impact of e-Archiving in Italy<\/h2>\nAlthough Italian regulations distinguish between <strong>the terms archiving and digital preservation<\/strong>, a quick comparison of the eIDAS 2.0 text, Article 20 of the CAD, and the AgID Guidelines on the formation, management, and preservation of digital documents reveals the recurrence of terminology and the overlap of fundamental concepts defining the two services.\n\nWe can therefore state that the Italian regulatory framework and the providers of preservation services (particularly Qualified Preservers for public administrations) are in a favorable position compared to other European countries. However, the introduction of e-Archiving among qualified services will have a significant impact on the preservation services market, certainly improving interoperability but also increasing competition among EU providers.<h2>How to implement Qualified e-Archiving: expectations and requirements<\/h2>\nImplementing <strong>Qualified e-Archiving<\/strong> will require careful preparation from trust service providers, awaiting the publication of the implementing acts by the European Commission, expected to start in November 2024. These acts will provide the detailed guidelines and technical specifications necessary to ensure compliance with the eIDAS 2.0 requirements.\n\nIn Italy, <a href=\"https:\/\/www.intesa.it\/en\/digital-trust-services-and-qtsps-what-they-are-and-why-to-choose-them\/\">qualified trust service providers (QTSPs)<\/a> like <a href=\"https:\/\/www.intesa.it\/en\/\">Intesa<\/a>, which already offers <a href=\"https:\/\/www.intesa.it\/en\/electronic-signature\/\">qualified electronic signature services<\/a>, <a href=\"https:\/\/www.intesa.it\/en\/electronic-seal\/\">electronic seals<\/a>, and timestamps, are in a favorable position to integrate <strong>Qualified e-Archiving<\/strong> into their offerings. <a href=\"https:\/\/www.intesa.it\/en\/\">Intesa<\/a>, also a <strong>Qualified Preservation Provider<\/strong> recognized by AgID, already has the infrastructure and experience required to handle this transition. The company is closely following the development of European regulations and is preparing to meet the necessary technical and compliance requirements to obtain certification for Qualified e-Archiving.\n\nThe first step to implementing <strong>Qualified e-Archiving<\/strong> will be to conduct a detailed analysis of technical and regulatory requirements, followed by adapting existing infrastructures. It will be essential to ensure that systems are capable of meeting the <strong>integrity, authenticity, and readability<\/strong> standards required for the entire document preservation period. Additionally, providers like Intesa will need to prepare for <strong>inspections and audits<\/strong> by the competent authorities to obtain the necessary certification.\n\nImplementing <strong>Qualified e-Archiving<\/strong> represents a significant challenge but also a great opportunity for providers like Intesa to strengthen their position in the European trust services market.<hr class=\"wp-block-separator\"\/>","protected":false},"excerpt":{"rendered":"<p>Discover what Qualified e-Archiving is, its implications, and how to implement it according to the eIDAS 2.0 regulation for secure and compliant digital archiving.<\/p>\n","protected":false},"author":3,"featured_media":2750,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[196],"tags":[206,223,182,210,224],"class_list":["post-4814","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-regulations","tag-eidas","tag-electronic-archiving","tag-electronic-preservation","tag-intesa-hive","tag-qualified-e-archiving"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/intesa.etinet.net\/en\/wp-json\/wp\/v2\/posts\/4814","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/intesa.etinet.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/intesa.etinet.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/intesa.etinet.net\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/intesa.etinet.net\/en\/wp-json\/wp\/v2\/comments?post=4814"}],"version-history":[{"count":1,"href":"https:\/\/intesa.etinet.net\/en\/wp-json\/wp\/v2\/posts\/4814\/revisions"}],"predecessor-version":[{"id":4815,"href":"https:\/\/intesa.etinet.net\/en\/wp-json\/wp\/v2\/posts\/4814\/revisions\/4815"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/intesa.etinet.net\/en\/wp-json\/wp\/v2\/media\/2750"}],"wp:attachment":[{"href":"https:\/\/intesa.etinet.net\/en\/wp-json\/wp\/v2\/media?parent=4814"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/intesa.etinet.net\/en\/wp-json\/wp\/v2\/categories?post=4814"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/intesa.etinet.net\/en\/wp-json\/wp\/v2\/tags?post=4814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}