Thinking from the perspective of Web2 security, further conditional judgment should be made about the setting of Password. For example, the length of Password should not be less than 8 bits, Password should not be a weak password (e.g. 123456), and Password should not be just a simple number.
An overly simple password can be easily brute-force broken.
Manual Review
s_password
should meet a certain complexity, such as using a password with a length of more than 8 digits, containing letters, numbers, and special symbols.
Further encryption is performed on s_password
.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.