NYCPHP Meetup

NYPHP.org

[joomla] Document management and encryption

Mitch Pirtle mitch.pirtle at gmail.com
Tue Oct 26 10:52:31 EDT 2010


On Tue, Oct 26, 2010 at 10:39 AM, Scott Wolpow <scott at wolpow.com> 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



More information about the Joomla mailing list