hello - is there a feature within nodered that can convert a base16 number to base64?
if anyone is wondering, this does the trick: Buffer.from(string_to_be_converted, "hex").toString("base64")
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.