[][src]Crate sqlcrypto

SQLCrypto is a port of pysqlsimplecipher, which is a utility to decrypt and encrypt SQLite databases.

Enums

Error

Crate's auto generated error

Functions

decrypt

Decrypts an encrypted SQLite database in place. Note: most encrypted databases have the default page size of 1024

encrypt

Encrypts a decrypted SQLite database in place. This will use the database's configured page size and reserve size. Most databases use the default of 1024 and 48 for the page size and reserve size respectively.

Type Definitions

Result

Crate's result