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")
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")