6 ms·
Does anyone know an encrypted database that allows for searches? E.g. implementing an algorithm similar to http://crypto.stanford.edu/~eujin/papers/secureindex/
by thomas-st 13y 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/ http://crypto.stanford.edu/~eujin/papers/secureindex/
- oleiade 13y agoThe 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?