A web system design method combining slow hash and dynamic salt
A system design and dynamic technology, applied in the related fields of WEB systems, can solve the problems of increasing risks, lack of user calculation, transmission, storage, verification, and many insecure factors, and achieve the effect of ensuring security and safety irreversibility.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0019] The present invention will be further described below in conjunction with the accompanying drawings and specific embodiments.
[0020] Such as figure 1 In the described embodiment, a web system design method combining slow hash and dynamic salt specifically includes the following steps:
[0021] (1) According to the input user name, the client first queries the server whether the user name exists, if the user name exists, the login process is performed, and the salt of the user in the user table is returned, which is called the old salt here; oldSalt=getUserSaltAPI (inputUsername)
[0022] The user table refers to a user database table structure with a dynamic salt field, which is used to store user information. The indispensable fields of the database table structure are: username, ciphertext password, and salt.
[0023] If the user name does not exist, the login process ends and the registration process starts. The client first randomly generates a registerSalt, and...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 
