#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

#1418 in Cryptography

Download history 2/week @ 2024-01-15 1/week @ 2024-02-12 3/week @ 2024-02-19 35/week @ 2024-02-26 22/week @ 2024-03-04 11/week @ 2024-03-11 1/week @ 2024-03-18 68/week @ 2024-04-01 1/week @ 2024-04-08 13/week @ 2024-04-15

82 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
~97K SLoC