Liking cljdoc? Tell your friends :D

fides.cipher

Encrypt and decrypt arbitrary bytes using the AES's CBC block cipher algorithm. Integrity is checked with HMAC SHA-256

Encrypt and decrypt arbitrary bytes using the AES's CBC block cipher algorithm.
Integrity is checked with HMAC SHA-256
raw docstring

decryptclj

(decrypt input {:keys [key iv aad] :as params})

encryptclj

(encrypt input {:keys [key iv aad]})

tag-lengthclj

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

× close