You are not logged in.
Hi,
Is it possible to encrypt the password used to connect into metadata repository , stored in persistence.properties file ?
This password:
# Credentials
hibernate.connection.username=user1
hibernate.connection.password=<ENCRYPTED>
Thanks,
Marcio
Offline
Hi Marcio,
this is not possible. Pls check this https://stackoverflow.com/questions/386 … n-ini-file for information why this would not make the system more secure.
If your server is compromised, that's it. You should work on making your server more secure instead of trying to encrypt a password in a configuration file.
Regards,
Eduardo
Offline