Author: j16sdiz
Date: 2008-12-02 11:42:19 +0000 (Tue, 02 Dec 2008)
New Revision: 24004
Modified:
trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
Log:
don't save the decryption key
Modified: trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
===================================================================
--- trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
2008-12-02 11:41:57 UTC (rev 24003)
+++ trunk/freenet/src/freenet/store/saltedhash/SaltedHashFreenetStore.java
2008-12-02 11:42:19 UTC (rev 24004)
@@ -53,7 +53,7 @@
*/
public class SaltedHashFreenetStore implements FreenetStore {
/** Option for saving plainkey */
- private static final boolean OPTION_SAVE_PLAINKEY = true;
+ private static final boolean OPTION_SAVE_PLAINKEY = false;
private static final int OPTION_MAX_PROBE = 4;
private static final byte FLAG_DIRTY = 0x1;
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs