Masking constant declarations?

Let’s just say there’s a declaration, using the assign activity, such as:

string password = “yepthisiscorrect”;

Any idea how to mask the constant value? For purposes of preventing it from being seen unless needed to. SecApp-wise it would be bad, but I’m interested to know if it’s possible:zipper_mouth_face:

@abcwk Youy can use Get Password activity,so you can store constant value.It will be encrypted

Passing variables around is doable (to mask output), sure, but it isn’t really what I’m hoping to uncover. Though, thanks for the suggestion