devonfw / devon4j

devonfw Java stack - create enterprise-grade business apps in Java safe and fast
Apache License 2.0
83 stars 87 forks source link

Password encryption feature on devon CLI #384

Closed sujith-mn closed 3 years ago

sujith-mn commented 3 years ago

As a developer, I want password encryption feature so that I can add my encrypted password (eg: database password) in application.properties

eg:

devon jasypt encrypt masterPassword=secret input=passwordToBeencrypted

Refer the below documentation: https://github.com/devonfw/devon4j/blob/master/documentation/guide-configuration.asciidoc#security

hohwille commented 3 years ago

Thanks for the issue. Can you move to ide repository?

sujith-mn commented 3 years ago

moved to ide: https://github.com/devonfw/ide/issues/575