in reply to Problems using BerkeleyDB encryption
Actually no. In browsing the SleepyCat documentation see that you have to have either use DB_ENV->set_encrypt or DB->set_encrypt to set the encryption password. You did neither. Also, a browse of BerkeleyDB.xs doesn't show that either of those functions are supported by BerkeleyDB. I'd suggest you add the methods to BerkeleyDB and recompile. Send your modifications to the module author as a patch and hopefully we'll all benefit by that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Problems using BerkeleyDB encryption
by minceme (Initiate) on Mar 26, 2003 at 23:02 UTC | |
by diotalevi (Canon) on Mar 26, 2003 at 23:24 UTC |