Author: Daniel Cheng Date: To: Discussion of development issues Subject: Re: [freenet-dev] [freenet-cvs] r19789 -
branches/saltedhashstore/freenet/src/freenet/store
On Sat, May 10, 2008 at 6:24 AM, Matthew Toseland
<toad@???> wrote: > On Tuesday 06 May 2008 08:39, j16sdiz@??? wrote:
>> Author: j16sdiz
>> Date: 2008-05-06 07:39:43 +0000 (Tue, 06 May 2008)
>> New Revision: 19789
>>
>> Modified:
>>
> branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
>> Log:
>> option for saving plain key (for migration)
>
> For datastore histograms? It ought to be possible to make migration possible
> without knowing the full key ... but it would require that the salt isn't
> used in crypto, or is easily reversed out... hmmm.
>>
This code save all necessary keys to allow migrate _back_ to BDBFS. I
don't want to lost any data in this early testing stage.