CA.AES (ca v4.7.2)

Link to this section Summary

Link to this section Functions

Link to this function

check_SECP384R1_GCM256()

Link to this function

check_X448_CBC256()

Link to this function

check_X448_ECB256()

Link to this function

check_X448_GCM256()

Link to this function

check_X25519_GCM256()

Link to this function

decrypt(crypto_codec, data, key, iv \\ :crypto.strong_rand_bytes(16))

Link to this function

decryptAES256CBC(data, key, iv \\ :crypto.strong_rand_bytes(16))

Link to this function

decryptAES256CCM(data, key, iv \\ :crypto.strong_rand_bytes(16))

Link to this function

decryptAES256ECB(data, key, iv \\ :crypto.strong_rand_bytes(16))

Link to this function

decryptAES256GCM(data, key, iv \\ :crypto.strong_rand_bytes(16))

Link to this function

encrypt(crypto_codec, data, key, iv \\ :crypto.strong_rand_bytes(16))

Link to this function

encryptAES256CBC(data, key, iv \\ :crypto.strong_rand_bytes(16))

Link to this function

encryptAES256CCM(data, key, iv \\ :crypto.strong_rand_bytes(16))

Link to this function

encryptAES256ECB(data, key, iv \\ :crypto.strong_rand_bytes(16))

Link to this function

encryptAES256GCM(data, key, iv \\ :crypto.strong_rand_bytes(16))

Link to this function

readPEM(folder, name)

Link to this function

shared(pub, key, scheme)