#search #helper #encryption #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

#1734 in Cryptography

Download history 9/week @ 2024-07-29 2/week @ 2024-08-05 6/week @ 2024-08-12 26/week @ 2024-09-02 33/week @ 2024-09-09 16/week @ 2024-09-23 4/week @ 2024-09-30 4/week @ 2024-10-07 16/week @ 2024-10-14 91/week @ 2024-10-21 38/week @ 2024-10-28 5/week @ 2024-11-04

150 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

~3.5MB
~95K SLoC