If you're looking for general cryptography that doesn't absolutely require 
mcrypt (like you just want to use Blowfish or Rijndael or some cipher 
algorithm that mcrypt provides), then I'll shamelessly plug a cryptography 
extension I've been working on that uses Crypto++ instead of mcrypt. It 
provides pretty much all of the functionality of the mcrypt extension, and 
in many cases is compatible with it.

Note that I'm only shamelessly plugging the extension because I'm interested 
in seeing if it works on OSX, not because I think it's the bomb or 
anything. I've got it working on Solaris 8, linux and Win2000, so I'm just 
curious how OSX would handle it. (We have a running copy of OSX at work, 
but I'm not allowed to play with it yet...)

Anyways, if you're still interested despite my shameful advertising, head to 

http://www.tutorbuddy.com/software/

And check out the cryptopp extension.

J


Mitch Vincent wrote:

> What's the current status of OS X support? I understand that 4.3 will be
> the first release to "officially" support OS X but how much of the work is
> complete in current CVS?
> 
> I grabbed the latest yesterday and compiled it -- still had my issues
> creating files and directories (Where I would get permission denied errors
> even though the perms were 777 and the entire directory was owned by the
> webserver user/group).. I ran into this problem using Smarty and evidently
> a lot of people have had it with 4.2.. I also couldnąt get mcrypt to work
> in 4.3-dev -- "unable to open encryption module" for everything I tried
> (this worked fine in 4.2). I have libmcrypt 2.5.0 installed, which appears
> to be the latest available...
> 
> I would roll back to 4.1 but I can't get it to compile on this box and the
> only OSX build I've found doesn't have working mcrypt support and I kind
> of have to have it :-)
> 
> Thanks to all!!!
> 
> -Mitch


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to