--- Jason Cunliffe <[EMAIL PROTECTED]> wrote: > I need to build a secure client-side tool in > REBOLfor people to upload files > to a remote server. I would like to use REBOL/View > so I can offer an easy > GUI for fiel browsing, selection and transfer. An > option I see using REBOL > are: > > - insist they buy REBOL/ViewPro and use encryption > for login+password > handling and then FTP on a special port for data > transfer. On the server I > should at least run /ViewPro or /Command. > > Does anyone have improvements to this approach, > perhaps one which can be > built using the free REBOL/View or even REBOL/Core? > Examples/caveats?
You could always implement encryption yourself and send the files between REBOL client program to REBOL server using a custom protocol. There are any number of free sources describing cryptographic algorithms on the web; the main problem with implementing them in REBOL may be performance, since REBOL isn't entirely a speed demon for math, as I understand it. Chris Dicely __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
