diff options
author | lloyd <[email protected]> | 2010-01-22 04:15:54 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-01-22 04:15:54 +0000 |
commit | c9672d69689b7bdbec89ab2a9193aaca948acb76 (patch) | |
tree | 7face090ccdf6fd6ba6742d42cc8a86f1f29eef2 /doc | |
parent | 59471c89f3ef3f9c65fa5f05b1a2159d5b63d200 (diff) |
Add SQLite3 encryption codec, contributed by Olivier de Gaalon. Uses
Twofish in XTS mode for encryption by default, but is easily tweakable.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/license.txt | 1 | ||||
-rw-r--r-- | doc/log.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/license.txt b/doc/license.txt index 61615c3af..599bf7f63 100644 --- a/doc/license.txt +++ b/doc/license.txt @@ -14,6 +14,7 @@ Copyright (C) 1999-2010 Jack Lloyd 2007 Manuel Hartl 2007 Christoph Ludwig 2007 Patrick Sona + 2010 Olivier de Gaalon All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/log.txt b/doc/log.txt index bb84922d2..3db4205f3 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -4,6 +4,7 @@ - Add SSE2 implementation of IDEA - Perform XTS encryption and decryption in parallel where possible - Perform CBC decryption in parallel where possible + - Add SQLite3 db encryption codec, contributed by Olivier de Gaalon - Add a block cipher cascade construction - Add support for Win32 high resolution system timers - Remove Timer class entirely |