Liking cljdoc? Tell your friends :D

clj-crypto.core


algorithmclj

(algorithm key)

as-private-keyclj

(as-private-key key)

as-public-keyclj

(as-public-key key)

compute-hmac-sha1clj

(compute-hmac-sha1 secret-key data)

Compute (a base64 encoded) HMAC-SHA1 signature using the secret key provided

Compute (a base64 encoded) HMAC-SHA1 signature using the secret key provided
raw docstring

create-cipherclj

(create-cipher)
(create-cipher transformation)
(create-cipher transformation provider)

create-saltclj

(create-salt)

decode-base64clj

(decode-base64 base64str)

decode-key-pairclj

(decode-key-pair key-pair-map)

decode-private-keyclj

(decode-private-key private-key-map)

decode-public-keyclj

(decode-public-key public-key-map)

decryptclj

(decrypt key data)
(decrypt key data cipher)

default-algorithmclj


default-character-encodingclj


default-encrypt-password-algorithmclj


default-encrypt-password-nclj


default-providerclj


default-signature-algorithmclj


default-symmetrical-algorithmclj


default-transformationclj


des-algorithmclj


des-cipherclj

(des-cipher)
(des-cipher algorithm)

des-keyclj

(des-key password)
(des-key password algorithm)

do-cipherclj

(do-cipher cipher mode key data)

encode-base64clj

(encode-base64 bindata)

encode-base64-as-strclj

(encode-base64-as-str bindata)

encodedclj

(encoded key)

encryptclj

(encrypt key data)
(encrypt key data cipher)

encrypt-password-stringclj

(encrypt-password-string password salt)
(encrypt-password-string password salt algorithm n)

formatclj

(format key)

generate-key-pairclj

(generate-key-pair)

get-data-bytesclj

(get-data-bytes data)

get-data-strclj

(get-data-str data)

get-decrypt-keyclj

(get-decrypt-key key)

get-encrypt-keyclj

(get-encrypt-key key)

get-key-pair-mapclj

(get-key-pair-map key-pair)

get-private-key-mapclj

(get-private-key-map private-key)

get-public-key-mapclj

(get-public-key-map public-key)

integer-byteclj

(integer-byte integer byte-offset)

integer-bytesclj

(integer-bytes integer)

key-specclj

(key-spec password algorithm)

long-bytesclj

(long-bytes l)

password-decryptclj

(password-decrypt password data)
(password-decrypt password data algorithm)

password-encryptclj

(password-encrypt password data)
(password-encrypt password data algorithm)

prepare-passwordclj

(prepare-password password)

private-keyclj

(private-key key-pair)

public-keyclj

(public-key key-pair)

signclj

(sign key data)

valid-hmac-sha1-signature?clj

(valid-hmac-sha1-signature? secret-key
                            canonical-data-string
                            reference-sig-base64)

verify-signatureclj

(verify-signature key data signature)

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

× close