aes256 v0.5.5 AES256

Documentation for Aes256.

Link to this section Summary

Link to this section Functions

Link to this function

create_hmac(password, ciphertext)

Link to this function

decrypt(ciphertext, password, iv, options \\ [mode: :cbc, base64: true])

Link to this function

decrypt!(ciphertext_with_iv, password, options \\ [mode: :cbc, base64: true])

Link to this function

encrypt(plaintext, password, iv \\ :crypto.strong_rand_bytes(16), options \\ [mode: :cbc, base64: true])

Link to this function

encrypt!(plaintext, password, iv \\ :crypto.strong_rand_bytes(16), options \\ [mode: :cbc, base64: true])