Title: Re: [openpgpjs] (no subject)
Yes this is exact the way i'm doing. But in theese case the size of the crypted string is 2,5-3 time bigger than the file (only json convertion adds minimum 1,5-2). I really ure that without JSON the size of PGP should be much less.
May you please think about the solution?


I don't know whats happening with your email list, but your message don't have subject.
Talking about your question, did you tried to convert the buffer objects to json and them encrypt them once it's became a string?

var buffer = new ArrayBuffer(12);
var string = JSON.stringify(buffer); // It's a string now.

2014-10-21 15:48 GMT-03:00 Maria Mary Jane <
[email protected]>:
This is the 5th time i tried to ask this but no new record in the list
appears. Whats a problem?


the question is:

Is  it  any way to encrypt ArrayBuffer instead of string? This is very
useful for encrypting files for example.

please assist.



--
С уважением,
 Maria                          mailto:
[email protected]

_______________________________________________

http://openpgpjs.org
Subscribe/unsubscribe: http://list.openpgpjs.org



-- 
Atenciosamente,
Fernando Schuindt




-- 
С уважением,
 Maria                          
mailto:[email protected]
_______________________________________________

http://openpgpjs.org
Subscribe/unsubscribe: http://list.openpgpjs.org

Reply via email to