Encode and decode data with Base64
Encode and decode data with Base64
(decode-state-string state-str)
Given a Base64 encoded string return the decoded data.
Given a Base64 encoded string return the decoded data.
(encode-state-string data)
Given a map of data return a string encoded with Base64.
Given a map of data return a string encoded with Base64.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close