On Tue, Oct 26, 2010 at 10:39 AM, Scott Wolpow <[email protected]> wrote:
> Does any one know of a good document management system where users can
> upload files, and those files are automatically encrypted or otherwise
> protected. I am building a site for a law firm and want to offer the ability
> for their clients to upload files.
> Those files are confidential and need to be unreadable to anyone without the
> propper password.

I'm using crupt() with CRYPT_SHA512 to accomplish this on one site of
mine right now:

    http://php.net/crypt

-- Mitch
_______________________________________________
New York PHP SIG: Joomla! Mailing List
http://lists.nyphp.org/mailman/listinfo/joomla

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to