Abstract
Driven by the digital wave, the security and efficiency of financial management networks are key factors determining the competitiveness and sustainable development of enterprises. Faced with complex and ever-changing network threats in multi-server environments, traditional static security strategies are no longer sufficient to meet the security needs of modern enterprises. It is particularly important to develop a security protocol that can adapt to environmental changes and defend against potential threats. Therefore, we propose a lightweight adaptive security protocol for financial management networks in multi-server environments. This protocol uses a hash function to negotiate session keys at low computation and communication overhead, effectively protecting the transmission security of confidential messages. In addition, informal and formal analysis proves that this protocol has high security and can resist various network attack methods. We demonstrate the efficiency of the protocol in practical applications through performance comparisons. It not only has low communication overhead and good computational efficiency but also achieves lightweight message transmission, making it easy to deploy and use in multi-server environments.
Highlights
• We propose a lightweight adaptive security protocol for financial management networks in multi-server network environments.
• Informal and formal analysis methods are used to analyze the specific security of the protocol.
• Through performance comparison, it is proven that this scheme has low communication overhead and good computation overhead.
1 Introduction
Financial management is the core link of enterprise operation in today’s digital age. Its security and efficiency are directly related to the survival and development of the enterprise []. With the rapid advancement of technologies such as cloud computing and the Internet of Things (IoT), enterprise financial management systems are gradually transitioning from traditional single-machine or LAN models to multi-server, cross-regional, and high-concurrency network environments []. This transformation not only greatly enhances the flexibility and real-time performance of financial management but also poses unprecedented challenges to the security of the system. The accompanying network information security issues constantly threaten the privacy and security of information in our communication process []. The identity authentication key protocol designed based on cryptography can enable users to securely enjoy the convenience brought by network services and effectively ensure network information security [].
With the expansion of enterprise scale and the globalization of business, financial management systems become increasingly complex. The amount of data that needs to be processed has exploded, with extremely high requirements for real-time, accurate, and secure data []. To address these challenges, enterprises adopt multi-server architectures and improve system stability and reliability through technologies such as load balancing, data redundancy, and disaster recovery backup. However, while a multi-server environment brings convenience, it also exacerbates the difficulty of security management []. The financial management network in a multi-server environment faces complex and ever-changing network threats, including but not limited to data breaches, illegal access, service interruptions, and advanced persistent threats []. Once these risks become a reality, they cause incalculable economic losses and reputational damage to the enterprise.
Traditional static security strategies are no longer effective in dealing with increasingly complex and ever-changing network attack methods []. Therefore, developing a financial management network security protocol that can adapt to environmental changes and intelligently identify and defend against potential threats has become the key to ensuring the security of enterprise assets and promoting sustainable business development. Traditional security protocols are designed for a single server []. When a user needs to request network services, providing authentication factors such as identity and password to the single server can obtain the service requested by the server. Due to the rapid development of the network, there are a large number of servers in the current Internet environment []. When users want to request services, they need to register with all the requested single servers. Then, users need to remember all the authentication factors, such as identity and password verification, when registering. This is obviously a huge resource burden for users, and there are extensive illegal attacks on the public channel of communication between users and servers []. It is very likely that a set of user identity or authentication factors are disclosed and attacked, thus affecting the security of other systems. This is undoubtedly a huge security risk. The factors that must be considered when designing security protocols for different multi-server network environments are also different [, ]. Therefore, in the design process of security protocol in a multi-server environment, it is not only necessary to meet the security requirements of the application environment but also to balance computational and communication costs to achieve better performance.
Especially driven by the current global wave of informatization, as the core support for enterprise operations, enterprise financial management systems are undergoing unprecedented changes and challenges. With the expansion of enterprise scale and the globalization of business, traditional financial management models are no longer able to meet the high requirements of modern enterprises for data processing speed, system stability, and information security [
]. In a multi-server environment, financial management systems not only need to handle massive amounts of financial data but must also ensure the security and integrity of these data during cross-regional and cross-network transmission [
]. An adaptive security protocol can automatically adjust security policies according to changes in the network environment to effectively resist various network attacks. It ensures the security and integrity of financial data. At the same time, the protocol can optimize system performance and enhance user experience while ensuring security. Our main contributions are summarized as follows.
(1) Considering the requirements of financial management networks in multi-server network environments, we propose a lightweight adaptive security protocol. In this protocol, both communication parties need to register at the control server and then engage in security negotiations. Through a hash function, this protocol can negotiate session keys with lower computational and communication costs. This protects the transmission of confidential messages and enhances communication security.
(2) This protocol adopts both informal and formal analysis methods to analyze the specific security of the protocol, which strongly demonstrates the high security of this protocol. Through performance comparison, it is proven that this protocol has low communication overhead and good computation overhead. Lightweight message transmission is convenient for practical applications. This protocol achieves security and practicality and is more appropriate for multi-server environments.
The other parts of the article are described. Section Ⅱ and Section Ⅲ systematically review the current research status in related fields. Section Ⅳ comprehensively introduces the design ideas, specific implementation steps, and key technical details of the security protocol. Section Ⅴ and Section Ⅵ, respectively, focus on the security verification and performance analysis of the protocol. Finally, Section Ⅶ is the summary.
2 Literature review
With the significant advancement of communication technology, ensuring the confidentiality and privacy of user information has become particularly important. Therefore, there have been many studies on multi-server authentication protocols both domestically and internationally.
Lamport [] first proposed a password-based remote identity authentication scheme, which was based on a verification table and password. Subsequently, researchers proposed an increasing number of authentication schemes, but most of them were suitable for single-server environments. However, due to the increasing demand for security, relying solely on verification tables could not guarantee communication security. In a single-server architecture, when users needed to request services from different servers, remembering the identity and password when logging into each server was challenging. To solve the problem of users needing to remember manage multiple physical passwords and multiple high entropy passwords, an increasing number of identity authentication schemes that could be applied to multi-server environments were proposed. Tsaur et al. [] introduced the concept of a multi-service model and built an authentication mechanism in a multi-server environment based on the RSA public key cryptosystem and Lagrange interpolation inequality principle. Subsequently, Li et al. [] integrated neural network technology into a multi-server authentication architecture. Chang et al. [] proposed a remote authentication scheme that did not require verification table maintenance, and users did not need to remember multi-server passwords, significantly improving the user experience. Yoon et al. [] used elliptic curve public key encryption technology and designed a three-factor authentication scheme aimed at enhancing security in multi-server environments. However, subsequent research [] pointed out that this scheme had shortcomings in resisting internal attacks, smart card theft, offline password cracking, and impersonation attacks. In response, Kalra et al. [] proposed an efficient and cost-optimized multi-server authentication protocol that utilized smart card bidirectional authentication and elliptic curve cryptography technology to achieve higher security. Guo et al. [] also designed a smart card-based authentication scheme in multi-server architecture, which clearly defined the roles of the registration server, service server, and user. Both users and application servers needed to perform registration once on the registration server. Three-party authentication mode was implemented using the ElGamal public key cryptosystem. Subsequently, the Burrows Abadi Needham logic provided formal proof of the proposed scheme.
Gupta et al. [] proposed a key exchange authentication scheme that combines biometric cryptography and smart card technology in a distributed multi-client server architecture, particularly for scenarios with multiple registration centers. Subsequently, Li et al. [] conducted an in-depth analysis of biometric-based identity verification and key negotiation schemes in multi-server environments. They proposed corresponding improvement strategies based on this to further enhance the security and efficiency of the authentication mechanism. Wang et al. [] reviewed several authentication schemes applicable to multi-server architectures this year and pointed out the security vulnerabilities of the corresponding schemes, proving that the schemes were ineffective in practical applications. Pelaez et al. [] proposed an enhanced lightweight cloud computing authentication scheme for IoT, which also included a substage called connection attempt evidence. It provided evidence about user and service participation. Unfortunately, the study by Yu et al. [] revealed significant shortcomings in the security of [], pointing out that it could not effectively resist impersonation attacks, session key leakage, and replay attacks. They also proposed a secure and lightweight three-factor authentication scheme specifically designed for IoT in cloud computing environments. This scheme innovatively incorporated secret parameters and biometric authentication elements to ensure enhanced mutual authentication mechanisms and user anonymity, effectively addressing various security threats.
Wong et al. [] focused on the application of 5G wireless sensor networks in electronic health systems and designed a three-factor fast authentication scheme that balances time constraints and user anonymity. This authentication scheme combined a three-factor authentication scheme of biometric, password, and smart card methods to ensure a highly secure communication environment supported by sensors. It maintained user anonymity during the communication process. Tsai et al. [] proposed a multi-server authentication scheme for online banking transaction environments that used a hash-based multi-server authentication scheme combined with smart cards to authenticate online banking customers and transactions. It provided powerful security features and lower maintenance costs for the online banking platforms of financial institutions. The solution supported interface connection with the banking system, making it easy to integrate the solution into existing banking systems. Sudhakar et al. [] proposed a multi-server environment-enhanced authentication scheme based on passwords and smart cards by improving the security flaws of []. The improved scheme formally proved the security authentication of the scheme using BAN logic and simulated various attacks through Internet security protocol and automatic verification of application tools. The results showed that the improved scheme had better security and performance.
In their research on ensuring authentication security in multi-server environments, Xia et al. [] introduced the principle of elliptic curve cryptography and designed a three-factor authentication key agreement scheme, significantly enhancing the security of the system. Akram et al. [] proposed an efficient anonymous authentication key protocol for multi-server infrastructure within the same year. This protocol effectively resisted various security challenges, including impersonation attacks, insider attacks, and password modification attacks. Finally, a formal security analysis of the proposed solution was conducted using a random oracle model. Analysis and comparison showed that this scheme was highly effective for anonymous authentication and key schemes. Wu et al. [] pointed out the shortcomings of the protocol [] in terms of fully forward secrecy protection and susceptibility to privileged internal attacks. In response to these security vulnerabilities, they designed a customized authentication key exchange scheme for 5G network multi-server architecture.
Km et al. [] focused on improving security in multimedia IoT environments and proposed an enhanced multi-factor authentication scheme with provable security. Hsu et al. [] developed an end-to-end cryptographic authentication key exchange scheme for multi-server architecture in edge computing networks. This scheme allowed end users to use easy-to-remember passwords for initial login and then used external agents to calculate shared keys to achieve secure communication with specific service end users. It was particularly worth mentioning that this scheme provided a high degree of user anonymity protection during the communication process.
3 Preliminaries
3.1 Network model
Figure 1 shows the three main participants in multi-server architecture authentication: the control server, the user, and the application server [–]. The control server is the registration center. Each user needs to avoid registering on a specific server that presents a particular service. The registry operates under the assumption that the user and the server providing the service trust it. The application server and user first complete the registration process and obtain the corresponding data information authorized by the registration center. The above data information is used for the future mutual authentication process between the user and the server. Distributed application servers can cross geographical boundaries and provide diverse services to remote users. Users only need to complete a one-time registration process through the registration center to obtain access permissions and seamlessly integrate with multiple authorized application servers, thus conveniently obtaining the required resources and services.
FIGURE 1
3.2 Attacker model
In a multi-server environment, attackers in the security protocol generally possess the following capabilities [–42]. According to the Dolev Yao model, the attacker’s attack on the user is as follows: An attacker can not only eavesdrop on all messages propagated on the public channel during the protocol but also intercept, modify, and forge them before sending.
3.3 Safety objectives
(1) The basic functions that this protocol should implement are bidirectional authentication and session key negotiation. To ensure the legitimacy of the participants in the session key negotiation process, mutual authentication of the identities of the participants should be implemented first. The session key should be jointly negotiated among the participants and cannot be generated and distributed by one party in the negotiation process.
(2) This protocol should resist all sorts of common attacks, such as denial of service attacks, man-in-the-middle attacks, impersonation attacks, offline password guessing attacks, etc.
3.4 One-way hash function
The cryptography one-way hash function can convert the input into a certain length of output, that is
. In detail, the one-way hash function must also meet the following three characteristic conditions [
–
41].
(1) For any , its respective hash value .
(2) For any and , it is not computationally feasible to solve the specific value of for knowing the .
(3) For any , it is computationally infeasible to solve for with its respective hash values .
4 Proposed scheme
4.1 Initialization stage
The control server ( selects a hash function . Meanwhile, the selects a private key, . Finally, the exposes the security parameters .
4.2 Server registration stage
The server sends a registration request to the control server, . The randomly selects a unique identity and a random number for it and uses the private key of the to generate the key . Then, the transmits the value to the via the secure channel. is received and secretly stored.
4.3 User registration stage
1. For to register on the , it needs to choose a unique identity , a random number , a password , and biometric information .
2. completes the following calculations: . sends the to the via the secure channel.
3 After the receives , the calculation is as follows: ,,,. Then, for each application , the completes the corresponding calculation for it. They are ,. Finally, the writes the in the smart card and sends it to through a secure channel.
4. After receives the smart card, its starting calculation is as follows: . Then, write into . Finally, contains an information value of .
4.4 User login stage
When wants to communicate with , needs to insert into the smart card and complete the login process. The specific login process is as follows.
completes the following calculation after receiving the data provided by : ,,,. Next, is compared to see if it is true. If not true, the user is denied a login.
If the above conditions hold, extracts the corresponding to produce the random numbers and performs the following calculations. They are ,,,, where represents the current time stamp.
Finally, sends to through the open channel.
4.5 Mutual authentication and key negotiation stage
and
complete mutual authentication and share the session key. The specific steps are described below.
1. When receives the login request from , first checks the timestamp through , where is the maximum allowed time interval, and indicates the current timestamp. If the above conditions are m, et, calculates ,,,,. tests and calculates whether the is equal to . If both are equal, the certification process continues.
2. selects a random number , and then the calculations are as follows: , session key . Finally, contains messages transmitted to in the open channel.
3. After receiving from , first checks the timestamp through , where indicates the user’s current timestamp. If the above conditions are met, calculates the . Finally, tests whether holds. If not true, the session is terminated. If true, successfully certifies . Finally, both parties use the session key in future interactions to ensure communication security.
5 Protocol security analysis
5.1 Informal analysis
The method of conducting security analysis in this article is to use informal language to provide a detailed introduction to the security of the proposed protocol.
5.1.1 Mutual authentication and key negotiation
During the authentication process, verifies the legitimacy of identity and the integrity of the transmitted message by checking whether the is equal to the received . verifies the legitimacy of and the integrity of the transmission message by checking whether the condition holds. verifies that the received message is not maliciously modified. Two-way authentication between and is realized. At the same time, and negotiate the key . By checking whether the is equal to , verifies the correctness and integrity of the key .
5.1.2 Denial of service attack
The login request of is sent to and the login request message contains the timestamp . When receives the login request, the timestamp is first verified by verifying whether is less than or equal to . Calculating determines whether the is equal to the received . It not only verifies the identity of but also verifies the integrity of the login request message, completely resisting the denial of service attack.
5.1.3 Man-in-the-middle attack
The attacker may capture 's message and try to generate an illegal request. Because the attacker cannot know the secret value of and the secret value of , a request message cannot be successfully forged. Similarly, the attacker cannot make changes to the message .
5.1.4 Counterfeit attack
If the attacker captures message and obtains the smart card of , then the attacker can get all the information in the smart card through the side channel attack. According to the above analysis in (3), the attacker cannot forge the information sent to only by relying on the information in the smart card. Simultaneously, because , it involves the and , so the attacker cannot use the current system time to forge that can be verified by . So, it can completely resist counterfeit attacks.
5.1.5 Replay attack
In this protocol, the timestamp is not only used in the login stage but also plays a major part in the authentication key negotiation stage. It specifies the threshold for the verification timestamp, so this protocol can resist a replay attack.
5.1.6 User anonymity
First, the attacker is unable to directly steal identity information from the user’s smart card, partly because the smart card avoids storing the user’s temporary identity within it. On the other hand, even if the attacker causes the message in the smart card to leak through the side channel attack, the attacker cannot get the user’s . The open letter is the dissemination of user identity encrypted information to ensure the anonymity of the user. Therefore, this protocol has very good user anonymity.
Second, for the messages spread in the open letter, there is no similar information in the messages, even if the messages sent by the same user are authenticated with different servers. The attacker cannot track the user’s identity. Therefore, this protocol has very good anti-tracking properties.
5.1.7 Forward safety
The key in this protocol is . The and are the randomly selected values of the user and server during the authentication and key negotiation. These values are different in each authentication and key negotiation process. Although the session key is constantly attacked by the attacker, even if the attacker obtains the session key in the authentication process, the session key negotiated before or after cannot be obtained according to the calculation. An attack does not pose a threat to the previous or subsequent communication because each authentication and key negotiation process are independent. An attack would still fail to construct a valid session key. In conclusion, this protocol has a good forward safety profile.
5.1.8 Session key security
In this article, and negotiate to generate a session key for subsequent secure communication. Among them, the calculation of SK requires a random number generated by and a random number generated by , which will be updated during protocol execution. Therefore, if a session key is compromised, it does not help to recover past or future session keys.
5.2 Analysis of security proof
The tool for verifying protocol security in this article is the random oracle model. Next, we provide a detailed introduction to the security model and inquiry model used for security proof [39].
5.2.1 Security model
The two main parties in this protocol are and . Under this security model, an attacker can eavesdrop or even tamper with all the messages in the open letter in probabilistic polynomial time.
5.2.2 Inquiry model
The attacker’s attack capability is simulated by the following five interrogation models.
: This inquiry simulates the passive attack of the attacker; that is, attacker can capture all the messages spread by the participant in the open letter through this inquiry.
This inquiry simulates the active attack of the attacker. That is,
can tamper with the message intercepted in the open letter channel and send it to instance
. After instance
receives the message, the attacker can also intercept the feedback message generated by the participant
.
: This query simulates that if the instance has generated , can get the session key . If the instance has not generated , the attacker cannot get the and can only get an invalid identification.
: This inquiry simulates that an attacker can obtain its secret credentials on the premise that a participant is corrupted. In this protocol, can obtain all the information in the smart card of user through this inquiry.
: This asks whether the used to simulate instance is safe. After this, the simulator performs a “coin toss operation.” If the result is 1, the correct is returned to the attacker. If the result is 0, a random string set it to be the same length as the true session key is returned to the attacker. So, the attacker needs to determine if the return value is a real key or a random equal length string.
If and only if the attack advantage of in polynomial time is at most one quantity larger than , it is said the security protocol is semantically secure. The is the number of times of makes queries, is the number of times that makes inquiries, is the dictionary space scale, is the query scale, and is the protocol proposed in this article, which can be expressed as follows.
5.2.3 Safety certificate
It is assumed that can use at most times of queries and times of queries in the time . We demonstrate that this protocol AKE is safe by using the hybrid experimental games . Among them, simulates real attacks. With the experimental game, the simulation rules of each advantage are increasingly different. The experimental games end when A gradually fails to distinguish the real session key and a random isolong string. represents the advantage of in .
: This experimental game simulates an attack in a real scene. According to the definition of semantic security, it is as follows.
: In this experimental game, begins to add inquiries, so needs to verify whether the in the message is the real key or a random key of equal length as . In this protocol, . If obtains all the messages, then there is and . However, these messages do not help to get the and in the , indicating that the eavesdropping attack through does not increase the advantage. Therefore, and are equal, so:
: In this experimental game, adds a inquiry and a inquiry, and can tamper with the message of the participants. If wants to build a legitimate message, it needs . If those values are not available, the timestamp distinguishes the message. This shows that and are the same except for the and interrogation advantages. So, according to the birthday paradox,
: In this experimental game, the interrogation is increased. can get all the information stored in the smart card . Because , the information in the smart card cannot get . However, in the dictionary password attack, the attack advantage compared with the last increases is as follows.
Finally, because does not know the final result of the simulator coin toss operation, the is independently produced independently by and the access server , and
According to the above formulas, the following equation can be inferred, which proves Theorem 1.
6 Performance analysis
6.1 Computation overhead
Because the main purpose of designing this protocol is to pursue a lightweight identity authentication protocol while ensuring security, only hash and exclusive OR (XOR) operations are involved in the design process. In this section, we compare the computational cost of our scheme with [43–47], as shown in Table 1. This scheme has the lowest computational cost except for [43, 44], where represents hash operation time, represents the fuzzy extractor operation, represents symmetric encryption, and represents the Chebyshev chaotic map. We ignore the time of the XOR operation.
TABLE 1
Computation overhead comparison.
By comparing the computational costs in Table 1, we can see that this protocol has slightly higher computational costs than [43, 44] but lower computational costs than [45–47]. However, [43] cannot perform mutual authentication and [44] cannot resist replay attacks. For security protocols, security attributes are the most important, so it is practical to exchange high security and low communication costs with appropriate computational costs. Therefore, this protocol has reasonable computational overhead and better security, which can better meet the traditional multi-server network environment with higher security requirements.
6.2 Communication overhead
To contrast the communication overhead more intuitively, the identity length is marked as . The timestamp length is . The output length of the hash function is , the output length of symmetric encryption is , and the output length of the Chebyshev chaotic map is .
Table 2 shows the number of message flow transmissions for the protocols in the table. In Figure 2, we have only two protocol message streams, which is the lowest of the protocols compared. There are also obvious differences in message transmission bytes: [43] has 1600 bits. [44] has 3040 bits, [45] has 2336 bits, [46] has 2560 bits, and [47] has 1376 bits. This protocol transmits two messages in the logon and authentication key negotiation stage. First, sends the request message to , and the overhead is . Next, sends messages to and the overhead is . So the total overhead in this protocol is . By comparing the communication cost in Figure 3, it is obvious that this protocol has less communication overhead. Therefore, compared with similar schemes, this protocol has better security attributes, lower communication overhead, and is more practical.
TABLE 2
| Protocol | Communication overhead | Number of messages |
|---|---|---|
| [43] | 1600 bits | 4 |
| [44] | 3040 bits | 4 |
| [45] | 2336 bits | 4 |
| [46] | 2560 bits | 4 |
| [47] | 1376 bits | 3 |
| This protocol | 864 bits | 2 |
Communication overhead comparison.
FIGURE 2
FIGURE 3
7 Conclusion
This article delves into the security and efficiency challenges faced by enterprise financial management networks in the digital age, particularly in the rapid development of technologies such as cloud computing and IoT. The inevitable trend for financial management systems to transition from single-machine or local area network models to multi-server, cross-regional, and high-concurrency network environments is highlighted. Although this transformation significantly improves the flexibility and real-time performance of financial management, it also makes system security issues increasingly prominent. This becomes a key consideration for the sustainable development and survival of enterprises. The issue of network information security, especially data privacy and communication security, has become an important issue that urgently needs to be addressed. We propose a lightweight, adaptive security protocol for special requirements in multi-server environments. This protocol effectively enhances the identity authentication strength and session key security of both communication parties, reducing the risk of data leakage and illegal access. This article comprehensively evaluates the security of the protocol using both informal and formal analysis, ensuring its robustness in various attack scenarios. In addition, we also fully consider the practicality and performance optimization issues of this protocol. By designing with low computational and communication costs, as well as a lightweight message transmission mechanism, this protocol demonstrates good efficiency and user experience in practical applications.
Statements
Data availability statement
The original contributions presented in the study are included in the article/supplementary material; further inquiries can be directed to the corresponding author.
Author contributions
JH: conceptualization, data curation, investigation, methodology, project administration, resources, supervision, validation, writing–original draft, and writing–review and editing. XK: formal analysis, investigation, project administration, resources, supervision, validation, and writing–review and editing.
Funding
The author(s) declare that no financial support was received for the research, authorship, and/or publication of this article.
Conflict of interest
The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
Generative AI statement
The author(s) declare that no Generative AI was used in the creation of this manuscript.
Publisher’s note
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
References
1.
Gonzalez-UrangoHMuEUjwary-GilAFlorek-PaszkowskaA. Analytic network process in economics, finance and management: Contingency factors, current trends and further research. Expert Syst Appl (2024) 237:121415. 10.1016/j.eswa.2023.121415
2.
BudiasihY. The influence of digital technology on financial management. Account Stud Tax J (Count) (2024) 1(1):92–100. 10.62207/wb6d3c96
3.
SongN. Design and development of inclusive finance network security system model based on neural network algorithm. In: 2024 Asia-Pacific Conference on Software Engineering, Social Network Analysis and Intelligent Computing (SSAIC). IEEE (2024). 539–43.
4.
LyuMGharakheiliHHSivaramanV. A survey on enterprise network security: Asset behavioral monitoring and distributed attack detection. IEEE Access (2024) 12:89363–83. 10.1109/access.2024.3419068
5.
OkoyeCCNwankwoEEUsmanFOMhlongoNZOdeyemiOIkeCU. Securing financial data storage: A review of cybersecurity challenges and solutions. Int J Sci Res Archive (2024) 11(1):1968–1983. 10.30574/ijsra.2024.11.1.0267
6.
AtadogaASodiyaEOUmogaUJAmooOO. A comprehensive review of machine learning's role in enhancing network security and threat detection. World J Adv Res Rev (2024) 21(2):877–886. 10.30574/wjarr.2024.21.2.0501
7.
ChenRMouYLiW. A provably secure multi-server authentication scheme based on Chebyshev chaotic map. J Inf Security Appl (2024) 83:103788. 10.1016/j.jisa.2024.103788
8.
AkinsanyaMOEkechiCCOkekeCD. The evolution of cyber resilience frameworks in network security: a conceptual analysis. Computer Sci & IT Res J (2024) 5(4):926–949.
9.
MiaoJWangZWuZNingXTiwariP. A blockchain-enabled privacy-preserving authentication management protocol for Internet of Medical Things. Expert Syst Appl (2024) 237:121329. 10.1016/j.eswa.2023.121329
10.
MahmoodKGhaffarZFarooqMYahyaKDasAKChaudhrySA. A security enhanced chaotic-map based authentication protocol for internet of drones. IEEE Internet Things J (2024) 11:22301–9. 10.1109/jiot.2024.3379930
11.
MiaoJWangZWangMGargSHossainMSRodriguesJJ. Secure and efficient communication approaches for Industry 5.0 in edge computing. Computer Networks (2024) 242:110244. 10.1016/j.comnet.2024.110244
12.
ShuklaSPatelSJ. A design of provably secure multi-factor ECC-based authentication protocol in multi-server cloud architecture. Cluster Comput (2024) 27(2):1559–80. 10.1007/s10586-023-04034-6
13.
BarmanSChattopadhyaySSamantaD. A lightweight authentication protocol for a blockchain-based off-chain medical data access in multi-server environment. SN Computer Sci (2024) 5(3):292. 10.1007/s42979-024-02660-4
14.
PrabhakarNVSSTalariSJangiralaSVangapaP. Security analysis of two authentication and key agreement protocols based on multi-server architecture. In: 2023 4th International Conference on Intelligent Technologies (CONIT). IEEE (2024). p. 1–7. 10.1109/CONIT61985.2024.10626922
15.
LeeTFChangIPHuangWJ. A Privacy-preserving Authenticated Key Agreement Scheme based on Physically Unclonable Functions for Multi-server Architecture. IEEE Transactions on Services Computing (2024).
16.
LamportL. Password authentication with insecure communication. Commun Acm (1981) 24(11):770–2. 10.1145/358790.358797
17.
TsaurWJWuCCLeeWB. A flexible user authentication for multi-server internet services. In: First International Conference on Networking Colmar:the series Lecture Notes in Computer Science. France: Springer Berlin Heidelberg (2001). p. 174–83.
18.
LiLHLinLCWangMS. A remote password authentication scheme for multiserver architecture using neural networks. IEEE Trans Neural Networks (2001) 12(6):1498–504. 10.1109/72.963786
19.
LinICHwangMSLiLH. A new remote user authentication scheme for multi-server architecture. Future Generation Computer Syst (2003) 19(1):13–22. 10.1016/s0167-739x(02)00093-6
20.
YoonEJYooKY. Robust biometrics-based multi-server authentication with key agreement scheme for smart cards on elliptic curve cryptosystem. The J Supercomputing (2013) 63(1):235–55. 10.1007/s11227-010-0512-1
21.
KimHJeonWLeeKLeeYWonD. Cryptanalysis and improvement of a Biometrics-based multi-server authentication with key agreement scheme, 451. IACR Cryptology ePrint Archive (2011).
22.
KalraSSoodS. Advanced remote user authentication protocol for multi-server architecture based on ecc. J Inf Security Appl (2013) 18(2-3):98–107. 10.1016/j.jisa.2013.07.005
23.
GuoDWenF. Analysis and improvement of a robust smart card based-authentication scheme for multi-server architecture. Wireless Personal Commun (2014) 78(1):475–90. 10.1007/s11277-014-1762-7
24.
GuptaPCDharJ. Hash based multi-server key exchange protocol using smart card. Wireless Personal Commun (2016) 87(1):225–44. 10.1007/s11277-015-3040-8
25.
LiYZhimingZKhurramKM. Cryptanalysis and improvement of a biometrics-based authentication and key agreement scheme for multi-server environments. Plos One (2018) 13(3):e0194093. 10.1371/journal.pone.0194093
26.
WangDZhangXZhangZWangP. Understanding security failures of multi-factor authentication schemes for multi-server environments. Comput Security (2020) 88(Jan.):101619–13. 10.1016/j.cose.2019.101619
27.
Martínez-PeláezRToral-CruzHParra-MichelJRGarcíaVMenaLJFélixVGet alAn enhanced lightweight IoT-based authentication scheme in cloud computing circumstances. Sensors (2019) 19(9):2098. 10.3390/s19092098
28.
YuSJParkKSParkYHY. A secure lightweight three-factor authentication scheme for IoT in cloud computing environment. Sensors (2019) 19:3598. 10.3390/s19163598
29.
WongMKHsuCLLeTVHsiehMCLinTW. Three-factor fast authentication scheme with time bound and user anonymity for multi-server e-health systems in 5g-based wireless sensor networks. Sensors (2020) 20(9):2511. 10.3390/s20092511
30.
TsaiCHSuPC. The application of multi-server authentication scheme in internet banking transaction environments. In: Information systems and e-business management (2020). p. 1–29.
31.
SudhakarTNatarajanVGopinathMSaranyadeviJ. An enhanced authentication protocol for multi-server environment using password and smart card. Wireless PersonalCommunications (2020) 115:2779–803. 10.1007/s11277-020-07462-4
32.
SahooSSMohantySMajhiB. An improved and secure two-factor dynamic ID based authenticated key agreement scheme for multi-server environment. Wireless Personal Commun (2018) 101:1307–33. 10.1007/s11277-018-5764-8
33.
XiaMLiSLiuL. A secure three-factor authenticated key agreement scheme for multi-server environment. Comput Mater Continua (2020) 64(3):1673–89. 10.32604/cmc.2020.010177
34.
AkramMAGhaffarZMahmoodKKumariSAgarwalKChenCM. An anonymous authenticated key-agreement scheme for multi-server infrastructure. Human-centric Comput Inf Sci. (2020) 10:22. 10.1186/s13673-020-00227-9
35.
WuTYLeeZYObaidatMSKumariSKumarSChenCM. An authenticated key exchange protocol for multi-server architecture in 5G networks. IEEE Access (2020) 8:28096–108. 10.1109/access.2020.2969986
36.
WuFLiXXuLSangaiahAKRodriguesJJ. Authentication protocol for distributed cloud computing: An explanation of the security situations for internet-of-things-enabled devices. IEEE Consumer Electronics Mag (2018) 7(6):38–44. 10.1109/mce.2018.2851744
37.
KmAWaAAsAAltafILodhiMAIslamSH. An enhanced and provably secure multi-factor authenticationscheme for Internet-of-Multimedia-Things environments. Comput & Electr Eng (2020) 88:106888. 10.1016/j.compeleceng.2020.106888
38.
HsuCLLeTVLuCFLinTWChuangTH. A privacy-preserved e2e authenticated key exchange protocol for multi-server architecture in edge computing networks. IEEE Access (2020) 8:40791–808. 10.1109/access.2020.2976431
39.
MiaoJWangZNingXShankarAMapleCRodriguesJJ. A UAV-assisted authentication protocol for internet of vehicles. IEEE Trans Intell Transportation Syst (2024) 25(8):10286–97. 10.1109/tits.2024.3360251
40.
TanveerMChellougSAAlabdulhafithMEl-LatifAAA. Lightweight authentication protocol for connected medical IoT through privacy-preserving access. Egypt Inform J (2024) 26:100474. 10.1016/j.eij.2024.100474
41.
XiaoNWangZSunXMiaoJ. A novel blockchain-based digital forensics framework for preserving evidence and enabling investigation in industrial Internet of Things. Alexandria Eng J (2024) 86:631–643. 10.1016/j.aej.2023.12.021
42.
ChenCGuoHWuYGaoYLiuJ. A novel two-factor multi-gateway authentication protocol for WSNs. Ad Hoc Networks (2023) 141:103089. 10.1016/j.adhoc.2023.103089
43.
LuYLiLPengHYangXYangY. A lightweight ID based authentication and key agreement protocol for multi-server architecture. Int J Distributed Sensor Networks (2015) 11(3):635890. 10.1155/2015/635890
44.
XueKHongPMaC. A lightweight dynamic pseudonym identity based authentication and key agreement protocol without verification tables for multi-server architecture. J Computer Syst Sci (2014) 80(1):195–206. 10.1016/j.jcss.2013.07.004
45.
LiXXiongLMaJWangW. An efficient and security dynamic identity based authentication protocol for multi-server architecture using smart cards. J Netw & Computer Appl (2012) 35(2):763–9.
46.
CuiJYuJZhongHWeiLLiuL. Chaotic map-based authentication scheme using physical unclonable function for internet of autonomous vehicle. IEEE Trans Intell Transportation Syst (2022) 24(3):3167–81. 10.1109/tits.2022.3227949
47.
TanveerMAlasmaryHKumarNNayakA. SAAF-IoD: secure and anonymous authentication framework for the internet of drones. IEEE Trans Vehicular Technology (2024) 73(1):232–44. 10.1109/tvt.2023.3306813
Summary
Keywords
financial management network, multi-server, security, protocol, lightweight
Citation
Hu J and Kang X (2025) Adaptive security protocol for financial management networks in multi-server environments. Front. Phys. 13:1509626. doi: 10.3389/fphy.2025.1509626
Received
11 October 2024
Accepted
20 February 2025
Published
24 March 2025
Volume
13 - 2025
Edited by
Chengyi Xia, Tianjin Polytechnic University, China
Reviewed by
Dawei Zhao, Qilu University of Technology, China
Zhigang Li, Zhengzhou University of Light Industry, China
Updates
Copyright
© 2025 Hu and Kang.
This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.
*Correspondence: Jie Hu, py1909@ynufe.edu.cn
Disclaimer
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.