CN113792275A - Password updating method and device, storage medium and electronic equipment - Google Patents

Password updating method and device, storage medium and electronic equipment Download PDF

Info

Publication number
CN113792275A
CN113792275A CN202111153567.9A CN202111153567A CN113792275A CN 113792275 A CN113792275 A CN 113792275A CN 202111153567 A CN202111153567 A CN 202111153567A CN 113792275 A CN113792275 A CN 113792275A
Authority
CN
China
Prior art keywords
password
updating
rule
account password
determining
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111153567.9A
Other languages
Chinese (zh)
Inventor
方潇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bank of China Ltd
Original Assignee
Bank of China Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202111153567.9A priority Critical patent/CN113792275A/en
Publication of CN113792275A publication Critical patent/CN113792275A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/45Structures or tools for the administration of authentication
    • G06F21/46Structures or tools for the administration of authentication by designing passwords or checking the strength of passwords

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Storage Device Security (AREA)

Abstract

The invention discloses a password updating method and device, a storage medium and electronic equipment, which can be applied to the field of network security or finance, and specifically comprises the following steps: responding to a password updating instruction received at a preset time node, and determining a current account password; calling a preset password updating rule, and determining an updating rule corresponding to the password updating instruction in the password updating rule; determining each target character which needs to be updated in the current account password according to the updating rule, and updating each target character to obtain a new account password corresponding to the current account password; and replacing the current account password with the new account password to complete the password updating process. According to the method provided by the embodiment of the invention, when the password is required to be updated, the account password is automatically updated according to the preset updating rule, the password is not required to be manually changed, and the modification efficiency is improved.

Description

