<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.1 20151215//EN" "http://jats.nlm.nih.gov/publishing/1.1/JATS-journalpublishing1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mml="http://www.w3.org/1998/Math/MathML" xml:lang="en" article-type="review-article" dtd-version="1.1">
<front>
<journal-meta>
<journal-id journal-id-type="pmc">JCS</journal-id>
<journal-id journal-id-type="nlm-ta">JCS</journal-id>
<journal-id journal-id-type="publisher-id">JCS</journal-id>
<journal-title-group>
<journal-title>Journal of Cyber Security</journal-title>
</journal-title-group>
<issn pub-type="epub">2579-0064</issn>
<issn pub-type="ppub">2579-0072</issn>
<publisher>
<publisher-name>Tech Science Press</publisher-name>
<publisher-loc>USA</publisher-loc>
</publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="publisher-id">67360</article-id>
<article-id pub-id-type="doi">10.32604/jcs.2025.067360</article-id>
<article-categories>
<subj-group subj-group-type="heading">
<subject>Review</subject>
</subj-group>
</article-categories>
<title-group>
<article-title>Review of Communication Protocols and Cryptographic Techniques Applied in Secure Token Transmission</article-title>
<alt-title alt-title-type="left-running-head">Review of Communication Protocols and Cryptographic Techniques Applied in Secure Token Transmission</alt-title>
<alt-title alt-title-type="right-running-head">Review of Communication Protocols and Cryptographic Techniques Applied in Secure Token Transmission</alt-title>
</title-group>
<contrib-group>
<contrib id="author-1" contrib-type="author" corresp="yes">
<name name-style="western"><surname>Ayuma</surname><given-names>Michael Juma</given-names></name><xref ref-type="aff" rid="aff-1">1</xref><email>ayumajuma@gmail.com</email></contrib>
<contrib id="author-2" contrib-type="author">
<name name-style="western"><surname>Angolo</surname><given-names>Shem Mbandu</given-names></name><xref ref-type="aff" rid="aff-1">1</xref></contrib>
<contrib id="author-3" contrib-type="author">
<name name-style="western"><surname>Kasyoka</surname><given-names>Philemon Nthenge</given-names></name><xref ref-type="aff" rid="aff-2">2</xref></contrib>
<contrib id="author-4" contrib-type="author">
<name name-style="western"><surname>Karume</surname><given-names>Simon Maina</given-names></name><xref ref-type="aff" rid="aff-3">3</xref></contrib>
<aff id="aff-1"><label>1</label><institution>Department of Computer Science and Information Technology, School of Computing and Mathematics, The Co-Operative University of Kenya</institution>, <addr-line>Karen, Nairobi, P.O. Box 24814-00502</addr-line>, <country>Kenya</country></aff>
<aff id="aff-2"><label>2</label><institution>School of Science and Computing, South Eastern Kenya University</institution>, <addr-line>Kitui, P.O Box 170-90200</addr-line>, <country>Kenya</country></aff>
<aff id="aff-3"><label>3</label><institution>Department of Computer Science and Information Technology, Kabarak University</institution>, <addr-line>Nakuru, P.O Box 15232-20100</addr-line>, <country>Kenya</country></aff>
</contrib-group>
<author-notes>
<corresp id="cor1"><label>&#x002A;</label>Corresponding Author: Michael Juma Ayuma. Email: <email>ayumajuma@gmail.com</email></corresp>
</author-notes>
<pub-date date-type="collection" publication-format="electronic">
<year>2025</year>
</pub-date>
<pub-date date-type="pub" publication-format="electronic">
<day>02</day><month>09</month><year>2025</year>
</pub-date>
<volume>7</volume>
<issue>1</issue>
<fpage>307</fpage>
<lpage>341</lpage>
<history>
<date date-type="received">
<day>01</day>
<month>5</month>
<year>2025</year>
</date>
<date date-type="accepted">
<day>21</day>
<month>7</month>
<year>2025</year>
</date>
</history>
<permissions>
<copyright-statement>&#x00A9; 2025 The Authors.</copyright-statement>
<copyright-year>2025</copyright-year>
<copyright-holder>Published by Tech Science Press.</copyright-holder>
<license xlink:href="https://creativecommons.org/licenses/by/4.0/">
<license-p>This work is licensed under a <ext-link ext-link-type="uri" xlink:type="simple" xlink:href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</ext-link>, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.</license-p>
</license>
</permissions>
<self-uri content-type="pdf" xlink:href="TSP_JCS_67360.pdf"></self-uri>
<abstract>
<p>Token transmission is a fundamental component in diverse domains, including computer networks, blockchain systems, distributed architectures, financial transactions, secure communications, and identity verification. Ensuring optimal performance during transmission is essential for maintaining the efficiency of data in transit. However, persistent threats from adversarial actors continue to pose significant risks to the integrity, authenticity, and confidentiality of transmitted data. This study presents a comprehensive review of existing research on token transmission techniques, examining the roles of transmission channels, emerging trends, and the associated security and performance implications. A critical analysis is conducted to assess the strengths, limitations, and applicability of various methods across different use cases, while identifying key advancements and enduring challenges. The findings aim to support researchers, practitioners and policymakers in selecting appropriate token transmission strategies and to provide a foundation for future innovations in this critical area.</p>
</abstract>
<kwd-group kwd-group-type="author">
<kwd>Security protocols</kwd>
<kwd>token</kwd>
<kwd>encryption</kwd>
<kwd>blockchain</kwd>
<kwd>cryptography</kwd>
<kwd>token transmission</kwd>
</kwd-group>
</article-meta>
</front>
<body>
<sec id="s1">
<label>1</label>
<title>Introduction</title>
<p>Authentication tokens are used to verify that a user is authorized to access a given service, thereby granting permission accordingly [<xref ref-type="bibr" rid="ref-1">1</xref>]. These tokens enhance security by providing an additional layer of authentication, distinct from traditional passwords.</p>
<p>Authentication tokens have been implemented in various ways, largely due to their ability to carry data within the authorization process. For instance, JavaScript Object Notation (JSON) Web Tokens (JWTs) with Hash-based Message Authentication Codes (HMAC) are a common example [<xref ref-type="bibr" rid="ref-2">2</xref>]. Tokens play a critical role in multi-factor authentication (MFA), a security model that requires users to present multiple credentials from different categories to gain access [<xref ref-type="bibr" rid="ref-3">3</xref>].</p>
<p>MFA introduces an added layer of protection by verifying the legitimacy of devices and users. These authentication factors can include biometrics, passwords, tokens and more. The zero-trust security framework, which assumes that all devices may be compromised, mandates continuous authentication of all devices connected to the network [<xref ref-type="bibr" rid="ref-4">4</xref>]. Tokens can be generated based on user session IDs and other related parameters, as seen in the Cross-Site Request Forgery Machine Learning Shield (CSRF ML-SHIELD).</p>
<p>This system uses tokens to validate cross-origin requests, to reject unauthorized ones. Tokens are also employed in Single Sign-On (SSO) systems, where users authenticate once with a token issued by an identity provider to gain access to multiple services [<xref ref-type="bibr" rid="ref-5">5</xref>]. Furthermore, tokens are utilized in secure communication protocols such as Transport Layer Security (TLS), where they participate in stateless, one-time authenticated session resumptions during the TLS handshake process [<xref ref-type="bibr" rid="ref-6">6</xref>]. These use cases highlight the effectiveness of tokens in ensuring secure and mutual authentication across a range of applications.</p>
<p>A common example is the One-Time Password (OTP), a secure, time-sensitive code generated for a single authentication session. OTPs enhance security by limiting the window for unauthorized access. Although both OTPs and Personal Identification Numbers (PINs) serve authentication purposes, they differ significantly in structure and application. OTPs are usually dynamic, alphanumeric, and expire after a short period or a single use. In contrast, PINs are typically static, numeric and reused across sessions. PINs often range from 4 to 12 digits depending on the system.</p>
<p>Choosing between short and long PINs involves balancing usability and security. Short PINs (e.g., 4 digits) are easy to remember and quick to input, improving user convenience. However, they offer weak security, as only 10,000 combinations exist, making them susceptible to brute-force attacks. Users often exacerbate this risk by selecting predictable combinations.</p>
<p>Longer PINs (6&#x2013;12 digits) significantly increase the number of possible combinations, making brute-force attacks far less feasible. For instance, a 12-digit PIN offers a substantially more secure barrier. However, long PINs can be challenging for users to remember and input, leading to usability issues. This may prompt users to adopt insecure practices, such as writing down their PINs or choosing easily guessable numbers.</p>
<p>To strengthen PIN-based authentication systems, tokens are often introduced as an additional security measure. A token&#x2014;whether a physical device or a software application&#x2014;generates a unique code used in conjunction with a PIN or password. This method aligns with the two-factor authentication (2FA) model, which combines something the user knows (a PIN/password) with something the user possesses (the token). Even if an attacker obtains the user&#x2019;s PIN, they would still need the token, which is not easily duplicated or guessed, thus reinforcing overall security.</p>
<p>Digital token transmission is a critical process that has significant implications for financial inclusion. In regions where traditional banking infrastructure is lacking, especially in developing countries, digital tokens enable individuals to participate in the global economy without direct interaction with banks.</p>
<p>Tokens may take the form of hardware devices that generate new OTPs every few seconds or software applications installed on smartphones. When combined with PINs, tokens create an effective safeguard against unauthorized access. This two-factor model mitigates risks associated with phishing, keylogging and stolen credentials. Even if the PIN is compromised, the absence of the corresponding token prevents unauthorized entry.</p>
<p>This study investigates various methods used to transmit digital tokens, evaluating their effectiveness, security, and applicability across different domains. It not only analyzes the structural characteristics of these methods but also their operational mechanisms. Special attention is given to the security capabilities of each technique in preventing fraud, hacking, and unauthorized access. The analysis encompasses cryptographic measures and other security defenses, focusing on the functionality, effectiveness and efficiency of token transmission techniques.</p>
</sec>
<sec id="s2">
<label>2</label>
<title>Motivation</title>
<p>This study is driven by the growing need for secure, efficient, and reliable token transmission mechanisms across critical domains such as blockchain, financial services, healthcare, the Internet of Things (IoT), and secure communications. As tokens play an increasingly central role in authentication, authorization, and digital asset representation, any interception or tampering with these tokens can result in serious security breaches. In light of the constantly evolving threat landscape, it is essential to analyze and assess existing communication protocols and cryptographic techniques to evaluate their effectiveness in terms of security, efficiency, scalability, and applicability to diverse use cases. This study seeks to provide a comprehensive resource for researchers, developers, and policymakers, guiding the selection and enhancement of secure token transmission strategies.</p>
</sec>
<sec id="s3">
<label>3</label>
<title>Contribution</title>
<p>This work reviews the foundational schemes developed and refined over decades of advancement in the field of information security, with particular emphasis on the mechanisms that ensure the secure transmission of tokens within communication networks. The main contributions of this paper are as follows:
<list list-type="order">
<list-item>
<p>Comprehensive analysis of communication protocols commonly employed in secure token transmission. The study evaluates how these protocols uphold confidentiality, integrity, and authenticity of transmitted data, highlighting their respective strengths and limitations.</p></list-item>
<list-item>
<p>Examination of cryptographic techniques used to protect tokens during transmission. This includes both symmetric and asymmetric encryption methods&#x2014;such as RSA, AES and elliptic curve cryptography (ECC)&#x2014;as well as hashing algorithms and digital signatures. The effectiveness of these techniques in mitigating various attacks is critically assessed.</p></list-item>
<list-item>
<p>Integration of cryptographic protocols with token-based authentication systems. The paper explores how incorporating cryptographic methods enhances the security of token transmission by preventing interception, duplication and tampering.</p></list-item>
<list-item>
<p>Identification of potential vulnerabilities and attack vectors. By analyzing real-world scenarios&#x2014;including token theft, session hijacking, and token forgery&#x2014;The study highlights security gaps in existing communication protocols and cryptographic mechanisms.</p></list-item>
<list-item>
<p>Recommendations for improving token transmission security. Drawing from the analysis of current practices and their limitations, the paper offers practical recommendations to enhance both the security and efficiency of token-based systems. These suggestions aim to bridge existing gaps while supporting scalability.</p></list-item>
<list-item>
<p>Future research directions. The paper synthesizes the current state of secure token transmission systems and explores emerging technologies, offering insights into areas that require further investigation and development.</p></list-item>
</list></p>
<p>By addressing these critical aspects and offering a holistic view of information security, this paper positions itself as a valuable and distinctive resource. It aims to advance both the understanding and practical implementation of robust security measures in the evolving domain of information systems, serving the needs of researchers, developers and security practitioners seeking to strengthen token-based authentication systems.</p>
</sec>
<sec id="s4">
<label>4</label>
<title>Methodology</title>
<p>This survey employed a systematic literature review to assess secure token transmission. We focused on communication protocols and cryptographic techniques. First, we formulated hypotheses and mapped related work. Next, we collected peer-reviewed articles, technical reports and industry standards from leading academic databases. We then built a taxonomy of token-security methods and protocols. Each approach was evaluated on encryption strength, efficiency, latency, scalability, and other key metrics. Finally, we analyzed the results to identify emerging trends, common practices, and research gaps. Based on these insights, we proposed recommendations to bolster token-transmission security across diverse application domains. During the preparation of this manuscript, OpenAI&#x2019;s ChatGPT was used for language refinement purposes, including improving grammar, clarity, and sentence structure. The tool was not involved in the generation of scientific ideas, data analysis, or the formulation of conclusions. All intellectual content, including research design, data interpretation, and conclusions, remains entirely the work of the authors.</p>
<sec id="s4_1">
<label>4.1</label>
<title>Search Strategy</title>
<p>We conducted our search in IEEE Xplore, ACM Digital Library, ScienceDirect, SpringerLink, Google Scholar, and comparable platforms. We looked specifically for studies on secure token transmission, related communication protocols, and cryptographic methods. We refined the query iteratively by adding or adjusting keywords. We screened titles and abstracts to focus on token-security issues. From the selected articles, we extracted additional terms to expand the search. This process followed the standardized review framework described in [<xref ref-type="bibr" rid="ref-7">7</xref>].</p>
</sec>
<sec id="s4_2">
<label>4.2</label>
<title>Keywords and Search Terms</title>
<p>To ensure breadth and relevance, we used these terms (and their combinations):
<list list-type="bullet">
<list-item>
<p>secure token transmission</p></list-item>
<list-item>
<p>communication protocols AND cryptography</p></list-item>
<list-item>
<p>token security</p></list-item>
<list-item>
<p>cryptographic techniques for token transmission</p></list-item>
<list-item>
<p>token-based authentication</p></list-item>
<list-item>
<p>secure communication protocols</p></list-item>
</list></p>
</sec>
<sec id="s4_3">
<label>4.3</label>
<title>Search Period</title>
<p>We limited our review to publications from 2018 through 2025. This range captured the latest advances and addressed current security challenges in token transmission.</p>
</sec>
<sec id="s4_4">
<label>4.4</label>
<title>Initial Results</title>
<p>The initial search returned over 2300 records. These covered a spectrum of topics, including token transmission architectures, encryption algorithms, and protocol analyses.</p>
</sec>
<sec id="s4_5">
<label>4.5</label>
<title>Inclusion and Exclusion Criteria</title>
<p>We applied strict criteria to maintain focus and quality:</p>
<p><bold>Inclusion Criteria:</bold></p>
<p>1. Peer-reviewed journal articles or conference papers.</p>
<p>2. Studies on communication protocols, cryptographic techniques or secure token transmission.</p>
<p>3. Publications in English.</p>
<p><bold>Exclusion Criteria:</bold></p>
<p>1. Non-peer-reviewed materials (e.g., editorials, white papers).</p>
<p>2. Works unrelated to token security or cryptographic methods.</p>
<p>3. Papers focused exclusively on legal, financial or policy aspects without technical analysis.</p>
</sec>
<sec id="s4_6">
<label>4.6</label>
<title>Refinement Process</title>
<p>We refined the corpus in three stages:</p>
<p>1. <italic>Title and Abstract Screening:</italic> We reviewed over 2300 titles and abstracts. We retained 537 papers that aligned with our focus.</p>
<p>2. <italic>Full-Text Review:</italic> We performed detailed evaluations of those 537 papers, narrowing the set to 152 technically relevant studies.</p>
<p>3. <italic>Final Selection:</italic> Applying our inclusion criteria to the 152 studies yielded 166 papers for in-depth analysis.</p>
</sec>
<sec id="s4_7">
<label>4.7</label>
<title>Thematic Grouping</title>
<p>We organized the final selection into six thematic areas:</p>
<p>1. <italic>Token Types:</italic> Hardware vs. software tokens and their authentication roles.</p>
<p>2. <italic>Transmission Protocols:</italic> Secure channels such as SSL/TLS and IPsec, and their effectiveness in preserving data confidentiality and integrity.</p>
<p>3. <italic>Cryptographic Algorithms:</italic> Symmetric (e.g., AES) and asymmetric (e.g., RSA, ECC) encryption, hashing, and digital signatures.</p>
<p>4. <italic>Application Domains:</italic> Implementation challenges in e-commerce, online banking, cloud services, and IoT.</p>
<p>5. <italic>Vulnerabilities:</italic> Token theft, session hijacking, and man-in-the-middle attacks.</p>
<p>6. <italic>Mitigation Techniques:</italic> Multi-factor authentication, advanced cryptographic protocols, and hybrid security models.</p>
<p>This rigorous approach provided a thorough and structured evaluation of token-transmission methods, as shown in <xref ref-type="fig" rid="fig-1">Fig. 1</xref> below. It exposed key security vulnerabilities and revealed promising directions for future research.</p>
<fig id="fig-1">
<label>Figure 1</label>
<caption>
<title>Flow reflecting the search process</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="JCS_67360-fig-1.tif"/>
</fig>
</sec>
</sec>
<sec id="s5">
<label>5</label>
<title>Applications of Tokens and Their Importance</title>
<p>One-time passwords (OTPs) play a crucial role in strengthening user authentication. Because each OTP is valid for a single session, it offers greater security than static passwords. This approach thwarts phishing attacks and addresses vulnerabilities inherent in traditional password systems [<xref ref-type="bibr" rid="ref-8">8</xref>]. After entering a username and password, users must supply the OTP&#x2014;typically delivered via a mobile app or physical device. This two-factor authentication process remains secure even if an attacker obtains the user&#x2019;s password. Cryptographic methods and robust data-exchange mechanisms ensure that token transmission is safe, efficient, and reliable.</p>
<p>Digital tokens are widely adopted in online banking and e-commerce to protect consumers. By enabling direct transactions between buyers and sellers, tokens eliminate intermediaries and reduce transaction costs.</p>
<p>In healthcare, tokens help secure patient data through blockchain-based systems that prevent unauthorized access. For example, a blockchain anti-fraud framework allows patients to act as validating nodes for claims and transaction records. This increases transparency, engages patients in verification, and reduces healthcare fraud and abuse [<xref ref-type="bibr" rid="ref-9">9</xref>]. Secure Socket Layer (SSL) protocols further protect electronic health records and other sensitive information during transmission, especially when large amounts of data travel across potentially compromised networks [<xref ref-type="bibr" rid="ref-10">10</xref>].</p>
<p>JSON Web Tokens (JWTs) have become a standard for safeguarding user identity in web applications. JWTs provide a reliable, scalable method for distributed access control [<xref ref-type="bibr" rid="ref-11">11</xref>]. Even if an attacker discovers a user&#x2019;s credentials, the JWT prevents unauthorized access to the account.</p>
<p>In supply chain management, tokens trace the origin and movement of goods, enhancing the credibility of the entire value chain [<xref ref-type="bibr" rid="ref-12">12</xref>]. Similarly, in digital identity systems, token transmission supports self- sovereign identity. Individuals hold their own identity keys and selectively share personal data with service providers [<xref ref-type="bibr" rid="ref-13">13</xref>]. This empowers citizens to control their data and maintain privacy.</p>
</sec>
<sec id="s6">
<label>6</label>
<title>Types of Tokens</title>
<p>Tokens are diverse digital representations used across various systems to serve different purposes, including authentication, security, access control, and asset representation. In the following sections, we will explore specific types of tokens, each with unique characteristics and use cases, providing a deeper understanding of their roles in modern digital ecosystems.</p>
<sec id="s6_1">
<label>6.1</label>
<title>Utility Tokens</title>
<p>Tokens grant users access to products or services within a specific platform and enable transactions there. For example, they can cover transaction fees, unlock premium features, or allow users to participate in platform governance [<xref ref-type="bibr" rid="ref-14">14</xref>]. This role is most pronounced in Decentralized Finance (DeFi), where utility tokens support a wide range of financial services without intermediaries, resulting in greater efficiency and lower transaction costs [<xref ref-type="bibr" rid="ref-15">15</xref>]. Consequently, tokens are essential to blockchain ecosystems because they foster user engagement and interaction.</p>
</sec>
<sec id="s6_2">
<label>6.2</label>
<title>Security Tokens</title>
<p>A security token represents a tangible asset, such as company shares, debt instruments, or property, in digital form [<xref ref-type="bibr" rid="ref-16">16</xref>]. These tokens grant investors rights like dividends or voting privileges and are subject to securities regulations. By integrating smart contracts, compliance can be automated so that only accredited investors can purchase the tokens and all sale processes are recorded on the blockchain. This automation enhances efficiency and reduces errors and fraud. For example, in real estate, security tokens enable fractional property ownership, improving investment accessibility and liquidity. In equity markets, companies issue tokens to represent shares, facilitating capital raising and fractional ownership. Tokenized debt instruments, such as bonds, benefit from increased tradability and liquidity. Art and collectibles can also be tokenized, offering fractional ownership of high-value items and broadening investor participation. Smart contracts on these tokens automate regulatory compliance&#x2014;such as enforcing accredited-investor rules and distributing dividends&#x2014;further boosting efficiency and reducing fraud.</p>
</sec>
<sec id="s6_3">
<label>6.3</label>
<title>Payment Tokens</title>
<p>Payment tokens, or cryptocurrencies, serve as digital currencies for purchasing goods and services, remittances, or stores of value [<xref ref-type="bibr" rid="ref-17">17</xref>]. Examples include Bitcoin, Ethereum, and Litecoin. These tokens enable faster, cost-effective, and borderless transactions compared to traditional payment methods. They are widely used on e-commerce platforms, for international money transfers, and as components of investment portfolios. By reducing transaction fees and processing times, payment tokens improve the overall user experience and make global financial activities more accessible.</p>
</sec>
<sec id="s6_4">
<label>6.4</label>
<title>Non-Fungible Tokens (NFTs)</title>
<p>Non-fungible tokens (NFTs) are unique digital assets that prove ownership of a specific item or piece of content [<xref ref-type="bibr" rid="ref-18">18</xref>]. NFTs use cryptography and smart contracts to record ownership and enforce the terms of transfer automatically. They provide provenance and authentication for digital art, music, videos, virtual real estate, and collectibles. On platforms like OpenSea and Rarible, artists sell exclusive digital artworks as NFTs. In gaming, NFTs enable trading of rare characters or skins. Virtual worlds such as Decentraland and Cryptovoxels allow users to buy and sell tokenized land parcels. Smart contracts ensure the security, uniqueness, and traceability of each NFT.</p>
</sec>
</sec>
<sec id="s7">
<label>7</label>
<title>Token Transmission</title>
<p>Digital tokens can be transferred between individuals via exchanges, over-the-counter trades, or smart contracts on blockchain platforms. Transfers may occur within the same blockchain network or across different chains, depending on the token type. Security is paramount because tokens and their ownership carry real value. Common security measures include data encryption during transmission, strong authentication mechanisms, and secure key management.</p>
<p>Authentication validates an entity&#x2019;s identity and legitimacy. It is the first line of defense in secure communication. Robust authentication protocols must resist attacks such as denial-of-service, side-channel exploits, forgery, parallel sessions, password guessing, and replay attacks. However, many protocols lack adequate defenses, creating vulnerabilities during transmission.</p>
<p>Before the adoption of sophisticated authentication, symmetric cryptosystems like the Data Encryption Standard (DES) and Advanced Encryption Standard (AES) protected networks and hardware. Later, asymmetric systems&#x2014;RSA, Elliptic Curve Cryptography (ECC), Diffie-Hellman key exchange, digital signatures, and identity-based cryptography&#x2014;added further layers of security [<xref ref-type="bibr" rid="ref-4">4</xref>].</p>
<p>Real-time token-movement tracking enhances transparency in financial transactions and builds trust among participants [<xref ref-type="bibr" rid="ref-19">19</xref>]. Data integrity within tokens is maintained using digital signatures, such as HMAC-SHA256, which prevent unauthorized modifications [<xref ref-type="bibr" rid="ref-11">11</xref>]. Compliance with legal and market regulations is also critical to ensure the legitimacy of token transfers. Additional factors include transmission speed and efficiency, especially in financial contexts.</p>
<p>On the hardware side, Physically Unclonable Functions (PUFs) exploit microscopic variations in semiconductor devices to uniquely identify and authenticate hardware components. Secure device firmware protects the software layer; tampering with firmware can lead to cloning, modification, and other attacks [<xref ref-type="bibr" rid="ref-20">20</xref>].</p>
<p>During web-based transmission, using HTTPS encrypts token exchanges between client and server, protecting them from interception. Setting cookies as Secure and Http Only further guards tokens by ensuring they are only sent over encrypted channels and are inaccessible to client-side scripts, mitigating cross-site scripting (XSS) risks.</p>
</sec>
<sec id="s8">
<label>8</label>
<title>Security Considerations for Token Transmission</title>
<p>Protocol choice is critical in multi-node environments. For example, the Round-Robin protocol uses time-division multiple access to minimize data collisions during token passing [<xref ref-type="bibr" rid="ref-19">19</xref>]. In Wireless Sensor Networks (WSNs), multi-token strategies optimize energy usage and ensure collision-free communication.</p>
<p>Security protocols like JSON Web Tokens (JWTs) maintain data integrity and confidentiality during transmission [<xref ref-type="bibr" rid="ref-21">21</xref>]. In IoT systems, token-based authentication improves access control and reduces vulnerabilities to man-in-the-middle attacks [<xref ref-type="bibr" rid="ref-22">22</xref>]. E-commerce platforms also leverage tokenization to mitigate data-breach risks and unauthorized access 24 [<xref ref-type="bibr" rid="ref-23">23</xref>].</p>
<p>Innovations in token-passing, such as the multi-channel token passing (MCTP) system by Hsu and Liu, demonstrate how control-packet use can be optimized for modern networks [<xref ref-type="bibr" rid="ref-24">24</xref>]. Research on inter-blockchain communication shows that improving relay time boosts interoperability among blockchains [<xref ref-type="bibr" rid="ref-25">25</xref>].</p>
<p>Infrastructure security remains essential. Emerging technologies like quantum tokens and Tokenized Message Authentication Codes (TMAC) can delegate signing authority securely while ensuring strong authentication [<xref ref-type="bibr" rid="ref-26">26</xref>]. In federated identity and blockchain applications, decentralized authentication models using smart contracts offer enhanced security for Web 3.0 [<xref ref-type="bibr" rid="ref-27">27</xref>].</p>
<p>Future communication frameworks, such as 6G, will introduce new security challenges and requirements [<xref ref-type="bibr" rid="ref-28">28</xref>]. Token-based systems must defend against timing attacks on authentication protocols like FIDO2, which can compromise user privacy by linking accounts across services [<xref ref-type="bibr" rid="ref-29">29</xref>]. Effective solutions must balance robust security with seamless usability to maintain a positive user experience [<xref ref-type="bibr" rid="ref-30">30</xref>].</p>
</sec>
<sec id="s9">
<label>9</label>
<title>Communication Protocols and Methods of Token Transmission</title>
<p>The transmission of digital tokens involves multiple sophisticated procedures and diverse technologies to ensure secure and efficient token exchange. Protocols define the rules for transferring tokens between entities in a network. They also manage the order in which nodes transmit tokens to prevent collisions and reduce congestion, thereby enhancing data-exchange reliability [<xref ref-type="bibr" rid="ref-31">31</xref>]. Various token-transmission algorithms are in use, each with its own advantages and limitations. Standardized payload formats, message structures and APIs are essential to achieve a cohesive token economy [<xref ref-type="bibr" rid="ref-32">32</xref>]. <xref ref-type="table" rid="table-1">Table 1</xref> outlines Summary of these Protocols, description, use cases, merits and demerits in their applications.</p>
<table-wrap id="table-1">
<label>Table 1</label>
<caption>
<title>A Summary of Protocols, description, use cases, merits and demerits in their applications</title>
</caption>
<table>
<colgroup>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
<col align="center"/>
</colgroup>
<thead>
<tr>
<th align="center"></th>
<th align="center">Protocol</th>
<th align="center">Description</th>
<th align="center">Use Cases</th>
<th align="center">Advantages</th>
<th align="center">Disadvantages</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td><bold>Transport Layer Security (TLS)</bold></td>
<td>A cryptographic protocol designed to provide secure communication over a computer network by ensuring confidentiality, integrity, and authentication.</td>
<td>Securing web traffic, online banking, and email communication.</td>
<td>Ensures data confidentiality and integrity, widely adopted for secure communication across the web.</td>
<td>Can introduce overhead, affecting performance and resource consumption; requires certificates and trust management.</td>
</tr>
<tr>
<td>2</td>
<td><bold>Inter-Blockchain Communication (IBC)</bold></td>
<td>A protocol enabling different blockchains to communicate and share data or assets between each other, improving interoperability across blockchain networks.</td>
<td>Enabling cross-chain interoperability for decentralized finance (DeFi) applications and blockchain ecosystems.</td>
<td>Enhances blockchain interoperability, facilitating communication between different blockchain ecosystems.</td>
<td>Still evolving and not yet fully standardized across all blockchain platforms, limiting adoption.</td>
</tr>
<tr>
<td>3</td>
<td><bold>WebSocket</bold></td>
<td>A communication protocol providing full-duplex communication channels over a single, long-lived TCP connection, ideal for real-time data exchange.</td>
<td>Real-time data feeds, online gaming, stock market tickers, and IoT applications.</td>
<td>Allows real-time, full-duplex communication with low latency, essential for interactive applications.</td>
<td>Not ideal for large-scale data transfer; may introduce delays if not properly managed.</td>
</tr>
<tr>
<td>4</td>
<td><bold>Interledger Protocol (ILP)</bold></td>
<td>A protocol that facilitates seamless transfer of funds or assets across different payment networks, aiming to enable interoperability between payment systems.</td>
<td>Enabling payments, remittances, and cross-border transactions between different financial systems.</td>
<td>-Improves cross-network payment systems, making global transactions more efficient and accessible. 
-Addresses the issue of compatibility between various systems.
</td>
<td>-vulnerable to timing attacks, especially when the token transfer is in the backdrop of anonymous multi-hop locks.
Lacks full compatibility with all payment networks, limiting its universal application [<xref ref-type="bibr" rid="ref-61">61</xref>].</td>
</tr>
<tr>
<td>5</td>
<td><bold>Message Queuing Telemetry Transport (MQTT)</bold></td>
<td >A lightweight messaging protocol for small sensors and mobile devices, optimized for low-bandwidth, high-latency, or unreliable networks.</td>
<td>IoT devices, telemetry systems, remote sensing, and applications with constrained resources like energy or bandwidth.</td>
<td>Optimized for low-bandwidth environments, making it ideal for IoT and telemetry applications.</td>
<td>Not as widely adopted as other messaging protocols; can face integration challenges with existing systems.
Compatibility issues may arise when deploying MQTT in existing infrastructures, often requiring significant changes to system architectures [<xref ref-type="bibr" rid="ref-62">62</xref>].</td>
</tr>
<tr>
<td>6</td>
<td><bold>Peer-To-Peer (P2P)</bold></td>
<td>A network model that allows direct communication between peers without relying on a central server, enabling decentralized data exchange.</td>
<td>File sharing, decentralized applications, VoIP, and decentralized networks like blockchain-based systems.</td>
<td>Facilitates decentralized, secure, and direct communication between peers, reducing reliance on central servers.</td>
<td>Relies on peer discovery and security management, which can be complex and vulnerable to malicious attacks.
-There&#x2019;s no trust between the peers; this is a primary concern since this can facilitate adversarial activities.</td>
</tr>
<tr>
<td>7</td>
<td><bold>HTTPS</bold></td>
<td>An extension of HTTP that provides secure communication by using encryption (TLS/SSL), ensuring data confidentiality, integrity, and authentication.</td>
<td>Securing web browsing, online shopping, and communication for sensitive transactions like banking and data transfers.</td>
<td>Provides encryption and authentication, ensuring secure data transmission over the web, and protecting against attacks.</td>
<td>Can incur performance costs due to encryption overhead; requires secure certificate management and trust systems.</td>
</tr>
</tbody>
</table>
</table-wrap>
<sec id="s9_1">
<label>9.1</label>
<title>Transport Layer Security (TLS)</title>
<p>Transport Layer Security (TLS) is a widely adopted cryptographic protocol that secures data transmission over computer networks. By encrypting and authenticating the data exchanged between parties, TLS prevents eavesdropping, tampering, and phishing attacks, making it indispensable for secure token exchange. Binding tokens to a TLS session further mitigates risks of token theft and replay attacks by ensuring each token is valid only within its original session context [<xref ref-type="bibr" rid="ref-33">33</xref>]. Mutual authentication schemes&#x2014;such as OAuth 2.0&#x2019;s mutual-TLS client authentication&#x2014;leverage this binding to verify both client and server identities [<xref ref-type="bibr" rid="ref-34">34</xref>].</p>
<p>Hypertext Transfer Protocol Secure (HTTPS) pairs HTTP with TLS to protect web-based token transactions. HTTPS encrypts token exchanges between clients and servers, safeguarding financial systems and other token-based services from interception and manipulation. When combined with elliptic curve cryptography and trusted token formats like JSON Web Token (JWT), TLS provides robust authentication of devices communicating with backend servers. This dual-layer security is especially important in Internet of Things (IoT) applications, where device integrity is critical [<xref ref-type="bibr" rid="ref-35">35</xref>].</p>
<p>TLS 1.3 enhances security by eliminating static RSA key exchanges, reducing handshake latency, and easing migration from older, more error-prone versions [<xref ref-type="bibr" rid="ref-6">6</xref>]. Older implementations, however, have suffered from vulnerabilities such as the Heartbleed bug in OpenSSL, which allowed attackers to steal private keys and session tokens from server memory [<xref ref-type="bibr" rid="ref-6">6</xref>]. Such flaws underscore the importance of rigorous protocol maintenance and patching.</p>
<p>Despite its strengths, TLS&#x2019;s complexity can lead to misconfigurations that expose tokens to interception or unauthorized access [<xref ref-type="bibr" rid="ref-36">36</xref>]. Implementation issues&#x2014;ranging from flawed certificate validation to improperly configured cipher suites&#x2014;can undermine TLS&#x2019;s protections. In man-in-the-middle (MITM) attacks, for example, an adversary can impersonate a server to capture and modify tokens in transit [<xref ref-type="bibr" rid="ref-37">37</xref>]. These threats are exacerbated when clients blindly trust compromised or misused TLS certificates, highlighting the need for strict certificate management and validation processes [<xref ref-type="bibr" rid="ref-36">36</xref>].</p>
</sec>
<sec id="s9_2">
<label>9.2</label>
<title>Inter-Blockchain Communication (IBC)</title>
<p>Inter-blockchain Communication (IBC) protocols enable seamless asset transfers across distinct blockchains without sacrificing security or privacy [<xref ref-type="bibr" rid="ref-25">25</xref>]. These protocols lock tokens on the source chain and mint equivalent tokens on the destination chain. Upon return, the destination tokens are burned and the original tokens are released.</p>
<p>However, IBC&#x2019;s modular design can introduce challenges. As the number of connected blockchains grows, communication overhead increases&#x2014;particularly in Byzantine Fault Tolerant (BFT) systems that require extensive inter-node messaging [<xref ref-type="bibr" rid="ref-38">38</xref>]. This added traffic can degrade performance during periods of high transaction volume [<xref ref-type="bibr" rid="ref-39">39</xref>].</p>
<p>Reliance on third-party relayers also creates trust vulnerabilities. For example, the Open Digital Asset Protocol (ODAP) depends on multiple gateways, which can be targeted by malicious actors [<xref ref-type="bibr" rid="ref-40">40</xref>]. Cross-chain transactions often experience high latency due to varying authentication processes across heterogeneous chains. The absence of standardized protocols exacerbates these delays and raises transaction costs [<xref ref-type="bibr" rid="ref-41">41</xref>]. Such fragmentation hampers efficient token transfers and slows broader adoption of IBC solutions.</p>
</sec>
<sec id="s9_3">
<label>9.3</label>
<title>WebSocket</title>
<p>WebSocket is a protocol that supports full-duplex communication between clients and servers. It delivers real-time updates and enables secure token exchange with minimal delay [<xref ref-type="bibr" rid="ref-42">42</xref>]. This capability helps market participants respond swiftly to changing conditions, making digital-token markets more efficient and dynamic. WebSocket also has lower latency and overhead than traditional HTTP methods, which makes it ideal for high-performance, responsive applications [<xref ref-type="bibr" rid="ref-43">43</xref>].</p>
<p>A key security risk for WebSocket is man-in-the-middle (MitM) attacks, especially when SSL/TLS is missing or misconfigured [<xref ref-type="bibr" rid="ref-44">44</xref>]. Such vulnerabilities can expose sensitive tokens and compromise message integrity. Persistent WebSocket connections can also be exploited if session tokens lack strong protection or proper expiration, leading to token theft or replay attacks [<xref ref-type="bibr" rid="ref-45">45</xref>]. Finally, because WebSocket keeps connections open to continuously send data, it can be vulnerable to denial-of-service (DoS) attacks, where an adversary floods the channel and disrupts service [<xref ref-type="bibr" rid="ref-46">46</xref>].</p>
</sec>
<sec id="s9_4">
<label>9.4</label>
<title>Interledger Protocol (ILP)</title>
<p>This protocol provides a standard framework for linking one payment network and ledger to another. It enables straightforward token exchange between different blockchains, ensuring secure cross-border transfers between financial systems. By using Hashed Timelock Contracts (HTLCs), it guarantees that assets move atomically and securely across parties and platforms, resolving compatibility issues among diverse systems. This ensures that transactions are either fully completed or fully rolled back to maintain integrity, as shown in <xref ref-type="fig" rid="fig-2">Fig. 2</xref> [<xref ref-type="bibr" rid="ref-47">47</xref>]. <xref ref-type="fig" rid="fig-3">Fig. 3</xref> shows how this functionality is essential for atomic swaps and the support of efficient ledger management. Recent studies also highlight its role in the Interledger Protocol (ILP) for decentralized access control and asset management [<xref ref-type="bibr" rid="ref-48">48</xref>].</p>
<fig id="fig-2">
<label>Figure 2</label>
<caption>
<title>How packets facilitate value transfer across ledgers. Source: <ext-link ext-link-type="uri" xlink:href="http://interleger.org">interleger.org</ext-link></title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="JCS_67360-fig-2.tif"/>
</fig><fig id="fig-3">
<label>Figure 3</label>
<caption>
<title>Swap Management of ILP</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="JCS_67360-fig-3.tif"/>
</fig>
<p>Recent protocol enhancements have improved scalability and performance but also raised concerns about transparency and trust in cross-border transactions [<xref ref-type="bibr" rid="ref-49">49</xref>]. One significant risk is timing attacks, which can exploit the anonymous, multi-hop locking mechanisms used during token transfers [<xref ref-type="bibr" rid="ref-50">50</xref>]. Two-way pegs also introduce vulnerability: a single compromised connector handling large volumes of data can jeopardize the entire transaction.</p>
<p>Secret sharing between parties further complicates security. If these secrets are not managed carefully, they can inadvertently expose token information [<xref ref-type="bibr" rid="ref-51">51</xref>]. Finally, the lack of strong cryptographic standards in many ledgers hinders interoperability and poses a barrier to efficient token transfers across diverse systems [<xref ref-type="bibr" rid="ref-50">50</xref>].</p>
</sec>
<sec id="s9_5">
<label>9.5</label>
<title>Message Queuing Telemetry Transport (MQTT)</title>
<p>Message Queuing Telemetry Transport (MQTT) is an extremely lightweight token-transmission technique designed for constrained devices and low-bandwidth networks. In this method, tokens are exchanged within Internet of Things (IoT) environments to enable device authentication and facilitate microtransactions. MQTT&#x2019;s low-overhead publish/subscribe model supports real-time messaging while minimizing bandwidth usage, making it ideal for resource-limited applications such as smart homes and industrial IoT deployments [<xref ref-type="bibr" rid="ref-52">52</xref>].</p>
<p>MQTT relies on three primary entities: the publisher, the subscriber, and the broker. The broker manages all message distribution and enforces token-based authentication by validating session-specific tokens before permitting publish or subscribe actions [<xref ref-type="bibr" rid="ref-53">53</xref>]. This mechanism ensures that only authorized devices participate in messaging and helps protect data from unauthorized access or tampering [<xref ref-type="bibr" rid="ref-54">54</xref>].</p>
<p>However, MQTT lacks built-in security features. Without additional layers such as Transport Layer Security (TLS), both data integrity and privacy remain at risk. The broker-centric architecture also introduces a single point of failure: if the broker is compromised, all connected clients become vulnerable to attacks like man-in-the-middle and replay exploits [<xref ref-type="bibr" rid="ref-55">55</xref>,<xref ref-type="bibr" rid="ref-56">56</xref>]. Furthermore, MQTT&#x2019;s dependence on TCP can introduce latency and performance challenges, particularly when scaling to large deployments [<xref ref-type="bibr" rid="ref-57">57</xref>]. Finally, many MQTT implementations omit proper encryption, allowing tokens to be intercepted or modified during transmission [<xref ref-type="bibr" rid="ref-58">58</xref>].</p>
</sec>
<sec id="s9_6">
<label>9.6</label>
<title>Peer-To-Peer (P2P)</title>
<p>Peer-to-peer (P2P) protocols enable fully decentralized operations by allowing nodes to communicate and exchange tokens directly, without a central server. In these networks, each participant acts as both client and server. For example, atomic cross-chain transactions let users swap assets between blockchains like Bitcoin and Ethereum without intermediaries [<xref ref-type="bibr" rid="ref-59">59</xref>].</p>
<p>P2P token exchange underpins decentralized applications and file-sharing platforms such as BitTorrent. The Bitcoin protocol itself uses P2P messaging to move tokens securely and reliably. This decentralization improves system resilience and reduces single points of failure in the digital economy.</p>
<p>However, P2P networks lack inherent trust between peers, which can lead to token theft, manipulation, and other fraud risks. New participants have no established reputation, increasing the chance of malicious actors joining the network. To address these challenges, robust trust and reputation management mechanisms are essential but difficult to implement [<xref ref-type="bibr" rid="ref-59">59</xref>].</p>
<p>P2P systems also face performance issues under heavy network load. Unpredictable peer bandwidth can cause delays in token transmission and higher latency, undermining the real-time benefits of peer-to-peer exchanges [<xref ref-type="bibr" rid="ref-60">60</xref>].</p>
</sec>
</sec>
<sec id="s10">
<label>10</label>
<title>Cryptographic Techniques Used in Token Transmission</title>
<p>To protect tokens during transmission&#x2014;especially over public or untrusted networks&#x2014;systems employ a range of cryptographic methods. This section reviews the primary techniques, including encryption, digital signatures, and hashing, and explains how each contributes to the confidentiality, integrity and authenticity of token data.</p>
<sec id="s10_1">
<label>10.1</label>
<title>Symmetric Encryption</title>
<p>Symmetric encryption uses a single secret key for both encrypting and decrypting data, as depicted in <xref ref-type="fig" rid="fig-4">Fig. 4</xref>. It delivers strong security with relatively low computational overhead compared to asymmetric methods. Because of its efficiency, symmetric encryption is widely adopted for securing data in transit and ensuring fast, reliable token transmission [<xref ref-type="bibr" rid="ref-63">63</xref>].</p>
<fig id="fig-4">
<label>Figure 4</label>
<caption>
<title>Symmetric encryption</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="JCS_67360-fig-4.tif"/>
</fig>
<p>Advanced Encryption Standard (AES) enhances security by using keys of 128, 192, or 256 bits for token transmission [<xref ref-type="bibr" rid="ref-64">64</xref>]. AES is widely applied to encrypt token data in e-commerce and secure communications because it is computationally efficient and suitable for bulk encryption. However, symmetric encryption faces key distribution challenges: the sender and receiver must share the secret key over a secure channel, which is not always feasible [<xref ref-type="bibr" rid="ref-64">64</xref>]. Although symmetric algorithms are faster and less resource-intensive than asymmetric ones, the need to share keys increases the risk of key compromise and exposure, undermining their security benefits [<xref ref-type="bibr" rid="ref-65">65</xref>]. When multiple nodes use the same symmetric key, a single key breach can expose all transmitted data, endangering the entire network [<xref ref-type="bibr" rid="ref-66">66</xref>]. Moreover, AES does not include built-in mechanisms for key management or revocation, making it difficult to maintain long-term security in dynamic environments [<xref ref-type="bibr" rid="ref-65">65</xref>].</p>
</sec>
<sec id="s10_2">
<label>10.2</label>
<title>Asymmetric Encryption</title>
<p>This algorithm creates a pair of keys: a public key for encryption and a private key for decryption. The public key is freely shared, while the private key remains secret with the recipient. Unlike symmetric encryption, this method does not require the sender and receiver to share a secret key in advance, thereby reducing the risk associated with key distribution. <xref ref-type="fig" rid="fig-5">Fig. 5</xref> illustrates a common principle used in Asymmetric encryption.</p>
<fig id="fig-5">
<label>Figure 5</label>
<caption>
<title>Asymmetric encryption</title>
</caption>
<graphic mimetype="image" mime-subtype="tif" xlink:href="JCS_67360-fig-5.tif"/>
</fig>
<p>Two leading asymmetric encryption methods for token transmission are RSA and Elliptic Curve Cryptography (ECC). RSA is valued for its reliability and speed in securing data during transit [<xref ref-type="bibr" rid="ref-67">67</xref>]. Its security depends on the difficulty of factoring large prime numbers. In contrast, ECC achieves comparable security with much smaller key sizes, reducing CPU and memory demands. This efficiency makes ECC ideal for resource-constrained environments.</p>
<p>Asymmetric encryption is primarily used for key exchange and verifying the identities of communicating parties, rather than for bulk data encryption, which remains the domain of faster symmetric methods. Integrating asymmetric techniques into micro-application architectures enhances both authentication and authorization processes, thereby safeguarding token transmission [<xref ref-type="bibr" rid="ref-68">68</xref>]. Beyond token exchange, these methods secure data flows in diverse applications such as genomics and IoT systems [<xref ref-type="bibr" rid="ref-67">67</xref>].</p>
<p>However, asymmetric algorithms incur higher computational costs. Operations like RSA encryption and decryption introduce latency, which can be problematic on low-power devices [<xref ref-type="bibr" rid="ref-69">69</xref>,<xref ref-type="bibr" rid="ref-70">70</xref>]. Emerging threats also challenge the long-term viability of public-key schemes. For example, Shor&#x2019;s Algorithm can, in theory, break RSA and ECC by factoring or solving discrete logarithms in polynomial time [<xref ref-type="bibr" rid="ref-71">71</xref>]. Finally, key management remains critical: if a private key is compromised, all tokens and data protected by its matching public key become vulnerable [<xref ref-type="bibr" rid="ref-72">72</xref>].</p>
</sec>
<sec id="s10_3">
<label>10.3</label>
<title>Digital Signatures</title>
<p>Token transmission is incomplete without considering digital signatures, which play a crucial role in verifying the authenticity of transmitted tokens. The technology behind digital signatures relies on asymmetric key encryption, such as RSA, enabling secure communication even over insecure channels [<xref ref-type="bibr" rid="ref-73">73</xref>].</p>
<p>A digital signature refers to the process of creating an exclusive digital code for a document using the sender&#x2019;s private key. This is achieved by hashing the document and encrypting it using a cryptographic algorithm, such as RSA or ECC. The signature that is generated out of this is, in turn, validated by the receiver by using the public key of the sender. In one way, if the verification process is successful, it validates the fact that the data was sent by the claimed sender of the message and has not been changed in the course of transmission. Digital signatures are a reliable security that is used to build up confidence between the communicating parties, especially in situations where the content of the data is very sensitive and needs to be protected against any manipulation, such as in e-commerce and contracts.</p>
<p>Nonetheless, the integrity and authenticity of the digital signatures depend mainly on the safeguarding of the private key. This means that if the private key associated with any person is in the wrong hands or with the adversary, the individual will be capable of forging signatures and hence forging messages, which compromises trust in the system. Tokenized Message Authentication Code (TMAC) presents a way of implementing authentication between two parties and applies the concepts applied in quantum cryptography [<xref ref-type="bibr" rid="ref-26">26</xref>]. This is accompanied by the creation of multiparty hash time-lock contracts (MP-HTLC) which makes the swapping of tokens across multiple blockchains possible and effective which employing the concept of secure multiparty computation [<xref ref-type="bibr" rid="ref-74">74</xref>].</p>
<p>The use of these technologies further salient changes in the area of digital signatures and, especially, their use in the transmission of secure tokens. However, they possess several vulnerabilities that defeat the efficiency of the token&#x2019;s transmission process. There is, however, one weakness that arises from the use of this protocol: they are prone to signature flooding attacks whereby the adversary floods most of the computational resources of the intended recipient, especially those operating under resource-limited environments such as mobile platforms. Further, the problem of hash collision is dangerous for data integrity because two different inputs may give the same hash value, thus endangering security measures related to the usage of signatures [<xref ref-type="bibr" rid="ref-75">75</xref>].</p>
<p>Another challenge is quantum attacks, which threaten many present-day digital signature algorithms because they are based on mathematical problems that are easy for quantum computers to solve [<xref ref-type="bibr" rid="ref-76">76</xref>]. Also, digital signatures are prone to man-in-the-middle attacks whereby an attacker arbitrates between two legitimate parties by masking and modifying the contents of transmission [<xref ref-type="bibr" rid="ref-77">77</xref>].</p>
</sec>
<sec id="s10_4">
<label>10.4</label>
<title>Hash Functions</title>
<p>Since tokens are transmitted as data, hash functions are used to verify the integrity of the data being transmitted. Hashing works by accepting an input, or a &#x201C;message&#x201D;, and producing a string of bytes, normally referred to as the digest, that does not seem to have any pattern. It is very sensitive to any change in the input and provides a hash output that is different even after a minor input change, which makes it suitable for checking data integrity.</p>
<p>One of the most commonly used hash functions is SHA-256 (Secure Hash Algorithm 256-bit), which is adopted widely in several security protocols and blockchain technology. They are used in conventional cryptography to generate tokens for secure transmission. They are mostly used in timestamping services, which reveals their suitability in token generation that involves combining the input data with time stamps to generate tokens that can be compared with those stored in a public list [<xref ref-type="bibr" rid="ref-78">78</xref>]. This mechanism increases the strength of the digital tokens, for instance, in the NFT whose hash functions are important to ensure the uniqueness of the tokens [<xref ref-type="bibr" rid="ref-79">79</xref>].</p>
<p>One major risk stems from the improvements in terms of processing power and cryptanalysis, wherein hash algorithms that were relatively secure in the past are now easily compromised [<xref ref-type="bibr" rid="ref-80">80</xref>]. The former algorithms are compounded by the emerging sophistication in computational resources available to attackers, demanding constant improvement in hash functions [<xref ref-type="bibr" rid="ref-78">78</xref>]. For example, notably, despite the usefulness of hash functions such as Message Digest Algorithm 5 (MD5) and Secure Hash Algorithm 2 family (SHA2), they were equally found to be prone to collision attacks whereby different values resulted to a similar hash value, defeating the aim of hash functions particularly as computational power grows [<xref ref-type="bibr" rid="ref-78">78</xref>]. The SHA family has come under criticism because of the collision resistance problem; they pose a loophole to attackers aiming at forging tokens or even compromising data integrity [<xref ref-type="bibr" rid="ref-81">81</xref>].</p>
</sec>
<sec id="s10_5">
<label>10.5</label>
<title>Hybrid Encryption</title>
<p>The use of both symmetric and asymmetric encryption is possible since each method has its merits that can be of great security importance to tokens in transit. Asymmetric encryption is used in the transfer of the symmetric key, which is used for the actual encryption of the token. This is a method of key exchange that has superior security advantages as the asymmetric key is used in exchanging keys, while the efficiency of symmetric encryption is used in encrypting the token. This is employed in most protocols like SSL/TLS (Secure Sockets Layer/Transport Layer Security).</p>
<p>This approach boosts security by applying symmetric encryption as Advanced Encryption Standard (AES) and key distribution features of asymmetric approaches like RSA or Elliptic Curve Cryptography (ECC) [<xref ref-type="bibr" rid="ref-82">82</xref>]. For example, hybrid systems can greatly minimize the problem of processing large data that is typically found in public-key cryptography. The use of more than one encryption algorithm is not only enhancing the security aspect but also the performance, thus making hybrid encryption the best choice for today&#x2019;s cryptographic requirements in token transmission [<xref ref-type="bibr" rid="ref-82">82</xref>].</p>
<p>In addition, one potential issue is the degree of security provided by both types of encryption; the security of both is fundamental to the encryption process, and if one is breached, then the other is affected as well [<xref ref-type="bibr" rid="ref-83">83</xref>]. The use of multiple encryption methods may lead to difficulty in managing the keys, especially due to the probability of key exposure [<xref ref-type="bibr" rid="ref-68">68</xref>].</p>
<p>Besides, in hybrid encryption, the trade-off between the encryption&#x2019;s performance characteristics can introduce a significant level of latency, which is considered a matter of importance in places that can require fast encryption [<xref ref-type="bibr" rid="ref-84">84</xref>]. Sometimes two or more algorithms are incorporated to form hybrid schemes, and if the integration is not perfect, it may not yield the anticipated results on security enhancements, which could introduce breaches into the system [<xref ref-type="bibr" rid="ref-85">85</xref>].</p>
</sec>
<sec id="s10_6">
<label>10.6</label>
<title>Zero-Knowledge Proofs (ZKP)</title>
<p>The Zero-knowledge proofs (ZKP) have been identified as a secure means of token exchange, especially in applications like e-commerce and other cryptographic applications. They are beneficial for a prover since they require no detailed information to prove the validity of the statement, and with this data alone, confidentiality is maintained without revealing the contents of the data during token transmission. This property is important, especially in online transactions where payments should always be secure; this has been evident with the use of ZKPs in protocols such as Zcash [<xref ref-type="bibr" rid="ref-86">86</xref>]. These approaches are particularly important in privacy-preserving systems, where the details of the transaction must remain private while the validity of the transaction has to be verified, like in digital signatures and authentication systems [<xref ref-type="bibr" rid="ref-35">35</xref>].</p>
<p>Even though, through its usage, it would be possible to prove the certainty of the information without revealing its content, Zero-Knowledge Proofs (ZKPs) are associated with a considerable computational burden, which results in performance degradation when applied in real-world use scenarios. For example, the computational overhead in constructing and verifying ZKPs reduces their applicability due to scalability issues, especially in a large number of transactions in environments such as e-commerce [<xref ref-type="bibr" rid="ref-86">86</xref>].</p>
<p>Due to poor implementations, the use of ZKPs in practical applications has been severely constrained in the past. This is because ZKPs normally entail the deployment of complex cryptographic structures that could also present extra vulnerability factors, especially where the foundational hypothesis has not been well built. Nevertheless, as it was mentioned above, ZKPs improve privacy, but it is crucial to underline that they do not presuppose the complete absence of information leakage, as several works indicate that decoy-based anonymity may disclose some relationships [<xref ref-type="bibr" rid="ref-87">87</xref>]. Despite the design of the ZKPs to enhance privacy, a side-channel attack may access information leakage in the process of the proof [<xref ref-type="bibr" rid="ref-88">88</xref>]. It is this vulnerability that can negatively impact the security assurances that ZKPs set out to deliver.</p>
</sec>
</sec>
<sec id="s11">
<label>11</label>
<title>Analysis, Recommendations, and Works Done by Other Researchers</title>
<p>In this section, we explore some of the key recommendations and protocols developed by other researchers, highlighting their contributions to advancing knowledge and practices within the field. Their works provide invaluable insight into best practices and offer a foundation for future research.</p>
<sec id="s11_1">
<label>11.1</label>
<title>Transport Layer Security (TLS)</title>
<p>The evolution of TLS, particularly the transition from TLS 1.2 to TLS 1.3, has introduced various enhancements, most notably in terms of speed, security, and the simplification of the handshake process [<xref ref-type="bibr" rid="ref-89">89</xref>]. TLS 1.3, standardized by the Internet Engineering Task Force (IETF) in 2018, eliminates outdated cryptographic algorithms and enforces stronger encryption methods, which significantly reduce the risk of various attack vectors present in earlier versions.</p>
<p>Bhat and Kavasseri highlight the application of TLS in securing communications within 5G networks for tele-surgery, emphasizing that any vulnerabilities in the authentication process can compromise patient safety and privacy. Their proposed enhancements, which include multi-factor and biometric authentication, build upon TLS&#x2019;s foundation to provide robust security for critical applications [<xref ref-type="bibr" rid="ref-90">90</xref>]. Similarly, in the context of cloud computing, multi-factor authentication integrated with TLS demonstrates a highly secure authentication process, establishing a secure communication channel while verifying user identity through multiple verification factors, including passwords and one-time passcodes [<xref ref-type="bibr" rid="ref-91">91</xref>].</p>
<p>Furthermore, the need for reliable transmission of data in Industrial Internet of Things (IIoT) settings, such as SCADA systems, is addressed in Yang et al.&#x2019;s work. They propose utilizing TLS not only for encryption but also for trusted token authentication, thereby preventing potential security breaches due to physical attacks [<xref ref-type="bibr" rid="ref-92">92</xref>].</p>
<p>To reduce risks associated with Transport Layer Security, it is advised to strictly follow the secure TLS configuration guidelines alongside applying strong cipher techniques and updating the protocol from time to time [<xref ref-type="bibr" rid="ref-93">93</xref>]. Further, it is known that the use of Datagram Transport Layer Security (DTLS) in situations where real-time communication is needed can increase the level of security without negatively affecting the speed [<xref ref-type="bibr" rid="ref-94">94</xref>].</p>
</sec>
<sec id="s11_2">
<label>11.2</label>
<title>Inter-Blockchain Communication (IBC)</title>
<p>The security architecture employed in IBC must be robust enough to withstand potential vulnerabilities such as unauthorized access or data tampering during cross-chain transactions. To address these concerns, it is advisable to employ additional encryption layers during transmission processes, as proposed by Chen et al., where a hybrid encryption algorithm can fortify the authentication procedures for tokens transmitted between blockchains [<xref ref-type="bibr" rid="ref-68">68</xref>].</p>
<p>The complexity of managing trust among multiple participants in an inter-blockchain environment poses additional hurdles. Trust management frameworks that leverage consensus mechanisms can significantly enhance security. As highlighted by Ghaffari et al., incorporating smart contracts can aid in ensuring data integrity and confidentiality, thus allowing for trustless interactions across different blockchain networks [<xref ref-type="bibr" rid="ref-95">95</xref>]. Implementing federated models that utilize multiple validators may also enhance trust without relying on a single point of failure, as discussed by Kumar et al. in the context of the pharmaceutical supply chain [<xref ref-type="bibr" rid="ref-96">96</xref>].</p>
<p>Beyond enhancing security and trust, scalability also remains a pivotal concern for inter-blockchain communication. The integration of a scalable architecture that can handle a growing number of transactions across various networks is crucial. Strategies involving Decentralized Autonomous Organizations (DAOs) and the implementation of industry standards could facilitate smoother data exchanges and improve transaction throughput. For instance, the introduction of interledger protocols aimed at supporting industrial Internet of Things (IoT) applications demonstrates a practical model that addresses scalability challenges and enables cross-chain communication [<xref ref-type="bibr" rid="ref-97">97</xref>].</p>
</sec>
<sec id="s11_3">
<label>11.3</label>
<title>WebSocket</title>
<p>Research comparing WebSocket with protocols like HTTP, MQTT, and gRPC reveals that while WebSockets excel in scenarios requiring low latency and real-time bidirectional communication, they might not be optimal for every use case. For example, REST and GraphQL can be more suitable for applications with less stringent real-time requirements due to their simplicity and established caching mechanisms [<xref ref-type="bibr" rid="ref-98">98</xref>]. Despite its advantages, WebSocket communication is not without its vulnerabilities. One study highlighted various security attacks, including cross-site scripting (XSS) and denial-of-service (DoS) attacks, that specifically target WebSocket implementations [<xref ref-type="bibr" rid="ref-99">99</xref>].</p>
<p>The open nature of WebSocket connections also opens them to potential eavesdropping if not properly secured, necessitating robust authentication and encryption strategies. In real-time chat applications, WebSockets are utilized for instant message delivery, providing users with a seamless communication experience [<xref ref-type="bibr" rid="ref-100">100</xref>].</p>
<p>Similarly, in project management applications, WebSocket communication enables instant synchronization among stakeholders, ensuring users receive real-time updates on project status and task completion [<xref ref-type="bibr" rid="ref-101">101</xref>]. Moreover, developments such as real-time auction platforms demonstrate how WebSockets enhance user interaction by providing immediate bid updates [<xref ref-type="bibr" rid="ref-102">102</xref>].</p>
</sec>
<sec id="s11_4">
<label>11.4</label>
<title>Smart Contracts</title>
<p>Smart contracts share a degree of code on platforms such as Ethereum, which poses vulnerabilities because of the interlink since one contract can affect others [<xref ref-type="bibr" rid="ref-103">103</xref>]. Real-life scenarios like the decentralized autonomous organization hack, famously known as The DAO hack, show the importance of installing adequate measures since these vulnerabilities can cause severe monetary losses as it was in the case of the DAO hack where $60 million was lost as a result of reentrancy injection [<xref ref-type="bibr" rid="ref-104">104</xref>] Oyente and Mythril are some of the modern tools that help developers spot these problems [<xref ref-type="bibr" rid="ref-105">105</xref>]. Therefore, the problem of insecure token transmission can be solved by combining automated vulnerability detection systems or tools, secure coding, and rigorous testing of smart contracts.</p>
</sec>
<sec id="s11_5">
<label>11.5</label>
<title>The Interledger Protocol (ILP)</title>
<p>The Interledger Protocol (ILP) presents several challenges related to token transmission. First, it integrates multiple communication layers, which often requires additional transaction management. For example, notaries are typically needed to oversee transactions, creating potential points of failure. These intermediaries demand robust security measures to prevent unauthorized access. Therefore, there is a need to strengthen the security of ILP by incorporating strong cryptographic features and effective auditing processes. Enhancing the protection of secret-sharing protocols is also crucial to address these vulnerabilities and mitigate the associated risks [<xref ref-type="bibr" rid="ref-106">106</xref>].</p>
</sec>
<sec id="s11_6">
<label>11.6</label>
<title>Message Queuing Telemetry Transport (MQTT)</title>
<p>For IoT applications, the MQTT protocol is commonly used because of its low bandwidth consumption and being an efficient &#x201C;publisher/subscriber&#x201D; model. However, the security of this protocol is questionable, particularly in the secure transmission of tokens. A noteworthy issue is the denial of service (DoS) attacks on the communication between clients and brokers, which may lead to data loss or unavailability of services.</p>
<p>MQTT, as a protocol, does not have a security feature enshrined in it, and therefore, to enhance security during the transmission of data, one has to secure it externally by use of Transport Layer Security (TLS) or Secure Sockets Layer (SSL) [<xref ref-type="bibr" rid="ref-107">107</xref>]. To address these risks, the appropriate mechanism includes secure forms of authentication and strong encryption standards, coupled with comprehensive security audits to determine areas within the system with possible flaws and measures for it [<xref ref-type="bibr" rid="ref-108">108</xref>].</p>
<p>Furthermore, for cooperating healthcare smart devices, it is useful to incorporate Secure Transport Layers, for instance, MQTT over TLS, which contributes to data integrity and confidentiality in the course of token transmission [<xref ref-type="bibr" rid="ref-45">45</xref>]. It needs to be noted that the utilization of blockchain technology for access control may also provide a decentralized way to enhance security in connecting MQTT [<xref ref-type="bibr" rid="ref-109">109</xref>]. Their application through the layers of strong authentication, secure transport protocols, and advanced access control will improve MQTT token transmission security and subsequently provide more reliable token transmission systems.</p>
</sec>
<sec id="s11_7">
<label>11.7</label>
<title>Peer-To-Peer (P2P)</title>
<p>Research conducted by [<xref ref-type="bibr" rid="ref-110">110</xref>] emphasizes the importance of robust data management strategies within file-sharing systems to safeguard users&#x2019; identities and data. Likewise, Chen et al. [<xref ref-type="bibr" rid="ref-111">111</xref>] propose a privacy-preserving protocol for federated learning in P2P networks, illustrating the ongoing need for enhanced data protection mechanisms within decentralized systems.</p>
<p>There is a need to implement secure communication frameworks within Peer-to-peer (P2P) networks. For instance, as adaptive mechanisms, Bayesian games can be used to enhance security in mobile P2P ecosystems and ensure trusted authorization of resources, thereby preventing malicious actors from penetrating and tampering with token transmission. Additionally, this involves reputation management systems that utilize decentralized identity verification to prevent malicious actors from entering the technology environment and interacting with peers, thereby maintaining participants&#x2019; trust in token exchanges.</p>
<p>One common threat is the Sybil attack, in which an attacker registers multiple fake identities and can alter the normal functioning of a network, which may disrupt token exchange and endanger genuine transactions. Similar to conventional networks, P2P networks are prone to malware spread, where active worms penetrate the existing vulnerabilities on the network and increase the risks of token transfer tampering. The vulnerabilities with P2P network security should be solved using multiple approaches that include effective security measures and managing the reputation of token transmission [<xref ref-type="bibr" rid="ref-59">59</xref>].</p>
</sec>
</sec>
<sec id="s12">
<label>12</label>
<title>Cryptographic Analysis Recommendations and Works Done by Other Researchers</title>
<p>Numerous researchers have contributed to the advancement of cryptographic analysis, introducing innovative methods for vulnerability detection, algorithmic efficiency, and secure key management. This section explores key recommendations in the field, highlighting significant contributions and the works of prominent researchers that have shaped the current state of cryptographic analysis.</p>
<sec id="s12_1">
<label>12.1</label>
<title>Symmetric Encryption</title>
<p>Asymmetric encryption is the most adopted technique for securing token transmission since it is fast and efficient. studies have reported the development of secure key exchange methods that integrate new algorithms aimed at bolstering the stability and security of symmetric encryption against emerging quantum computing threats [<xref ref-type="bibr" rid="ref-112">112</xref>]. Furthermore, the design of methods specifically for the Internet of Things (IoT) has gained traction, emphasizing the need for both lightweight and efficient symmetric encryption solutions to protect sensitive data transmitted between IoT devices [<xref ref-type="bibr" rid="ref-113">113</xref>].</p>
<p>In the domain of mobile communications, particularly for NFC (Near Field Communication) applications, symmetric encryption protocols have been shown to provide robust authentication measures that enhance security. These protocols often implement additional security features, such as time-stamping and hash functions, to further improve the confidentiality and performance of the authentication process [<xref ref-type="bibr" rid="ref-114">114</xref>]. This multifaceted approach illustrates the versatility and adaptability of symmetric encryption techniques in various technological contexts.</p>
<p>As researchers continue to identify vulnerabilities within existing encryptions, recent studies have also highlighted the need for improved S-Box constructions within symmetric systems, proposing new methods derived from chaos theory [<xref ref-type="bibr" rid="ref-115">115</xref>]. These enhancements aim to bolster the security of symmetric algorithms against cryptographic attacks while maintaining high performance levels.</p>
</sec>
<sec id="s12_2">
<label>12.2</label>
<title>Asymmetric Encryption</title>
<p>In asymmetric encryption, one disadvantage is the low speed in data encryption and decryption as compared to symmetric encryption, this makes it difficult for bulk data transfer. Besides, these algorithms are vulnerable to attacks because of the slow processing of their computational capabilities while quantum computing can crack such computations with faster encryption time [<xref ref-type="bibr" rid="ref-116">116</xref>]. Han et al. developed an attribute-based encryption system for the Internet of Vehicles (IoV) that employs asymmetric encryption to ensure access control and data protection [<xref ref-type="bibr" rid="ref-117">117</xref>]. This demonstrates a shift towards specialized implementations of asymmetric methods tailored for specific applications, such as vehicular networks. Abdul and Arumugam proposed a hybrid encryption scheme that utilizes both symmetric and asymmetric encryption algorithms [<xref ref-type="bibr" rid="ref-118">118</xref>]. Their approach aims to balance security and efficiency, stating that the use of asymmetric encryption often comes with increased computational overhead.</p>
<p>Xu et al. introduced a lightweight mutual authentication and key agreement scheme that significantly reduces computational cost compared to traditional asymmetric encryption, particularly relevant for resource-constrained environments like the Internet of Things [<xref ref-type="bibr" rid="ref-119">119</xref>].</p>
<p>A significant drawback of asymmetric encryption is its computational intensity compared to symmetric methods. The overhead of using asymmetric keys for encryption and decryption processes can lead to performance bottlenecks, especially in environments requiring high throughput [<xref ref-type="bibr" rid="ref-120">120</xref>]. Despite providing enhanced security features, asymmetric encryption schemes are not immune to various attacks. For example, they can exhibit vulnerabilities to chosen-plaintext attacks, as noted in discussions regarding the limitations of complex encryption systems [<xref ref-type="bibr" rid="ref-121">121</xref>].</p>
<p>In applications requiring low latency, such as real-time communication frameworks, asymmetric encryption can introduce unacceptable delays. Jangid and Lin suggest that utilizing symmetric encryption can mitigate some of these performance concerns in connected vehicle systems by favorably opting for symmetrical keys over asymmetric ones [<xref ref-type="bibr" rid="ref-122">122</xref>].</p>
<p>Furthermore, improvements in cryptographical methods and adopting Quantitative risk analysis while incorporating other security features, increase the reliability of asymmetric encryption of tokens during transmission which is of paramount importance in defense against ever-evolving threats. For instance, homomorphic encryption techniques enable computations to be performed on encrypted data without necessarily decrypting them and thereby maintain the data confidentiality even when processing [<xref ref-type="bibr" rid="ref-123">123</xref>]. This can be adopted in token transmission as it has been applied in cases where integral data sharing is crucial, for instance, genomic data, which requires high levels of privacy [<xref ref-type="bibr" rid="ref-67">67</xref>].</p>
</sec>
<sec id="s12_3">
<label>12.3</label>
<title>Digital Signatures</title>
<p>Recent advancements in the field have explored novel digital signature schemes beyond conventional public key systems. For instance, quantum digital signatures (QDS) have emerged as a promising alternative, leveraging the principles of quantum mechanics to provide inherent security against potential quantum computing threats [<xref ref-type="bibr" rid="ref-124">124</xref>]. As outlined by Duan, the transition to quantum-resilient digital signatures is vital for future-proofing electronic communications, especially within sensitive domains like governmental and financial transactions [<xref ref-type="bibr" rid="ref-81">81</xref>]. Additionally, studies by Li et al. describe how newer hashing techniques can enhance the security landscape for digital signatures, allowing for improved integrity and authenticity in digital communications.</p>
<p>Exploration into alternative cryptographic foundations has also led to the evaluation of code-based and lattice-based digital signature schemes as candidates to replace traditional systems, which are susceptible to advancements in computational power [<xref ref-type="bibr" rid="ref-125">125</xref>,<xref ref-type="bibr" rid="ref-126">126</xref>]. Such schemes aim to maintain security and robustness while ensuring operational efficiency.</p>
</sec>
<sec id="s12_4">
<label>12.4</label>
<title>Hash Functions</title>
<p>Historically, older hash algorithms such as MD5 and SHA-1 have been found to exhibit vulnerabilities under modern attack strategies, underscoring the pressing need for more secure alternatives. Studies have observed that improvements in processing power and analysis techniques have rendered these previously robust hash functions increasingly susceptible to cryptanalysis [<xref ref-type="bibr" rid="ref-80">80</xref>]. This has catalyzed efforts to develop innovative cryptographic hash functions that maintain essential security requirements while addressing these evolving threats.</p>
<p>The Keccak hash function, known for its implementation as SHA-3, exemplifies an advanced cryptographic hash function capable of providing high throughput [<xref ref-type="bibr" rid="ref-127">127</xref>]. Its design not only enhances performance but also significantly strengthens security against various attacks. The avalanche effect&#x2014;where a slight alteration in input leads to significant changes in the output&#x2014;remains a central characteristic of cryptographic hash functions, ensuring that even minor modifications are detectable [<xref ref-type="bibr" rid="ref-128">128</xref>].</p>
<p>Advancements also include the utilization of chaotic systems in hash function design, which leverage complex mathematical frameworks to enhance security. For example, Liu et al. introduced a keyed hash function based on hyper-chaotic systems, which significantly augments the diffusion properties essential for secure hashing [<xref ref-type="bibr" rid="ref-129">129</xref>]. Similarly, research has shown that chaotic neural networks can produce robust hash functions, furthering the security of applications such as message authentication and digital signatures [<xref ref-type="bibr" rid="ref-130">130</xref>].</p>
<p>Moreover, the SHA family of algorithms continues to evolve, with analyses emphasizing their importance in maintaining the integrity and authenticity of digital communications. Khan et al. provide an overview of the evolution and analysis of this family, highlighting its role in data verification and integrity assurance across various applications, including cryptocurrency [<xref ref-type="bibr" rid="ref-131">131</xref>]. Despite the advancements, the potential for vulnerabilities in these widely used algorithms necessitates continual refinement and adaptation, as shown in more recent works focusing on optimizing implementations for application-specific contexts, such as FPGA platforms [<xref ref-type="bibr" rid="ref-132">132</xref>].</p>
<p>In the realm of image processing, perceptual hashing has gained traction, enabling robust integrity verification against alterations, a crucial feature in high-resolution remote sensing applications [<xref ref-type="bibr" rid="ref-133">133</xref>]. By employing specialized hashing methods tailored for images, this approach aligns well with the requirements for maintaining data integrity without compromising security. Differentiating hash functions by their underlying structures and performance can guide developers in selecting the most appropriate algorithms to reinforce cryptographic applications [<xref ref-type="bibr" rid="ref-134">134</xref>].</p>
</sec>
<sec id="s12_5">
<label>12.5</label>
<title>Hybrid Encryption</title>
<p>One of the significant implementations of hybrid encryption involves the integration of Advanced Encryption Standard (AES) and public key encryption methods like RSA or Elliptic Curve Cryptography (ECC). For instance, Yang et al. propose a hybrid architecture employing AES and RSA that enhances computational speed while maintaining security for IoT environments [<xref ref-type="bibr" rid="ref-135">135</xref>]. Additionally, Liu et al. demonstrate a hybrid encryption approach that combines symmetric encryption with attribute-based encryption (CP-ABE) to ensure both efficiency and access control over sensitive medical data [<xref ref-type="bibr" rid="ref-136">136</xref>]. Such collaborations are essential in fulfilling the dual requirements of strong encryption and practical management of access rights.</p>
<p>Furthermore, the use of hybrid encryption has proven beneficial in securing video data transmission. Han et al. introduced a method that employs both elliptic curve and advanced encryption standards, achieving dual-layer encryption that amplifies security and efficiency in video file encryption [<xref ref-type="bibr" rid="ref-137">137</xref>]. Similarly, Shafiq et al. developed a hybrid approach for efficient internet transmission of video data using Modified Advanced Encryption Standard (MAES) combined with ECC, which highlights the growing importance of hybrid systems in addressing specific data types such as video [<xref ref-type="bibr" rid="ref-138">138</xref>].</p>
<p>Moreover, hybrid schemes have been effectively utilized in cloud computing environments. For instance, the study by Akter et al. assesses the performance of AES, RSA and their hybrid variant, illustrating that hybrid approaches substantially enhance data security while optimizing time efficiency during encryption and decryption processes in cloud storage scenarios [<xref ref-type="bibr" rid="ref-139">139</xref>]. Furthermore, the practicality of hybrid encryption is captured in the work of Ghaly and Abdullah, who present a hybrid model that significantly secures transactions and communications in software-defined networking (SDN) applications [<xref ref-type="bibr" rid="ref-140">140</xref>].</p>
<p>Recent innovations also emphasize hybrid encryption&#x2019;s role in healthcare. Srivenkateswaran et al. propose a federated learning framework fortified with hybrid encryption, showcasing a modern application that addresses the intricate security needs within healthcare systems [<xref ref-type="bibr" rid="ref-141">141</xref>]. This is complemented by the work of Liu et al., who tackled the problem of access control in cloud storage for medical data through a combination of DES and CP-ABE, thus ensuring both data privacy and controlled access [<xref ref-type="bibr" rid="ref-136">136</xref>].</p>
</sec>
<sec id="s12_6">
<label>12.6</label>
<title>Zero-Knowledge Proofs</title>
<p>The examination of Zero-Knowledge Proofs (ZKPs) reveals their significance in enhancing security across various technological fields, particularly in ensuring identity verification without the risk of revealing sensitive information. The foundational concept of ZKPs was introduced in the late 1980s by distinguished cryptographers Goldwasser, Micali and Rackoff, establishing a framework that allows one party, the prover, to convince another party, the verifier, of the validity of a statement without disclosing any additional information about that statement [<xref ref-type="bibr" rid="ref-142">142</xref>].</p>
<p>Recent developments have highlighted the versatility of ZKPs in diverse applications, such as blockchain technology, e-commerce and secure device communication. For instance, the integration of ZKPs in blockchain technology allows for the construction of privacy-preserving transactions and secure smart contracts, as demonstrated in applications like Zcash, which uses ZKPs to ensure confidentiality during transactions [<xref ref-type="bibr" rid="ref-143">143</xref>]. The introduction of zk-SNARKs (Zero-Knowledge Succinct Non-Interactive Arguments of Knowledge) by Gennaro et al. exemplifies how ZKPs can provide short proofs for various computations, enhancing efficiency without compromising security [<xref ref-type="bibr" rid="ref-144">144</xref>].</p>
<p>In the context of the Internet of Things (IoT), ZKPs are increasingly employed to facilitate secure device-to-device communication without compromising user privacy. Their application allows devices to authenticate each other and verify identity claims without exposing sensitive attributes, addressing critical challenges in a landscape where numerous devices are interconnected [<xref ref-type="bibr" rid="ref-145">145</xref>]. Chai et al. assert that zero-knowledge authentication is foundational for IoT security, facilitating a method where devices can confirm their identity while keeping their credentials confidential [<xref ref-type="bibr" rid="ref-146">146</xref>].</p>
<p>Further innovations in the realm of ZKPs include explorations into non-interactive ZKPs, which simplify the process by reducing the need for back-and-forth communication between the prover and verifier, enhancing efficiency. Studies on specialized protocols, such as those based on elliptic curves, have underscored the performance advantages and heightened resistance to specific cryptographic attacks, making them suitable for a range of applications from secure login mechanisms to two-factor authentication systems [<xref ref-type="bibr" rid="ref-147">147</xref>].</p>
<p>Moreover, recent research underscores the potential of combining ZKPs with other encryption techniques, such as in the context of intelligent connected vehicles, where such integration safeguards the privacy of users while enabling secure data sharing [<xref ref-type="bibr" rid="ref-148">148</xref>]. Luo&#x2019;s work showcases the effectiveness of merging ZKPs with post-quantum cryptography, ensuring that systems remain secure against future quantum computing threats.</p>
</sec>
</sec>
<sec id="s13">
<label>13</label>
<title>Conclusion</title>
<p>On balance, each method for transmitting tokens has shown some advantages and possible weaknesses in light of the above key security aspects. As technology advances within the digital environment, so does the importance of protecting the methods of tokens&#x2019; transfer in terms of preserving information&#x2019;s integrity, authorship and confidentiality as well as overcoming new threats and challenges specific to the development of the technology.</p>
<p>The analysis of communication protocols and cryptographic techniques applied in secure token transmission reveals the intricate interplay between security and efficiency in modern systems. Various studies highlight the importance of tailored protocols that can adeptly handle the requirements of specific applications, such as telemedicine, IoT and decentralized networks.</p>
<p>The use of encryption techniques and robust authentication mechanisms is critical in ensuring the secure transmission of tokens across diverse communication platforms. The effective integration of communication protocols with sophisticated cryptographic techniques is indispensable for the secure transmission of authentication tokens. As the technological landscape continues to evolve, ongoing research must focus on refining these strategies to anticipate and mitigate emerging security threats while considering the practical limitations of implementation in real-world applications. Future studies should explore innovative solutions that balance security, usability and efficiency, particularly as the dynamics of cyber threats and user needs continue to develop.</p>
<p>The integration of quantum-resistant cryptographic techniques is paramount. Given the threats posed by quantum computing to traditional cryptographic algorithms, utilizing quantum tokens can significantly enhance security and ensure user privacy without necessitating the storage of quantum states. Recent advancements indicate that such implementations could provide instant validation and unforgeability, thus securing token transmission in scenarios prone to cyber threats [<xref ref-type="bibr" rid="ref-149">149</xref>]. Incorporating quantum key distribution methods alongside these tokens could further harden communication channels, particularly in critical sectors such as healthcare and finance [<xref ref-type="bibr" rid="ref-19">19</xref>].</p>
<p>Employing advanced Lightweight Elliptic Curve Cryptography (ECC) in combination with token-based authentication mechanisms has been shown to enhance the security of communication protocols in resource-constrained environments, such as Internet of Things (IoT) networks [<xref ref-type="bibr" rid="ref-150">150</xref>]. Future research should focus on optimizing ECC routines to support complex token authentications without overburdening the limited computational power of these devices. This approach could also serve as a universal solution across various use cases, from smart consumer products to industrial IoT applications.</p>
<p>It is crucial to address the increasing need for usability in secure token transmission systems. Current systems often favor stringent security protocols that complicate user experiences. Incorporating biometric authentication methods and multi-factor authentication (MFA) can improve security while simplifying access processes [<xref ref-type="bibr" rid="ref-151">151</xref>]. User-oriented designs that incorporate feedback mechanisms from these methods could lead to more widely accepted authentication systems.</p>
<p>Continuous research into the interoperability of different blockchain systems is necessary to facilitate seamless token exchanges across disparate networks. Enhancing inter-blockchain communication protocols can minimize delays and increase efficiency in token transactions, critical for applications requiring immediate security responses, such as finance or healthcare [<xref ref-type="bibr" rid="ref-25">25</xref>].</p>
<p><bold><italic>Trends in Token Transmission</italic></bold></p>
<p>One common trend is the application of Mult-Token for improving data authenticity and security to the structure of Content-Centric Networking (CCN). Youn et al. also propose a multiple-token approach known as LIVE which enables the publisher to control tokens for cached content through token control mechanisms and enhance both computation and communication efficiency even with the disadvantage of hash chain transmission errors [<xref ref-type="bibr" rid="ref-152">152</xref>]. This method aligns with the findings of Dash et al., who propose a MAC-cum-routing protocol that employs a robust token distribution technique to facilitate collision-free data transmission in wireless sensor networks (WSN), thereby optimizing energy consumption and throughput [<xref ref-type="bibr" rid="ref-153">153</xref>]. Token-based authentication mechanisms are gaining traction, particularly in micro-application architectures. Chen et al. elaborates on the use of symmetric and asymmetric encryption techniques for token encryption as well as some of the critical yet neglected aspects of token transmission [<xref ref-type="bibr" rid="ref-68">68</xref>]. Token passing techniques are quite helpful in maintaining secure communication as the complexity of network environments rises. The Multi-Channel Token Passing (MCTP) method for token passing is alluded for improving packet control efficiency, thus showing how token passing can resolve problems emanating from dynamic rate adjustments in multi-flow scenarios consequently, this method is more suitable for vehicular networks [<xref ref-type="bibr" rid="ref-24">24</xref>]. Cross-chain technologies are seen as a way of responding to the issue of blockchain interoperability, this is backed up by the Inter-Blockchain Communication (IBC) protocol, which allows safe and swift token and data transfer across different zones within the Cosmos network [<xref ref-type="bibr" rid="ref-25">25</xref>]. The trends evident in token transmission techniques suggest that efficiency, security and flexibility are becoming integrated into many applications. Multi-token systems, strong authentication methods, opportunistic routing and blockchain technologizes used in token transmission show that token transmission is an evolving process that can only improve the performance and security of future network architectures.</p>
</sec>
</body>
<back>
<ack>
<p>This work was done in affiliation with The Co-Operative University of Kenya. The institution provided professional academic mentorship and a conducive environment to conduct research.</p>
</ack>
<sec>
<title>Funding Statement</title>
<p>No funding was received to assist with the preparation of this manuscript. No funding was received for conducting this study. No funds, grants, or other monetary support were received.</p>
</sec>
<sec>
<title>Author Contributions</title>
<p>All authors contributed to the conception and design of the study. Michael Juma Ayuma, the first author, was responsible for the conceptualization, methodology, literature review, and drafting of the original manuscript. Shem Mbandu Angolo, Philemon Nthenge Kasyoka, and Simon Maina Karume, the second, third, and fourth authors, respectively, contributed to the conceptualization, review, and supervision of the study. All authors reviewed the results and approved the final version of the manuscript.</p>
</sec>
<sec sec-type="data-availability">
<title>Availability of Data and Materials</title>
<p>The data used in this study is publicly available on papers published in the relevant journals as recorded in this manuscript.</p>
</sec>
<sec>
<title>Ethics Approval</title>
<p>Not applicable.</p>
</sec>
<sec sec-type="COI-statement">
<title>Conflicts of Interest</title>
<p>The authors declare no conflicts of interest to report regarding the present study.</p>
</sec>
<glossary content-type="abbreviations" id="glossary-1">
<title>Abbreviations</title>
<def-list>
<def-item>
<term><bold>QDS</bold></term>
<def>
<p>Quantum digital signatures</p>
</def>
</def-item>
<def-item>
<term><bold>JSON</bold></term>
<def>
<p>JavaScript Object Notation</p>
</def>
</def-item>
<def-item>
<term><bold>MFA</bold></term>
<def>
<p>Multi-factor authentication</p>
</def>
</def-item>
<def-item>
<term><bold>CSRF ML</bold></term>
<def>
<p>SHIELD: Cross-Site Request Forgery Machine Learning Shield</p>
</def>
</def-item>
<def-item>
<term><bold>MP-HTLC</bold></term>
<def>
<p>Multiparty hash time lock contracts</p>
</def>
</def-item>
<def-item>
<term><bold>SSO</bold></term>
<def>
<p>Single Sign On</p>
</def>
</def-item>
<def-item>
<term><bold>OTP</bold></term>
<def>
<p>One Time Password</p>
</def>
</def-item>
<def-item>
<term><bold>PINs</bold></term>
<def>
<p>Personal Identification Numbers</p>
</def>
</def-item>
<def-item>
<term><bold>2FA</bold></term>
<def>
<p>Two-factor authentication</p>
</def>
</def-item>
<def-item>
<term><bold>IoT</bold></term>
<def>
<p>Internet of Things</p>
</def>
</def-item>
<def-item>
<term><bold>ECC</bold></term>
<def>
<p>Elliptic curve cryptography</p>
</def>
</def-item>
<def-item>
<term><bold>AES</bold></term>
<def>
<p>Advanced Encryption Standard</p>
</def>
</def-item>
<def-item>
<term><bold>DES</bold></term>
<def>
<p>Data Encryption Standard</p>
</def>
</def-item>
<def-item>
<term><bold>SSL</bold></term>
<def>
<p>Secure Socket Layer</p>
</def>
</def-item>
<def-item>
<term><bold>JWTs</bold></term>
<def>
<p>JSON Web Tokens</p>
</def>
</def-item>
<def-item>
<term><bold>DeFi</bold></term>
<def>
<p>Decentralized Finance</p>
</def>
</def-item>
<def-item>
<term><bold>NFTs</bold></term>
<def>
<p>Non-fungible tokens</p>
</def>
</def-item>
<def-item>
<term><bold>PUFs</bold></term>
<def>
<p>Physically Unclonable Functions</p>
</def>
</def-item>
<def-item>
<term><bold>XSS</bold></term>
<def>
<p>Cross-site scripting</p>
</def>
</def-item>
<def-item>
<term><bold>WSNs</bold></term>
<def>
<p>Wireless Sensor Networks</p>
</def>
</def-item>
<def-item>
<term><bold>MCTP</bold></term>
<def>
<p>Multi-channel token passing</p>
</def>
</def-item>
<def-item>
<term><bold>TLS</bold></term>
<def>
<p>Transport Layer Security</p>
</def>
</def-item>
<def-item>
<term><bold>HTTPS</bold></term>
<def>
<p>Hypertext Transfer Protocol Secure</p>
</def>
</def-item>
<def-item>
<term><bold>HTLCs</bold></term>
<def>
<p>Hashed Timelock Contracts</p>
</def>
</def-item>
<def-item>
<term><bold>ILP</bold></term>
<def>
<p>Interledger Protocol</p>
</def>
</def-item>
<def-item>
<term><bold>MQTT</bold></term>
<def>
<p>Message Queuing Telemetry Transport</p>
</def>
</def-item>
<def-item>
<term><bold>MD5</bold></term>
<def>
<p>Message Digest Algorithm 5</p>
</def>
</def-item>
<def-item>
<term><bold>SHA2</bold></term>
<def>
<p>Secure Hash Algorithm 2 family</p>
</def>
</def-item>
<def-item>
<term><bold>SSL/TLS</bold></term>
<def>
<p>Secure Sockets Layer/Transport Layer Security</p>
</def>
</def-item>
<def-item>
<term><bold>ZKP</bold></term>
<def>
<p>Zero-Knowledge Proofs</p>
</def>
</def-item>
<def-item>
<term><bold>IETF</bold></term>
<def>
<p>Internet Engineering Task Force</p>
</def>
</def-item>
<def-item>
<term><bold>IIoT</bold></term>
<def>
<p>Industrial Internet of Things</p>
</def>
</def-item>
<def-item>
<term><bold>DTLS</bold></term>
<def>
<p>Datagram Transport Layer Security</p>
</def>
</def-item>
<def-item>
<term><bold>DAO</bold>s</term>
<def>
<p>Decentralized Autonomous Organizations</p>
</def>
</def-item>
<def-item>
<term><bold>gRPC</bold></term>
<def>
<p>Remote Procedure Call</p>
</def>
</def-item>
<def-item>
<term><bold>CP</bold></term>
<def>
<p>ABE: Ciphertext: Policy Attribute: Based Encryption</p>
</def>
</def-item>
<def-item>
<term><bold>NFC</bold></term>
<def>
<p>Near Field Communication</p>
</def>
</def-item>
<def-item>
<term><bold>MAES</bold></term>
<def>
<p>Modified Advanced Encryption Standard</p>
</def>
</def-item>
<def-item>
<term><bold>SDN</bold></term>
<def>
<p>Software-defined networking</p>
</def>
</def-item>
<def-item>
<term><bold>CCN</bold></term>
<def>
<p>Content Centric Networking</p>
</def>
</def-item>
<def-item>
<term><bold>MCTP</bold></term>
<def>
<p>Multi: Multi-Channel Token Passing</p>
</def>
</def-item>
<def-item>
<term><bold>MITM</bold></term>
<def>
<p>Man in the middle</p>
</def>
</def-item>
<def-item>
<term><bold>IBC</bold></term>
<def>
<p>Inter-Blockchain Communication</p>
</def>
</def-item>
<def-item>
<term><bold>BFT</bold></term>
<def>
<p>Byzantine Fault Tolerant</p>
</def>
</def-item>
<def-item>
<term><bold>ODAP</bold></term>
<def>
<p>Open Digital Asset Protocol</p>
</def>
</def-item>
<def-item>
<term><bold>DoS</bold></term>
<def>
<p>Denial of service</p>
</def>
</def-item>
<def-item>
<term><bold>P2P</bold></term>
<def>
<p>Peer-to-peer</p>
</def>
</def-item>
<def-item>
<term><bold>TLS</bold></term>
<def>
<p>Transport Layer Security</p>
</def>
</def-item>
<def-item>
<term><bold>DeFi</bold></term>
<def>
<p>Decentralized finance</p>
</def>
</def-item>
<def-item>
<term><bold>HMAC</bold></term>
<def>
<p>Message Authentication Codes</p>
</def>
</def-item>
</def-list>
</glossary>
<ref-list content-type="authoryear">
<title>References</title>
<ref id="ref-1"><label>[1]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Singh</surname> <given-names>A</given-names></string-name>, <string-name><surname>Singh</surname> <given-names>C</given-names></string-name></person-group>. <article-title>Security tools for Internet of Things: a review</article-title>. <source>Int Res J Adv Sci Hub</source>. <year>2020</year>;<volume>2</volume>(<issue>6</issue>):<fpage>87</fpage>&#x2013;<lpage>91</lpage>. doi:<pub-id pub-id-type="doi">10.47392/irjash.2020.42</pub-id>.</mixed-citation></ref>
<ref id="ref-2"><label>[2]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Dalimunthe</surname> <given-names>S</given-names></string-name>, <string-name><surname>Reza</surname> <given-names>J</given-names></string-name>, <string-name><surname>Marzuki</surname> <given-names>A</given-names></string-name></person-group>. <article-title>Model for storing tokens in local storage (cookies) using JSON web token (JWT) with HMAC (hash-based message authentication code) in E-learning systems</article-title>. <source>J Appl Eng Technol Sci</source>. <year>2022</year>;<volume>3</volume>(<issue>2</issue>):<fpage>149</fpage>&#x2013;<lpage>55</lpage>. doi:<pub-id pub-id-type="doi">10.37385/jaets.v3i2.662</pub-id>.</mixed-citation></ref>
<ref id="ref-3"><label>[3]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Papaspirou</surname> <given-names>V</given-names></string-name>, <string-name><surname>Papathanasaki</surname> <given-names>M</given-names></string-name>, <string-name><surname>Maglaras</surname> <given-names>L</given-names></string-name>, <string-name><surname>Kantzavelou</surname> <given-names>I</given-names></string-name>, <string-name><surname>Douligeris</surname> <given-names>C</given-names></string-name>, <string-name><surname>Ferrag</surname> <given-names>MA</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>A novel authentication method that combines honeytokens and google authenticator</article-title>. <source>Information</source>. <year>2023</year>;<volume>14</volume>(<issue>7</issue>):<fpage>386</fpage>. doi:<pub-id pub-id-type="doi">10.3390/info14070386</pub-id>.</mixed-citation></ref>
<ref id="ref-4"><label>[4]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Yalli</surname> <given-names>JS</given-names></string-name>, <string-name><surname>Hasan</surname> <given-names>MH</given-names></string-name>, <string-name><surname>Jung</surname> <given-names>LT</given-names></string-name>, <string-name><surname>Al-Selwi</surname> <given-names>SM</given-names></string-name></person-group>. <article-title>Authentication schemes for Internet of Things (IoT) networks: a systematic review and security assessment</article-title>. <source>Internet Things</source>. <year>2025</year>;<volume>30</volume>(<issue>1</issue>):<fpage>101469</fpage>. doi:<pub-id pub-id-type="doi">10.1016/j.iot.2024.101469</pub-id>.</mixed-citation></ref>
<ref id="ref-5"><label>[5]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Aldaoud</surname> <given-names>M</given-names></string-name>, <string-name><surname>Al-Abri</surname> <given-names>D</given-names></string-name>, <string-name><surname>Kausar</surname> <given-names>F</given-names></string-name>, <string-name><surname>Awadalla</surname> <given-names>M</given-names></string-name></person-group>. <article-title>NDNOTA: ndn one-time authentication</article-title>. <source>Information</source>. <year>2024</year>;<volume>15</volume>(<issue>5</issue>):<fpage>289</fpage>. doi:<pub-id pub-id-type="doi">10.3390/info15050289</pub-id>.</mixed-citation></ref>
<ref id="ref-6"><label>[6]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Lee</surname> <given-names>B</given-names></string-name></person-group>. <article-title>Stateless one-time authenticated session resumption in TLS handshake using paired token</article-title>. <year>2021</year>. doi:<pub-id pub-id-type="doi">10.20944/preprints202102.0102.v1</pub-id>.</mixed-citation></ref>
<ref id="ref-7"><label>[7]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Nyangaresi</surname> <given-names>VO</given-names></string-name>, <string-name><surname>Jasim</surname> <given-names>HM</given-names></string-name>, <string-name><surname>Mutlaq</surname> <given-names>KA</given-names></string-name>, <string-name><surname>Abduljabbar</surname> <given-names>ZA</given-names></string-name>, <string-name><surname>Ma</surname> <given-names>J</given-names></string-name>, <string-name><surname>Abduljaleel</surname> <given-names>IQ</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>A symmetric key and elliptic curve cryptography-based protocol for message encryption in unmanned aerial vehicles</article-title>. <source>Electronics</source>. <year>2023</year>;<volume>12</volume>(<issue>17</issue>):<fpage>3688</fpage>. doi:<pub-id pub-id-type="doi">10.3390/electronics12173688</pub-id>.</mixed-citation></ref>
<ref id="ref-8"><label>[8]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Varalakshmi</surname> <given-names>J</given-names></string-name>, <string-name><surname>Dhanasekaran</surname> <given-names>S</given-names></string-name></person-group>. <article-title>A dual hashing-based authentication and secure data transmission scheme for vehicular cloud environment using MECC with optimal resource allocation mechanism</article-title>. <source>Soft Comput</source>. <year>2024</year>;<volume>28</volume>(<issue>17</issue>):<fpage>10423</fpage>&#x2013;<lpage>37</lpage>. doi:<pub-id pub-id-type="doi">10.1007/s00500-024-09808-7</pub-id>.</mixed-citation></ref>
<ref id="ref-9"><label>[9]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>MacKey</surname> <given-names>TK</given-names></string-name>, <string-name><surname>Miyachi</surname> <given-names>K</given-names></string-name>, <string-name><surname>Fung</surname> <given-names>D</given-names></string-name>, <string-name><surname>Qian</surname> <given-names>S</given-names></string-name>, <string-name><surname>Short</surname> <given-names>J</given-names></string-name></person-group>. <article-title>Combating health care fraud and abuse: conceptualization and prototyping study of a blockchain antifraud framework</article-title>. <source>J Med Internet Res</source>. <year>2020</year>;<volume>22</volume>(<issue>9</issue>):<fpage>e18623</fpage>. doi:<pub-id pub-id-type="doi">10.2196/18623</pub-id>; <pub-id pub-id-type="pmid">32909952</pub-id></mixed-citation></ref>
<ref id="ref-10"><label>[10]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Rechci&#x0144;ski</surname> <given-names>T</given-names></string-name></person-group>. <article-title>What else can AI see in a digital ECG?</article-title> <source>J Pers Med</source>. <year>2023</year>;<volume>13</volume>(<issue>7</issue>):<fpage>1059</fpage>. doi:<pub-id pub-id-type="doi">10.3390/jpm13071059</pub-id>; <pub-id pub-id-type="pmid">37511672</pub-id></mixed-citation></ref>
<ref id="ref-11"><label>[11]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Al Manish Rana</surname> <given-names>E</given-names></string-name></person-group>. <article-title>Enhancing data security: a comprehensive study on the efficacy of JSON web token (JWT) and HMAC SHA-256 algorithm for web application security</article-title>. <source>Int J Recent Innov Trends Comput Commun</source>. <year>2023</year>;<volume>11</volume>(<issue>9</issue>):<fpage>4409</fpage>&#x2013;<lpage>16</lpage>. doi:<pub-id pub-id-type="doi">10.17762/ijritcc.v11i9.9930</pub-id>.</mixed-citation></ref>
<ref id="ref-12"><label>[12]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Dietrich</surname> <given-names>F</given-names></string-name>, <string-name><surname>Louw</surname> <given-names>L</given-names></string-name>, <string-name><surname>Palm</surname> <given-names>D</given-names></string-name></person-group>. <article-title>Blockchain-based traceability architecture for mapping object-related supply chain events</article-title>. <source>Sensors</source>. <year>2023</year>;<volume>23</volume>(<issue>3</issue>):<fpage>1410</fpage>. doi:<pub-id pub-id-type="doi">10.3390/s23031410</pub-id>; <pub-id pub-id-type="pmid">36772452</pub-id></mixed-citation></ref>
<ref id="ref-13"><label>[13]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Pingos</surname> <given-names>M</given-names></string-name>, <string-name><surname>Christodoulou</surname> <given-names>P</given-names></string-name>, <string-name><surname>Andreou</surname> <given-names>AS</given-names></string-name></person-group>. <article-title>Security and ownership in user-defined data meshes</article-title>. <source>Algorithms</source>. <year>2024</year>;<volume>17</volume>(<issue>4</issue>):<fpage>169</fpage>. doi:<pub-id pub-id-type="doi">10.3390/a17040169</pub-id>.</mixed-citation></ref>
<ref id="ref-14"><label>[14]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Wan Muhamad Fokri</surname> <given-names>EWNI</given-names></string-name></person-group>. <article-title>Classification of cryptocurrency: a review of the literature</article-title>. <source>Turk J Comput Math Educ</source>. <year>2021</year>;<volume>12</volume>(<issue>5</issue>):<fpage>1353</fpage>&#x2013;<lpage>60</lpage>. doi:<pub-id pub-id-type="doi">10.17762/turcomat.v12i5.2027</pub-id>.</mixed-citation></ref>
<ref id="ref-15"><label>[15]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zilius</surname> <given-names>K</given-names></string-name>, <string-name><surname>Spiliotopoulos</surname> <given-names>T</given-names></string-name>, <string-name><surname>Van Moorsel</surname> <given-names>A</given-names></string-name></person-group>. <article-title>A dataset of coordinated cryptocurrency-related social media campaigns</article-title>. <source>Proc Int AAAI Conf Web Soc Medium</source>. <year>2023</year>;<volume>17</volume>:<fpage>1112</fpage>&#x2013;<lpage>21</lpage>. doi:<pub-id pub-id-type="doi">10.1609/icwsm.v17i1.22219</pub-id>.</mixed-citation></ref>
<ref id="ref-16"><label>[16]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Schwiderowski</surname> <given-names>J</given-names></string-name>, <string-name><surname>Pedersen</surname> <given-names>AB</given-names></string-name>, <string-name><surname>Beck</surname> <given-names>R</given-names></string-name></person-group>. <article-title>Crypto tokens and token systems</article-title>. <source>Inf Syst Front</source>. <year>2024</year>;<volume>26</volume>(<issue>1</issue>):<fpage>319</fpage>&#x2013;<lpage>32</lpage>. doi:<pub-id pub-id-type="doi">10.1007/s10796-023-10382-w</pub-id>.</mixed-citation></ref>
<ref id="ref-17"><label>[17]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Alekseenko</surname> <given-names>AP</given-names></string-name></person-group>. <article-title>Legal regulation of the use of distributed ledger technologies in financial sector of Singapore</article-title>. <source>Rev Invest Univ Quind&#x00ED;o</source>. <year>2022</year>;<volume>34</volume>(<issue>S2</issue>):<fpage>381</fpage>&#x2013;<lpage>91</lpage>. doi:<pub-id pub-id-type="doi">10.33975/riuq.vol34ns2.957</pub-id>.</mixed-citation></ref>
<ref id="ref-18"><label>[18]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Bellagarda</surname> <given-names>J</given-names></string-name>, <string-name><surname>Abu-Mahfouz</surname> <given-names>AM</given-names></string-name></person-group>. <article-title>Connect2NFT: a web-based, blockchain enabled NFT application with the aim of reducing fraud and ensuring authenticated social, non-human verified digital identity</article-title>. <source>Mathematics</source>. <year>2022</year>;<volume>10</volume>(<issue>21</issue>):<fpage>3934</fpage>. doi:<pub-id pub-id-type="doi">10.3390/math10213934</pub-id>.</mixed-citation></ref>
<ref id="ref-19"><label>[19]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Albshaier</surname> <given-names>L</given-names></string-name>, <string-name><surname>Almarri</surname> <given-names>S</given-names></string-name>, <string-name><surname>Hafizur Rahman</surname> <given-names>M</given-names></string-name></person-group>. <article-title>A review of blockchain&#x2019;s role in E-commerce transactions: open challenges, and future research directions</article-title>. <source>Computers</source>. <year>2024</year>;<volume>13</volume>(<issue>1</issue>):<fpage>27</fpage>. doi:<pub-id pub-id-type="doi">10.3390/computers13010027</pub-id>.</mixed-citation></ref>
<ref id="ref-20"><label>[20]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Yalli</surname> <given-names>JS</given-names></string-name>, <string-name><surname>Hilmi Hasan</surname> <given-names>M</given-names></string-name>, <string-name><surname>Tang Jung</surname> <given-names>L</given-names></string-name>, <string-name><surname>Ibrahim Yerima</surname> <given-names>A</given-names></string-name>, <string-name><surname>Adamu Aliyu</surname> <given-names>D</given-names></string-name>, <string-name><surname>Danjuma Maiwada</surname> <given-names>U</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>A systematic review for evaluating IoT security: a focus on authentication, protocols and enabling technologies</article-title>. <source>IEEE Internet Things J</source>. <year>2025</year>;<volume>12</volume>(<issue>12</issue>):<fpage>18908</fpage>&#x2013;<lpage>28</lpage>. doi:<pub-id pub-id-type="doi">10.1109/jiot.2025.3545737</pub-id>.</mixed-citation></ref>
<ref id="ref-21"><label>[21]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Vasquez-Cevallos</surname> <given-names>L</given-names></string-name>, <string-name><surname>Mitchell</surname> <given-names>A</given-names></string-name>, <string-name><surname>Mu&#x00F1;oz-Hern&#x00E1;ndez</surname> <given-names>S</given-names></string-name>, <string-name><surname>Herranz-Nieva</surname> <given-names>&#x00C1;</given-names></string-name>, <string-name><surname>Garcia-Mingo</surname> <given-names>A</given-names></string-name>, <string-name><surname>De Corral-San Martin</surname> <given-names>P</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>Educational and clinical applications of a web- and Android-based telemedicine platform to expand rural health care in Ecuador</article-title>. <source>Telemed Rep</source>. <year>2025</year>;<volume>6</volume>(<issue>1</issue>):<fpage>67</fpage>&#x2013;<lpage>75</lpage>. doi:<pub-id pub-id-type="doi">10.1089/tmr.2024.0091</pub-id>; <pub-id pub-id-type="pmid">40151789</pub-id></mixed-citation></ref>
<ref id="ref-22"><label>[22]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Al-refai</surname> <given-names>H</given-names></string-name>, <string-name><surname>Alawneh</surname> <given-names>A</given-names></string-name></person-group>. <article-title>User authentication and authorization framework in IoT protocols</article-title>. <year>2022</year>. doi:<pub-id pub-id-type="doi">10.20944/preprints202208.0188.v1</pub-id>.</mixed-citation></ref>
<ref id="ref-23"><label>[23]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Oguta</surname> <given-names>GC</given-names></string-name></person-group>. <article-title>Securing the virtual marketplace: navigating the landscape of security and privacy challenges in E-Commerce</article-title>. <source>GSC Adv Res Rev</source>. <year>2024</year>;<volume>18</volume>(<issue>1</issue>):<fpage>84</fpage>&#x2013;<lpage>117</lpage>. doi:<pub-id pub-id-type="doi">10.30574/gscarr.2024.18.1.0488</pub-id>.</mixed-citation></ref>
<ref id="ref-24"><label>[24]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Hsu</surname> <given-names>CJ</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>HI</given-names></string-name></person-group>. <article-title>Realizing opportunistic routing in multi-channel environments</article-title>. <source>IEEE Access</source>. <year>2022</year>;<volume>10</volume>:<fpage>90655</fpage>&#x2013;<lpage>68</lpage>. doi:<pub-id pub-id-type="doi">10.1109/access.2022.3200467</pub-id>.</mixed-citation></ref>
<ref id="ref-25"><label>[25]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Essaid</surname> <given-names>M</given-names></string-name>, <string-name><surname>Kim</surname> <given-names>J</given-names></string-name>, <string-name><surname>Ju</surname> <given-names>H</given-names></string-name></person-group>. <article-title>Inter-blockchain communication message relay time measurement and analysis in <italic>Cosmos</italic></article-title>. <source>Appl Sci</source>. <year>2023</year>;<volume>13</volume>(<issue>20</issue>):<fpage>11135</fpage>. doi:<pub-id pub-id-type="doi">10.3390/app132011135</pub-id>.</mixed-citation></ref>
<ref id="ref-26"><label>[26]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Behera</surname> <given-names>A</given-names></string-name>, <string-name><surname>Sattath</surname> <given-names>O</given-names></string-name>, <string-name><surname>Shinar</surname> <given-names>U</given-names></string-name></person-group>. <article-title>Noise-tolerant quantum tokens for MAC</article-title>. <comment>arXiv:2105.05016. 2021</comment>.</mixed-citation></ref>
<ref id="ref-27"><label>[27]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Seo</surname> <given-names>J</given-names></string-name></person-group>. <article-title>The future of digital authentication: blockchain-driven decentralized authentication in web 3.0</article-title>. <source>J Web Eng</source>. <year>2024</year>;<volume>23</volume>(<issue>5</issue>):<fpage>611</fpage>&#x2013;<lpage>36</lpage>. doi:<pub-id pub-id-type="doi">10.13052/jwe1540-9589.2351</pub-id>.</mixed-citation></ref>
<ref id="ref-28"><label>[28]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Ali Kazmi</surname> <given-names>SH</given-names></string-name>, <string-name><surname>Hassan</surname> <given-names>R</given-names></string-name>, <string-name><surname>Qamar</surname> <given-names>F</given-names></string-name>, <string-name><surname>Nisar</surname> <given-names>K</given-names></string-name>, <string-name><surname>Ibrahim</surname> <given-names>AAA</given-names></string-name></person-group>. <article-title>Security concepts in emerging 6G communication: threats, countermeasures, authentication techniques and research directions</article-title>. <source>Symmetry</source>. <year>2023</year>;<volume>15</volume>(<issue>6</issue>):<fpage>1147</fpage>. doi:<pub-id pub-id-type="doi">10.3390/sym15061147</pub-id>.</mixed-citation></ref>
<ref id="ref-29"><label>[29]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Kepkowski</surname> <given-names>M</given-names></string-name>, <string-name><surname>Hanzlik</surname> <given-names>L</given-names></string-name>, <string-name><surname>Wood</surname> <given-names>I</given-names></string-name>, <string-name><surname>Ali Kaafar</surname> <given-names>M</given-names></string-name></person-group>. <article-title>How not to handle keys: timing attacks on FIDO authenticator privacy</article-title>. <source>Proc Priv Enhancing Technol</source>. <year>2022</year>;<volume>2022</volume>(<issue>4</issue>):<fpage>705</fpage>&#x2013;<lpage>26</lpage>. doi:<pub-id pub-id-type="doi">10.56553/popets-2022-0129</pub-id>.</mixed-citation></ref>
<ref id="ref-30"><label>[30]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Oren</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Arad</surname> <given-names>D</given-names></string-name></person-group>. <article-title>Toward usable and accessible two-factor authentication based on the piezo-gyro channel</article-title>. <source>IEEE Access</source>. <year>2022</year>;<volume>10</volume>:<fpage>19551</fpage>&#x2013;<lpage>7</lpage>. doi:<pub-id pub-id-type="doi">10.1109/access.2022.3150519</pub-id>.</mixed-citation></ref>
<ref id="ref-31"><label>[31]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zhao</surname> <given-names>D</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Wei</surname> <given-names>G</given-names></string-name>, <string-name><surname>Alsaadi</surname> <given-names>FE</given-names></string-name></person-group>. <article-title><italic>l<sub>2</sub>&#x2013;l<sub>&#x221E;</sub></italic> proportional&#x2013;integral observer design for systems with mixed time-delays under round&#x2013;robin protocol</article-title>. <source>Int J Robust Nonlinear Control</source>. <year>2021</year>;<volume>31</volume>(<issue>3</issue>):<fpage>887</fpage>&#x2013;<lpage>906</lpage>. doi:<pub-id pub-id-type="doi">10.1002/rnc.5328</pub-id>.</mixed-citation></ref>
<ref id="ref-32"><label>[32]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Bokolo</surname> <given-names>AJ</given-names></string-name></person-group>. <article-title>Exploring interoperability of distributed ledger and decentralized technology adoption in virtual enterprises</article-title>. <source>Inf Syst E Bus Manag</source>. <year>2022</year>;<volume>20</volume>(<issue>4</issue>):<fpage>685</fpage>&#x2013;<lpage>718</lpage>. doi:<pub-id pub-id-type="doi">10.1007/s10257-022-00561-8</pub-id>.</mixed-citation></ref>
<ref id="ref-33"><label>[33]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Fett</surname> <given-names>D</given-names></string-name>, <string-name><surname>Hosseyni</surname> <given-names>P</given-names></string-name>, <string-name><surname>Kusters</surname> <given-names>R</given-names></string-name></person-group>. <article-title>An extensive formal security analysis of the OpenID financial-grade API</article-title>. In: <conf-name>2019 IEEE Symposium on Security and Privacy (SP); 2019 May 19&#x2013;23</conf-name>; <publisher-loc>San Francisco, CA, USA</publisher-loc>. p. <fpage>453</fpage>&#x2013;<lpage>71</lpage>. doi:<pub-id pub-id-type="doi">10.1109/sp.2019.00067</pub-id>.</mixed-citation></ref>
<ref id="ref-34"><label>[34]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Suomalainen</surname> <given-names>J</given-names></string-name>, <string-name><surname>Julku</surname> <given-names>J</given-names></string-name>, <string-name><surname>Vehkaper&#x00E4;</surname> <given-names>M</given-names></string-name>, <string-name><surname>Posti</surname> <given-names>H</given-names></string-name></person-group>. <article-title>Securing public safety communications on commercial and tactical 5G networks: a survey and future research directions</article-title>. <source>IEEE Open J Commun Soc</source>. <year>2021</year>;<volume>2</volume>:<fpage>1590</fpage>&#x2013;<lpage>615</lpage>. doi:<pub-id pub-id-type="doi">10.1109/ojcoms.2021.3093529</pub-id>.</mixed-citation></ref>
<ref id="ref-35"><label>[35]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Yang</surname> <given-names>YS</given-names></string-name>, <string-name><surname>Lee</surname> <given-names>SH</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>JM</given-names></string-name>, <string-name><surname>Yang</surname> <given-names>CS</given-names></string-name>, <string-name><surname>Huang</surname> <given-names>YM</given-names></string-name>, <string-name><surname>Hou</surname> <given-names>TW</given-names></string-name></person-group>. <article-title>Lightweight authentication mechanism for industrial IoT environment combining elliptic curve cryptography and trusted token</article-title>. <source>Sensors</source>. <year>2023</year>;<volume>23</volume>(<issue>10</issue>):<fpage>4970</fpage>. doi:<pub-id pub-id-type="doi">10.3390/s23104970</pub-id>; <pub-id pub-id-type="pmid">37430882</pub-id></mixed-citation></ref>
<ref id="ref-36"><label>[36]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Ukrop</surname> <given-names>M</given-names></string-name>, <string-name><surname>Kraus</surname> <given-names>L</given-names></string-name>, <string-name><surname>Matyas</surname> <given-names>V</given-names></string-name></person-group>. <article-title>Will you trust this TLS certificate?</article-title> <source>Digit Threat</source>. <year>2020</year>;<volume>1</volume>(<issue>4</issue>):<fpage>1</fpage>&#x2013;<lpage>29</lpage>. doi:<pub-id pub-id-type="doi">10.1145/3419472</pub-id>.</mixed-citation></ref>
<ref id="ref-37"><label>[37]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Wang</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>X</given-names></string-name>, <string-name><surname>Mao</surname> <given-names>W</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>W</given-names></string-name></person-group>. <article-title>DCDroid: automated detection of SSL/TLS certificate verification vulnerabilities in Android apps</article-title>. In: <conf-name>Proceedings of the ACM Turing Celebration Conference</conf-name>; <year>2019 May 17&#x2013;19</year>; <publisher-loc>Chengdu, China</publisher-loc>. doi:<pub-id pub-id-type="doi">10.1145/3321408.3326665</pub-id>.</mixed-citation></ref>
<ref id="ref-38"><label>[38]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zhang</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>F</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Lu</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>X</given-names></string-name></person-group>. <article-title>CF-BFT: a dual-mode Byzantine fault-tolerant protocol based on node authentication</article-title>. <source>Comput Mater Contin</source>. <year>2023</year>;<volume>76</volume>(<issue>3</issue>):<fpage>3113</fpage>&#x2013;<lpage>29</lpage>. doi:<pub-id pub-id-type="doi">10.32604/cmc.2023.040600</pub-id>.</mixed-citation></ref>
<ref id="ref-39"><label>[39]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Pillai</surname> <given-names>B</given-names></string-name>, <string-name><surname>Biswas</surname> <given-names>K</given-names></string-name>, <string-name><surname>Muthukkumarasamy</surname> <given-names>V</given-names></string-name></person-group>. <article-title>Cross-chain interoperability among blockchain-based systems using transactions</article-title>. <source>Knowl Eng Rev</source>. <year>2020</year>;<volume>35</volume>:<fpage>e23</fpage>. doi:<pub-id pub-id-type="doi">10.1017/s0269888920000314</pub-id>.</mixed-citation></ref>
<ref id="ref-40"><label>[40]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Pedreira</surname> <given-names>C</given-names></string-name>, <string-name><surname>Belchior</surname> <given-names>R</given-names></string-name>, <string-name><surname>Matos</surname> <given-names>M</given-names></string-name>, <string-name><surname>Vasconcelos</surname> <given-names>A</given-names></string-name></person-group>. <article-title>Securing cross-chain asset transfers on permissioned blockchains</article-title>. <year>2022</year>. doi:<pub-id pub-id-type="doi">10.36227/techrxiv.19651248.v2</pub-id>.</mixed-citation></ref>
<ref id="ref-41"><label>[41]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Flood</surname> <given-names>J</given-names></string-name>, <string-name><surname>McCullagh</surname> <given-names>A</given-names></string-name></person-group>. <article-title>Blockchain&#x2019;s future: can the decentralized blockchain community succeed in creating standards?</article-title> <source>Knowl Eng Rev</source>. <year>2020</year>;<volume>35</volume>:<fpage>e2</fpage>. doi:<pub-id pub-id-type="doi">10.1017/s0269888920000016</pub-id>.</mixed-citation></ref>
<ref id="ref-42"><label>[42]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Ghani</surname> <given-names>R</given-names></string-name>, <string-name><surname>Kamal</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Farhan</surname> <given-names>A</given-names></string-name></person-group>. <article-title>Blockchain-based E-Government system using WebSocket protocol</article-title>. <source>Eng Technol J</source>. <year>2024</year>;<volume>42</volume>(<issue>4</issue>):<fpage>421</fpage>&#x2013;<lpage>9</lpage>. doi:<pub-id pub-id-type="doi">10.30684/etj.2024.146559.1689</pub-id>.</mixed-citation></ref>
<ref id="ref-43"><label>[43]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Sunardi</surname> <given-names>S</given-names></string-name>, <string-name><surname>Afif</surname> <given-names>A</given-names></string-name>, <string-name><surname>Noviyanto</surname> <given-names>F</given-names></string-name></person-group>. <article-title>Real time monitoring and irrigation control using the websocket protocol</article-title>. In: <conf-name>Proceedings of the International Conference of Science and Technology for the Internet of Things; 2018 Oct 19&#x2013;20</conf-name>; <publisher-loc>Yogyakarta, Indonesia</publisher-loc>. doi:<pub-id pub-id-type="doi">10.4108/eai.19-10-2018.2282548</pub-id>.</mixed-citation></ref>
<ref id="ref-44"><label>[44]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Alwazzeh</surname> <given-names>M</given-names></string-name>, <string-name><surname>Karaman</surname> <given-names>S</given-names></string-name>, <string-name><surname>Shamma</surname> <given-names>MN</given-names></string-name></person-group>. <article-title>Man in the middle attacks against SSL/TLS: mitigation and defeat</article-title>. <source>J Cyber Secur Mobil</source>. <year>2020</year>;<volume>9</volume>(<issue>3</issue>):<fpage>449</fpage>&#x2013;<lpage>68</lpage>. doi:<pub-id pub-id-type="doi">10.13052/jcsm2245-1439.933</pub-id>.</mixed-citation></ref>
<ref id="ref-45"><label>[45]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Badii</surname> <given-names>C</given-names></string-name>, <string-name><surname>Bellini</surname> <given-names>P</given-names></string-name>, <string-name><surname>Difino</surname> <given-names>A</given-names></string-name>, <string-name><surname>Nesi</surname> <given-names>P</given-names></string-name></person-group>. <article-title>Smart City IoT platform respecting GDPR privacy and security aspects</article-title>. <source>IEEE Access</source>. <year>2020</year>;<volume>8</volume>:<fpage>23601</fpage>&#x2013;<lpage>23</lpage>. doi:<pub-id pub-id-type="doi">10.1109/access.2020.2968741</pub-id>.</mixed-citation></ref>
<ref id="ref-46"><label>[46]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Rathee</surname> <given-names>G</given-names></string-name>, <string-name><surname>Kerrache</surname> <given-names>CA</given-names></string-name>, <string-name><surname>Calafate</surname> <given-names>CT</given-names></string-name>, <string-name><surname>Song</surname> <given-names>H</given-names></string-name></person-group>. <article-title>A trusted mechanism against device reputation attacks in Web-of-Things applications</article-title>. <source>Trans Emerg Tel Tech</source>. <year>2024</year>;<volume>35</volume>(<issue>6</issue>):<fpage>e5011</fpage>. doi:<pub-id pub-id-type="doi">10.1002/ett.5011</pub-id>.</mixed-citation></ref>
<ref id="ref-47"><label>[47]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Xu</surname> <given-names>W</given-names></string-name>, <string-name><surname>Sun</surname> <given-names>J</given-names></string-name>, <string-name><surname>Cardell-Oliver</surname> <given-names>R</given-names></string-name>, <string-name><surname>Mian</surname> <given-names>A</given-names></string-name>, <string-name><surname>Hong</surname> <given-names>JB</given-names></string-name></person-group>. <article-title>A privacy-preserving framework using homomorphic encryption for smart metering systems</article-title>. <source>Sensors</source>. <year>2023</year>;<volume>23</volume>(<issue>10</issue>):<fpage>4746</fpage>. doi:<pub-id pub-id-type="doi">10.3390/s23104746</pub-id>; <pub-id pub-id-type="pmid">37430660</pub-id></mixed-citation></ref>
<ref id="ref-48"><label>[48]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zhang</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Kasahara</surname> <given-names>S</given-names></string-name>, <string-name><surname>Shen</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Jiang</surname> <given-names>X</given-names></string-name>, <string-name><surname>Wan</surname> <given-names>J</given-names></string-name></person-group>. <article-title>Smart contract-based access control for the Internet of Things</article-title>. <source>IEEE Internet Things J</source>. <year>2019</year>;<volume>6</volume>(<issue>2</issue>):<fpage>1594</fpage>&#x2013;<lpage>605</lpage>. doi:<pub-id pub-id-type="doi">10.1109/jiot.2018.2847705</pub-id>.</mixed-citation></ref>
<ref id="ref-49"><label>[49]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Neisse</surname> <given-names>R</given-names></string-name>, <string-name><surname>Hernandez-Ramos</surname> <given-names>JL</given-names></string-name>, <string-name><surname>Matheu-Garcia</surname> <given-names>SN</given-names></string-name>, <string-name><surname>Baldini</surname> <given-names>G</given-names></string-name>, <string-name><surname>Skarmeta</surname> <given-names>A</given-names></string-name>, <string-name><surname>Siris</surname> <given-names>V</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>An interledger blockchain platform for cross-border management of cybersecurity information</article-title>. <source>IEEE Internet Comput</source>. <year>2020</year>;<volume>24</volume>(<issue>3</issue>):<fpage>19</fpage>&#x2013;<lpage>29</lpage>. doi:<pub-id pub-id-type="doi">10.1109/mic.2020.3002423</pub-id>.</mixed-citation></ref>
<ref id="ref-50"><label>[50]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Haugum</surname> <given-names>T</given-names></string-name>, <string-name><surname>Hoff</surname> <given-names>B</given-names></string-name>, <string-name><surname>Alsadi</surname> <given-names>M</given-names></string-name>, <string-name><surname>Li</surname> <given-names>J</given-names></string-name></person-group>. <article-title>Security and privacy challenges in blockchain interoperability&#x2014;a multivocal literature review</article-title>. In: <conf-name>The International Conference on Evaluation and Assessment in Software Engineering 2022</conf-name>. <publisher-loc>Gothenburg, Sweden</publisher-loc>: <publisher-name>ACM</publisher-name>; <year>2022</year>. p. <fpage>347</fpage>&#x2013;<lpage>56</lpage>. doi:<pub-id pub-id-type="doi">10.1145/3530019.3531345</pub-id>.</mixed-citation></ref>
<ref id="ref-51"><label>[51]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Alkadi</surname> <given-names>R</given-names></string-name>, <string-name><surname>Alnuaimi</surname> <given-names>N</given-names></string-name>, <string-name><surname>Yeun</surname> <given-names>CY</given-names></string-name>, <string-name><surname>Shoufan</surname> <given-names>A</given-names></string-name></person-group>. <article-title>Blockchain interoperability in unmanned aerial vehicles networks: state-of-the-art and open issues</article-title>. <source>IEEE Access</source>. <year>2022</year>;<volume>10</volume>:<fpage>14463</fpage>&#x2013;<lpage>79</lpage>. doi:<pub-id pub-id-type="doi">10.1109/access.2022.3145199</pub-id>.</mixed-citation></ref>
<ref id="ref-52"><label>[52]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Thayyib</surname> <given-names>AR</given-names></string-name>, <string-name><surname>Salamah</surname> <given-names>I</given-names></string-name>, <string-name><surname>Halimatussa&#x2019;diyah</surname> <given-names>RA</given-names></string-name></person-group>. <article-title>IoT based monitoring system using MQTT protocol on tortilla chips cutting machine</article-title>. <source>Sistemasi</source>. <year>2023</year>;<volume>12</volume>(<issue>3</issue>):<fpage>973</fpage>. doi:<pub-id pub-id-type="doi">10.32520/stmsi.v12i3.3328</pub-id>.</mixed-citation></ref>
<ref id="ref-53"><label>[53]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Selvi</surname> <given-names>M</given-names></string-name>, <string-name><surname>Gayathri</surname> <given-names>A</given-names></string-name>, <string-name><surname>Svn</surname> <given-names>SK</given-names></string-name>, <string-name><surname>Kannan</surname> <given-names>A</given-names></string-name></person-group>. <article-title>Energy efficient and secured MQTT protocol using IoT</article-title>. <source>Int J Innov Technol Explor Eng</source>. <year>2020</year>;<volume>9</volume>(<issue>4</issue>):<fpage>11</fpage>&#x2013;<lpage>4</lpage>. doi:<pub-id pub-id-type="doi">10.35940/ijitee.b6264.029420</pub-id>.</mixed-citation></ref>
<ref id="ref-54"><label>[54]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Munshi</surname> <given-names>A</given-names></string-name></person-group>. <article-title>Improved MQTT secure transmission flags in smart homes</article-title>. <source>Sensors</source>. <year>2022</year>;<volume>22</volume>(<issue>6</issue>):<fpage>2174</fpage>. doi:<pub-id pub-id-type="doi">10.3390/s22062174</pub-id>; <pub-id pub-id-type="pmid">35336347</pub-id></mixed-citation></ref>
<ref id="ref-55"><label>[55]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Alasmari</surname> <given-names>R</given-names></string-name>, <string-name><surname>Alhogail</surname> <given-names>AA</given-names></string-name></person-group>. <article-title>Protecting smart-home IoT devices from MQTT attacks: an empirical study of ML-based IDS</article-title>. <source>IEEE Access</source>. <year>2024</year>;<volume>12</volume>:<fpage>25993</fpage>&#x2013;<lpage>6004</lpage>. doi:<pub-id pub-id-type="doi">10.1109/access.2024.3367113</pub-id>.</mixed-citation></ref>
<ref id="ref-56"><label>[56]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Dryja</surname> <given-names>KM</given-names></string-name>, <string-name><surname>Markovic</surname> <given-names>M</given-names></string-name>, <string-name><surname>Edwards</surname> <given-names>P</given-names></string-name></person-group>. <article-title>Fl<sub>y</sub>trap: a blockchain-based proxy for authorisation and audit of MQTT connections</article-title>. In: <conf-name>2021 8th International Conference on Internet of Things: Systems, Management and Security (IOTSMS); 2021 Dec 6&#x2013;9</conf-name>; <publisher-loc>Gandia, Spain</publisher-loc>. p. <fpage>1</fpage>&#x2013;<lpage>8</lpage>. doi:<pub-id pub-id-type="doi">10.1109/iotsms53705.2021.9704968</pub-id>.</mixed-citation></ref>
<ref id="ref-57"><label>[57]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Fern&#x00E1;ndez</surname> <given-names>F</given-names></string-name>, <string-name><surname>Zverev</surname> <given-names>M</given-names></string-name>, <string-name><surname>Garrido</surname> <given-names>P</given-names></string-name>, <string-name><surname>Ju&#x00E1;rez</surname> <given-names>JR</given-names></string-name>, <string-name><surname>Bilbao</surname> <given-names>J</given-names></string-name>, <string-name><surname>Ag&#x00FC;ero</surname> <given-names>R</given-names></string-name></person-group>. <article-title>Even lower latency in IIoT: evaluation of QUIC in industrial IoT scenarios</article-title>. <source>Sensors</source>. <year>2021</year>;<volume>21</volume>(<issue>17</issue>):<fpage>5737</fpage>. doi:<pub-id pub-id-type="doi">10.3390/s21175737</pub-id>; <pub-id pub-id-type="pmid">34502627</pub-id></mixed-citation></ref>
<ref id="ref-58"><label>[58]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Hsu</surname> <given-names>TC</given-names></string-name></person-group>. <article-title>Designing a secure and scalable service agent for IoT transmission through blockchain and MQTT fusion</article-title>. <source>Appl Sci</source>. <year>2024</year>;<volume>14</volume>(<issue>7</issue>):<fpage>2975</fpage>. doi:<pub-id pub-id-type="doi">10.3390/app14072975</pub-id>.</mixed-citation></ref>
<ref id="ref-59"><label>[59]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zakhary</surname> <given-names>V</given-names></string-name>, <string-name><surname>Agrawal</surname> <given-names>D</given-names></string-name>, <string-name><surname>El Abbadi</surname> <given-names>A</given-names></string-name></person-group>. <article-title>Atomic commitment across blockchains</article-title>. <source>Proc VLDB Endow</source>. <year>2020</year>;<volume>13</volume>(<issue>9</issue>):<fpage>1319</fpage>&#x2013;<lpage>31</lpage>. doi:<pub-id pub-id-type="doi">10.14778/3397230.3397231</pub-id>.</mixed-citation></ref>
<ref id="ref-60"><label>[60]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Sable</surname> <given-names>NP</given-names></string-name>, <string-name><surname>Rathod</surname> <given-names>VU</given-names></string-name>, <string-name><surname>Mahalle</surname> <given-names>PN</given-names></string-name>, <string-name><surname>Railkar</surname> <given-names>PN</given-names></string-name></person-group>. <article-title>An efficient and reliable data transmission service using network coding algorithms in peer-to-peer network</article-title>. <source>Int J Recent Innov Trends Comput Commun</source>. <year>2022</year>;<volume>10</volume>(<issue>1s</issue>):<fpage>144</fpage>&#x2013;<lpage>54</lpage>. doi:<pub-id pub-id-type="doi">10.17762/ijritcc.v10i1s.5819</pub-id>.</mixed-citation></ref>
<ref id="ref-61"><label>[61]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Wang</surname> <given-names>C</given-names></string-name>, <string-name><surname>Ren</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Wu</surname> <given-names>Z</given-names></string-name></person-group>. <article-title>Multi-hop anonymous payment channel network based on onion routing</article-title>. <source>IET Blockchain</source>. <year>2024</year>;<volume>4</volume>(<issue>2</issue>):<fpage>197</fpage>&#x2013;<lpage>208</lpage>. doi:<pub-id pub-id-type="doi">10.1049/blc2.12065</pub-id>.</mixed-citation></ref>
<ref id="ref-62"><label>[62]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Tobiloba</surname> <given-names>B</given-names></string-name>, <string-name><surname>Kelvin</surname> <given-names>L</given-names></string-name></person-group>. <article-title>Scalability and deployment challenges in MQTT push to talk for large</article-title>. <year>2023</year>. doi:<pub-id pub-id-type="doi">10.31219/osf.io/nszp4</pub-id>.</mixed-citation></ref>
<ref id="ref-63"><label>[63]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Astuti</surname> <given-names>NRDP</given-names></string-name>, <string-name><surname>Setiawan</surname> <given-names>DP</given-names></string-name>, <string-name><surname>Hakika</surname> <given-names>DC</given-names></string-name></person-group>. <article-title>Comparative study of elgamal and luc algorithm in cryptographic key generation</article-title>. <source>ASEAN Eng J</source>. <year>2023</year>;<volume>13</volume>(<issue>4</issue>):<fpage>61</fpage>&#x2013;<lpage>8</lpage>. doi:<pub-id pub-id-type="doi">10.11113/aej.v13.19184</pub-id>.</mixed-citation></ref>
<ref id="ref-64"><label>[64]</label><mixed-citation publication-type="book"><person-group person-group-type="author"><string-name><surname>Dao</surname> <given-names>MH</given-names></string-name>, <string-name><surname>Beroulle</surname> <given-names>V</given-names></string-name>, <string-name><surname>Kieffer</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Tran</surname> <given-names>XT</given-names></string-name></person-group>. <chapter-title>How to develop ECC-based low cost RFID tags robust against side-channel attacks</chapter-title>. In: <source>Industrial networks and intelligent systems</source>. <publisher-loc>Cham, Switzerland</publisher-loc>: <publisher-name>Springer International Publishing</publisher-name>; <year>2021</year>. p. <fpage>433</fpage>&#x2013;<lpage>47</lpage>. doi:<pub-id pub-id-type="doi">10.1007/978-3-030-77424-0_35</pub-id>.</mixed-citation></ref>
<ref id="ref-65"><label>[65]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Ta&#x015F;</surname> <given-names>R</given-names></string-name>, <string-name><surname>Tanr&#x0131;&#x00F6;ver</surname> <given-names>&#x00D6;&#x00D6;</given-names></string-name></person-group>. <article-title>A manipulation prevention model for blockchain-based E-voting systems</article-title>. <source>Secur Commun Netw</source>. <year>2021</year>;<volume>2021</volume>(<issue>12</issue>):<fpage>6673691</fpage>. doi:<pub-id pub-id-type="doi">10.1155/2021/6673691</pub-id>.</mixed-citation></ref>
<ref id="ref-66"><label>[66]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Adarbah</surname> <given-names>HY</given-names></string-name>, <string-name><surname>Moghadam</surname> <given-names>MF</given-names></string-name>, <string-name><surname>Maata</surname> <given-names>RLR</given-names></string-name>, <string-name><surname>Mohajerzadeh</surname> <given-names>A</given-names></string-name>, <string-name><surname>Al-Badi</surname> <given-names>AH</given-names></string-name></person-group>. <article-title>Security challenges of selective forwarding attack and design a secure ECDH-based authentication protocol to improve RPL security</article-title>. <source>IEEE Access</source>. <year>2023</year>;<volume>11</volume>(<issue>3</issue>):<fpage>11268</fpage>&#x2013;<lpage>80</lpage>. doi:<pub-id pub-id-type="doi">10.1109/access.2022.3221434</pub-id>.</mixed-citation></ref>
<ref id="ref-67"><label>[67]</label><mixed-citation publication-type="book"><person-group person-group-type="author"><string-name><surname>Cruz</surname> <given-names>D</given-names></string-name>, <string-name><surname>Almeida</surname> <given-names>JR</given-names></string-name>, <string-name><surname>Silva</surname> <given-names>J</given-names></string-name>, <string-name><surname>Oliveira</surname> <given-names>JL</given-names></string-name></person-group>. <chapter-title>A reliable and secure method for sharing genomic data</chapter-title>. In: <source>Caring is sharing&#x2014;exploiting the value in data for health and innovation</source>. Vol. <volume>302</volume>. <publisher-loc>Amsterdam, The Netherlands</publisher-loc>: <publisher-name>iOS Press</publisher-name>; <year>2023</year>. p. <fpage>1071</fpage>&#x2013;<lpage>2</lpage>. doi:<pub-id pub-id-type="doi">10.3233/shti230350</pub-id>.</mixed-citation></ref>
<ref id="ref-68"><label>[68]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Chen</surname> <given-names>L</given-names></string-name>, <string-name><surname>Chen</surname> <given-names>M</given-names></string-name>, <string-name><surname>Dai</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Niu</surname> <given-names>S</given-names></string-name></person-group>. <article-title>Micro-application security authentication based on key agreement hybrid encryption algorithm</article-title>. In: <conf-name>Second International Symposium on Computer Applications and Information Systems (ISCAIS 2023); 2023 Mar 24&#x2013;26</conf-name>; <publisher-loc>Chengdu, China</publisher-loc>. <fpage>18</fpage> p. doi:<pub-id pub-id-type="doi">10.1117/12.2683350</pub-id>.</mixed-citation></ref>
<ref id="ref-69"><label>[69]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Agarwal</surname> <given-names>S</given-names></string-name>, <string-name><surname>Joshi</surname> <given-names>G</given-names></string-name></person-group>. <article-title>Hybrid encryption of cloud processing with IOT devices using DNA and RSA cryptography</article-title>. <source>Int J Recent Innov Trends Comput Commun</source>. <year>2023</year>;<volume>11</volume>(<issue>6</issue>):<fpage>21</fpage>&#x2013;<lpage>7</lpage>. doi:<pub-id pub-id-type="doi">10.17762/ijritcc.v11i6.6767</pub-id>.</mixed-citation></ref>
<ref id="ref-70"><label>[70]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Manap</surname> <given-names>AT</given-names></string-name>, <string-name><surname>Abitova</surname> <given-names>GA</given-names></string-name></person-group>. <article-title>Development of information technology for secure file storage based on hybrid cryptography methods</article-title>. <source>Bull Shakarim Univ Tech Sci</source>. <year>2024</year>;<volume>1</volume>(<issue>12</issue>):<fpage>39</fpage>&#x2013;<lpage>46</lpage>. doi:<pub-id pub-id-type="doi">10.53360/2788-7995-2023-4(12)-6</pub-id>.</mixed-citation></ref>
<ref id="ref-71"><label>[71]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Cultice</surname> <given-names>T</given-names></string-name>, <string-name><surname>Clark</surname> <given-names>J</given-names></string-name>, <string-name><surname>Yang</surname> <given-names>W</given-names></string-name>, <string-name><surname>Thapliyal</surname> <given-names>H</given-names></string-name></person-group>. <article-title>A novel hierarchical security solution for controller-area-network-based 3D printing in a post-quantum world</article-title>. <source>Sensors</source>. <year>2023</year>;<volume>23</volume>(<issue>24</issue>):<fpage>9886</fpage>. doi:<pub-id pub-id-type="doi">10.3390/s23249886</pub-id>; <pub-id pub-id-type="pmid">38139732</pub-id></mixed-citation></ref>
<ref id="ref-72"><label>[72]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Padmashree</surname> <given-names>MG</given-names></string-name>, <string-name><surname>Arunalatha</surname> <given-names>JS</given-names></string-name>, <string-name><surname>Venugopal</surname> <given-names>KR</given-names></string-name></person-group>. <article-title>EBASKET ECC blended authentication and session key establishment technique for IoT</article-title>. <source>Int J Innov Technol Explor Eng</source>. <year>2021</year>;<volume>10</volume>(<issue>11</issue>):<fpage>20</fpage>&#x2013;<lpage>8</lpage>. doi:<pub-id pub-id-type="doi">10.35940/ijitee.k9461.09101121</pub-id>.</mixed-citation></ref>
<ref id="ref-73"><label>[73]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Thoi</surname> <given-names>NT</given-names></string-name></person-group>. <article-title>Research and application of digital signatures in e-commerce today</article-title>. <source>J Contemp Issues Bus Gov</source>. <year>2021</year>;<volume>27</volume>(<issue>2</issue>):<fpage>2276</fpage>&#x2013;<lpage>81</lpage>. doi:<pub-id pub-id-type="doi">10.47750/cibg.2021.27.02.237</pub-id>.</mixed-citation></ref>
<ref id="ref-74"><label>[74]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Barb&#x00E0;ra</surname> <given-names>F</given-names></string-name>, <string-name><surname>Schifanella</surname> <given-names>C</given-names></string-name></person-group>. <article-title>MP-HTLC: enabling blockchain interoperability through a multiparty implementation of the hash time-lock contract</article-title>. <source>Concur Comput</source>. <year>2023</year>;<volume>35</volume>(<issue>9</issue>):<fpage>e7656</fpage>. doi:<pub-id pub-id-type="doi">10.1002/cpe.7656</pub-id>.</mixed-citation></ref>
<ref id="ref-75"><label>[75]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Wali</surname> <given-names>A</given-names></string-name>, <string-name><surname>Ravichandran</surname> <given-names>H</given-names></string-name>, <string-name><surname>Das</surname> <given-names>S</given-names></string-name></person-group>. <article-title>A 2D cryptographic hash function incorporating homomorphic encryption for secure digital signatures</article-title>. <source>Adv Mater</source>. <year>2024</year>;<volume>36</volume>(<issue>23</issue>):<fpage>e2400661</fpage>. doi:<pub-id pub-id-type="doi">10.1002/adma.202400661</pub-id>; <pub-id pub-id-type="pmid">38373292</pub-id></mixed-citation></ref>
<ref id="ref-76"><label>[76]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Gan</surname> <given-names>L</given-names></string-name>, <string-name><surname>Yokubov</surname> <given-names>B</given-names></string-name></person-group>. <article-title>A performance comparison of post-quantum algorithms in blockchain</article-title>. <source>J Br Blockchain Assoc</source>. <year>2023</year>;<volume>6</volume>(<issue>1</issue>):<fpage>1</fpage>&#x2013;<lpage>10</lpage>. doi:<pub-id pub-id-type="doi">10.31585/jbba-6-1-(1)2023</pub-id>.</mixed-citation></ref>
<ref id="ref-77"><label>[77]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Mehibel</surname> <given-names>N</given-names></string-name>, <string-name><surname>Hamadouche</surname> <given-names>M</given-names></string-name></person-group>. <article-title>Authenticated secret session key using elliptic curve digital signature algorithm</article-title>. <source>Secur Priv</source>. <year>2021</year>;<volume>4</volume>(<issue>2</issue>):<fpage>e148</fpage>. doi:<pub-id pub-id-type="doi">10.1002/spy2.148</pub-id>.</mixed-citation></ref>
<ref id="ref-78"><label>[78]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Meng</surname> <given-names>L</given-names></string-name>, <string-name><surname>Chen</surname> <given-names>L</given-names></string-name></person-group>. <article-title>Reviewing the ISO/IEC standard for timestamping services</article-title>. <source>IEEE Comm Stand Mag</source>. <year>2021</year>;<volume>5</volume>(<issue>3</issue>):<fpage>20</fpage>&#x2013;<lpage>5</lpage>. doi:<pub-id pub-id-type="doi">10.1109/mcomstd.011.2000083</pub-id>.</mixed-citation></ref>
<ref id="ref-79"><label>[79]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Ko</surname> <given-names>H</given-names></string-name>, <string-name><surname>Oh</surname> <given-names>J</given-names></string-name>, <string-name><surname>Kim</surname> <given-names>SU</given-names></string-name></person-group>. <article-title>Digital content management using non-fungible tokens and the interplanetary file system</article-title>. <source>Appl Sci</source>. <year>2024</year>;<volume>14</volume>(<issue>1</issue>):<fpage>315</fpage>. doi:<pub-id pub-id-type="doi">10.3390/app14010315</pub-id>.</mixed-citation></ref>
<ref id="ref-80"><label>[80]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Eldin</surname> <given-names>SMS</given-names></string-name>, <string-name><surname>El-Latif</surname> <given-names>AAA</given-names></string-name>, <string-name><surname>Chelloug</surname> <given-names>SA</given-names></string-name>, <string-name><surname>Ahmad</surname> <given-names>M</given-names></string-name>, <string-name><surname>Eldeeb</surname> <given-names>AH</given-names></string-name>, <string-name><surname>Diab</surname> <given-names>TO</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>Design and analysis of new version of cryptographic hash function based on improved chaotic maps with induced DNA sequences</article-title>. <source>IEEE Access</source>. <year>2023</year>;<volume>11</volume>:<fpage>101694</fpage>&#x2013;<lpage>709</lpage>. doi:<pub-id pub-id-type="doi">10.1109/access.2023.3298545</pub-id>.</mixed-citation></ref>
<ref id="ref-81"><label>[81]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Duan</surname> <given-names>J</given-names></string-name>, <string-name><surname>Li</surname> <given-names>M</given-names></string-name>, <string-name><surname>Ian</surname> <given-names>H</given-names></string-name></person-group>. <article-title>A quantum algorithm for finding collision-inducing disturbance vectors in SHA-1</article-title>. <source>Phys Scr</source>. <year>2023</year>;<volume>98</volume>(<issue>11</issue>):<fpage>115106</fpage>. doi:<pub-id pub-id-type="doi">10.1088/1402-4896/acfc79</pub-id>.</mixed-citation></ref>
<ref id="ref-82"><label>[82]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Janshi Lakshmi</surname> <given-names>K</given-names></string-name>, <string-name><surname>Sreenivasulu</surname> <given-names>G</given-names></string-name></person-group>. <article-title>A compact hardware design and implementation on FPGA based hybrid of AES and keccak SHA3-512 for enhancing data security</article-title>. <source>Int J Electr Electron Res</source>. <year>2024</year>;<volume>12</volume>(<issue>1</issue>):<fpage>195</fpage>&#x2013;<lpage>202</lpage>. doi:<pub-id pub-id-type="doi">10.37391/ijeer.120128</pub-id>.</mixed-citation></ref>
<ref id="ref-83"><label>[83]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Jurcut</surname> <given-names>A</given-names></string-name>, <string-name><surname>Niculcea</surname> <given-names>T</given-names></string-name>, <string-name><surname>Ranaweera</surname> <given-names>P</given-names></string-name>, <string-name><surname>Le-Khac</surname> <given-names>NA</given-names></string-name></person-group>. <article-title>Security considerations for Internet of Things: a survey</article-title>. <source>SN Comput Sci</source>. <year>2020</year>;<volume>1</volume>(<issue>4</issue>):<fpage>193</fpage>. doi:<pub-id pub-id-type="doi">10.1007/s42979-020-00201-3</pub-id>.</mixed-citation></ref>
<ref id="ref-84"><label>[84]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Cha</surname> <given-names>SM</given-names></string-name>, <string-name><surname>Sasilatha</surname> <given-names>T</given-names></string-name></person-group>. <article-title>Hardware implementation of hybrid model encryption algorithm for secure transmission of medical images</article-title>. <source>Int J Eng Adv Technol</source>. <year>2019</year>;<volume>9</volume>(<issue>1s</issue>):<fpage>164</fpage>&#x2013;<lpage>7</lpage>. doi:<pub-id pub-id-type="doi">10.35940/ijeat.a1042.1091s19</pub-id>.</mixed-citation></ref>
<ref id="ref-85"><label>[85]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Kuppuswamy</surname> <given-names>P</given-names></string-name>, <string-name><surname>Al Khalidi Al-Maliki</surname> <given-names>SQY</given-names></string-name>, <string-name><surname>John</surname> <given-names>R</given-names></string-name>, <string-name><surname>Haseebuddin</surname> <given-names>M</given-names></string-name>, <string-name><surname>Ali Shaik Meeran</surname> <given-names>A</given-names></string-name></person-group>. <article-title>A hybrid encryption system for communication and financial transactions using RSA and a novel symmetric key algorithm</article-title>. <source>Bull Electr Eng Inform</source>. <year>2023</year>;<volume>12</volume>(<issue>2</issue>):<fpage>1148</fpage>&#x2013;<lpage>58</lpage>. doi:<pub-id pub-id-type="doi">10.11591/eei.v12i2.4967</pub-id>.</mixed-citation></ref>
<ref id="ref-86"><label>[86]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Tangka</surname> <given-names>GMW</given-names></string-name>, <string-name><surname>Delviolin</surname> <given-names>EO</given-names></string-name>, <string-name><surname>Chou</surname> <given-names>HM</given-names></string-name></person-group>. <article-title>Zero-knowledge proof application in ecommerce payment</article-title>. <source>Taiwanproceeding</source>. <year>2022</year>;<volume>4</volume>:<fpage>69</fpage>&#x2013;<lpage>75</lpage>. doi:<pub-id pub-id-type="doi">10.52162/4.2022162</pub-id>.</mixed-citation></ref>
<ref id="ref-87"><label>[87]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Herskind</surname> <given-names>L</given-names></string-name>, <string-name><surname>Katsikouli</surname> <given-names>P</given-names></string-name>, <string-name><surname>Dragoni</surname> <given-names>N</given-names></string-name></person-group>. <article-title>Privacy and cryptocurrencies&#x2014;a systematic literature review</article-title>. <source>IEEE Access</source>. <year>2020</year>;<volume>8</volume>:<fpage>54044</fpage>&#x2013;<lpage>59</lpage>. doi:<pub-id pub-id-type="doi">10.1109/access.2020.2980950</pub-id>.</mixed-citation></ref>
<ref id="ref-88"><label>[88]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Perera</surname> <given-names>MNS</given-names></string-name>, <string-name><surname>Koshiba</surname> <given-names>T</given-names></string-name></person-group>. <article-title>Almost fully secured lattice-based group signatures with verifier-local revocation</article-title>. <source>Cryptography</source>. <year>2020</year>;<volume>4</volume>(<issue>4</issue>):<fpage>33</fpage>. doi:<pub-id pub-id-type="doi">10.3390/cryptography4040033</pub-id>.</mixed-citation></ref>
<ref id="ref-89"><label>[89]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Arfaoui</surname> <given-names>G</given-names></string-name>, <string-name><surname>Bultel</surname> <given-names>X</given-names></string-name>, <string-name><surname>Fouque</surname> <given-names>PA</given-names></string-name>, <string-name><surname>Nedelcu</surname> <given-names>A</given-names></string-name>, <string-name><surname>Onete</surname> <given-names>C</given-names></string-name></person-group>. <article-title>The privacy of the TLS 1.3 protocol</article-title>. <source>Proc Priv Enhancing Technol</source>. <year>2019</year>;<volume>2019</volume>(<issue>4</issue>):<fpage>190</fpage>&#x2013;<lpage>210</lpage>. doi:<pub-id pub-id-type="doi">10.2478/popets-2019-0065</pub-id>.</mixed-citation></ref>
<ref id="ref-90"><label>[90]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Bhat</surname> <given-names>S</given-names></string-name>, <string-name><surname>Kavasseri</surname> <given-names>A</given-names></string-name></person-group>. <article-title>Enhancing security for robot-assisted surgery through advanced authentication mechanisms over 5G networks</article-title>. <source>Eur J Eng Technol Res</source>. <year>2023</year>;<volume>8</volume>(<issue>4</issue>):<fpage>1</fpage>&#x2013;<lpage>4</lpage>. doi:<pub-id pub-id-type="doi">10.24018/ejeng.2023.8.4.3064</pub-id>.</mixed-citation></ref>
<ref id="ref-91"><label>[91]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Okeke</surname> <given-names>RO</given-names></string-name>, <string-name><surname>Orimadike</surname> <given-names>SO</given-names></string-name></person-group>. <article-title>Enhanced cloud computing security using application-based multi-factor authentication (MFA) for communication systems</article-title>. <source>Eur J Electr Eng Comput Sci</source>. <year>2024</year>;<volume>8</volume>(<issue>2</issue>):<fpage>1</fpage>&#x2013;<lpage>8</lpage>. doi:<pub-id pub-id-type="doi">10.24018/ejece.2024.8.2.593</pub-id>.</mixed-citation></ref>
<ref id="ref-92"><label>[92]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Yang</surname> <given-names>YS</given-names></string-name>, <string-name><surname>Lee</surname> <given-names>SH</given-names></string-name>, <string-name><surname>Chen</surname> <given-names>WC</given-names></string-name>, <string-name><surname>Yang</surname> <given-names>CS</given-names></string-name>, <string-name><surname>Huang</surname> <given-names>YM</given-names></string-name>, <string-name><surname>Hou</surname> <given-names>TW</given-names></string-name></person-group>. <article-title>TTAS: trusted token authentication service of securing SCADA network in energy management system for industrial Internet of Things</article-title>. <source>Sensors</source>. <year>2021</year>;<volume>21</volume>(<issue>8</issue>):<fpage>2685</fpage>. doi:<pub-id pub-id-type="doi">10.3390/s21082685</pub-id>; <pub-id pub-id-type="pmid">33920332</pub-id></mixed-citation></ref>
<ref id="ref-93"><label>[93]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Carelli</surname> <given-names>A</given-names></string-name>, <string-name><surname>Palmieri</surname> <given-names>A</given-names></string-name>, <string-name><surname>Vilei</surname> <given-names>A</given-names></string-name>, <string-name><surname>Castanier</surname> <given-names>F</given-names></string-name>, <string-name><surname>Vesco</surname> <given-names>A</given-names></string-name></person-group>. <article-title>Enabling secure data exchange through the IOTA tangle for IoT constrained devices</article-title>. <source>Sensors</source>. <year>2022</year>;<volume>22</volume>(<issue>4</issue>):<fpage>1384</fpage>. doi:<pub-id pub-id-type="doi">10.3390/s22041384</pub-id>; <pub-id pub-id-type="pmid">35214286</pub-id></mixed-citation></ref>
<ref id="ref-94"><label>[94]</label><mixed-citation publication-type="book"><person-group person-group-type="author"><string-name><surname>Friesen</surname> <given-names>M</given-names></string-name>, <string-name><surname>Karthikeyan</surname> <given-names>G</given-names></string-name>, <string-name><surname>Heiss</surname> <given-names>S</given-names></string-name>, <string-name><surname>Wisniewski</surname> <given-names>L</given-names></string-name>, <string-name><surname>Trsek</surname> <given-names>H</given-names></string-name></person-group>. <chapter-title>A comparative evaluation of security mechanisms in DDS, TLS and DTLS</chapter-title>. In: <source>Kommunikation und bildverarbeitung in der automation</source>. <publisher-loc>Berlin/Heidelberg, Germany</publisher-loc>: <publisher-name>Springer</publisher-name>; <year>2020</year>. p. <fpage>201</fpage>&#x2013;<lpage>16</lpage>. doi:<pub-id pub-id-type="doi">10.1007/978-3-662-59895-5_15</pub-id>.</mixed-citation></ref>
<ref id="ref-95"><label>[95]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Ghaffari</surname> <given-names>F</given-names></string-name>, <string-name><surname>Bertin</surname> <given-names>E</given-names></string-name>, <string-name><surname>Hatin</surname> <given-names>J</given-names></string-name>, <string-name><surname>Crespi</surname> <given-names>N</given-names></string-name></person-group>. <article-title>Authentication and access control based on distributed ledger technology: a survey</article-title>. In: <conf-name>2020 2nd Conference on Blockchain Research &#x0026; Applications for Innovative Networks and Services (BRAINS); 2020 Sep 28&#x2013;30</conf-name>; <publisher-loc>Paris, France</publisher-loc>. p. <fpage>79</fpage>&#x2013;<lpage>86</lpage>. doi:<pub-id pub-id-type="doi">10.1109/brains49436.2020.9223297</pub-id>.</mixed-citation></ref>
<ref id="ref-96"><label>[96]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Kumar</surname> <given-names>M</given-names></string-name>, <string-name><surname>Kumar</surname> <given-names>L</given-names></string-name>, <string-name><surname>Jai</surname> <given-names>J</given-names></string-name>, <string-name><surname>Sharma</surname> <given-names>Y</given-names></string-name></person-group>. <article-title>MedBust: blockchain in pharmaceutical supply chain</article-title>. <source>Int J Sci Res Eng Manag</source>. <year>2023</year>;<volume>7</volume>(<issue>1</issue>):<fpage>1</fpage>&#x2013;<lpage>7</lpage>. doi:<pub-id pub-id-type="doi">10.55041/ijsrem17562</pub-id>.</mixed-citation></ref>
<ref id="ref-97"><label>[97]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Nikander</surname> <given-names>P</given-names></string-name>, <string-name><surname>Autiosalo</surname> <given-names>J</given-names></string-name>, <string-name><surname>Paavolainen</surname> <given-names>S</given-names></string-name></person-group>. <article-title>Interledger for the industrial Internet of Things</article-title>. In: <conf-name>2019 IEEE 17th International Conference on Industrial Informatics (INDIN); 2019 Jul 22&#x2013;25</conf-name>; <publisher-loc>Helsinki, Finland</publisher-loc>. p. <fpage>908</fpage>&#x2013;<lpage>15</lpage>. doi:<pub-id pub-id-type="doi">10.1109/indin41052.2019.8972167</pub-id>.</mixed-citation></ref>
<ref id="ref-98"><label>[98]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Mironov</surname> <given-names>DS</given-names></string-name></person-group>. <article-title>Research &#x043E;f API architecture for clientserver communication</article-title>. <source>Connectivity</source>. <year>2024</year>;<volume>167</volume>(<issue>1</issue>). doi:<pub-id pub-id-type="doi">10.31673/2412-9070.2024.012629</pub-id>.</mixed-citation></ref>
<ref id="ref-99"><label>[99]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Kela</surname> <given-names>R</given-names></string-name>, <string-name><surname>Chawla</surname> <given-names>A</given-names></string-name>, <string-name><surname>Gaur</surname> <given-names>P</given-names></string-name>, <string-name><surname>Dr Manikandan</surname> <given-names>K</given-names></string-name></person-group>. <article-title>Implementation of cyber security attacks and strategic mitigation mechanisms</article-title>. <source>Int J Adv Res Comput Sci</source>. <year>2022</year>;<volume>13</volume>(<issue>4</issue>):<fpage>28</fpage>&#x2013;<lpage>34</lpage>. doi:<pub-id pub-id-type="doi">10.26483/ijarcs.v13i4.6890</pub-id>.</mixed-citation></ref>
<ref id="ref-100"><label>[100]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Bhatikare</surname> <given-names>P</given-names></string-name>, <string-name><surname>Gavade</surname> <given-names>S</given-names></string-name>, <string-name><surname>Karande</surname> <given-names>S</given-names></string-name>, <string-name><surname>Bansode</surname> <given-names>P</given-names></string-name>, <string-name><surname>Garkal</surname> <given-names>A</given-names></string-name></person-group>. <article-title>Real time chat application</article-title>. <source>Int J Innov Res Comput Commun Eng</source>. <year>2025</year>;<volume>13</volume>(<issue>2</issue>):<fpage>1111</fpage>&#x2013;<lpage>4</lpage>. doi:<pub-id pub-id-type="doi">10.31224/4468</pub-id>.</mixed-citation></ref>
<ref id="ref-101"><label>[101]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Pavan Kumar Reddy</surname> <given-names>A</given-names></string-name></person-group>. <article-title>Dashboard real-time monitoring of construction projects</article-title>. <source>Int J Sci Res Eng Manag</source>. <year>2025</year>;<volume>9</volume>(<issue>5</issue>):<fpage>1</fpage>&#x2013;<lpage>9</lpage>. doi:<pub-id pub-id-type="doi">10.55041/ijsrem47451</pub-id>.</mixed-citation></ref>
<ref id="ref-102"><label>[102]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Tongase</surname> <given-names>O</given-names></string-name></person-group>. <article-title>Developing AuctoLive: a real-time web-based auction and bidding platform</article-title>. <source>Int Sci J Eng Manag</source>. <year>2025</year>;<volume>4</volume>(<issue>6</issue>):<fpage>1</fpage>&#x2013;<lpage>9</lpage>. doi:<pub-id pub-id-type="doi">10.55041/isjem03980</pub-id>.</mixed-citation></ref>
<ref id="ref-103"><label>[103]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Lyu</surname> <given-names>Q</given-names></string-name>, <string-name><surname>Ma</surname> <given-names>C</given-names></string-name>, <string-name><surname>Shen</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Jiao</surname> <given-names>S</given-names></string-name>, <string-name><surname>Sun</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Hu</surname> <given-names>L</given-names></string-name></person-group>. <article-title>Analyzing ethereum smart contract vulnerabilities at scale based on Inter-contract dependency</article-title>. <source>Comput Model Eng Sci</source>. <year>2023</year>;<volume>135</volume>(<issue>2</issue>):<fpage>1625</fpage>&#x2013;<lpage>47</lpage>. doi:<pub-id pub-id-type="doi">10.32604/cmes.2022.021562</pub-id>.</mixed-citation></ref>
<ref id="ref-104"><label>[104]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Hu</surname> <given-names>T</given-names></string-name>, <string-name><surname>Li</surname> <given-names>J</given-names></string-name>, <string-name><surname>Li</surname> <given-names>B</given-names></string-name>, <string-name><surname>Storhaug</surname> <given-names>A</given-names></string-name></person-group>. <article-title>Why smart contracts reported as vulnerable were not exploited?</article-title> <source>IEEE Trans Dependable Secur Comput</source>. <year>2025</year>;<volume>22</volume>(<issue>3</issue>):<fpage>2579</fpage>&#x2013;<lpage>96</lpage>. doi:<pub-id pub-id-type="doi">10.1109/tdsc.2024.3520554</pub-id>.</mixed-citation></ref>
<ref id="ref-105"><label>[105]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Rodler</surname> <given-names>M</given-names></string-name>, <string-name><surname>Li</surname> <given-names>W</given-names></string-name>, <string-name><surname>Karame</surname> <given-names>GO</given-names></string-name>, <string-name><surname>Davi</surname> <given-names>L</given-names></string-name></person-group>. <article-title>Sereum: protecting existing smart contracts against re-entrancy attacks</article-title>. In: <conf-name>Proceedings 2019 Network and Distributed System Security Symposium; 2019 Feb 24&#x2013;27</conf-name>; <publisher-loc>San Diego, CA, USA</publisher-loc>. p. <fpage>1</fpage>&#x2013;<lpage>15</lpage>. doi:<pub-id pub-id-type="doi">10.14722/ndss.2019.23413</pub-id>.</mixed-citation></ref>
<ref id="ref-106"><label>[106]</label><mixed-citation publication-type="book"><person-group person-group-type="author"><string-name><surname>Lagutin</surname> <given-names>D</given-names></string-name>, <string-name><surname>Kortesniemi</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Siris</surname> <given-names>VA</given-names></string-name>, <string-name><surname>Fotiu</surname> <given-names>N</given-names></string-name>, <string-name><surname>Polyzos</surname> <given-names>GC</given-names></string-name>, <string-name><surname>Wu</surname> <given-names>L</given-names></string-name></person-group>. <chapter-title>Leveraging interledger technologies in IoT security risk management</chapter-title>. In: <source>Security risk management for the Internet of Things: technologies and techniques for IoT security, privacy and data protection</source>. <publisher-loc>Norwell, MA</publisher-loc>, <publisher-name>USA: Now Publishers</publisher-name>; <year>2020</year>. p. <fpage>229</fpage>&#x2013;<lpage>46</lpage>. doi:<pub-id pub-id-type="doi">10.1561/9781680836837.ch14</pub-id>.</mixed-citation></ref>
<ref id="ref-107"><label>[107]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Chark See</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Xiang Ho</surname> <given-names>E</given-names></string-name></person-group>. <article-title>IoT-based fire safety system using MQTT communication protocol</article-title>. <source>Int J Integr Eng</source>. <year>2020</year>;<volume>12</volume>(<issue>6</issue>):<fpage>207</fpage>&#x2013;<lpage>15</lpage>. doi:<pub-id pub-id-type="doi">10.30880/ijie.2020.12.06.024</pub-id>.</mixed-citation></ref>
<ref id="ref-108"><label>[108]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Azzedin</surname> <given-names>F</given-names></string-name>, <string-name><surname>Alhazmi</surname> <given-names>T</given-names></string-name></person-group>. <article-title>Secure data distribution architecture in IoT using MQTT</article-title>. <source>Appl Sci</source>. <year>2023</year>;<volume>13</volume>(<issue>4</issue>):<fpage>2515</fpage>. doi:<pub-id pub-id-type="doi">10.3390/app13042515</pub-id>.</mixed-citation></ref>
<ref id="ref-109"><label>[109]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Chen</surname> <given-names>R</given-names></string-name>, <string-name><surname>Du</surname> <given-names>X</given-names></string-name>, <string-name><surname>Hu</surname> <given-names>J</given-names></string-name>, <string-name><surname>Song</surname> <given-names>T</given-names></string-name></person-group>. <article-title>Blockchain-based MQTT communication access control scheme for the Internet of Things</article-title>. In: <conf-name>Second International Conference on Electronic Information Technology (EIT 2023); 2023 Mar 31&#x2013;Apr 2</conf-name>. <publisher-loc>Wuhan, China</publisher-loc>. <fpage>159</fpage> p. doi:<pub-id pub-id-type="doi">10.1117/12.2685781</pub-id>.</mixed-citation></ref>
<ref id="ref-110"><label>[110]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Hafeez</surname> <given-names>KA</given-names></string-name></person-group>. <article-title>Building secure and legal file sharing system using JXTA platform [master&#x2019;s thesis]. Toronto, ON, Canada: Ryerson University</article-title>; <year>2021</year>.</mixed-citation></ref>
<ref id="ref-111"><label>[111]</label><mixed-citation publication-type="other"><person-group person-group-type="author"><string-name><surname>Chen</surname> <given-names>Q</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>W</given-names></string-name>, <string-name><surname>Lin</surname> <given-names>X</given-names></string-name></person-group>. <article-title>PPT: a privacy-preserving global model training protocol for federated learning in P2P networks</article-title>. <comment>arXiv:2105.14408. 2021</comment>.</mixed-citation></ref>
<ref id="ref-112"><label>[112]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Jin</surname> <given-names>J</given-names></string-name>, <string-name><surname>Kim</surname> <given-names>K</given-names></string-name></person-group>. <article-title>3D CUBE algorithm for the key generation method: applying deep neural network learning-based</article-title>. <source>IEEE Access</source>. <year>2020</year>;<volume>8</volume>:<fpage>33689</fpage>&#x2013;<lpage>702</lpage>. doi:<pub-id pub-id-type="doi">10.1109/access.2020.2973695</pub-id>.</mixed-citation></ref>
<ref id="ref-113"><label>[113]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Jin</surname> <given-names>H</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>M</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>L</given-names></string-name>, <string-name><surname>Yang</surname> <given-names>Q</given-names></string-name>, <string-name><surname>Li</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Long</surname> <given-names>X</given-names></string-name>, <etal>et al.</etal></person-group> <article-title>The research focuses on the symmetric encryption scheme for industrial data based on MQTT</article-title>. In: <conf-name>Third International Conference on Signal Processing and Communication Security (ICSPCS 2024); 2024 Jun 7&#x2013;9</conf-name>; <publisher-loc>Chengdu, China</publisher-loc>. <fpage>1322209</fpage> p. doi:<pub-id pub-id-type="doi">10.1117/12.3038673</pub-id>.</mixed-citation></ref>
<ref id="ref-114"><label>[114]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Lu</surname> <given-names>HJ</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>D</given-names></string-name></person-group>. <article-title>An improved NFC device authentication protocol</article-title>. <source>PLoS One</source>. <year>2021</year>;<volume>16</volume>(<issue>8</issue>):<fpage>e0256367</fpage>. doi:<pub-id pub-id-type="doi">10.1371/journal.pone.0256367</pub-id>; <pub-id pub-id-type="pmid">34398903</pub-id></mixed-citation></ref>
<ref id="ref-115"><label>[115]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Ayd&#x0131;n</surname> <given-names>Y</given-names></string-name>, <string-name><surname>&#x00D6;zkaynak</surname> <given-names>F</given-names></string-name></person-group>. <article-title>Logistic and circle maps for robust S-box construction in cryptography</article-title>. In: <conf-name>2nd International Conference on Frontiersin Academic Research; 2023 Dec 4&#x2013;5</conf-name>; <publisher-loc>Konya, Turkey</publisher-loc>. p. <fpage>274</fpage>&#x2013;<lpage>8</lpage>. doi:<pub-id pub-id-type="doi">10.59287/as-proceedings.477</pub-id>.</mixed-citation></ref>
<ref id="ref-116"><label>[116]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Tang</surname> <given-names>W</given-names></string-name>, <string-name><surname>Gao</surname> <given-names>Y</given-names></string-name></person-group>. <article-title>Application solutions of highway freight information systems based on quantum communication</article-title>. <source>Sci Rep</source>. <year>2024</year>;<volume>14</volume>(<issue>1</issue>):<fpage>2668</fpage>. doi:<pub-id pub-id-type="doi">10.21203/rs.3.rs-3432631/v1</pub-id>.</mixed-citation></ref>
<ref id="ref-117"><label>[117]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Han</surname> <given-names>M</given-names></string-name>, <string-name><surname>Zhu</surname> <given-names>M</given-names></string-name>, <string-name><surname>Cheng</surname> <given-names>P</given-names></string-name>, <string-name><surname>Yin</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Qu</surname> <given-names>H</given-names></string-name></person-group>. <article-title>Implementing an efficient secure attribute-based encryption system for IoV using association rules</article-title>. <source>Symmetry</source>. <year>2021</year>;<volume>13</volume>(<issue>7</issue>):<fpage>1177</fpage>. doi:<pub-id pub-id-type="doi">10.3390/sym13071177</pub-id>.</mixed-citation></ref>
<ref id="ref-118"><label>[118]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Abdul</surname> <given-names>RF</given-names></string-name>, <string-name><surname>Arumugam</surname> <given-names>S</given-names></string-name></person-group>. <article-title>A novel data transmission model using hybrid encryption scheme for preserving data integrity</article-title>. <source>Adv Technol Innov</source>. <year>2025</year>;<volume>10</volume>(<issue>1</issue>):<fpage>15</fpage>&#x2013;<lpage>28</lpage>. doi:<pub-id pub-id-type="doi">10.46604/aiti.2024.14114</pub-id>.</mixed-citation></ref>
<ref id="ref-119"><label>[119]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Xu</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Xu</surname> <given-names>C</given-names></string-name>, <string-name><surname>Liang</surname> <given-names>W</given-names></string-name>, <string-name><surname>Xu</surname> <given-names>J</given-names></string-name>, <string-name><surname>Chen</surname> <given-names>H</given-names></string-name></person-group>. <article-title>A lightweight mutual authentication and key agreement scheme for medical Internet of Things</article-title>. <source>IEEE Access</source>. <year>2019</year>;<volume>7</volume>:<fpage>53922</fpage>&#x2013;<lpage>31</lpage>. doi:<pub-id pub-id-type="doi">10.1109/access.2019.2912870</pub-id>.</mixed-citation></ref>
<ref id="ref-120"><label>[120]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Awadh</surname> <given-names>WA</given-names></string-name>, <string-name><surname>Alasady</surname> <given-names>AS</given-names></string-name>, <string-name><surname>Hashim</surname> <given-names>MS</given-names></string-name></person-group>. <article-title>A multilayer model to enhance data security in cloud computing</article-title>. <source>Indones J Electr Eng Comput Sci</source>. <year>2023</year>;<volume>32</volume>(<issue>2</issue>):<fpage>1105</fpage>. doi:<pub-id pub-id-type="doi">10.11591/ijeecs.v32.i2.pp1105-1114</pub-id>.</mixed-citation></ref>
<ref id="ref-121"><label>[121]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Shi</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Jiang</surname> <given-names>D</given-names></string-name>, <string-name><surname>Tsafack</surname> <given-names>N</given-names></string-name>, <string-name><surname>Ahmad</surname> <given-names>M</given-names></string-name>, <string-name><surname>Zhu</surname> <given-names>L</given-names></string-name>, <string-name><surname>Zheng</surname> <given-names>M</given-names></string-name></person-group>. <article-title>Privacy data protection scheme using memristive hyperchaos and multi-scale block compressive sensing</article-title>. <source>Phys Scr</source>. <year>2023</year>;<volume>98</volume>(<issue>9</issue>):<fpage>095206</fpage>. doi:<pub-id pub-id-type="doi">10.1088/1402-4896/ace93a</pub-id>.</mixed-citation></ref>
<ref id="ref-122"><label>[122]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Jangid</surname> <given-names>MK</given-names></string-name>, <string-name><surname>Lin</surname> <given-names>Z</given-names></string-name></person-group>. <article-title>Towards a TEE-based V2V protocol for connected and autonomous vehicles</article-title>. In: <conf-name>Workshop on Automotive and Autonomous Vehicle Security (AutoSec) 2022; 2022 Apr 24</conf-name>; <publisher-loc>San Diego, CA, USA</publisher-loc>. p. <fpage>1</fpage>&#x2013;<lpage>8</lpage>. doi:<pub-id pub-id-type="doi">10.14722/autosec.2022.23044</pub-id>.</mixed-citation></ref>
<ref id="ref-123"><label>[123]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Peng</surname> <given-names>S</given-names></string-name>, <string-name><surname>Cai</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>W</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>W</given-names></string-name>, <string-name><surname>Li</surname> <given-names>G</given-names></string-name>, <string-name><surname>Sun</surname> <given-names>Y</given-names></string-name>, <etal>et al.</etal></person-group> <article-title>Blockchain data secure transmission method based on homomorphic encryption</article-title>. <source>Comput Intell Neurosci</source>. <year>2022</year>;<volume>2022</volume>(<issue>1</issue>):<fpage>3406228</fpage>. doi:<pub-id pub-id-type="doi">10.1155/2022/3406228</pub-id>; <pub-id pub-id-type="pmid">35535195</pub-id></mixed-citation></ref>
<ref id="ref-124"><label>[124]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Xia</surname> <given-names>X</given-names></string-name>, <string-name><surname>Hou</surname> <given-names>T</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>X</given-names></string-name>, <string-name><surname>Zong</surname> <given-names>C</given-names></string-name>, <string-name><surname>Mu</surname> <given-names>S</given-names></string-name></person-group>. <article-title>Protecting check-In data privacy in blockchain transactions with preserving high trajectory pattern utility</article-title>. <source>Wirel Commun Mob Comput</source>. <year>2022</year>;<volume>2022</volume>(<issue>4</issue>):<fpage>9358531</fpage>. doi:<pub-id pub-id-type="doi">10.1155/2022/9358531</pub-id>.</mixed-citation></ref>
<ref id="ref-125"><label>[125]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Haidary Makoui</surname> <given-names>F</given-names></string-name>, <string-name><surname>Gulliver</surname> <given-names>TA</given-names></string-name>, <string-name><surname>Dakhilalian</surname> <given-names>M</given-names></string-name></person-group>. <article-title>A new code-based digital signature based on the McEliece cryptosystem</article-title>. <source>IET Commun</source>. <year>2023</year>;<volume>17</volume>(<issue>10</issue>):<fpage>1199</fpage>&#x2013;<lpage>207</lpage>. doi:<pub-id pub-id-type="doi">10.1049/cmu2.12607</pub-id>.</mixed-citation></ref>
<ref id="ref-126"><label>[126]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Liu</surname> <given-names>F</given-names></string-name>, <string-name><surname>Zheng</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Gong</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Tian</surname> <given-names>K</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Hu</surname> <given-names>Z</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>A survey on lattice-based digital signature</article-title>. <source>Cybersecurity</source>. <year>2024</year>;<volume>7</volume>(<issue>1</issue>):<fpage>7</fpage>. doi:<pub-id pub-id-type="doi">10.1186/s42400-023-00198-1</pub-id>.</mixed-citation></ref>
<ref id="ref-127"><label>[127]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Sideris</surname> <given-names>A</given-names></string-name>, <string-name><surname>Sanida</surname> <given-names>T</given-names></string-name>, <string-name><surname>Dasygenis</surname> <given-names>M</given-names></string-name></person-group>. <article-title>High throughput implementation of the keccak hash function using the nios-II processor</article-title>. <source>Technologies</source>. <year>2020</year>;<volume>8</volume>(<issue>1</issue>):<fpage>15</fpage>. doi:<pub-id pub-id-type="doi">10.3390/technologies8010015</pub-id>.</mixed-citation></ref>
<ref id="ref-128"><label>[128]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Upadhyay</surname> <given-names>D</given-names></string-name>, <string-name><surname>Gaikwad</surname> <given-names>N</given-names></string-name>, <string-name><surname>Zaman</surname> <given-names>M</given-names></string-name>, <string-name><surname>Sampalli</surname> <given-names>S</given-names></string-name></person-group>. <article-title>Investigating the avalanche effect of various cryptographically secure hash functions and hash-based applications</article-title>. <source>IEEE Access</source>. <year>2022</year>;<volume>10</volume>(<issue>6</issue>):<fpage>112472</fpage>&#x2013;<lpage>86</lpage>. doi:<pub-id pub-id-type="doi">10.1109/access.2022.3215778</pub-id>.</mixed-citation></ref>
<ref id="ref-129"><label>[129]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Liu</surname> <given-names>H</given-names></string-name>, <string-name><surname>Kadir</surname> <given-names>A</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>J</given-names></string-name></person-group>. <article-title>Keyed hash function using hyper chaotic system with time-varying parameters perturbation</article-title>. <source>IEEE Access</source>. <year>2019</year>;<volume>7</volume>:<fpage>37211</fpage>&#x2013;<lpage>9</lpage>. doi:<pub-id pub-id-type="doi">10.1109/access.2019.2896661</pub-id>.</mixed-citation></ref>
<ref id="ref-130"><label>[130]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Belal</surname> <given-names>MM</given-names></string-name>, <string-name><surname>Maitra</surname> <given-names>T</given-names></string-name>, <string-name><surname>Giri</surname> <given-names>D</given-names></string-name>, <string-name><surname>Das</surname> <given-names>AK</given-names></string-name></person-group>. <article-title>Chaotic neural networks and farfalle construction based parallel keyed secure hash function</article-title>. <source>Secur Priv</source>. <year>2022</year>;<volume>5</volume>(<issue>6</issue>):<fpage>e259</fpage>. doi:<pub-id pub-id-type="doi">10.1002/spy2.259</pub-id>.</mixed-citation></ref>
<ref id="ref-131"><label>[131]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Khan</surname> <given-names>BUI</given-names></string-name>, <string-name><surname>Olanrewaju</surname> <given-names>RF</given-names></string-name>, <string-name><surname>Morshidi</surname> <given-names>MA</given-names></string-name>, <string-name><surname>Mir</surname> <given-names>RN</given-names></string-name>, <string-name><surname>Mat Kiah</surname> <given-names>MLB</given-names></string-name>, <string-name><surname>Khan</surname> <given-names>AM</given-names></string-name></person-group>. <article-title>Evolution and analysis of secured hash algorithm (Sha) family</article-title>. <source>Malays J Comput Sci</source>. <year>2022</year>;<volume>35</volume>(<issue>3</issue>):<fpage>179</fpage>&#x2013;<lpage>200</lpage>. doi:<pub-id pub-id-type="doi">10.22452/mjcs.vol35no3.1</pub-id>.</mixed-citation></ref>
<ref id="ref-132"><label>[132]</label><mixed-citation publication-type="book"><person-group person-group-type="author"><string-name><surname>Devaji</surname> <given-names>JP</given-names></string-name>, <string-name><surname>Iyer</surname> <given-names>NC</given-names></string-name>, <string-name><surname>Mattimani</surname> <given-names>R</given-names></string-name></person-group>. <chapter-title>Performance analysis of secure hash algorithm-2 (SHA-) and implementing on FPGA</chapter-title>. In: <source>ICT with intelligent applications</source>. <publisher-loc>Singapore</publisher-loc>: <publisher-name>Springer Singapore</publisher-name>; <year>2021</year>. p. <fpage>1</fpage>&#x2013;<lpage>8</lpage>. doi:<pub-id pub-id-type="doi">10.1007/978-981-16-4177-0_1</pub-id>.</mixed-citation></ref>
<ref id="ref-133"><label>[133]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Ding</surname> <given-names>K</given-names></string-name>, <string-name><surname>Meng</surname> <given-names>F</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Xu</surname> <given-names>N</given-names></string-name>, <string-name><surname>Chen</surname> <given-names>W</given-names></string-name></person-group>. <article-title>Perceptual hashing based forensics scheme for the integrity authentication of high resolution remote sensing image</article-title>. <source>Information</source>. <year>2018</year>;<volume>9</volume>(<issue>9</issue>):<fpage>229</fpage>. doi:<pub-id pub-id-type="doi">10.3390/info9090229</pub-id>.</mixed-citation></ref>
<ref id="ref-134"><label>[134]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zniti</surname> <given-names>A</given-names></string-name>, <string-name><surname>Ouazzani</surname> <given-names>NE</given-names></string-name></person-group>. <article-title>Hash algorithm comparison through a PIC32 microcontroller</article-title>. <source>Bull Electr Eng Inform</source>. <year>2023</year>;<volume>12</volume>(<issue>4</issue>):<fpage>2457</fpage>&#x2013;<lpage>63</lpage>. doi:<pub-id pub-id-type="doi">10.11591/beei.v12i4.4982</pub-id>.</mixed-citation></ref>
<ref id="ref-135"><label>[135]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Yang</surname> <given-names>S</given-names></string-name>, <string-name><surname>Shao</surname> <given-names>L</given-names></string-name>, <string-name><surname>Huang</surname> <given-names>J</given-names></string-name>, <string-name><surname>Zou</surname> <given-names>W</given-names></string-name></person-group>. <article-title>Design and implementation of low-power IoT RISC-V processor with hybrid encryption accelerator</article-title>. <source>Electronics</source>. <year>2023</year>;<volume>12</volume>(<issue>20</issue>):<fpage>4222</fpage>. doi:<pub-id pub-id-type="doi">10.3390/electronics12204222</pub-id>.</mixed-citation></ref>
<ref id="ref-136"><label>[136]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Liu</surname> <given-names>G</given-names></string-name>, <string-name><surname>Guo</surname> <given-names>F</given-names></string-name>, <string-name><surname>Wu</surname> <given-names>CK</given-names></string-name></person-group>. <article-title>Medical data sharing scheme based on hybrid encryption with revocable attribute</article-title>. In: <conf-name>Fifth International Conference on Computer Information Science and Artificial Intelligence (CISAI 2022); 2022 Sep 16&#x2013;18</conf-name>; <publisher-loc>Chongqing, China</publisher-loc>; <year>2023</year>. <fpage>1256618</fpage> p. doi:<pub-id pub-id-type="doi">10.1117/12.2667309</pub-id>.</mixed-citation></ref>
<ref id="ref-137"><label>[137]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Han</surname> <given-names>Q</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>L</given-names></string-name>, <string-name><surname>Lee</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Qin</surname> <given-names>J</given-names></string-name></person-group>. <article-title>Video encryption scheme using hybrid encryption technology</article-title>. <source>Int J Internet Protoc Technol</source>. <year>2020</year>;<volume>13</volume>(<issue>1</issue>):<fpage>1</fpage>. doi:<pub-id pub-id-type="doi">10.1504/ijipt.2020.105046</pub-id>.</mixed-citation></ref>
<ref id="ref-138"><label>[138]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Shafiq</surname> <given-names>S</given-names></string-name>, <string-name><surname>Latif</surname> <given-names>S</given-names></string-name>, <string-name><surname>Ibrahim</surname> <given-names>J</given-names></string-name>, <string-name><surname>Ilyas</surname> <given-names>MSB</given-names></string-name>, <string-name><surname>Imran</surname> <given-names>A</given-names></string-name>, <string-name><surname>Kryvinska</surname> <given-names>N</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>Optimizing video data security: a hybrid <italic>MAES</italic>-ECC encryption technique for efficient Internet transmission</article-title>. <source>PLoS One</source>. <year>2024</year>;<volume>19</volume>(<issue>11</issue>):<fpage>e0311765</fpage>. doi:<pub-id pub-id-type="doi">10.1371/journal.pone.0311765</pub-id>; <pub-id pub-id-type="pmid">39576785</pub-id></mixed-citation></ref>
<ref id="ref-139"><label>[139]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Akter</surname> <given-names>R</given-names></string-name>, <string-name><surname>Khan</surname> <given-names>MAR</given-names></string-name>, <string-name><surname>Rahman</surname> <given-names>F</given-names></string-name>, <string-name><surname>Soheli</surname> <given-names>SJ</given-names></string-name>, <string-name><surname>Suha</surname> <given-names>NJ</given-names></string-name></person-group>. <article-title>RSA and AES based hybrid encryption technique for enhancing data security in cloud computing</article-title>. <source>Int J Comput Appl Math Comput Sci</source>. <year>2023</year>;<volume>3</volume>:<fpage>60</fpage>&#x2013;<lpage>71</lpage>. doi:<pub-id pub-id-type="doi">10.37394/232028.2023.3.8</pub-id>.</mixed-citation></ref>
<ref id="ref-140"><label>[140]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Ghaly</surname> <given-names>S</given-names></string-name>, <string-name><surname>Abdullah</surname> <given-names>MZ</given-names></string-name></person-group>. <article-title>Design and implementation of a secured SDN system based on hybrid encrypted algorithms</article-title>. <source>Telecommun Comput Electron Control</source>. <year>2021</year>;<volume>19</volume>(<issue>4</issue>):<fpage>1118</fpage>. doi:<pub-id pub-id-type="doi">10.12928/telkomnika.v19i4.18721</pub-id>.</mixed-citation></ref>
<ref id="ref-141"><label>[141]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Srivenkateswaran</surname> <given-names>C</given-names></string-name>, <string-name><surname>Jaya Mabel Rani</surname> <given-names>A</given-names></string-name>, <string-name><surname>Senthil Kumaran</surname> <given-names>R</given-names></string-name>, <string-name><surname>Vinston Raja</surname> <given-names>R</given-names></string-name></person-group>. <article-title>Securing healthcare data: a federated learning framework with hybrid encryption in cluster environments</article-title>. <source>Technol Health Care</source>. <year>2025</year>;<volume>33</volume>(<issue>3</issue>):<fpage>1232</fpage>&#x2013;<lpage>57</lpage>. doi:<pub-id pub-id-type="doi">10.1177/09287329241291397</pub-id>; <pub-id pub-id-type="pmid">40331546</pub-id></mixed-citation></ref>
<ref id="ref-142"><label>[142]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Yue</surname> <given-names>M</given-names></string-name></person-group>. <article-title>Examining Schnorrs protocol in the context of zero-knowledge proofs</article-title>. <source>Theor Nat Sci</source>. <year>2023</year>;<volume>14</volume>(<issue>1</issue>):<fpage>27</fpage>&#x2013;<lpage>32</lpage>. doi:<pub-id pub-id-type="doi">10.54254/2753-8818/14/20240870</pub-id>.</mixed-citation></ref>
<ref id="ref-143"><label>[143]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Guo</surname> <given-names>K</given-names></string-name>, <string-name><surname>Ren</surname> <given-names>H</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>P</given-names></string-name></person-group>. <article-title>Research and application analysis of key technologies of zero-knowledge proof under the background of blockchain</article-title>. <source>Trans Comput Sci Intell Syst Res</source>. <year>2024</year>;<volume>5</volume>:<fpage>94</fpage>&#x2013;<lpage>7</lpage>. doi:<pub-id pub-id-type="doi">10.62051/sgykaq92</pub-id>.</mixed-citation></ref>
<ref id="ref-144"><label>[144]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Gennaro</surname> <given-names>R</given-names></string-name>, <string-name><surname>Minelli</surname> <given-names>M</given-names></string-name>, <string-name><surname>Nitulescu</surname> <given-names>A</given-names></string-name>, <string-name><surname>Orr&#x00F9;</surname> <given-names>M</given-names></string-name></person-group>. <article-title>Lattice-based Zk-SNARKs from square span programs</article-title>. In: <conf-name>CCS &#x2019;18: Proceedings of the 2018 ACM SIGSAC Conference on Computer and Communications Security; 2018 Oct 15&#x2013;19</conf-name>; <publisher-loc>Toronto, ON, Canada</publisher-loc>. p. <fpage>556</fpage>&#x2013;<lpage>73</lpage>. doi:<pub-id pub-id-type="doi">10.1145/3243734.3243845</pub-id>.</mixed-citation></ref>
<ref id="ref-145"><label>[145]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Zhang</surname> <given-names>B</given-names></string-name>, <string-name><surname>Zhang</surname> <given-names>T</given-names></string-name>, <string-name><surname>Xi</surname> <given-names>Z</given-names></string-name>, <string-name><surname>Chen</surname> <given-names>P</given-names></string-name>, <string-name><surname>Wei</surname> <given-names>J</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>Y</given-names></string-name></person-group>. <article-title>Secure device-to-device communication in IoT: fuzzy identity from wireless channel state information for identity-based encryption</article-title>. <source>Electronics</source>. <year>2024</year>;<volume>13</volume>(<issue>5</issue>):<fpage>984</fpage>. doi:<pub-id pub-id-type="doi">10.3390/electronics13050984</pub-id>.</mixed-citation></ref>
<ref id="ref-146"><label>[146]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Chai</surname> <given-names>Y</given-names></string-name>, <string-name><surname>Liang</surname> <given-names>R</given-names></string-name>, <string-name><surname>Samtani</surname> <given-names>S</given-names></string-name>, <string-name><surname>Zhu</surname> <given-names>H</given-names></string-name>, <string-name><surname>Wang</surname> <given-names>M</given-names></string-name>, <string-name><surname>Liu</surname> <given-names>Y</given-names></string-name>, <etal>et al</etal></person-group>. <article-title>Additive feature attribution explainable methods to craft adversarial attacks for text classification and text regression</article-title>. <source>IEEE Trans Knowl Data Eng</source>. <year>2023</year>;<volume>35</volume>(<issue>12</issue>):<fpage>12400</fpage>&#x2013;<lpage>14</lpage>. doi:<pub-id pub-id-type="doi">10.1109/TKDE.2023.3270581</pub-id>.</mixed-citation></ref>
<ref id="ref-147"><label>[147]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Strelkovskaya</surname> <given-names>I</given-names></string-name>, <string-name><surname>Onatskiy</surname> <given-names>O</given-names></string-name>, <string-name><surname>Yona</surname> <given-names>L</given-names></string-name></person-group>. <article-title>Two-factor authentication protocol in access control systems</article-title>. <source>Inf Telecommun Sci</source>. <year>2023</year>;<volume>2023</volume>(<issue>2</issue>):<fpage>17</fpage>&#x2013;<lpage>25</lpage>. doi:<pub-id pub-id-type="doi">10.20535/2411-2976.22023.17-25</pub-id>.</mixed-citation></ref>
<ref id="ref-148"><label>[148]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Luo</surname> <given-names>Y</given-names></string-name></person-group>. <article-title>Intelligent connected vehicle data security based on blockchain combining zero-knowledge proof and post-quantum cryptography</article-title>. In: <conf-name>Second International Conference on Big Data, Computational Intelligence, and Applications (BDCIA 2024); 2024 Nov 15&#x2013;17</conf-name>; <publisher-loc>Huanggang, China</publisher-loc>. <fpage>135500A</fpage> p. doi:<pub-id pub-id-type="doi">10.1117/12.3058773</pub-id>.</mixed-citation></ref>
<ref id="ref-149"><label>[149]</label><mixed-citation publication-type="conf-proc"><person-group person-group-type="author"><string-name><surname>Pital&#x00FA;a-Garc&#x00ED;a</surname> <given-names>D</given-names></string-name>, <string-name><surname>Kent</surname> <given-names>A</given-names></string-name>, <string-name><surname>Lowndes</surname> <given-names>D</given-names></string-name>, <string-name><surname>Rarity</surname> <given-names>JG</given-names></string-name></person-group>. <article-title>Practical quantum tokens without quantum memories and experimental tests</article-title>. In: <conf-name>Quantum Technology: Driving Commercialisation of an Enabling Science II; 2021 Sep 28&#x2013;Oct 1</conf-name>; <publisher-loc>Glasgow, UK</publisher-loc>. <fpage>118810C</fpage> p. doi:<pub-id pub-id-type="doi">10.1117/12.2599038</pub-id>.</mixed-citation></ref>
<ref id="ref-150"><label>[150]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Sasirega</surname> <given-names>L</given-names></string-name>, <string-name><surname>Shanthi</surname> <given-names>C</given-names></string-name></person-group>. <article-title>Lightweight ECC and token based authentication mechanism for WSN-IoT</article-title>. <source>Nau&#x010D;no-teh Vestn Inf Tehnol Meh Opt</source>. <year>2022</year>;<volume>22</volume>(<issue>2</issue>):<fpage>332</fpage>&#x2013;<lpage>8</lpage>. doi:<pub-id pub-id-type="doi">10.17586/2226-1494-2022-22-2-332-338</pub-id>.</mixed-citation></ref>
<ref id="ref-151"><label>[151]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Sen</surname> <given-names>PL</given-names></string-name></person-group>. <article-title>Digital creativity and ethical challenges: the case of IoT in creative industries</article-title>. <source>J Digit Realism Mastery</source>. <year>2023</year>;<volume>2</volume>(<issue>2</issue>):<fpage>66</fpage>&#x2013;<lpage>71</lpage>. doi:<pub-id pub-id-type="doi">10.56982/dream.v2i02.113</pub-id>.</mixed-citation></ref>
<ref id="ref-152"><label>[152]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Youn</surname> <given-names>TY</given-names></string-name>, <string-name><surname>Kim</surname> <given-names>J</given-names></string-name>, <string-name><surname>Mohaisen</surname> <given-names>D</given-names></string-name>, <string-name><surname>Seo</surname> <given-names>SC</given-names></string-name></person-group>. <article-title>Faster data forwarding in content-centric network via overlaid packet authentication architecture</article-title>. <source>Sustainability</source>. <year>2020</year>;<volume>12</volume>(<issue>20</issue>):<fpage>8746</fpage>. doi:<pub-id pub-id-type="doi">10.3390/su12208746</pub-id>.</mixed-citation></ref>
<ref id="ref-153"><label>[153]</label><mixed-citation publication-type="journal"><person-group person-group-type="author"><string-name><surname>Dash</surname> <given-names>S</given-names></string-name>, <string-name><surname>Kumar</surname> <given-names>S</given-names></string-name>, <string-name><surname>Lenka</surname> <given-names>MR</given-names></string-name>, <string-name><surname>Swain</surname> <given-names>AR</given-names></string-name></person-group>. <article-title>Multi-token based MAC-cum-routing protocol for WSN: a distributed approach</article-title>. <source>J Commun Softw Syst</source>. <year>2019</year>;<volume>15</volume>(<issue>3</issue>). doi:<pub-id pub-id-type="doi">10.24138/jcomss.v15i3.709</pub-id>.</mixed-citation></ref>
</ref-list>
</back></article>