Re: [Podofo-users] Crypto++ library

2008-05-08 Thread Dominik Seichter
Hi, No, I did not know that library. The original encryption code was contributed by Leonard you took it from wxPdfDocument. The website http://www.cryptopp.com (is it correct?) seems to be not working today. But having the crypto code outsourced would be a good idea. I'll try to get more inf

Re: [Podofo-users] C++0x Unicode strings

2008-05-08 Thread Dominik Seichter
Hi Craig, Thanks for this very interesting link. I will look into these strings. I think we should definitely support them in some way (i.e. allow them in PdfString and PdfName constructors as well as for PdfPainter::DrawText. As you pointed it out, we should keep pdf_uint16be, as it guarantees

Re: [Podofo-users] Crypto++ library

2008-05-08 Thread Leonard Rosenthol
crypto++ would be useful for standard crypto, but wouldn't help with DigSig or Signature-based crypto. Try libeay (part of openssl). Leonard On May 8, 2008, at 7:03 AM, Craig Ringer wrote: > Dom, > > Regarding PoDoFo's encryption needs, have you looked at the crypto++ > library? I had a quick

[Podofo-users] Crypto++ library

2008-05-08 Thread Craig Ringer
Dom, Regarding PoDoFo's encryption needs, have you looked at the crypto++ library? I had a quick glance and it looks quite interesting. It'd be nice not to have to maintain a bunch of forked (or just copied) code for crypto. -- Craig Ringer ---