Password updating method and device, storage medium and electronic equipment
Technical Field
The present invention relates to the field of network security, and in particular, to a password updating method and apparatus, a storage medium, and an electronic device.
Background
With the development of internet, network security is more and more emphasized by people. In each enterprise, in order to ensure the normal operation of the network, the network security department may require that enterprise employees periodically modify account passwords used by the employees to ensure the security of the enterprise network in a certain period.
In the actual account password modification process, due to the fact that the account password is required to be modified by the staff, the staff organizes a new password and then performs the password modification process. In the process, enterprise staff need to continuously organize new passwords and manually change the new passwords, and the account password modification process is low in modification efficiency and complicated.
Disclosure of Invention
In view of the foregoing problems, the present invention provides a password updating method and apparatus, a storage medium, and an electronic device, which overcome the foregoing problems or at least partially solve the foregoing problems, and the technical solutions are as follows:
a password update method, comprising:
responding to a password updating instruction received at a preset time node, and determining a current account password;
calling a preset password updating rule, and determining an updating rule corresponding to the password updating instruction in the password updating rule;
determining each target character which needs to be updated in the current account password according to the updating rule, and updating each target character to obtain a new account password corresponding to the current account password;
and replacing the current account password with the new account password to complete the password updating process.
Optionally, the above method includes a preset process of the password update rule, where the preset process includes:
receiving a rule setting request sent by a user, and acquiring a user identity contained in the rule setting request;
authenticating the user identity;
and if the user identity passes the authentication, allowing the user to log in a system platform to perform rule setting on the account password corresponding to the user.
Optionally, in the method, the determining, according to the update rule, each target character that needs to be updated in the current account password, and updating each target character to obtain a new account password corresponding to the current account password includes:
acquiring a password character string corresponding to the current account password;
traversing the password character string, determining each character in the password character string corresponding to the updating rule, and determining each character corresponding to the updating rule as a target character to be updated in the current account password;
and updating each target character.
The above method, optionally, further includes:
and verifying the password intensity of the new account password, and sending the password intensity to the user terminal.
The above method, optionally, further includes:
and sending the new account password to the user terminal.
A password updating apparatus comprising:
the determining unit is used for responding to a password updating instruction received at a preset time node and determining a current account password;
the calling unit is used for calling a preset password updating rule and determining an updating rule corresponding to the password updating instruction in the password updating rule;
the updating unit is used for determining each target character which needs to be updated in the current account password according to the updating rule and updating each target character to obtain a new account password corresponding to the current account password;
and the replacing unit is used for replacing the current account password with the new account password so as to finish the password updating process.
The above apparatus, optionally, further comprises:
the device comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for receiving a rule setting request sent by a user and acquiring a user identity contained in the rule setting request;
the authentication unit is used for authenticating the user identity;
and the setting unit is used for allowing the user to log in a system platform to perform rule setting on the account password corresponding to the user if the user identity passes the authentication.
The above apparatus, optionally, further comprises:
and the verification unit is used for verifying the password intensity of the new account password and sending the password intensity to the user terminal.
A storage medium, the storage medium comprising stored instructions, wherein when the instructions are executed, a device in which the storage medium is located is controlled to execute the above password updating method.
An electronic device comprises at least one processor, at least one memory connected with the processor, and a bus; the processor and the memory complete mutual communication through a bus; the processor is used for calling the program instructions in the memory to execute the password updating method.
Compared with the prior art, the invention has the following advantages: a password updating method and device, a storage medium and an electronic device specifically comprise: responding to a password updating instruction received at a preset time node, and determining a current account password; calling a preset password updating rule, and determining an updating rule corresponding to the password updating instruction in the password updating rule; determining each target character which needs to be updated in the current account password according to the updating rule, and updating each target character to obtain a new account password corresponding to the current account password; and replacing the current account password with the new account password to complete the password updating process. According to the scheme provided by the embodiment of the invention, when the password is required to be updated, the account password is automatically updated according to the preset updating rule, the password is not required to be manually changed, and the modification efficiency is improved.
The foregoing description is only an overview of the technical solutions of the present invention, and the embodiments of the present invention are described below in order to make the technical means of the present invention more clearly understood and to make the above and other objects, features, and advantages of the present invention more clearly understandable.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a flowchart of a password updating method according to an embodiment of the present invention;
fig. 2 is a flowchart of another method of a password updating method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a password updating apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a password updating apparatus according to an embodiment of the present invention;
fig. 5 is a structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
Referring to fig. 1, a method flowchart of a password updating method provided by an embodiment of the present invention is shown, where an execution process of the method shown in fig. 1 is a feasible implementation scheme of the password updating method provided by the embodiment of the present invention, and the method may be applied to various large system platforms, and an execution subject of the method is a server set in the system platform, where the password updating method specifically includes:
s101: responding to a password updating instruction received at a preset time node, and determining a current account password;
in the method provided by the embodiment of the invention, according to specific requirements of enterprises or related departments, such as the requirement of the enterprises for updating the password once every three months, the updating time of the password is set, a plurality of time nodes are set, when each time node is reached, a password updating instruction is sent to the server of the system platform, and the server is triggered to enter the password updating process.
In the method provided by the embodiment of the invention, when the server receives the password updating instruction, the server acquires the account password in the current application state, wherein the account password is used by each employee in an enterprise and can be a password corresponding to the employee such as a mailbox password, a special account password and the like.
S102: calling a preset password updating rule, and determining an updating rule corresponding to the password updating instruction in the password updating rule;
in the method provided by the embodiment of the invention, a corresponding password updating rule is preset, and the password updating rule is an updating rule set by a user for logging in a system platform in advance according to own will. The update rule specifies the update content at each time node throughout the password update process.
In the method provided by the embodiment of the present invention, the set password update rule sets the update content on each time node, and it can be understood that, on each update node, an update rule of the password update rule corresponds to the update rule, and the update rule represents the content that needs to be updated by the current update node.
S103: determining each target character which needs to be updated in the current account password according to the updating rule, and updating each target character to obtain a new account password corresponding to the current account password;
in the method provided by the embodiment of the invention, each account password consists of a plurality of characters, the account password is a character string, in the actual updating process, the target character needing to be updated in the character string corresponding to the account password is determined according to the updating rule, the corresponding target character is updated, and the new account password corresponding to the current account is obtained.
S104: and replacing the current account password with the new account password to complete the password updating process.
In the method provided by the embodiment of the invention, the current account password is replaced by the generated new account password, and the new account password is applied to the system platform, so that the password updating process is completed.
In the method provided by the embodiment of the invention, the current account password is determined in response to the password updating instruction received at the preset time node; calling a preset password updating rule, and determining an updating rule corresponding to the password updating instruction in the password updating rule; determining each target character which needs to be updated in the current account password according to the updating rule, and updating each target character to obtain a new account password corresponding to the current account password; and replacing the current account password with the new account password to complete the password updating process. According to the scheme provided by the embodiment of the invention, when the password is required to be updated, the account password is automatically updated according to the preset updating rule, the password is not required to be manually changed, and the modification efficiency is improved.
Referring to fig. 2, it is shown that, in the password updating method provided in the embodiment of the present invention, the preset process of the password updating rule includes:
s201: receiving a rule setting request sent by a user, and acquiring a user identity contained in the rule setting request;
s202: authenticating the user identity;
s203: and if the user identity passes the authentication, allowing the user to log in a system platform to perform rule setting on the account password corresponding to the user.
In the method provided by the embodiment of the invention, each employee user in an enterprise needs to log in the system platform for identity authentication when needing to set the password updating rule, and the user is allowed to log in the system platform for setting the password updating rule only under the condition of passing the identity authentication.
In the method provided by the embodiment of the present invention, the determining, according to the update rule, each target character that needs to be updated in the current account password, and updating each target character to obtain a new account password corresponding to the current account password includes:
acquiring a password character string corresponding to the current account password;
traversing the password character string, determining each character in the password character string corresponding to the updating rule, and determining each character corresponding to the updating rule as a target character to be updated in the current account password;
and updating each target character.
In the method provided by the embodiment of the invention, after a new account password is generated, the password intensity of the new account password is verified, and the password intensity and the new account password are sent to the user terminal.
In the method provided by the embodiment of the invention, the user only needs to configure the password updating rule in the system platform, the password can be updated regularly according to the rule, and the password does not need to be changed manually subsequently.
In the method provided by the embodiment of the invention, the user authority management is realized; the user can define the password updating rule and the updating period; the system password intensity verification is realized; the password update notification function is realized.
In the method provided by the embodiment of the invention, after the password is updated regularly, the user can be informed of the new password through the external network mailbox or the mobile phone number configured in advance by the user.
In order to more clearly explain the password updating process of the present application, an embodiment of the present invention provides a specific example as follows:
the user logs in the system platform to define the corresponding password updating rule, the password of the user is a string of character strings, and the serial numbers of the character strings in sequence can be 1, 2, 3, … … and N.
Any one bit in the string, whether continuous or discontinuous, may be defined. Such as for the password "Fangxiao 123! "(a password within a double quote), the user may define update rules including, but not limited to:
the first update rule, numbers 9, 10, 11 as a whole, adds 1 to each update. I.e., the subsequent passwords are sequentially updated to Fangxiao 124! Fangxiao 125! Fangxiao 126! Etc., to Fangxiao 999! The automatic update will then stop and reconfiguration will be required.
The second update rule, numbers 2 and 7, is self-adding 1 alphabetically for each update of the independent individuals. I.e. the subsequent passwords are updated to Fbngxibo 123! Fcgrico 123! Fdgxido 123! Etc., to Fzngxzo 123! The automatic update will then stop and reconfiguration will be required.
In the method provided by the embodiment of the invention, a user can log in the system platform to define a plurality of password updating rules corresponding to the system platform, and after each rule is updated and needs to be reconfigured, the user can log in the system platform to set the rule again.
For any password updating rule, when a predetermined node is reached, for example, one period every three months, when an updating node is reached, the currently used account password is determined, and the updating detailed rule corresponding to the current updating is that, for example, under the first updating rule in the above example, the currently used account password is Fangxiao124 |. And the current corresponding updating detailed rule is that the last three bits are integrally operated by + 1.
An embodiment of the present invention further provides a password updating apparatus corresponding to a password updating method, where the password updating apparatus is configured to implement an application of the password updating method in practice, and a structural diagram of the password updating apparatus may refer to fig. 3, and the password updating apparatus includes:
a determining unit 301, configured to determine a current account password in response to a password update instruction received at a preset time node;
the invoking unit 302 is configured to invoke a preset password updating rule, and determine an updating rule corresponding to the password updating instruction in the password updating rule;
an updating unit 303, configured to determine, according to the update rule, each target character that needs to be updated in the current account password, and update each target character to obtain a new account password corresponding to the current account password;
a replacing unit 304, configured to replace the current account password with the new account password to complete a password updating process.
In the password updating device provided by the embodiment of the invention, in the password updating process, the current account password is determined in response to the password updating instruction received at the preset time node; calling a preset password updating rule, and determining an updating rule corresponding to the password updating instruction in the password updating rule; determining each target character which needs to be updated in the current account password according to the updating rule, and updating each target character to obtain a new account password corresponding to the current account password; and replacing the current account password with the new account password to complete the password updating process. According to the password updating device provided by the embodiment of the invention, when the password is required to be updated, the account password is automatically updated according to the preset updating rule, the password is not required to be manually changed, and the modification efficiency is improved.
On the basis of fig. 3, referring to fig. 4, a schematic structural diagram of a password updating apparatus according to an embodiment of the present invention is shown, and on the basis of fig. 3, the password updating apparatus further includes:
an obtaining unit 305, configured to receive a rule setting request sent by a user, and obtain a user identity included in the rule setting request;
an authentication unit 306, configured to authenticate the user identity;
a setting unit 307, configured to allow the user to log in to the system platform to perform rule setting on an account password corresponding to the user if the user identity passes authentication.
The verifying unit 308 is configured to verify the password strength of the new account password, and send the password strength to the user terminal.
The password updating device provided by the embodiment of the invention comprises a processor and a memory, wherein the determining unit, the calling unit, the updating unit, the replacing unit, the obtaining unit, the authenticating unit, the setting unit and the verifying unit are all stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more, the password updating process is dynamically executed by adjusting kernel parameters, and the updating efficiency is improved.
An embodiment of the present invention provides a storage medium on which a program is stored, the program implementing the password updating method when executed by a processor.
The embodiment of the invention provides a processor, which is used for running a program, wherein the password updating method is executed when the program runs.
As shown in fig. 5, an embodiment of the present invention provides an electronic device, where the electronic device 40 includes at least one processor 401, at least one memory 402 connected to the processor 401, and a bus 403; the processor 401 and the memory 402 complete communication with each other through the bus 403; the processor 401 is configured to call program instructions in the memory 402 to perform the above-described password updating method. The device herein may be a server, a PC, a PAD, a mobile phone, etc.
The present application further provides a computer program product adapted to perform a program for initializing the following method steps when executed on a data processing device, comprising:
a password update method, comprising:
responding to a password updating instruction received at a preset time node, and determining a current account password;
calling a preset password updating rule, and determining an updating rule corresponding to the password updating instruction in the password updating rule;
determining each target character which needs to be updated in the current account password according to the updating rule, and updating each target character to obtain a new account password corresponding to the current account password;
and replacing the current account password with the new account password to complete the password updating process.
Optionally, the above method includes a preset process of the password update rule, where the preset process includes:
receiving a rule setting request sent by a user, and acquiring a user identity contained in the rule setting request;
authenticating the user identity;
and if the user identity passes the authentication, allowing the user to log in a system platform to perform rule setting on the account password corresponding to the user.
Optionally, in the method, the determining, according to the update rule, each target character that needs to be updated in the current account password, and updating each target character to obtain a new account password corresponding to the current account password includes:
acquiring a password character string corresponding to the current account password;
traversing the password character string, determining each character in the password character string corresponding to the updating rule, and determining each character corresponding to the updating rule as a target character to be updated in the current account password;
and updating each target character.
The above method, optionally, further includes:
and verifying the password intensity of the new account password, and sending the password intensity to the user terminal.
The above method, optionally, further includes:
and sending the new account password to the user terminal.
It should be noted that the password updating method and apparatus, the storage medium, and the electronic device provided by the present invention can be used in the network security field or the financial field. The above description is only an example, and does not limit the application fields of the password updating method and apparatus, the storage medium, and the electronic device provided by the present invention.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a device includes one or more processors (CPUs), memory, and a bus. The device may also include input/output interfaces, network interfaces, and the like.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip. The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, computer readable media does not include transitory computer readable media (transmyedia) such as modulated data signals and carrier waves.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A password update method, comprising:
responding to a password updating instruction received at a preset time node, and determining a current account password;
calling a preset password updating rule, and determining an updating rule corresponding to the password updating instruction in the password updating rule;
determining each target character which needs to be updated in the current account password according to the updating rule, and updating each target character to obtain a new account password corresponding to the current account password;
and replacing the current account password with the new account password to complete the password updating process.
2. The method according to claim 1, wherein the preset process of the password updating rule comprises:
receiving a rule setting request sent by a user, and acquiring a user identity contained in the rule setting request;
authenticating the user identity;
and if the user identity passes the authentication, allowing the user to log in a system platform to perform rule setting on the account password corresponding to the user.
3. The method according to claim 1, wherein the determining, according to the update rule, each target character that needs to be updated in the current account password, and updating each target character to obtain a new account password corresponding to the current account password comprises:
acquiring a password character string corresponding to the current account password;
traversing the password character string, determining each character in the password character string corresponding to the updating rule, and determining each character corresponding to the updating rule as a target character to be updated in the current account password;
and updating each target character.
4. The method of claim 1, further comprising:
and verifying the password intensity of the new account password, and sending the password intensity to the user terminal.
5. The method of claim 1, further comprising:
and sending the new account password to the user terminal.
6. A password updating apparatus, comprising:
the determining unit is used for responding to a password updating instruction received at a preset time node and determining a current account password;
the calling unit is used for calling a preset password updating rule and determining an updating rule corresponding to the password updating instruction in the password updating rule;
the updating unit is used for determining each target character which needs to be updated in the current account password according to the updating rule and updating each target character to obtain a new account password corresponding to the current account password;
and the replacing unit is used for replacing the current account password with the new account password so as to finish the password updating process.
7. The apparatus of claim 6, further comprising:
the device comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is used for receiving a rule setting request sent by a user and acquiring a user identity contained in the rule setting request;
the authentication unit is used for authenticating the user identity;
and the setting unit is used for allowing the user to log in a system platform to perform rule setting on the account password corresponding to the user if the user identity passes the authentication.
8. The apparatus of claim 6, further comprising:
and the verification unit is used for verifying the password intensity of the new account password and sending the password intensity to the user terminal.
9. A storage medium comprising stored instructions, wherein the instructions, when executed, control a device on which the storage medium is located to perform a password updating method according to any one of claims 1 to 5.
10. An electronic device comprising at least one processor, and at least one memory, bus connected to the processor; the processor and the memory complete mutual communication through a bus; the processor is used for calling the program instructions in the memory to execute the password updating method of any one of claims 1-5.
CN202111153567.9A 2021-09-29 2021-09-29 Password updating method and device, storage medium and electronic equipment Pending CN113792275A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111153567.9A CN113792275A (en) 2021-09-29 2021-09-29 Password updating method and device, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111153567.9A CN113792275A (en) 2021-09-29 2021-09-29 Password updating method and device, storage medium and electronic equipment

