Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 864d1c3c3cd8df4e3a2692faf8776e05 > files > 450

db4o-doc-7.4-2.fc13.i686.rpm

<html>
  <head>
    <META http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Built-In Simple Encryption</title>
    <link rel="stylesheet" type="text/css" href="../../../style.css">
  </head>
  <body>
    <div class="CommonContent">
      <div class="CommonContentArea">
        <h1>Built-In Simple Encryption</h1> 

<P>(This functionality is deprecated)</P>
<P>The other encryption methods built-into db4o, is called simple encryption. To use it, the following two methods have to be called, before a database file is created:</P>

<span name="cs_wiki_filter" csw_filters="net">
<P>.NET: </P><code>Db4o.Configure().Encrypt(true); Db4o.Configure().Password("yourEncryptionPasswordHere");</code> 
</span>
<P>The security standard of the built-in encryption functionality is not very high, not much more advanced than "substract 5 from every byte". This is great for systems with limited resources, or where the encryption needs to be done as quickly as possible.</P></div>
    </div>
    <div id="footer">
					This revision (7) was last Modified 2007-07-05T03:18:33 by German Viscuso.
				</div>
  </body>
</html>