|  Developer
Updated on May 17, 2022

cipher settings

Settings

fields type description
key string Cipher key. Supported key lengths: (), (), ().
type string [opt] Cipher type. The type is only supported for now.
mode string [opt] Supported modes: , , , , , . Default mode: .
iv string [opt] Initialization vector. The empty string by default.
auto_padding bool [opt] Enable auto padding of encrypted/decrypted data. If auto padding is disabled data size must be multiple of 16. It works for , modes only. Another modes doesn’t require data padding. The auto padding is enabled by default.