We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently all data in the config is displayed in plain text or would need to execute a child process in order to decrypt any encrypted data.
Proposal: In config specify what encryption followed by the encrypted value. Should look like:
Env=["SHA512:password:a7CXd14WsfeEewQsfr"]
Grant it, those values are made up, but assume the value is encrypted with sha512.
The text was updated successfully, but these errors were encountered:
cpg1111
No branches or pull requests
Currently all data in the config is displayed in plain text or would need to execute a child process in order to decrypt any encrypted data.
Proposal:
In config specify what encryption followed by the encrypted value. Should look like:
Grant it, those values are made up, but assume the value is encrypted with sha512.
The text was updated successfully, but these errors were encountered: