Back

decrypt (clj)

(source)

function

(decrypt input key) (decrypt input key {:keys [alg enc], :or {alg :dir, enc :a128cbc-hs256}, :as opts})
Decrypt the jwe compliant message and return its payload

Examples