Liking cljdoc? Tell your friends :D
Clojure only.

monkey.oci.vault.b64

Functions to convert to/from base64

Functions to convert to/from base64
raw docstring

->b64clj

(->b64 x)

Converts the input string to base64

Converts the input string to base64
sourceraw docstring

b64->clj

(b64-> x)

Decodes from base64, returns a byte array.

Decodes from base64, returns a byte array.
sourceraw docstring

b64->strclj

(b64->str x)

Decodes base64 string to a string

Decodes base64 string to a string
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close