B64TOHEX
strings conversionDecodes the base64 content on top of the stack and immediately re-encode it in hexadecimal.
This enables you to convert encoded content which would not be valid UTF-8 encoding from base64 to hexadecimal.
As the string are URL encoded, the symbol +
have to be replaced by %2B
, otherwise a space will replace the +
in the string.