Regular users can read the password of the blockchain by viewing storage slots
address private s_owner;
string private s_password;
const contents = await web3.eth.getStorageAt(contractAddress, storageSlotNumber)
sensitive data is not secure and will be known by everyone(data breach)
manual audit
Dont store sensitive data on the blockchain
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.