Database Connection URL Attributes
Page 3 of 17

bootPassword=key

Function

Specifies the key to use for encrypting a new database or booting an existing encrypted database. Specify an alphanumeric string at least eight characters long.

Combining with Other Attributes

When creating a new database, must be combined with create=true and dataEncryption=true. When booting an existing encrypted database, no other attributes are necessary.

-- boot an encrypted database
jdbc:cloudscape:encryptedDB;bootPassword=clo760uds2caPe

-- create a new, encrypted database
jdbc:cloudscape:newDB;create=true;dataEncryption=true;
    bootPassword=clo760uds2caPe