The natspec reads
@notice This contract allows you to store a private password that others won't be able to see.
On the contrary,
Private variables are still visible on the blockchain and
can be accessed by anyone using its storage slot index
to access the password
Foundry POC
High
Manual Analysis
Private variables should NOT be used to store sensitive information like passwords.
Use a password manager instead
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.