I am creating a mail client in Sails Js. I am using bcrypt encryption technique to store my content in Mysql so that even I can not see what are the contents stored in Database like Whatsapp. But how can I make the search so fast so that it can it took text from search box and encrypt it and then find matched text and bring that email ?
Thank You