Liking cljdoc? Tell your friends :D
Clojure only.

buddy.core.codecs.base64

Util functions for make conversion between string, bytes and encode them to base64 hex format.

DEPRECATED: replaced by functions in buddy.core.codecs

Util functions for make conversion between string, bytes
and encode them to base64 hex format.

DEPRECATED: replaced by functions in `buddy.core.codecs`
raw docstring

decodecljdeprecated

(decode data)

Decode base64 data into byte array. Accepts String and byte array as input argument.

Decode base64 data into byte array.
Accepts String and byte array as input
argument.
raw docstring

encodecljdeprecated

(encode data)
(encode data urlsafe?)

Encode data to byte array base64. Accepts String and byte array as argument.

Encode data to byte array base64.
Accepts String and byte array as argument.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close