Hi,
I'm using php functions openssl_private_encrypt() and openssl_public _decrypt().
Does somebody knows if the function openssl_private_encrypt() can encrypt data larger than 128 bytes with a 1024 bits key length or the maximal string length is the one of the key?
thanks