Categories: None [Edit]

pii_cipher

https://rubygems.org/gems/pii_cipher
https://github.com/selvachezhian/pii_cipher
PiiCipher lets you search encrypted PII columns in ActiveRecord without ever storing or querying plaintext. It generates HMAC-SHA256 blind indexes alongside your ciphertext — trigram arrays for partial (substring) searches and single hashes for exact-match lookups. The hash functions run in a native Rust extension for performance. Query interception is transparent: call `where` as normal and PiiCipher rewrites the query against the blind index automatically.

Total

Ranking: 169,731 of 196,739
Downloads: 2,933

Daily

Ranking: 106,086 of 196,700
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
37835,022,323activerecord
46784,526,437railties
1,31136,096,313rb_sys

Owners

#GravatarHandle
1iconChezhian