summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-17 17:01:20 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-17 17:01:20 +0200
commit55e400376a73bcab9a4e64ecfddbf073008ac422 (patch)
treecce38c04180edfbbd684bee2e44410cefa6228e0 /README
parent2c3b6a5c9b70a266e4528a22a03532ea84461975 (diff)
downloadqpdf-55e400376a73bcab9a4e64ecfddbf073008ac422.tar.zst
got working aes128 implementation
git-svn-id: svn+q:///qpdf/trunk@809 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 2e74f388..e88c568c 100644
--- a/README
+++ b/README
@@ -33,6 +33,15 @@ The sources to PCRE can be independently obtained from
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
+The Rijndael encryption implementation used as the basis for AES
+encryption and decryption support comes from Philip J. Erdelsky's
+public domain implementation. The files libqpdf/rijndael.cc and
+libqpdf/qpdf/rijndael.h remain in the public domain. They were
+obtained from
+
+ http://www.efgh.com/software/rijndael.htm
+ http://www.efgh.com/software/rijndael.txt
+
Building on UNIX/Linux
======================