Base64 Encode/Decode a value in Nodejs
You can encode the data in to base64 encoding in Nodejs by using the global Buffer class. First create a buffer instance using the Buffer.from method.
Earning while Learning
You can encode the data in to base64 encoding in Nodejs by using the global Buffer class. First create a buffer instance using the Buffer.from method.