Has anyone made (or knows about) some Base64 encoder/decoder blocks for Snap!
I feel I've seen discussions in the past but not getting anywhere with searches
Has anyone made (or knows about) some Base64 encoder/decoder blocks for Snap!
I feel I've seen discussions in the past but not getting anywhere with searches
not sure what you need this for, but you might just want to use btoa()
to encode a string and atob()
to decode it again (yes, using JS function).
Tut tut!
JS!!!!!!!!!!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.