Hacker News new | ask | show | jobs
by thomas-st 4588 days ago
Does anyone know an encrypted database that allows for searches? E.g. implementing an algorithm similar to http://crypto.stanford.edu/~eujin/papers/secureindex/
1 comments

The go language regular expressions engine uses the Thompson NFA algorithm. It provides amazing performances.

I was thinking to implement some basic search features to trousseau using it.

Would it fit with your needs?