Replies: 2 comments 3 replies
-
I'm guessing you meant using the 1- Declaring 2- While reading from bytecode would make accessing the password more difficult, it would not be impossible. All information stored on the blockchain is public, and it is never a good practice to store passwords on-chain in any form, even if declared as immutable. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot 😊
I really appreciate the clarification 🙏
…On Fri, May 3, 2024, 7:21 PM EngrPips ***@***.***> wrote:
Interesting, Does this answer clarify things @rocknwa
<https://github.com/rocknwa>?
—
Reply to this email directly, view it on GitHub
<#171 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4JQMPZTKM3TPMCRL3OGETDZAPITJAVCNFSM6AAAAABHFSGU3SVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TGMBYGU3TO>
.
You are receiving this because you were mentioned.Message ID:
<Cyfrin/security-and-auditing-full-course-s23/repo-discussions/171/comments/9308577
@github.com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In My audit report, I recommended using the
Immutable
keyword for thes_owner
variable since it's stored in the contract's bytecode, I don't think it can be accessed off Chain because I usedcast
to test it, I couldn't access it. This is My report.Please, I want to know if I'm right.
Beta Was this translation helpful? Give feedback.
All reactions