![]() |
Database Connection URL Attributes
|
Reference Manual |
encryptionAlgorithm=algorithmFunctionSpecifies the algorithm for data encryption. Specify the algorithm per the Java conventions: algorithmName/feedbackMode/padding The only padding type allowed with Cloudscape is NoPadding. If no encryption algorithm is specified, the default value is DES/CBC/NoPadding. (For information about data encryption, see Encrypting Databases on Disk in the Cloudscape Developer's Guide). Combining with Other AttributesMust be combined with create=true, bootPassword=key, dataEncryption=true, and encryptionProvider=providerName. Example
jdbc:cloudscape:encryptedDB;create=true;dataEncryption=true; NOTE: If the specified provider does not support the specified algorithm, Cloudscape throws an exception. |
|
![]() Cloudscape Version 3.6 For information about Cloudscape technical support, go to: www.cloudscape.com/support/.Copyright © 1998, 1999, 2000 Informix Software, Inc. All rights reserved. |