Liking cljdoc? Tell your friends :D

aging-session.cookie


(bake-cookie session-id)

base64-decodeclj

(base64-decode s)

base64-encodeclj

(base64-encode b)

decryptclj

(decrypt iv data key)

Attempt decryption of a payload given the corresponding IV and an encryption key.

Arguments:

  • iv - initialization vector provided with the encrypted payload
  • data - ciphertext
  • key - decryption key
Attempt decryption of a payload given the corresponding IV and an encryption key.

Arguments:
  - iv   - initialization vector provided with the encrypted payload
  - data - ciphertext
  - key  - decryption key
raw docstring

encryptclj

(encrypt key data)

get-crypto-keysclj

(get-crypto-keys)

get-idclj

(get-id url-cookie)

next-session!clj

(next-session!)

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

× close