I'm working on a project to convert an application written in Java using BouncyCastle (http://www.bouncycastle.org/) for encyption. The algorithm being used is PKCS-1.
Does PHP's mcrypt functions support decrypting and encrypting using PKCS-1? Is there another solution?
Thank you very much.