Since you say "at a glance" you can just use:
Code:
set %var $encode(password,m)

For instance, that will encode the word "password" to "cGFzc3dvcmQ=", so people looking at it won't see what it says unless they do $decode(cGFzc3dvcmQ=,m)