sweenal
sweenal

Reputation: 87

SymmetricDS Community Edition passwords hard-coding in property files

We have setup SymmetricDS on Windows for SQL server databases and it's working fine. But we have hard-coded the passwords in property files. My question here is, is there any way to avoid hard-coding?

Upvotes: 1

Views: 218

Answers (2)

Eric Long
Eric Long

Reputation: 926

If you set SQL-Server to use Windows authentication for the SymmetricDS user, then you can leave the db.user and db.password properties empty.

Sql Server - connect with windows authentication

Upvotes: 0

chenson42
chenson42

Reputation: 1108

You can encrypt your passwords.

https://www.symmetricds.org/doc/3.12/html/user-guide.html#_encrypted_passwords

Upvotes: 1

Related Questions