Skip to content
New issue

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

Base 64 encoder and decoder for string substitution #87

Closed
credmond-git opened this issue May 23, 2023 · 0 comments
Closed

Base 64 encoder and decoder for string substitution #87

credmond-git opened this issue May 23, 2023 · 0 comments

Comments

@credmond-git
Copy link
Collaborator

Allow the automatic base 64 encode and decode for string substitution, where we decode everything in the value.
Encode:
${base64enc:text to be encoded}
Decode:
${base64dec:text to be decoded}

Can be used in combination with nested string substitution
${base64dec:${ENCODED_PASSWORD}}

credmond-git added a commit that referenced this issue Jun 2, 2023
Inject a file into a string substitution #88
Add url encoders.
Adjusted several loggers to lower levels.
credmond-git added a commit that referenced this issue Jun 2, 2023
Add string substitution for base 64 #87
Inject a file into a string substitution #88
Add url encoders.
Adjusted several loggers to lower levels.
Cleanup defaultSubstitutionRegex to cover more cases and be more flexible.
Pass raw string substitution value into transformer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant