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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |