SQLCrypto (0.2.0+) is a hardware accelerated port of pysqlsimplecipher for Rust. It is 12x faster in decryption and 4x faster than it's pure Rust implementation.
This library and especially this branch outperforms pysqlsimplecipher by in order of magnitudes, the Dokkan Battle database took up to 300+ seconds on my machine, down to <60 ms in decryption and less than <250 ms in encryption, and consumes significantly less memory. In my benchmarks with that database with regard to decryption with this library compared to SQLCipher, it is about 2x faster. Other than that, I don't have benchmarks in place.
WASM is not supported on this branch! Please use the pure Rust implementation branch or versions lower than 0.2.0.
Please note that this is not production ready, and in its current state; this library has some compromises with regard to security.