Password encryption in Liquibase properties file

If you google “Password Encryption in Liquibase” you will get some results that answer the question.

https://www.google.com/search?q=Password+encryption+in+Liquibase&oq=Password+encryption+in+Liquibase&aqs=chrome…69i57j69i60&sourceid=chrome&es_sm=0&ie=UTF-8

Short answer - yes, it is supported since 3.3.

Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/

To manage migration with Liquibase, I am using a properties file that holds all the information about the database connection. The pitfall of this file is that it discloses my database password since it is a plain text file. Is there a way to avoid that ? Does Liquibase support any kind of encryption for the properties file ?

Actually, this article is not answering the question but advising some workaround. The link does not talk about encrypting the properties itself but about using encrypted values from Maven instead.