#search #encrypted-search

ironcore-search-helpers

Search helpers for working with encrypted values, particularly on the IronCore platform

4 releases

0.2.0 Nov 19, 2021
0.1.2 Mar 26, 2020
0.1.1 Mar 25, 2020
0.1.0 Mar 12, 2020

#1628 in Cryptography

Download history 8/week @ 2024-03-13 31/week @ 2024-03-27 37/week @ 2024-04-03 6/week @ 2024-04-10 12/week @ 2024-04-17 6/week @ 2024-04-24 6/week @ 2024-05-01 4/week @ 2024-05-08 2/week @ 2024-05-22 2/week @ 2024-05-29 18/week @ 2024-06-05 18/week @ 2024-06-12 9/week @ 2024-06-19 6/week @ 2024-06-26

52 downloads per month
Used in ironoxide

AGPL-3.0-only

14KB
328 lines

Search Helpers

Crates DocsRust

A Rust library for encrypted search helpers which can be used to create blind indexes.

For now this supports creating an index on strings using tri-grams. The tri-grams are hashed using a salt as well as an optional partition_id.

Dependencies

~4MB
~98K SLoC