Users password can be found by non owners
s_password is a private variable. Private variables cannot be accessed by other contracts but can still be read on the blockchain, ie introspecting the block/transaction it was set.
users password is NOT secure and can be compromised, potentially leading to loss of funds etc...
foundry
some form of encryption. user decrypts stored password with their private key for example.
Private functions and state variables are only visible for the contract they are defined in and not in derived contracts. In this case private doesn't mean secret/confidential
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.