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: 170,437 of 195,980
Downloads: 2,858

Daily

Ranking: 25,968 of 195,956
Downloads: 10

Depended by

RankDownloadsName

Depends on

RankDownloadsName
37825,371,810activerecord
46775,221,537railties
1,32435,325,442rb_sys

Owners

#GravatarHandle
1iconChezhian