All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----db.RowEncrypt
It uses the table name, the row number and a supplied password to create a hash. This is then used to initialise a pseudo random number generator, which generates rand number which are used to XOR the contents of a row of data.
WARNING - This is an example module only. For export control reasons, it uses a deliberately weak encryption algorithm. HIGHLY CONFIDENTIAL DATA SHOULD NOT BE ENCRYPTED USING THIS MODULE.
public RowEncrypt()
All Packages Class Hierarchy This Package Previous Next Index