db4o

IConfiguration.Encrypt Method 

configures the use of encryption.

void Encrypt(
   bool flag
);

Parameters

flag
true for turning encryption on, false for turning encryption off.

Remarks

configures the use of encryption.

This method needs to be called before a database file is created with the first Db4o.openFile() .

If encryption is set to true, you need to supply a password to seed the encryption mechanism.

db4o database files keep their encryption format after creation.

See Also

IConfiguration Interface | Db4objects.Db4o.Config Namespace | Db4objects.Db4o.Config.IConfiguration.Password