in reply to Protecting Personal Files within a Perl Website!

Not a perl/webserver solution; but, is there anything stopping you from just using ssh to access your files? Since you seem to be particularly paranoid, you could use s/key one-time passwords. That way it doesn't matter if there's a keylogger or if someone sniffs your password. It's also way more convenient than carrying around a CDRW :).

You can download putty from anywhere to get access.

That said, basic http auth over ssl strikes me as being properly careful, unless the data's super sensitive.

Update: Touched up a little.

  • Comment on Re: Protecting Personal Files within a Perl Website!

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.
A reply falls below the community's threshold of quality. You may see it by logging in.