Mirko Matytschak
-
2008-02-21
- priority: 5 --> 4
The contents of fields or properties should be encrypted by the pm before they are stored and decrypted after reading. Key and IV should be Properties of the PersistenceManager. Example of a mapping file entry:
<Field Name="myField">
<Column Name="MyField" StoreEncrypted = "True" />
</Field>