Node.js – Base64 Encoding and Decoding using Buffer
Base64 Encoding and Decoding in Node.js: Buffer in Node.js can be used for encoding string into base64 value and also to decode into string. Syntax… Read More »Node.js – Base64 Encoding and Decoding using Buffer