I'm trying to fetch an image from the web and encode it with base64. what i have so far is basically: var request = require('request'); var BufferList = requi
I'm using a node.bcrypt.js hash returning hex numbers in node.js for a password reset token. user.reset_password_token = require('crypto').randomBytes(32).toSt
I am trying to convert a bitcode image to base64 format. I tried to code like public static String encodeToBase64(Bitmap image, Bitmap.CompressFormat compressF
i have a string it is audio record in base64 encoding and in wav format(i have data link - {{vm.record}}). I need add audio player in widget( which had writte