Back

decrypt (clj)

(source)

function

(decrypt input key iv) (decrypt input key iv {:keys [algorithm alg], :or {alg :aes128-cbc-hmac-sha256}, :as options})
Decrypt data encrypted using the `encrypt` function. The input, key and iv parameters should be of any type that can be coerced to byte array.

Examples