Documentation ¶ Index ¶ func AESBackend(be func() jdb.Backend, key []byte) func() jdb.Backend Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AESBackend ¶ func AESBackend(be func() jdb.Backend, key []byte) func() jdb.Backend AESBackend returns a backend that encrypts all data with AES CFB mode. The AES strength depends on the size of the key, 16, 24 or 32 bytes to select AES-128, AES-192, or AES-256. Types ¶ This section is empty. Source Files ¶ View all Source files aes.go Click to show internal directories. Click to hide internal directories.