Re: PHP Open SSL

2009-07-19 Thread javierm
mahendra [MinG] wrote: > > Questions: > 1. What is the encoding format for the encrypted text that is generated > from openssl_public_encrypt? > 2. Is it possible that because when i generate the encrypted text, i echo > it into a HTML textarea and hence changing the encoding? > For the openss

Re: PHP Open SSL

2009-07-16 Thread So Gerald
The length of data to encrypt is limited depends on the key size you used, so that you can not encrypt all text by openssl_public_encrypt() simply. To do this you should reference to 'S/MIME'. 2009/7/14 mahendra [MinG] > Hi, i am developing a secure email application whereby the email sent to >