pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] Crypt module discussion


From: Aleksander Morgado
Subject: Re: [pdf-devel] Crypt module discussion
Date: Thu, 31 Jul 2008 09:27:09 +0200
User-agent: Thunderbird 2.0.0.14 (X11/20080505)


>    Will we store the ciphertext in a pdf_text_t again? It doesn't seem
>    smart for me. Since pdf_text_t functions has not sense in a block
>    cipher. Aleks, what do you think?
> 
> We have functions to initialize a pdf_text_t object from an ASCII
> string but I dont know if we can set an arbitrary ("binary") string as
> the value of a pdf_text_t. It is interesting since we may want to
> store encrypted strings in pdf_text_t when generating pdf content. On
> the other hand it is not critical since we for sure will be able to
> tell the writer module to use raw strings. Aleks wi

No, we cannot set (with the present API) an arbitrary "binary" string as
the value of the pdf_text_t. That would involve changing the API, which
of course could be done. Internally, the pdf_text_t stores the text
encoded in UTF-32HE (host-endian). If we really need to encrypt/decrypt
whatever data we want, I guess that it shouldn't be stored in a
pdf_text_t. It is in fact something completely independent to the final
purpose of the text module, I think. Anyway, we could extend the text
module for such purpose without any major problem.

Cheers,
-Aleksander




reply via email to

[Prev in Thread] Current Thread [Next in Thread]