Private only means that other smart contracts can't read the variables(excluding constant/immutable). Anyone can read the values of each storage slot to get the password.
Private variables can be read off chain
Anyone can see the password
Manual review
Don't store any sensitive information on chain
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.