I have this encryption function
let response = []; data.files.map( (file) => { let buffer = fs.readFileSync(file.path); let base64 = dataURI.getB