2022

Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

DBSync Cloud Replication provides a fast and easy way to replicate Source applications in your local database.

Security Highlights

  • DBSync Cloud Replication is a 100% Java application.
  • The application can be downloaded and installed from mydbsync.com product site. The installation is available for Windows (.exe) or Unix/Linux (.zip) file.
  • The application is built to run its user interface on top of Tomcat.
  • The application does not provide any in built User Security model. End users can implement security based on Security (http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html) or Spring Security (http://projects.spring.io/spring-security/)
  • All configuration for profiles are stored in local file system <<install-dir>>/dbsync-repl/WEB-INF/db directory
  • All passwords stored are encrypted with industry standard encryption algorithms. The encryption seed can be changed once installed.
  • The following are the entities and passwords that are encrypted –
    Local license file (*.lic)
    http Proxy Password
    Salesforce Password
    Database Password
  • All Web communications with Source applications comply with Source HTTP/S 256 bit encryption standards.
  • All communication with local database is performed using JDBC protocol and supported JDBC drivers.
  • DBSync License check occurs at every run using HTTP/S 256 bit calls to DBSync License servers. This call can be avoided by installing a local license file.
  • The application can run standalone or embedded along with other application. Most common operating model is to use Batch Interface in Solaris/Unix environment and / or Web App on Windows/Linux/Unix environment.
  • No labels