answer = (function transformEntry(source) { function toHex(d) { return (“0” + Number(d).toString(16)).slice(-2).toUpperCase(); } function a2b(a) { var b, c, d, e = {}, f = 0, g = 0, h = “”, i = String.fromCharCode, j = a.length; for (b = 0; 64 > b; b++) e[“ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/”.charAt(b)] = b; for (c = 0; j > […]