Publications (1)

Publication Number Publication Date
CN113792275A true CN113792275A (en) 2021-12-14

Family

ID=79184487

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111153567.9A Pending CN113792275A (en) 2021-09-29 2021-09-29 Password updating method and device, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN113792275A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115242508A (en) * 2022-07-22 2022-10-25 中国银行股份有限公司 Account password modification method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106506153A (en) * 2016-11-28 2017-03-15 浙江齐治科技股份有限公司 One kind changes decryption method, device and fort machine automatically
CN109472130A (en) * 2018-11-13 2019-03-15 试金石信用服务有限公司 Linux cipher management method, middle control machine, readable storage medium storing program for executing
CN110891062A (en) * 2019-11-27 2020-03-17 中铁程科技有限责任公司 Password changing method, server and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106506153A (en) * 2016-11-28 2017-03-15 浙江齐治科技股份有限公司 One kind changes decryption method, device and fort machine automatically
CN109472130A (en) * 2018-11-13 2019-03-15 试金石信用服务有限公司 Linux cipher management method, middle control machine, readable storage medium storing program for executing
CN110891062A (en) * 2019-11-27 2020-03-17 中铁程科技有限责任公司 Password changing method, server and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115242508A (en) * 2022-07-22 2022-10-25 中国银行股份有限公司 Account password modification method and device

