Add a `js/base64_encode` encoder
Closed this issue · 1 comments
postmodern commented
Add a JavaScript encoder that base64 encodes JavaScript into a JavaScript string and decodes+evals it using eval(window.btoa("..."))
.
postmodern commented
Implemented by be55ca5.