Database Connection URL Attributes
Page 8 of 17

encryptionProvider=providerName

Function

Specifies the provider for data encryption. (For information about data encryption, see Encrypting Databases on Disk in the Cloudscape Developer's Guide).

If this attribute is not specified, the default encryption provider is com.sun.crypto.provider.SunJCE.

Combining with Other Attributes

Must be combined with create=true, bootPassword=key, and dataEncryption=true. You have the option of also specifying .

Example

jdbc:cloudscape:encryptedDB;create=true;dataEncryption=true;
    encryptionProvider=com.sun.crypto.provider.SunJCE;
    encryptionAlgorithm=DESede/CBC/NoPadding;
    bootPassword=clo760uds2caPe

NEW: The encryptionProvider attribute is new in 3.6.