cli icon indicating copy to clipboard operation
cli copied to clipboard

Add a feature to encrypt sensitive data

Open ALegchilov opened this issue 2 years ago • 0 comments

As an automation engeener I want to encrypt sensitive data to securely store it in a repo

I would like to have a feature that encrypts variables of .env file using a password and saves it as a .env.enc file. Furthermore, on qavajs start it should initialize environment variables with values from encrypted file.

ALegchilov avatar Dec 19 '23 14:12 ALegchilov