Encrypted credentials in Maven with jasypt

When developing enterprise applications it is best practice check in the source code into a version control system. Additionally to the code also configuration settings and credentials are often checked in. This is usually no problem  for test environments, but configurations for the production environments perhaps should not be readable for everyone having access to […]

Continue reading