on passwords...
[1/2] from: rsaathoff::datajunction::com at: 11-Jun-2001 16:13
Hi all,
I'm writing a script which will allow one to check (and eventually read) all of their
email from their accounts which support pop protocol, and I was wondering how best to
keep the passwords hidden. The solution I've developed is to move the passwords into
an external file, which the script accesses and reads when it is run. What I was wondering
about is whether or not REBOL adds any sort of security to a POP request (by that, I
mean " read pop://name:[password--someserver--com]) Thanks for your help!
Ryan
[2/2] from: petr:krenzelok:trz:cz at: 11-Jun-2001 23:49
----- Original Message -----
From: "Ryan" <[rsaathoff--datajunction--com]>
To: <[rebol-list--rebol--com]>
Sent: Monday, June 11, 2001 11:13 PM
Subject: [REBOL] on passwords...
> Hi all,
> I'm writing a script which will allow one to check (and eventually read)
all of their email from their accounts which support pop protocol, and I was
wondering how best to keep the passwords hidden. The solution I've
developed is to move the passwords into an external file, which the script
accesses and reads when it is run. What I was wondering about is whether or
not REBOL adds any sort of security to a POP request (by that, I mean "
read pop://name:[password--someserver--com]) Thanks for your help!
read apop://name:[server--someserver--com] ?
Cheers,
-pekr-