# # con_safejdbc.ini # # Contains connections parameters to the SafeJDBC catalog # A cryptographic information section allows to emulate # all SafeJdbcSetter class operations # # NDP 21/07/03 17:50 - update # NDP 28/07/03 17:30 - add Provider, Algorithm, UserId, Passprhase (or Key) definition in File # NDP 07/08/03 17:10 - Comments # NDP 12/09/03 18:35 - Support for IngrianProvider # # NOTE : When using iSQL-Viewer Tool, please set the SAFEJDBC_PROVIDER to "SunJCE" (this is default) # because of iSQL-Viewer bug/feature, Cryptix Provider does not work. # # SafeJDBC meta-database parameters # # JDBC driver Class DRIVER=com.mysql.jdbc.Driver # URL to SafeJDBC Database DB_URI_ROOT=jdbc:mysql://localhost:3306/safejdbc_catalog? # SafeJDBC Database user & passwords # USER=safelogic PASSWORD=safelogic*$ # Logging File # Logging will be activate if SAFEJDBC_LOGFILE is uncommented # If filename does not contains directory name, file will be located in Java user.dir # SAFEJDBC_LOGFILE = safejdbc.log # # SafeJDBC cryptographic parameters # # NOTE : When using iSQL-Viewer Tool, please set the SAFEJDBC_PROVIDER to "SunJCE". # Because of iSQL-Viewer bug/feature, "Cryptix" Provider does not work. # # When not using iSQL-Viewer Tool, "Cryptix" is the fatest & prefered Provider # SafeJDBC Crypto Provider # SAFEJDBC_PROVIDER=SunJCE # Uncomment for IngrianProvider #SAFEJDBC_PROVIDER = IngrianProvider # SafeJDBC Crypto Algorithm # #SAFEJDBC_ALGORITHM = Blowfish/CFB/NoPadding # KEY in hexaformat # #SAFEJDBC_KEY = 5F1BF6F9AE8D5460D4A4A23A04535F4D # Uncomment following line for IngrianProvider and comment previous line #SAFEJDBC_KEY = CSencrypt # SafeJDBC user ID # SAFEJDBC_USERID = safejdbc_userid # Passphrase. # FOR SECURITY REASONS,THIS MODE OF PASSPHRASE RETRIEVAL SHOULD NOT BE USED IN PRODUCTION. # SAFEJDBC_PASSPHRASE = safejdbc_passphrase #end