Hello
In this case, how to encrypt the binary file to be "compatible with the rest of world's software"? W dniu 2014-10-21 23:10, Tio Oscar napisał(a): > 2014-10-21 16:39 GMT-03:00 Fernando Schuindt <[email protected]>: > >> 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. > > I thinks it isn't a good idea... > If you need encrypt something to use internally, you can use base64 (for > example). > But if you need it compatible with the rest of world's software, it wont > work. > > -- > > Exos ~ (>‿◠)✌ > Linked'in: http://www.linkedin.com/in/ogexos [3] > Twitter: @exos, Indeti.ca: @exos > Cel: [+54 9 11] 6133-2442 > > -----BEGIN GEEK CODE BLOCK----- > Version: 3.1 > GCS/IT d-- s++:* a- C+++$ UBL+++$ P(-) L+++$ !E--- W+++$ !N !o K-? !w--- !O > !M-- V? PS+++@ !PE Y+(++) PGP++ !t--- !5 X++ R(+) tv--(!) b- DI D-- G e@ h>++ > r--- y*>+++++ > ------END GEEK CODE BLOCK------ > > _______________________________________________ > > http://openpgpjs.org [1] > Subscribe/unsubscribe: http://list.openpgpjs.org [2] Links: ------ [1] http://openpgpjs.org [2] http://list.openpgpjs.org [3] http://www.linkedin.com/in/ogexos
_______________________________________________ http://openpgpjs.org Subscribe/unsubscribe: http://list.openpgpjs.org

