1 个仓库
Specialized cryptographic functions integrated into a database extension.
Distinct from SQLite Extensions: Focuses on the specific crypto capabilities provided rather than general extension loading
Explore 1 awesome GitHub repository matching data & databases · Cryptography Toolsets. Refine with filters or upvote what's useful.
sqlean 是一个实现为 C 语言共享库的 SQLite 扩展库合集。它提供了一套额外的标量和表值函数,扩展了 SQLite 数据库引擎的原生功能。 该项目为密码学、高等数学、网络和文件系统访问提供了专门的工具集。这些包括二进制哈希和编码、统计分析、IP 地址验证,以及将 CSV 文件或文件系统路径映射为虚拟表的能力。 该库还包括全面的文本处理工具,如正则表达式、模糊匹配和 Unicode 感知字符串操作。其他功能涵盖高精度日期和时间管理以及唯一标识符的生成。
Provides binary hashing and encoding functions for BLAKE3, SHA-2, Base64, and Hex within SQLite.