Get the latest tech news
Top Secret: Automatically filter sensitive information
Automatically filter sensitive information before sending it to external services or APIs, such as chatbots and LLMs.
Filtering the entire string may not be an option if an external API needs to process the value. Fortunately, named-entity recognition(NER) can be used to identify and classify real-world objects, such as a person, or location. By using a combination of regex patterns and NER entities, Top Secret effectively filters sensitive information from free text—here are some real-world examples.
Or read this on Hacker News