Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] on passwords...

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