Similar Documents

Publication Publication Date Title
US20240273229A1 (en) Systems Using an Authorization Service User Interface for Secure Role-Based Access Control
CN110798490B (en) Method and device for accessing third-party system based on data center and data center
CN110889108B (en) spark task submitting method and device and server
CN113536326A (en) Decentralized cooperative office method, equipment and medium
CN113792275A (en) Password updating method and device, storage medium and electronic equipment
CN113312669B (en) Password synchronization method, device and storage medium
US9390239B2 (en) Software system template protection
CN109542401B (en) Web development method and device, storage medium and processor
CN111193710A (en) Multi-application login method and device based on browser
CN111125802A (en) Method, device and medium for managing non-material cultural heritage information based on block chain
US20230359911A1 (en) Artificial intelligence enabled data privacy for virtual assistants
US11757976B2 (en) Unified application management for heterogeneous application delivery
CN115168469A (en) Calling method, device and medium of low-coding data interface
CN111737672A (en) Block chain-based remote office method, equipment and medium
CN112579189A (en) Configuration file updating method and device
CN112749159A (en) Form generation method and device, electronic equipment and storage medium
CN110912959A (en) Device access method and device, management and control system and electronic device
CN114095230B (en) Data processing method, device, computer equipment and storage medium
CN114362960B (en) Resource account data supervision method and device, computer equipment and medium
CN110968888B (en) Data processing method and device
US11818128B2 (en) Migration of user authentication from on-premise to the cloud
CN110995699A (en) Unified management and control method, management and control end, client and equipment for network security
CN112579999B (en) Data processing method and device
US10616405B1 (en) Utilizing caller ID for managing a mobile device
CN117055943A (en) Rule-based decision method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination