sqlite-crypto-ext

SQLite extension providing cryptographic hashing and encoding utilities as native SQL functions.

Featured completed
| devtools

Tech Stack

Rust SQLite Cryptography

About

A Rust-based SQLite extension offering password hashing (Argon2, bcrypt), cryptographic hash functions (SHA-2/3, BLAKE2/3), and encoding tools (hex, base64). Features constant-time comparison for timing attack prevention, cross-platform support, and impressive performance with BLAKE3 at ~3 GB/s throughput. Security-focused design following OWASP recommendations.