[Cryptar-cvs] cryptar README.code.txt,1.11,1.12
Status: Beta
Brought to you by:
jma2
|
From: Jeff A. <jm...@us...> - 2004-05-29 04:31:13
|
Update of /cvsroot/cryptar/cryptar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22318 Modified Files: README.code.txt Log Message: Note to consider encrypting local db. Index: README.code.txt =================================================================== RCS file: /cvsroot/cryptar/cryptar/README.code.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** README.code.txt 28 May 2004 18:08:51 -0000 1.11 --- README.code.txt 29 May 2004 04:31:04 -0000 1.12 *************** *** 157,160 **** --- 157,165 ---- should track it. + - If we are compiling against a version of Berkeley DB that allows for + encryption, we should take advantage of it. This would mean we + would need a passphrase from the user, though, which alters the + interface. Maybe this should be an optional feature. + Documentation: |