I'm working on a centos dev platform and unfortunately find myself needing to use two methods inside the windows library crypt32.dll

Specifically:
-CryptProtectData
-CryptUnProtectData

I've Googled quite a bit on bringing in DLL's to PHP but my understanding is that unless its written as a PHP extension I can't simply include it as an extension (which is fine)

But is there a way to load it and access these two methods from inside a script?

    Write a Reply...