You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}}
The text was updated successfully, but these errors were encountered:
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.
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}}
The text was updated successfully, but these errors were encountered: