[][src]Crate sqlcrypto

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

Enums

Error

Crate's auto generated error

Functions

decrypt

Decrypts an encrypted SQLite database, provided a key and an output stream.

encrypt

Encrypts a decrypted SQLite database, provided a key and an output stream. THIS IS NOT SECURE!

Type Definitions

Result

Crate's result