save passwords securely
Does anyone have a secure way to store passwords so users don't have to enter their password every time?
I don't want to just store the password as plain text in a preferences file or anything like that.
Names default to here(1);
nw = new window("Login",
lineupbox(ncol(2),
textbox("Username"), teb_uid = texteditbox("Vincent", <<Set Width(200)),
textbox("Password"), teb_pwd = textedit
...
